diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-15 11:31:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-15 11:31:51 +0100 |
commit | d1ad73e0bf6a1b6c62e424c1f28cf344fca10600 (patch) | |
tree | 942730833ee638c6f768e25672da6e5db2f262ac /ChangeLog | |
parent | 1e23a1785a26137d0e35fc9901e0840f6fbc57f9 (diff) | |
download | coreutils-d1ad73e0bf6a1b6c62e424c1f28cf344fca10600.tar.xz |
* bootstrap (gnulib_tool): When adding to .cvsignore and .gitignore,
emit foo.h, for each foo_.h. This yields one false-positive, fts.h,
but that's ok, since fts_.h will eventually be renamed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-01-15 Jim Meyering <jim@meyering.net> + * bootstrap (gnulib_tool): When adding to .cvsignore and .gitignore, + emit foo.h, for each foo_.h. This yields one false-positive, fts.h, + but that's ok, since fts_.h will eventually be renamed. + * src/remove.c (remove_dir): Don't use errno in diagnostic. Root-only test failure reported by Alex van Hout and Jon Grosshart in <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/9415/focus=9415>. |