]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
merge with 3.5.2
authorJim Meyering <jim@meyering.net>
Thu, 6 May 1993 05:34:03 +0000 (05:34 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 May 1993 05:34:03 +0000 (05:34 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 5259aef279845d27e7f280e16db5f520c860d364..18ca010d773ce5f8aaf87aec0a4d74fae342fef8 100644 (file)
@@ -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
index 4cd42b26ceb518e713297a3b18dcc89f856f5ba8..590577c1bb580a742815bbd741eac9654435aca3 100644 (file)
@@ -1,5 +1,6 @@
 Major changes in release 3.6:
 * GNU ls -f works like Unix ls -f
+* mktime replacement works
 \f
 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
 \f
 Major changes in release 3.4:
 * cp -p and mv preserve setuid and setgid bits