aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7308622185..2af39fe53a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+2000-01-25 Andreas Schwab <schwab@suse.de>
+
+ * posix/testfnm.c: Add new test case. Use FNM_PATHNAME instead of
+ FNM_FILE_NAME consistently.
+
2000-01-25 Ulrich Drepper <drepper@cygnus.com>
+ * posix/fnmatch.c: Define STRCOLL appropriately for the loop
+ definition.
+ * posix/fnmatch_loop.c: Undefine STRCOLL.
+
+ * sysdeps/unix/sysv/linux/i386/fxstat.c: Correct code to handle
+ kernels with stat64 support.
+ * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise
+ * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
+ Patch by SL Baur <steve@xemacs.org>.
+
* string/strxfrm.c: Don't count in the terminating NUL byte/word.
2000-01-24 Paul Eggert <eggert@twinsun.com>