diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 06:46:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 06:46:51 +0000 |
commit | 3f2fb22342acc2f14e9662fd157955fd6a9814e5 (patch) | |
tree | 5194d4ba22d545d09063bafdb0170184a89cf033 /ChangeLog | |
parent | f4c024d1f956a7e853eba10ce33ab6851b5d43d1 (diff) | |
download | glibc-3f2fb22342acc2f14e9662fd157955fd6a9814e5.tar.gz glibc-3f2fb22342acc2f14e9662fd157955fd6a9814e5.tar.xz glibc-3f2fb22342acc2f14e9662fd157955fd6a9814e5.zip |
[BZ #16]
Update. 2004-03-09 Ulrich Drepper <drepper@redhat.com> * stdlib/qsort.c (_quicksort): Initialize first stack element [BZ #16]. 2004-03-05 Jakub Jelinek <jakub@redhat.com> * posix/regexec.c (regexec): Return with error on unknown eflags. Replace weak_alias with versioned_symbol. (__compat_regexec): New. * posix/Versions (libc): Add regexec@GLIBC_2.3.4.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5a4a6fc008..c3b139cb7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-03-09 Ulrich Drepper <drepper@redhat.com> + + * stdlib/qsort.c (_quicksort): Initialize first stack element [BZ #16]. + +2004-03-05 Jakub Jelinek <jakub@redhat.com> + + * posix/regexec.c (regexec): Return with error on unknown eflags. + Replace weak_alias with versioned_symbol. + (__compat_regexec): New. + * posix/Versions (libc): Add regexec@GLIBC_2.3.4. + 2004-03-09 Richard Henderson <rth@redhat.com> * math/math.h (isgreater, isgreaterequal, isless, islessequal, |