diff options
author | Jim Meyering <jim@meyering.net> | 1994-08-19 22:42:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-08-19 22:42:59 +0000 |
commit | da13561d3d4454ccba40e7b9fa836302717b2321 (patch) | |
tree | 0ffd6edc724eac66a72b473667ed8e438cc8712a /old/fileutils | |
parent | 8a5d6318e79ce211a4f83826b4845cbb7d9ba502 (diff) | |
download | coreutils-da13561d3d4454ccba40e7b9fa836302717b2321.tar.xz |
merge with 3.9f
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2cdf1b4b7..4ab45a094 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,20 @@ +Thu Aug 18 11:41:16 1994 Jim Meyering (meyering@comco.com) + + * du.c (du_files) [HAVE_FCHDIR]: Use open (".", ...) and fchdir + instead of xgetcwd and chdir. Otherwise, running du in a subdirectory + of an unreadable directory would fail because xgetcwd fails. + * configure.in (AC_HAVE_FUNCS): Add fchdir. AIX-2.3 (for one) + doesn't have it. + + * lib/Makefile.in (DISTFILES): Include getdate.c and posixtim.c + so one doesn't need $(YACC). + Add dependencies on safe-stat.h. + Sat Jul 30 08:08:02 1994 Jim Meyering (meyering@comco.com) + * du.c (main): Don't initialize automatic array CWD_ONLY in declaration. + Some compilers don't allow that. + * backupfile.c [DIRENT]: Remove spurious `|| defined(_POSIX_VERSION)'. * savedir.c: Ditto. |