summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f30a04958..1fc06c00c 100644
--- 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>