From 8bd2bc6d004dac2dec246adcb110586bcb9fab5c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Dec 2004 19:37:56 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 8b6c6e72ea..9e6cafe1f8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,13 @@ 2004-12-05 Jim Meyering - * __fpending.c: Include . - (__fpending): Abort if PENDING_OUTPUT_N_BYTES is negative. + * Makefile.am (unit-test): New target. + (check): Depend on it. + (noinst_PROGRAMS): Define. + + * 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; - this value is used only in the rare event that close_stdout's + that value is used only in the rare event that close_stdout's fclose fails with EBADF. 2004-12-02 Paul Eggert -- 2.47.2