From: Jim Meyering Date: Sun, 11 Apr 1999 01:44:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0f~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d062fbe6da7a6584f64d5a7cd8672c09b156d47;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b41bea59c0..48543de38f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +1999-04-10 Jim Meyering + + `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 * lib/getdate.y (difftm): Protoize.