diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-30 05:22:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-30 05:22:32 +0000 |
commit | df759c2a218d1b52cfaf199b24e9f35dc93a3af4 (patch) | |
tree | e750512f8e6805f1fb5139ae375286c72fcc3ef8 /ChangeLog | |
parent | 4bb333cdd2473418d798593c3dd448aa9b8b28e0 (diff) | |
download | glibc-df759c2a218d1b52cfaf199b24e9f35dc93a3af4.tar.gz glibc-df759c2a218d1b52cfaf199b24e9f35dc93a3af4.tar.xz glibc-df759c2a218d1b52cfaf199b24e9f35dc93a3af4.zip |
Update.
2004-01-28 Paolo Bonzini <bonzini@gnu.org> Merge regex changes in gawk. * posix/regcomp.c (build_range_exp) [!_LIBC]: Check validity of collation elements. * posix/regex.c: Include limits.h. * posix/regex.h: Document REG_ECOLLATE correctly. * posix/regex_internal.h [!_LIBC && !ENABLE_NLS]: Disable NLS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9090135e8c..ab0f4d695d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-01-28 Paolo Bonzini <bonzini@gnu.org> + + Merge regex changes in gawk. + * posix/regcomp.c (build_range_exp) [!_LIBC]: Check validity + of collation elements. + * posix/regex.c: Include limits.h. + * posix/regex.h: Document REG_ECOLLATE correctly. + * posix/regex_internal.h [!_LIBC && !ENABLE_NLS]: Disable NLS. + 2004-01-24 Andreas Jaeger <aj@suse.de> * malloc/obstack.h: Import gnulib version. |