From: Jim Meyering Date: Tue, 5 Mar 1996 05:47:09 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12j~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29b0ceae9f4ff816b2824817d821e3852fd786aa;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d87d6ec3a4..56015b343c 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 . Wed Feb 28 23:08:24 1996 Jim Meyering (meyering@na-net.ornl.gov)