summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-26 17:41:26 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-26 17:41:26 +0000
commit636fb1e3e71e337b2ace3b131d1d03e17ccd92d0 (patch)
tree2fb5e263fd3aecf5e3790b59f555eba8b8496994 /ChangeLog
parent6f7e430f4bb662a9c870aefc1c09def039116aaa (diff)
downloadcoreutils-636fb1e3e71e337b2ace3b131d1d03e17ccd92d0.tar.xz
Simplify dcgen and dircolors.c.
Diffstat (limited to 'ChangeLog')
-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>