diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-23 09:46:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-23 09:46:38 +0000 |
commit | fe9434bb2f2ebf955340444b76e50efc6ee69dc9 (patch) | |
tree | de809fd9d768803dfc385d5aab1e46aaa2d207b8 /ChangeLog | |
parent | 18e3dc56e43e3e8e997845c0934e14296ba18bb7 (diff) | |
download | glibc-fe9434bb2f2ebf955340444b76e50efc6ee69dc9.tar.gz glibc-fe9434bb2f2ebf955340444b76e50efc6ee69dc9.tar.xz glibc-fe9434bb2f2ebf955340444b76e50efc6ee69dc9.zip |
Update.
2003-11-23 Ulrich Drepper <drepper@redhat.com> * posix/regexec.c: Add const in a number of places. * posix/regex_internal.h: Make EPSILON_BIT a macro to help debugging. Its value isn't important.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e5e2a56a9c..b24b8d8b79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-23 Ulrich Drepper <drepper@redhat.com> + + * posix/regexec.c: Add const in a number of places. + * posix/regex_internal.h: Make EPSILON_BIT a macro to help + debugging. Its value isn't important. + 2003-11-22 Ulrich Drepper <drepper@redhat.com> * posix/PTESTS: Fix first test of GA143. |