-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>