summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-05-06 05:34:03 +0000
committerJim Meyering <jim@meyering.net>1993-05-06 05:34:03 +0000
commit236ab993af66a347349200119b15ff6ab62bb20d (patch)
tree4d5c49e9683b770a8564e0587a12733a3b986ee5 /old
parent93dcd189466cc1733b73467b707f7ee5478a621d (diff)
downloadcoreutils-236ab993af66a347349200119b15ff6ab62bb20d.tar.xz
merge with 3.5.2
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog25
-rw-r--r--old/fileutils/NEWS3
2 files changed, 27 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 5259aef27..18ca010d7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,28 @@
+Wed May 5 00:21:12 1993 Jim Meyering (meyering@comco.com)
+
+ * configure.in: Add AC_TIME_WITH_SYS_TIME.
+ * getdate.y: Use it (this is a version local to fileutils).
+
+Tue May 4 20:25:41 1993 Jim Meyering (meyering@comco.com)
+
+ * du.c (count_entry): Give an error and exit if chdir ("..") fails.
+ From Bruce Evans <bde@runx.oz.AU>.
+
+ * eaccess (eaccess_stat): Cast NGROUPS_MAX to appropriate types.
+ From Bruce Evans <bde@runx.oz.AU>.
+
+Mon May 3 22:09:24 1993 Jim Meyering (meyering@comco.com)
+
+ * configure.in: Add AC_GETGROUPS_T.
+ * eaccess.c: Don't define GETGROUPS_T. Now configure does it.
+
+Sun May 2 09:18:53 1993 Jim Meyering (meyering@comco.com)
+
+ * configure.in: Check for libypsec.a on Dolphin M88K machines.
+ This can result in significant speedup for programs that access
+ YP information. From Kjetil Wiekhorst J{\o}rgensen
+ <jorgens@pvv.unit.no>.
+
Fri Apr 30 02:21:48 1993 Jim Meyering (meyering@comco.com)
* ls.c (main): Make `-f' work like on standard Unix ls, instead
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 4cd42b26c..590577c1b 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,5 +1,6 @@
Major changes in release 3.6:
* GNU ls -f works like Unix ls -f
+* mktime replacement works
Major changes in release 3.5:
* adds support for DEC Alpha under OSF/1
@@ -10,7 +11,7 @@ Major changes in release 3.5:
* chmod accepts long-named options
* dd conv=unblock doesn't hang
* new df option --exclude=fstype
-* new ls option --long-time
+* new ls option --full-time
Major changes in release 3.4:
* cp -p and mv preserve setuid and setgid bits