summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-19 00:39:16 +0000
committerJim Meyering <jim@meyering.net>1993-04-19 00:39:16 +0000
commitadcff142d8c2b5f7f8c08ff8cbcaf97d346af9b2 (patch)
treee47cc900f4fea1f1f6e9a90d1297a353d6859def /old
parent29c0442cadced638d3f26b50db5a6328ad7b82d9 (diff)
downloadcoreutils-adcff142d8c2b5f7f8c08ff8cbcaf97d346af9b2.tar.xz
merge with 3.4.8
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog27
1 files changed, 23 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 504ddf8c9..50eb10e28 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,26 @@
+Sun Apr 18 02:35:36 1993 Jim Meyering (meyering@comco.com)
+
+ * configure.in: Check for gettimeofday.
+ Check for `struct tm'.
+ Change MVDIR definition so it works with new AC_DEFINE.
+
+ * system.h: Remove last vestiges of USG; instead, use specific
+ test for TM_IN_SYS_TIME to determine whether to include time.h
+ or sys/time.h.
+
+ * src/Makefile.in (install): Rewrite the test for whether to install
+ mvdir so that it doesn't cause gratuitous failures with broken shells.
+ Split long rule so the pieces fit in 80-column lines.
+
+Thu Apr 15 23:44:01 1993 Jim Meyering (meyering@comco.com)
+
+ * lib/Makefile.in (posixtm.c): Add dependency on getdate.c to enforce
+ sequential invocations of YACC.
+ * (posixtm.c, getdate.c): Remove use of `bison -o' and associated
+ conditional rename commands -- not needed since the parser generators
+ won't be run in parallel; now bison (when used) is always invoked
+ with -y.
+
Tue Apr 13 09:18:18 1993 Jim Meyering (meyering@comco.com)
* configure.in: Find a parser generator.
@@ -41,15 +64,11 @@ Wed Apr 7 23:54:48 1993 Jim Meyering (meyering@comco.com)
Mon Apr 5 20:14:17 1993 Jim Meyering (meyering@comco.com)
- * Version 3.4.5.
-
* chgrp.c, chmod.c, chown.c, install.c, ls.c, mkfifo.c, mknod.c,
touch.c: Add `case 0: break;' for long-only options help and version.
Sun Apr 4 09:38:00 1993 Jim Meyering (meyering@comco.com)
- * Version 3.4.4.
-
* src/*.c (usage): Mention --help and --version.
(main): Handle flag_help and flag_version before checking for
invocation errors.