aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-08 18:52:29 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-08 18:52:29 +0000
commit443470c3360d5d4ffb8f3078f47cda55fd5cffbd (patch)
tree84f2e47a423fec132158486117ec6742fc1c6418 /ChangeLog
parent121f86f245cf88687b52ca17f79e613d9fbdba23 (diff)
downloadglibc-443470c3360d5d4ffb8f3078f47cda55fd5cffbd.tar
glibc-443470c3360d5d4ffb8f3078f47cda55fd5cffbd.tar.gz
glibc-443470c3360d5d4ffb8f3078f47cda55fd5cffbd.tar.bz2
glibc-443470c3360d5d4ffb8f3078f47cda55fd5cffbd.zip
Update.
for CRNCYSTR. * locale/programs/ld-monetary.c (monetary_finish): Likewise. functionality. call me(). If in the middle of initializing, return NULL or * manual/locale.texi: Add documentation for rpmatch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cd8297e855..e3473c891f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
2001-08-08 Ulrich Drepper <drepper@redhat.com>
* locale/C-monetary.c (_nl_C_LC_MONETARY): Provide correct value
- of CRNCYSTR.
+ for CRNCYSTR.
* locale/programs/ld-messages.c (messages_finish): Provide POSIX
locale compliant default values for fields without definition.
* locale/programs/ld-time.c (time_finish): Likewise.
+ * locale/programs/ld-monetary.c (monetary_finish): Likewise.
2001-08-08 Andreas Jaeger <aj@suse.de>
@@ -15,7 +16,7 @@
2001-08-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/memusage.h (GETTIME): Define using hp-timing.h
- funcationality.
+ functionality.
* sysdeps/ia64/hp-timing.h (HP_TIMING_NOW): Fix comment.
@@ -25,7 +26,7 @@
(init): If not yet initialized, call me().
(me): Do all dlsym calls here.
(malloc, realloc, calloc, free): If not yet initialized,
- call me(). If in the middle of initializing, return NULL or
+ call me(). If in the middle of initializing, return NULL or
do nothing.
2001-08-07 Jakub Jelinek <jakub@redhat.com>
@@ -64,7 +65,7 @@
2001-08-06 Ulrich Drepper <drepper@redhat.com>
- * manual/locale.texi: Add documentation of rpmatch.
+ * manual/locale.texi: Add documentation for rpmatch.
Patch by Jochen Hein <jochen@jochen.org>.
2001-08-06 Jakub Jelinek <jakub@redhat.com>