diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-13 17:10:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-13 17:10:57 +0000 |
commit | 86168539c7fe9d333405cf73efff70ed7f0b4c1f (patch) | |
tree | dace5339afe4668b7fb38b01a0c6885e0e38c5ee /old | |
parent | d849f682459dd2ccc69bf3e22df0004fc087357b (diff) | |
download | coreutils-86168539c7fe9d333405cf73efff70ed7f0b4c1f.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7db3c2d00..36181ea21 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +2002-04-13 Jim Meyering <meyering@lucent.com> + + * src/stat.c: Include system.h, error.h, and many other headers. + [HAVE_SYS_SYSMACROS_H]: Guard inclusion of sys/sysmacros.h. + (PROGRAM_NAME, AUTHORS): Define. + (long_options): Declare/define. + (print_human_access): Rewrite to use mode_string. + (usage): Rewrite. + (main): Use getopt_long. + (print_human_type): Call fputs once rather than calling + printf many times. + (print_human_fstype): Revamp in a similar fashion. Don't use strdup. + Declare most functions to be `static'. + 2002-04-12 Jim Meyering <meyering@lucent.com> * Version 4.1.9. |