diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-11 01:44:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-11 01:44:26 +0000 |
commit | 4d062fbe6da7a6584f64d5a7cd8672c09b156d47 (patch) | |
tree | bcbd4119ac9b9d42a9573bf30e044f9ab9a63d68 /old | |
parent | 23dfcdb3689f1e030a14fb312b683cd6c82a57d2 (diff) | |
download | coreutils-4d062fbe6da7a6584f64d5a7cd8672c09b156d47.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b41bea59c..48543de38 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +1999-04-10 Jim Meyering <meyering@ascend.com> + + `ls --color' would segfault + * src/ls.c: Include assert.h. + (color_indicator[]): Add an entry for the type, `door.' + (main): Assert that the lengths of the color_indicator and + indicator_name arrays are appropriately related. + Reported by John Gotts. + + * src/dd.c (scanargs): Fix bug introduced with last change: now that + the loop is gone, manually decrement argc and increment argv. + Reported by Andreas Jaeger and jvogel@linkny.com. + 1999-04-07 Jim Meyering <meyering@ascend.com> * lib/getdate.y (difftm): Protoize. |