summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-17 17:38:27 +0000
committerJim Meyering <jim@meyering.net>1996-01-17 17:38:27 +0000
commit0f32a825245c28c9365e11230d97bad4d5e2408c (patch)
treeae906dd4c447ac3677f2f48b0f98073768b5147d /old/sh-utils
parent2a0d3143dd87c9ad68dc9611599c203e1b8d6bdd (diff)
downloadcoreutils-0f32a825245c28c9365e11230d97bad4d5e2408c.tar.xz
(.su_SOURCES): Add xstrtol.c.
(HEADERS): Add xstrtol.h.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d51b76fb0..086c98f6a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,16 @@
+Wed Jan 17 11:37:59 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * stty.c: Protoize and __P-protect forward dcls.
+ (visible): Change parameter type to unsigned int from unsigned char.
+ (integer_arg): Use xstrtol instead of open-coding this.
+
+ * lib/Makefile.am (su_SOURCES): Add xstrtol.c.
+ (HEADERS): Add xstrtol.h.
+
+Sat Jan 13 22:31:23 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * stty.c: Indent cpp directives.
+
Sun Jan 7 23:56:03 1996 Jim Meyering (meyering@na-net.ornl.gov)
Use automake to generate Makefile.in files.