summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-08 04:54:29 +0000
committerJim Meyering <jim@meyering.net>1996-01-08 04:54:29 +0000
commitbfa30819b905db311171080bc9ef58566febd3f6 (patch)
tree0549e870505326992d6c53da94d3f12557cc2633 /old/sh-utils
parentac5e053d8f0b70f445539da70e5cce62658ca1ed (diff)
downloadcoreutils-bfa30819b905db311171080bc9ef58566febd3f6.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index bdd9b17d9..5612b7436 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,14 @@
Sat Jan 6 05:13:40 1996 Jim Meyering (meyering@na-net.ornl.gov)
+ * configure.in (PACKAGE, VERSION): New variables.
+ (fp_C_PROTOTYPES): Use it.
+
+ * printf.c (print_esc_char): Change type of argument from char
+ to int to avoid potential promotion problem.
+ * uname.c (print_element): Likewise.
+
+ * system.h [__P]: New macro.
+
* basename.c, date.c, dirname.c, echo.c, env.c, expr.c, factor.c,
hostname.c, id.c, logname.c, nice.c, pathchk.c, printenv.c,
printf.c, pwd.c, seq.c, sleep.c, tee.c, test.c, tty.c, uname.c,