diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-16 05:44:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-16 05:44:09 +0000 |
commit | b34f300eaf19fff8b377e9003968f38e8b1fed12 (patch) | |
tree | c8b2d4172ce5b98cb4f398e993c74e6d9604df04 /old | |
parent | 2e5cc5e04e97b90db1442bb6f0a1abb2bc5b84a6 (diff) | |
download | coreutils-b34f300eaf19fff8b377e9003968f38e8b1fed12.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index e410852ad..4f7b62112 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +Fri Mar 15 23:42:29 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * basename.c: Remove __P-protected prototype for basename. + Reported by François Pinard. + (remove_suffix): Move to precede use. Remove prototype. + Declare formal parameter SUFFIX to be const. + + * pathchk.c (validate_path): Cast path_max to size_t before + comparing with strlen(path). + + * who-users.c (read_utmp): Declare n_read to be of type size_t + rather than int. + Tue Mar 12 17:52:05 1996 Jim Meyering (meyering@na-net.ornl.gov) * basename.c date.c dirname.c echo.c env.c expr.c factor.c hostname.c |