diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-17 22:43:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-17 22:43:10 +0000 |
commit | 214c19a8b32d2ed5dd3b0b57eea84c709720c753 (patch) | |
tree | 9ed7bb495b774417c7f9738e208e532a7969004d /old | |
parent | 1958250cc66bf2ec89193bff8b27b73ce5765fc7 (diff) | |
download | coreutils-214c19a8b32d2ed5dd3b0b57eea84c709720c753.tar.xz |
merge with 3.8.4g
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 | ||||
-rw-r--r-- | old/fileutils/NEWS | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index cbb71a9bf..160ab77d4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,18 @@ +Sun Oct 17 00:19:58 1993 Jim Meyering (meyering@comco.com) + + * ls.c (print_long_format): Cast printf args major and minor + so they'll have types macthing %u format even on systems + where those macros have signed type. + +Sat Oct 16 00:25:42 1993 Jim Meyering (meyering@comco.com) + + * chmod.c (change_file_mode): Reapply Oct 6 change for symlinks. + Somehow it got removed from working sources. + + * lib/Makefile.in [OBJECTS]: Change dependency to ../config.h so + it works when building in a subdirectory. From Rick Sladkey + (jrs@world.std.com). + Wed Oct 13 19:43:47 1993 Jim Meyering (meyering@comco.com) * cp.c (copy), ls.c (get_link_name): Complete Aug 27 change so diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 831704f43..35c9b3554 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,5 @@ Major changes in release 3.9: -* --help gives one-line description of options and shows correspondence +* --help gives one-line description of each option and shows correspondence between short and long-named options. * GNU chmod treats symlinks the same way other vendor's versions do. Now symlinks listed on the command line are processed (they were |