merge with 3.5.2

This commit is contained in:
Jim Meyering
1993-05-06 05:34:03 +00:00
parent 93dcd18946
commit 236ab993af
2 changed files with 27 additions and 1 deletions
+25
View 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
+2 -1
View File
@@ -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