From 236ab993af66a347349200119b15ff6ab62bb20d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 May 1993 05:34:03 +0000 Subject: merge with 3.5.2 --- old/fileutils/ChangeLog | 25 +++++++++++++++++++++++++ old/fileutils/NEWS | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'old') 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 . + + * eaccess (eaccess_stat): Cast NGROUPS_MAX to appropriate types. + From Bruce Evans . + +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 + . + 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 -- cgit v1.2.3-54-g00ecf