diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 23:42:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 23:42:18 +0000 |
commit | f0d77aa8af0a5c13bb69385c27a137199b748b7a (patch) | |
tree | 8df29f1f0b04cc8d9afbe2b698ce73f5515fd4a2 /ChangeLog | |
parent | 73163a09732e60a6c16fcf73635091acd307bef4 (diff) | |
download | glibc-f0d77aa8af0a5c13bb69385c27a137199b748b7a.tar.gz glibc-f0d77aa8af0a5c13bb69385c27a137199b748b7a.tar.xz glibc-f0d77aa8af0a5c13bb69385c27a137199b748b7a.zip |
Update.
2003-11-21 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c (fetch_token): Change interface to match peek_token. This avoid some copying and reduces code size.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a8f060087c..9ef40cdacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-21 Ulrich Drepper <drepper@redhat.com> + + * posix/regcomp.c (fetch_token): Change interface to match + peek_token. This avoid some copying and reduces code size. + 2003-11-21 Jakub Jelinek <jakub@redhat.com> * posix/bug-regex19.c (tests): Add more tests. @@ -7,8 +12,6 @@ * 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. |