summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-01-27 05:39:25 +0000
committerJim Meyering <jim@meyering.net>1995-01-27 05:39:25 +0000
commit4e2a9fa5f2f78ce00482f0d896f14f9b6a3fbf8c (patch)
treeabea9b8bd54f114d652526a24a061e19ddb995b6 /old/sh-utils
parent1a41e74d32f45f7208a87aa641e12bae69278dac (diff)
downloadcoreutils-4e2a9fa5f2f78ce00482f0d896f14f9b6a3fbf8c.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 08581671a..a1f9f39cf 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,21 @@
+Thu Jan 26 23:38:04 1995 Jim Meyering (meyering@comco.com)
+
+ * getdate.y (ToSeconds): Properly convert 12am and 12pm.
+ From Takeshi Sone <ts1@tsn.or.jp>.
+
+ * lib/Makefile.in (SOURCES, OBJECTS, DISTFILES): Add readtokens.[coh].
+ (all): Depend on safe-stat.h and safe-lstat.h.
+
+ * date.c (batch_convert): Remove any trailing newline from offending
+ line before including it in the `invalid date' error from `date -f'.
+ Reported by Franc,ois Pinard.
+
+Sat Dec 31 09:25:09 1994 Jim Meyering (meyering@comco.com)
+
+ * Makefile.in (PROGS): Add factor.
+ * src/Makefile.in (SOURCES, OBJECTS, PROGS): Add factor.
+ (factor): New rule.
+
Mon Dec 26 18:31:08 1994 Jim Meyering (meyering@comco.com)
* test.c (term): Running `./test \( a -o b' got a seg fault.