diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
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) |