diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-26 17:41:26 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-26 17:41:26 +0000 |
commit | 636fb1e3e71e337b2ace3b131d1d03e17ccd92d0 (patch) | |
tree | 2fb5e263fd3aecf5e3790b59f555eba8b8496994 | |
parent | 6f7e430f4bb662a9c870aefc1c09def039116aaa (diff) | |
download | coreutils-636fb1e3e71e337b2ace3b131d1d03e17ccd92d0.tar.xz |
Simplify dcgen and dircolors.c.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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> |