summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-05 05:47:09 +0000
committerJim Meyering <jim@meyering.net>1996-03-05 05:47:09 +0000
commit29b0ceae9f4ff816b2824817d821e3852fd786aa (patch)
treef3f6f16681e60bcb5787f6256b6e0f25a7eea689 /old/sh-utils
parentb21af8a7ddd50292ae77d0b0dba44408d886254d (diff)
downloadcoreutils-29b0ceae9f4ff816b2824817d821e3852fd786aa.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d87d6ec3a..56015b343 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 4 23:46:43 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * seq.c (main): Exit after processing --version.
+ Reported by François Pinard.
+
Fri Mar 1 23:46:32 1996 Jim Meyering (meyering@na-net.ornl.gov)
* expr.c (docolon): Don't initialize re_syntax_options to
@@ -8,6 +13,7 @@ Fri Mar 1 23:46:32 1996 Jim Meyering (meyering@na-net.ornl.gov)
(skip) [_WIN32 && _O_BINARY]: Use it.
(read_char): Likewise.
(read_block): Likewise.
+ [_WIN32 && _O_BINARY]: Include malloc.h and io.h.
Based on changes by Gary Newman <gnewman@shore.net>.
Wed Feb 28 23:08:24 1996 Jim Meyering (meyering@na-net.ornl.gov)