summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-10 04:11:07 +0000
committerJim Meyering <jim@meyering.net>1996-10-10 04:11:07 +0000
commit969950e526e1704cbe755d32f012131c6d3b569d (patch)
tree17d8f15b95bd411cf0b71322533c05c7f048cb1f /old/sh-utils
parentfb9ee923ba9402c1f287e17e2150516b82990604 (diff)
downloadcoreutils-969950e526e1704cbe755d32f012131c6d3b569d.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 24725a01d..e2f6d6613 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,11 @@
Wed Oct 9 00:26:55 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/getloadavg.c [__sun]: Define sun. Reported by Kaveh Ghazi.
+
+ * lib/strftime.c (strftime): Accommodate the broken C compiler
+ that comes with SunOS -- don't initialize aggregates in decls of
+ automatic variables. Reported by Kaveh Ghazi.
+
* tests/: Renamed checks/ directory.
* Makefile.am (SUBDIRS): Rename checks to tests.
* configure.in (AC_OUTPUT): Rename checks to tests.