diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-06 22:45:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-06 22:45:58 +0000 |
commit | 569ae8c54bd81d3a48c0392a60c309b22f541cd7 (patch) | |
tree | a02c97bde4d2295531b72d259a2e4018cfc99e96 | |
parent | 37edf3206837764ed66a186d92e12746f1258a82 (diff) | |
download | coreutils-569ae8c54bd81d3a48c0392a60c309b22f541cd7.tar.xz |
.
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 86c677552..0d8ab62ba 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2004-11-06 Jim Meyering <jim@meyering.net> + * __fpending.c, __fpending.h: Remove files. + + * Makefile.am (libfetish_a_SOURCES): Remove __fpending.h, now + that it's no longer used. + Ensure that no close failure goes unreported. * closeout.c (close_stdout): Always close stdout. I.e., don't return early when it seems there's nothing to flush. |