diff options
author | Jim Meyering <jim@meyering.net> | 1994-09-24 19:12:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-09-24 19:12:46 +0000 |
commit | 1ba691350be74b3f5e2d3417f154046b6c06c2f6 (patch) | |
tree | 30f17a54d47b1aabf76e8a9121c6ef1e61ab0683 /old | |
parent | 4e2b49d717b09fceb699170094eb3b16cdf27985 (diff) | |
download | coreutils-1ba691350be74b3f5e2d3417f154046b6c06c2f6.tar.xz |
merge with 1.10m
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index bb9f55f33..d8f73edf3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -10,9 +10,10 @@ Sat Sep 24 10:13:00 1994 Jim Meyering (meyering@comco.com) system.h now does that. * printf.c: Ditto. + * date.c (usage): Add description of numeric modifiers. + * printf.c (print_formatted): Declare DIREC_LENGTH size_t, not int. (print_esc_string): Ditto for LENGTH. - * date.c (usage): Add description of numeric modifiers. * dirname.c (main): Cast string literal to (char*). * stty.c (wrapf): Declare first argument const char *. * tee.c (main, tee): More const dcls and casting. |