diff options
author | Jim Meyering <jim@meyering.net> | 1993-07-24 13:00:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-07-24 13:00:24 +0000 |
commit | 08701d38a4c4e746e79132651c4577a6c03b02f6 (patch) | |
tree | 7c692ae4719304c8ca74572944ac5a87c7677f70 /old/fileutils/ChangeLog | |
parent | 75dd04102776a59adda1c9747dfc0152de3c34b5 (diff) | |
download | coreutils-08701d38a4c4e746e79132651c4577a6c03b02f6.tar.xz |
merge with 3.8
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f59a9cbfa..e8b4215cd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,28 @@ +Thu May 27 00:03:51 1993 Jim Meyering (meyering@comco.com) + + * Version 3.8. + + * configure.in (STAT_OSF1): Reference the statfs f_fsize member + so that configure defines STAT_OSF1 only if there is such a member. + Without such a reference, a Pyramid MIServer running OSx 5.1 + improperly defined STAT_OSF1 instead of the one it needed: + STAT_STATFS2_BSIZE. + +Wed May 26 00:57:46 1993 Jim Meyering (meyering@comco.com) + + * ls.h, ls-ls.c ls-dir.c, ls-vdir.c: New files that define or + simply set the new global variable ls_mode. ls_mode defines whether + the executable built from ls.o should act like ls, dir, or vdir. + * ls.c (decode_switches): Use the variable instead of #ifdefs. + This is modelled after the approach used in GNU binutils 2.x for + ar and ranlib. Here we avoid two rudundant compilations. + + * install.c (change_attributes, copy_file, install_file_in_file): + Don't call chown if we can efficiently determine that doing so is + unnecessary. On some systems, calls to chown (even with your own + uid and gid) fail unless made by root. On such systems install + got spurious failures. + Sat May 22 02:13:12 1993 Jim Meyering (meyering@comco.com) * Version 3.6. |