summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-22 19:39:48 +0000
committerJim Meyering <jim@meyering.net>2003-03-22 19:39:48 +0000
commit206ea8eee6b4eebaf93ae80fcbfe58cc0d6f9b2b (patch)
treef17ecf37fb99cfabf4f0e65f75110cd30b4c91bd /lib
parentd777b396b77acb6fb6447793643331da4ef5b6d6 (diff)
downloadcoreutils-206ea8eee6b4eebaf93ae80fcbfe58cc0d6f9b2b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b296e127c..aba876404 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-22 Jim Meyering <jim@meyering.net>
+
+ * fnmatch_loop.c (NEW_PATTERN): Cast alloca to proper type.
+ Otherwise, it wouldn't compile with at least /bin/cc on
+ ymp-cray-unicos9.0.2.X.
+ Combine two mostly-identical uses of alloca into one.
+ Thanks to the Cray-Cyber project for access to a Cray Y-MP.
+
2003-03-19 Jim Meyering <jim@meyering.net>
DJGPP doesn't have S_ISLNK, so provide a replacement.