diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 01:30:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 01:30:53 +0000 |
commit | d7fce7e0a09cbde31d66eec78082e6c825d7ecdc (patch) | |
tree | f41700ab5b573cc2c50960f7882f5c3cbb5ddb3e /ChangeLog | |
parent | 672fd41bbcc594603afb7ce444ae2ffd23dc0bdc (diff) | |
download | glibc-d7fce7e0a09cbde31d66eec78082e6c825d7ecdc.tar glibc-d7fce7e0a09cbde31d66eec78082e6c825d7ecdc.tar.gz glibc-d7fce7e0a09cbde31d66eec78082e6c825d7ecdc.tar.bz2 glibc-d7fce7e0a09cbde31d66eec78082e6c825d7ecdc.zip |
Update.
2001-02-06 Ulrich Drepper <drepper@redhat.com>
* posix/regex.c: Fix a cast in the code for bracket handling which
caused 8-bit uncleanliness.
Patch by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>.
* posix/Makefile (tests): Add bug-regex1.
* posix/bug-regex1.c: New file.
Contributed by Jim Meyering <jim@meyering.net>.
* posix/regex.c: Many cleanups for incorrect format strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-02-06 Ulrich Drepper <drepper@redhat.com> + + * posix/regex.c: Fix a cast in the code for bracket handling which + caused 8-bit uncleanliness. + Patch by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>. + + * posix/Makefile (tests): Add bug-regex1. + * posix/bug-regex1.c: New file. + Contributed by Jim Meyering <jim@meyering.net>. + + * posix/regex.c: Many cleanups for incorrect format strings. + 2001-02-06 Andreas Jaeger <aj@suse.de> * time/time.h (CLK_TCK): Check for !__STRICT_ANSI. |