diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-05 22:02:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-05 22:02:03 +0000 |
commit | f3e29a1a0f56035dcc343afea952dd8c0d4f42d0 (patch) | |
tree | 0f948e1c54148cc52a72e6efb2c9937cc1ff2a70 /ChangeLog | |
parent | 6e5f82858cd604c00fb598ab7fc804a87e172e0e (diff) | |
download | glibc-f3e29a1a0f56035dcc343afea952dd8c0d4f42d0.zip glibc-f3e29a1a0f56035dcc343afea952dd8c0d4f42d0.tar.gz glibc-f3e29a1a0f56035dcc343afea952dd8c0d4f42d0.tar.bz2 |
Update.
2000-07-05 Ulrich Drepper <drepper@redhat.com>
* locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning.
* locale/programs/ld-collate.c (collate_output): Also write out the
collation sequence values and the wide character string for the
collation symbol table.
* posix/fnmatch.c: Include "../locale/elem-hash.h".
* posix/fnmatch_loop.c: Implement collating symbol handling.
* posix/tst-fnmatch.input: Add more tests, especially for collating
symbol handling.
* posix/regex.c: Fix comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2000-07-05 Ulrich Drepper <drepper@redhat.com> + + * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning. + + * locale/programs/ld-collate.c (collate_output): Also write out the + collation sequence values and the wide character string for the + collation symbol table. + + * posix/fnmatch.c: Include "../locale/elem-hash.h". + * posix/fnmatch_loop.c: Implement collating symbol handling. + * posix/tst-fnmatch.input: Add more tests, especially for collating + symbol handling. + + * posix/regex.c: Fix comment. + 2000-07-05 Andreas Jaeger <aj@suse.de> * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t. |