summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-05 20:17:08 +0000
committerJim Meyering <jim@meyering.net>2004-12-05 20:17:08 +0000
commit9390aecd60b33ca35819cbdbefc922a9f88593ce (patch)
tree405266052a097e4bd6035dd8a82ef094d1e42fc2 /lib
parent35dc3847acf1867b195e34adbb80145881db4aea (diff)
downloadcoreutils-9390aecd60b33ca35819cbdbefc922a9f88593ce.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 36df77d76..edfe54051 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,15 +1,19 @@
2004-12-05 Jim Meyering <jim@meyering.net>
- * Makefile.am (unit-test): New target.
- (check): Depend on it.
- (noinst_PROGRAMS): Define.
- (LDADD): Define.
+ Currently, fpending.m4 punts (by defining PENDING_OUTPUT_N_BYTES
+ to 1) if it doesn't find a valid expression for the replacement
+ function. Before this change, that might have gone undetected
+ for some time. Now, we'll catch it close to the source.
* t-fpending.c: New file. Test the __fpending function.
This ensures that if there is an error in the definition of the
PENDING_OUTPUT_N_BYTES expression, we'll find about it right away;
that value is used only in the rare event that close_stdout's
fclose fails with EBADF.
+ * Makefile.am (unit-test): New target.
+ (check): Depend on it.
+ (noinst_PROGRAMS): Define.
+ (LDADD): Define.
2004-12-02 Paul Eggert <eggert@cs.ucla.edu>