From: Jim Meyering Date: Sat, 29 Jun 1996 05:28:48 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12o~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d50b0133b9096595e112991a17f4cc200ef7c8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c1d1580f7f..94c44789f8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -259,9 +259,15 @@ Mon Apr 29 22:07:41 1996 Jim Meyering (meyering@na-net.ornl.gov) * POTFILES.in: Add chgrp.c. From François Pinard. Add dircolors.c. + * dircolors.c: New file. Written by H. Peter Anvin. Sun Apr 28 16:32:38 1996 Jim Meyering (meyering@na-net.ornl.gov) + * ls.c: Apply color ls changes by Peter Anvin + and Dennis Flaherty based on original + patches by Greg Lee . And on top of all + that, a few changes from Ulrich Drepper. + * ls.c (parse_ls_color): Use strcpy to initialize 3-character array. Automatic aggregate initialization isn't portable. Remove all ^L's.