summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-02 05:46:23 +0000
committerJim Meyering <jim@meyering.net>1996-03-02 05:46:23 +0000
commit7a888be2e542bf3227db4662583118723e7b282e (patch)
tree2ac223f4b1b85f90c0f6135896173911a0ea0963 /old
parent815b5ca1d577ad6b9f07d50219c1870d24930545 (diff)
downloadcoreutils-7a888be2e542bf3227db4662583118723e7b282e.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 50596fcf8..d87d6ec3a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,9 +1,15 @@
-Fri Mar 1 20:46:32 1996 Jim Meyering (meyering@na-net.ornl.gov)
+Fri Mar 1 23:46:32 1996 Jim Meyering (meyering@na-net.ornl.gov)
* expr.c (docolon): Don't initialize re_syntax_options to
deceptively-named RE_SYNTAX_POSIX_BASIC -- it recognizes non-BRE
\?, \+, and \|. Use RE_SYNTAX_POSIX_MINIMAL_BASIC instead.
+ * od.c (WINDOWS_SETFILEMODE_BINARY): New macro.
+ (skip) [_WIN32 && _O_BINARY]: Use it.
+ (read_char): Likewise.
+ (read_block): Likewise.
+ Based on changes by Gary Newman <gnewman@shore.net>.
+
Wed Feb 28 23:08:24 1996 Jim Meyering (meyering@na-net.ornl.gov)
* lib/Makefile.am (su_SOURCES): Add xstrtoul.c.