summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-27 02:46:10 +0000
committerJim Meyering <jim@meyering.net>1994-12-27 02:46:10 +0000
commitb772193f4bc7fc2688b90033c89048cca93239ba (patch)
tree2b9b2c790a7f692d786b663e69e78e913724238c /old/sh-utils
parentc84154eb28bb0eecb6c9df03c5360c3004a1ba82 (diff)
downloadcoreutils-b772193f4bc7fc2688b90033c89048cca93239ba.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 1b858b813..156010f75 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 26 18:31:08 1994 Jim Meyering (meyering@comco.com)
+
+ * test.c (term): Running `./test \( a -o b' got a seg fault.
+ From from Klaus.Reichl@aut.alcatel.at.
+
Mon Dec 19 22:05:12 1994 Jim Meyering (meyering@comco.com)
* src/*.c: Include "error.h" rather than simply declaring
@@ -27,6 +32,7 @@ Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com)
* env.c (main): Likewise.
* pathchk.c (validate_path): Likewise.
* printf.c (print_formatted, print_esc): Likewise.
+ * test.c [member]: Likewise.
* who.c (extract_trimmed_name): Likewise.
* system.h [!HAVE_STRING_H]: Define strchr to index and strrchr to
rindex instead of the other way around.