about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-27 22:27:03 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-27 22:27:03 +0000
commit2f07975de1d44e196edf7f725f02111d23e42057 (patch)
tree1ef99873e208c088630a76e6575d65b2380e233b /ChangeLog
parent64333c6623d36b69906590454cbe097d1bb598a3 (diff)
downloadglibc-2f07975de1d44e196edf7f725f02111d23e42057.tar.gz
glibc-2f07975de1d44e196edf7f725f02111d23e42057.tar.xz
glibc-2f07975de1d44e196edf7f725f02111d23e42057.zip
Update.
	* posix/tst-regex.c: Pass REG_NEWLINE to regcomp.  Add extra tests.
	Restrict printing of string in debug mode to 100 characters to make
	the output useful for long input texts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4577994676..7d1559f852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/tst-regex.c: Pass REG_NEWLINE to regcomp.  Add extra tests.
+	Restrict printing of string in debug mode to 100 characters to make
+	the output useful for long input texts.
+
 	* posix/Makefile: Add rules to build and run tst-regex.
 
 2001-06-20 Isamu Hasegawa <isamu@yamato.ibm.com>