diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-07 19:24:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-07 19:24:57 +0000 |
commit | 22af13de454d18449856c2334f77e5e6b4818fa7 (patch) | |
tree | 6d1850fbf57469a435d125938d16bf7c8f7e4534 /ChangeLog | |
parent | 6cab95babf6338d5adae1f943e72546ef63636d1 (diff) | |
download | glibc-22af13de454d18449856c2334f77e5e6b4818fa7.zip glibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar.gz glibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar.bz2 |
Update.
* posix/regex.c: Limit string length printed in debug messages to
100 chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-07-07 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c: Limit string length printed in debug messages to + 100 chars. + * configure.in: Don't warn about versioning if not on ELF system. 2001-07-07 Andreas Jaeger <aj@suse.de> |