aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-09 07:52:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-09 07:52:58 +0000
commitf1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382 (patch)
treeddaa6228b210d05b84bf417434a3327ba5dc10a4 /ChangeLog
parentaf1680f1f9926a0662fc35a53c491d2eec1ab262 (diff)
downloadglibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar
glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.gz
glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.bz2
glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.zip
Update.
* locale/programs/ld-ctype.c (ctype_output): Correct sizes of mapping arrays. (allocate_arrays): Allocate memory for map32. Correctly install default values in it and install defined mappings. * locale/programs/ld-monetary.c (monetary_finish): Provide default value for mon_grouping.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7a4aaed45..695337eda0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1999-12-08 Ulrich Drepper <drepper@cygnus.com>
+ * locale/programs/ld-ctype.c (ctype_output): Correct sizes of mapping
+ arrays.
+ (allocate_arrays): Allocate memory for map32. Correctly install
+ default values in it and install defined mappings.
+
+ * locale/programs/ld-monetary.c (monetary_finish): Provide default
+ value for mon_grouping.
+
* elf/readlib.c: Include a.out.h last since the Linux/Alpha
headers are not clean enough.