.
authorJim Meyering <jim@meyering.net>
Fri, 11 Oct 1996 04:50:54 +0000 (04:50 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Oct 1996 04:50:54 +0000 (04:50 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog

index 0555a78..7dcd47d 100644 (file)
@@ -1,3 +1,12 @@
+Thu Oct 10 23:47:34 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y.
+       (fu_SOURCES): Put them here instead.
+       Remove rules for building getdate.c and posixtm.c;  now automake
+       generates those rules.
+       * lib/ylwrap: New file.
+       * lib/interlock: New file.
+
 Wed Oct  9 06:51:47 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/ls.c (usage): Improve brief descriptions of --sort and --time.
index e2f6d66..e73a9d7 100644 (file)
@@ -1,3 +1,12 @@
+Thu Oct 10 23:50:05 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y.
+       (su_SOURCES): Put them here instead.
+       Remove rules for building getdate.c and posixtm.c;  now automake
+       generates those rules.
+       * lib/ylwrap: New file.
+       * lib/interlock: New file.
+
 Wed Oct  9 00:26:55 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * lib/getloadavg.c [__sun]: Define sun.  Reported by Kaveh Ghazi.