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 /linuxthreads/ChangeLog | |
parent | 672fd41bbcc594603afb7ce444ae2ffd23dc0bdc (diff) | |
download | glibc-d7fce7e0a09cbde31d66eec78082e6c825d7ecdc.tar.gz glibc-d7fce7e0a09cbde31d66eec78082e6c825d7ecdc.tar.xz 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 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ae5f86622c..c071ad6e66 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-02-06 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/unix/sysv/linux/s390/pt-initfini.c: New file. + 2001-02-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: First attempt to fix the |