diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 07:52:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 07:52:58 +0000 |
commit | f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382 (patch) | |
tree | ddaa6228b210d05b84bf417434a3327ba5dc10a4 /ChangeLog | |
parent | af1680f1f9926a0662fc35a53c491d2eec1ab262 (diff) | |
download | glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.gz glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.xz 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-- | ChangeLog | 8 |
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. |