diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 04:56:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 04:56:35 +0000 |
commit | 460e040a3ff405d8fc0de1e380610dd10764e6f3 (patch) | |
tree | b2b77a66479f301688a120ecd5dec0c6ba9f974c /ChangeLog | |
parent | d879eb855c93832a11472b07f9d09227e32b2e49 (diff) | |
download | glibc-460e040a3ff405d8fc0de1e380610dd10764e6f3.tar glibc-460e040a3ff405d8fc0de1e380610dd10764e6f3.tar.gz glibc-460e040a3ff405d8fc0de1e380610dd10764e6f3.tar.bz2 glibc-460e040a3ff405d8fc0de1e380610dd10764e6f3.zip |
Update.
2000-03-08 H.J. Lu <hjl@gnu.org>
* posix/regex.c (regex_compile): Correctly handle "\{" when
the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-03-08 H.J. Lu <hjl@gnu.org> + + * posix/regex.c (regex_compile): Correctly handle "\{" when + the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set. + 2000-04-20 Ulrich Drepper <drepper@redhat.com> * manual/stdio.texi: Give advise about handling error when using |