summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-24 19:12:46 +0000
committerJim Meyering <jim@meyering.net>1994-09-24 19:12:46 +0000
commit1ba691350be74b3f5e2d3417f154046b6c06c2f6 (patch)
tree30f17a54d47b1aabf76e8a9121c6ef1e61ab0683 /old/sh-utils
parent4e2b49d717b09fceb699170094eb3b16cdf27985 (diff)
downloadcoreutils-1ba691350be74b3f5e2d3417f154046b6c06c2f6.tar.xz
merge with 1.10m
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog3
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.