diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-06 00:24:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-06 00:24:18 +0000 |
commit | 061697058cd98ffca2a110c9fb736f0dd0c5c459 (patch) | |
tree | 3cde384603271768516df0c097a6eb6e2fffa1ad /old/fileutils | |
parent | 712109716a7b75dda2d34751202d210acd879f6b (diff) | |
download | coreutils-061697058cd98ffca2a110c9fb736f0dd0c5c459.tar.xz |
merge with 3.8.3a
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4ededb20e..d489f7fb2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,32 @@ +Tue Oct 05 14:52:02 1993 Jim Meyering (meyering@comco.com) + + * configure.in: Add AC_STAT_MACROS_BROKEN. + + * isdir.c, makepath.c, rename.c, system.h [STAT_MACROS_BROKEN]: + Test this. + + * xmalloc.c [CONFIG_BROKETS]: Test this. + +Thu Sep 9 08:52:10 1993 Jim Meyering (meyering@comco.com) + + * src/*.c: Print version on standard output, not stderr. + +Fri Aug 27 23:53:50 1993 Jim Meyering (meyering@comco.com) + + * cp.c (copy), ls.c (get_link_name): Don't use PATH_MAX as array + length in declarations because on some systems it gets defined + to the function pathconf. Use dynamic allocation instead. + + * fsusage.c (adjust_blocks): Use `1' instead of `+1'. Many + compilers don't parse the latter. From Kaveh R. Ghazi. + +Fri Aug 27 10:27:13 1993 Paul Eggert (eggert@twinsun.com) + + * xmalloc.c: Include "config.h" if HAVE_CONFIG_H. Use size_t, + not int, when needed. + (VOID): New macro. Use it when needed. + (error): Declaration uses varargs if required. + Thu Aug 26 22:26:09 1993 Jim Meyering (meyering@comco.com) * ls.c (print_long_format, print_file_name_and_frills): Cast inode |