From: Ulrich Drepper Date: Thu, 10 Dec 1998 11:53:03 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_112~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631f2dd02ef68318355c9ffb7bfd4b83137426a2;p=thirdparty%2Fglibc.git Update. 1998-12-10 Ulrich Drepper * posix/PTESTS: Fix typo. * nis/nss_compat/compat-pwd.c: Fix handling of +/- entries. --- diff --git a/ChangeLog b/ChangeLog index b4998f23335..325e88331ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +1998-12-10 Ulrich Drepper + + * posix/PTESTS: Fix typo. + 1998-12-10 Thorsten Kukuk - * 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 diff --git a/posix/PTESTS b/posix/PTESTS index cc626fa1821..3580c81a039 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¦