summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-17 09:50:24 +0000
committerJim Meyering <jim@meyering.net>2006-08-17 09:50:24 +0000
commita771318b59fdd79323c9b3a0c12764268a0e42c9 (patch)
treee8f4d422002012f379ebdae175aee0043bd035b0 /ChangeLog
parent9842bf827890e67dd2e205638b216bd3f07dae9e (diff)
downloadcoreutils-a771318b59fdd79323c9b3a0c12764268a0e42c9.tar.xz
With this patch, permit building with Solaris cc on Solaris 7.
* src/c99-to-c89.diff: Add diffs to convert more c99-isms. This integrates patches from Bruno Haible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e456c5ea0..2f807410b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-17 Jim Meyering <jim@meyering.net>
+
+ With this patch, permit building with Solaris cc on Solaris 7.
+ * src/c99-to-c89.diff: Add diffs to convert more c99-isms.
+ This integrates patches from Bruno Haible.
+
2006-08-16 Paul Eggert <eggert@cs.ucla.edu>
Fix some problems reported by Bruno Haible.