diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 08:09:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 08:09:32 +0000 |
commit | 66ac0abe0341c5b3b1189c0ef9805ac931aecf6e (patch) | |
tree | 4871f21f421ea16d19ab5ee4ea6ca1ccec448996 /ChangeLog | |
parent | d876f5327985eac3bf3109e9429febc8a8954ff5 (diff) | |
download | glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.tar.gz glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.tar.xz glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.zip |
Update.
1999-12-13 Andreas Jaeger <aj@suse.de> * resolv/resolv.h: Remove K&R compatibility. * resolv/res_libc.c: Move definition of _res after res_init, res_init should use the threaded specific context. * resolv/Makefile (+cflags): Remove -Wno-comment since it's not needed anymore. * locale/langinfo.h: Add constants for wide character collation data. * locale/categories.def: Add appropriate entries for collate entries. * locale/C-collate.c: Add initializers for new entries. * locale/programs/ld-collate.c: Implement output of wide character tables. * locale/programs/ld-ctype.c (allocate_arrays): Change algorithm to compute wide character table size a bit: it now gives up a bit of total table size for fewer levels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30ed6d2394..dcd47ce435 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ +1999-12-13 Andreas Jaeger <aj@suse.de> + + * resolv/resolv.h: Remove K&R compatibility. + + * resolv/res_libc.c: Move definition of _res after res_init, + res_init should use the threaded specific context. + + * resolv/Makefile (+cflags): Remove -Wno-comment since it's not + needed anymore. + 1999-12-29 Ulrich Drepper <drepper@cygnus.com> + * locale/langinfo.h: Add constants for wide character collation data. + * locale/categories.def: Add appropriate entries for collate entries. + * locale/C-collate.c: Add initializers for new entries. + * locale/programs/ld-collate.c: Implement output of wide character + tables. + + * locale/programs/ld-ctype.c (allocate_arrays): Change algorithm to + compute wide character table size a bit: it now gives up a bit of + total table size for fewer levels. + * soft-fp/*: Tons of new files to implement floating-point arithmetic in software. Contributed by Richard Henderson, Jakub Jelinek and others. |