summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog2
-rw-r--r--old/textutils/ChangeLog11
2 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index eac12c9e8..539527f49 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,7 @@
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
+ * df.c (usage): Reflect that now --no-sync is the default.
+
* Makefile.am (LDADD): Put @INTLLIBS@ before package library.
Sat Apr 20 22:48:59 1996 Jim Meyering (meyering@na-net.ornl.gov)
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e21cc04bb..b5cf4409a 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,16 @@
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
+ * getline.c: New version from gettext-0.10.12.
+ * getline.h: Likewise.
+ * configure.in (AC_CHECK_FUNCS): Add getdelim.
+ Suggested by Ulrich Drepper.
+
+ * md5sum.c (md5_check): Remove spurious newline at end of error
+ format string.
+
+ * od.c (decode_one_format): Use printf's L modifier for long doubles,
+ not `l'. From Eric Backus.
+
* Makefile.am (LDADD): Put @INTLLIBS@ before package library.
* od.c: Include <values.h>.