about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-07 19:24:57 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-07 19:24:57 +0000
commit22af13de454d18449856c2334f77e5e6b4818fa7 (patch)
tree6d1850fbf57469a435d125938d16bf7c8f7e4534 /ChangeLog
parent6cab95babf6338d5adae1f943e72546ef63636d1 (diff)
downloadglibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar.gz
glibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar.xz
glibc-22af13de454d18449856c2334f77e5e6b4818fa7.zip
Update.
	* posix/regex.c: Limit string length printed in debug messages to
	100 chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e25a8c3dc..72ac0c549d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>