summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-10 11:53:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-10 11:53:03 +0000
commit631f2dd02ef68318355c9ffb7bfd4b83137426a2 (patch)
treef52f98daa05bf11d0e32f5d5cd05546a8a3501f9
parent04c216a86081390c5c89f28810f0a868d78e5e31 (diff)
downloadglibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.tar.gz
glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.tar.xz
glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.zip
Update.
1998-12-10  Ulrich Drepper  <drepper@cygnus.com>

	* posix/PTESTS: Fix typo.

	* nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
-rw-r--r--ChangeLog6
-rw-r--r--posix/PTESTS2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b4998f2333..325e88331e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
+
+	* posix/PTESTS: Fix typo.
+
 1998-12-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
 
-	* nis/nss_compat/compat-pwd.c: fix handling of +/- entries.
+	* nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
 
 1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
 
diff --git a/posix/PTESTS b/posix/PTESTS
index cc626fa182..3580c81a03 100644
--- a/posix/PTESTS
+++ b/posix/PTESTS
@@ -232,7 +232,7 @@
 1¦2¦a\{2\}¦aaaa¦
 1¦7¦\([a-c]*\)\{0,\}¦aabcaab¦
 1¦2¦\(a\)\1\{1,2\}¦aabc¦
-1¦3¦\(a\)010{1,2\}¦aaaabc¦
+1¦3¦\(a\)010\{1,2\}¦aaaabc¦
 1¦4¦\(\(a\)\1\)\{1,2\}¦aaaabc¦
 # GA140
 1¦2¦a\{2\}¦aaaa¦