summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-22 19:42:50 +0000
committerJim Meyering <jim@meyering.net>2003-03-22 19:42:50 +0000
commite08b6d5fe7c31f8d735d982824049892769efdb0 (patch)
treeeac2bd6253a8fdabe746912c8d1aa2125f3b21ac /lib/ChangeLog
parent06fc494da329877fce5f0948220e50a77555b54f (diff)
downloadcoreutils-e08b6d5fe7c31f8d735d982824049892769efdb0.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index aba876404..65271a499 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,6 +1,9 @@
2003-03-22 Jim Meyering <jim@meyering.net>
- * fnmatch_loop.c (NEW_PATTERN): Cast alloca to proper type.
+ * strftime.c (widen): Cast alloca return value to proper type.
+
+ * fnmatch_loop.c
+ (NEW_PATTERN): Cast alloca return value 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.