diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-27 02:46:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-27 02:46:10 +0000 |
commit | b772193f4bc7fc2688b90033c89048cca93239ba (patch) | |
tree | 2b9b2c790a7f692d786b663e69e78e913724238c /old | |
parent | c84154eb28bb0eecb6c9df03c5360c3004a1ba82 (diff) | |
download | coreutils-b772193f4bc7fc2688b90033c89048cca93239ba.tar.xz |
.
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 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. |