diff options
author | Jim Meyering <jim@meyering.net> | 1993-04-22 03:16:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-04-22 03:16:53 +0000 |
commit | cff8d231ff42cdd533ba430a9a887bc856f9e44a (patch) | |
tree | fc545c6a22b5daf33f0a8511d0407e1f9d730d67 /old | |
parent | adcff142d8c2b5f7f8c08ff8cbcaf97d346af9b2 (diff) | |
download | coreutils-cff8d231ff42cdd533ba430a9a887bc856f9e44a.tar.xz |
merge with 3.5
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 50eb10e28..48c31dd34 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,29 @@ +Mon Apr 19 11:21:14 1993 Jim Meyering (meyering@comco.com) + + * Version 3.5. + + * ls.c, touch.c: Don't include time.h explicitly -- it's included + by system.h. From Franc,ois Pinard. + + * posixtm.y: Use TM_IN_SYS_TIME. + + * backupfile.c [index, rindex]: Don't redefine them. + + * system.h [alloca]: Don't redefine it. + + * configure.in: Check for sys/time.h; getdate.y needs it for + structs timeval and timezone on some systems. + +Sun Apr 18 22:40:19 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu) + + * ls.c: Include fnmatch.h after system.h, so we get our + definitions of FNM_*, not those from unistd.h. + + * mountlist.c [MOUNTED_GETMNTINFO]: Add #ifdef around MOUNT_PC. + + * configure.in: Fix test for 4.4BSD statfs to not grep for a + macro in cpp output. + Sun Apr 18 02:35:36 1993 Jim Meyering (meyering@comco.com) * configure.in: Check for gettimeofday. |