]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Simplify dcgen and dircolors.c.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Mar 2005 17:41:26 +0000 (17:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Mar 2005 17:41:26 +0000 (17:41 +0000)
ChangeLog

index f30a04958cdfe9f4c176991b5e3d4e487afae713..1fc06c00c7fd37cdd4a7fe1ae668bc6a85135f51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2005-03-25  Eric Blake  <ebb9@byu.net>  (tiny change)
+2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1.
 
+       * src/dcgen: Squeeze multiple blanks into one.  Output a simple
+       array of adjacent strings rather than a more complicated data
+       structure; this saves space in the dircolors executable.
+       * src/dircolors.c (parse_line): Use char *, not unsigned char *.
+       This avoids casts.
+       (dc_parse_stream, main): Avoid casts.
+       Adjust to simpler data structure generated by new dcgen.
+
+2005-03-25  Eric Blake  <ebb9@byu.net>  (tiny change)
+
        * src/ls.c (usage): Document usage of LS_COLORS.
 
 2005-03-25  Paul Eggert  <eggert@cs.ucla.edu>