diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-31 22:21:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-31 22:21:25 +0000 |
commit | ac8295d23b59e34d2f7c5757ea71336eab2c9e6e (patch) | |
tree | 7399464a02b52e3cd401338b2f5631733f209458 /ChangeLog | |
parent | 1c5d461740065effc3c0a1d84fd88842a608b7f7 (diff) | |
download | glibc-ac8295d23b59e34d2f7c5757ea71336eab2c9e6e.tar.gz glibc-ac8295d23b59e34d2f7c5757ea71336eab2c9e6e.tar.xz glibc-ac8295d23b59e34d2f7c5757ea71336eab2c9e6e.zip |
(collate_output): Update.
* locale/programs/ld-collate.c (collate_output): Emit correct information for collation elements. Don't write over end of array idx. * posix/regex.c: Handle also collation elements at end of range. * posix/PTESTS: Fix a few typos.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8c10f3a301..0192430ee2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1999-12-31 Ulrich Drepper <drepper@cygnus.com> + * locale/programs/ld-collate.c (collate_output): Emit correct + information for collation elements. + Don't write over end of array idx. + * posix/regex.c: Handle also collation elements at end of range. + + * posix/PTESTS: Fix a few typos. + * posix/bits/posix2_lim.h: Remove _POSIX2_EQUIV_CLASS_MAX. I have no idea where this came from. * sysdeps/posix/sysconf.c: Remove _POSIX2_EQUIV_CLASS_MAX |