summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
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,