about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-21 09:25:26 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-21 09:25:26 +0000
commitbf68b2366d75a427ec74084e97e242d460196db0 (patch)
tree22f41cd3764f9b4a2941ddd0f8c88388afa98445 /nptl/ChangeLog
parent53f9084e3f565d62f2a1293a72cb838b759382ce (diff)
downloadglibc-bf68b2366d75a427ec74084e97e242d460196db0.tar.gz
glibc-bf68b2366d75a427ec74084e97e242d460196db0.tar.xz
glibc-bf68b2366d75a427ec74084e97e242d460196db0.zip
Update.
2003-11-21  Jakub Jelinek  <jakub@redhat.com>

	* posix/tst-rxspencer.c (mb_tests): Don't run identical multi-byte
	tests multiple times unnecessarily.

2003-11-21  Jakub Jelinek  <jakub@redhat.com>

	* posix/bug-regex19.c (BRE, ERE): Define.
	(tests): Add many new tests, remove UTF-8 ones.
	(do_one_test, do_mb_tests): New functions.
	(main): Rewritten using do_one_test and do_mb_tests.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index e0c329d222..80497111f7 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,8 @@
 2003-11-21  Ulrich Drepper  <drepper@redhat.com>
 
-	* Makefile: Add rules to build and run tst-cond12.
+	* Makefile: Add rules to build and run tst-cond12 and tst-cond13.
 	* tst-cond12.c: New file.
+	* tst-cond13.c: New file.
 
 2003-11-17  Ulrich Drepper  <drepper@redhat.com>