diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-07-21 15:00:54 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-21 15:00:54 +0200 |
commit | a0c8d0e0fe514c0c9b37ced9b4f96d3e076de44b (patch) | |
tree | b79915ca828dfdda5e84b4ac6a8439146620dc9b /ChangeLog | |
parent | 366aaf59dcde9d3700346a94562151db6afb3be4 (diff) | |
download | coreutils-a0c8d0e0fe514c0c9b37ced9b4f96d3e076de44b.tar.xz |
* bootstrap (slurp): Work even in environments where "ls" defaults
to "ls -A". Put in a FIXME, though, since the current code does
not slurp files whose names start with ".", and this looks like
it might be a troublesome area.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-21 Paul Eggert <eggert@cs.ucla.edu> + + * bootstrap (slurp): Work even in environments where "ls" defaults + to "ls -A". Put in a FIXME, though, since the current code does + not slurp files whose names start with ".", and this looks like + it might be a troublesome area. + 2007-07-20 Jim Meyering <jim@meyering.net> Document and add a test for today's sort bug fix. |