summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-06-24 06:49:00 -0600
committerEric Blake <ebb9@byu.net>2009-06-25 06:43:30 -0600
commit0d626a9b7c58a25b292252357f5a91110024cfaa (patch)
treed806141fc25c3e927f5db404cf3609dd8fe80578 /NEWS
parent12ce56554d4b863d351ba5b828b6716154f2c2ae (diff)
downloadgnulib-0d626a9b7c58a25b292252357f5a91110024cfaa.tar.gz
fpurge: migrate into <stdio.h>
* lib/fpurge.h: Delete... * lib/stdio.in.h (fpurge): ...and declare here, instead. * lib/fpurge.c (fpurge): Change declaring header. * modules/fpurge (Files): Drop deleted file. (Depends-on): Add stdio. (configure.ac): Set witness. * modules/stdio (Makefile.am): Support fpurge macros. * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise. * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables. * lib/fflush.c: Update client. * tests/test-fpurge.c: Likewise. * NEWS: Mention the change. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 005fa7e8ca..5989bd91df 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ User visible incompatible changes
Date Modules Changes
+2009-06-25 fpurge The include file is changed from "fpurge.h" to
+ <stdio.h>.
+
2009-04-26 modules/uniconv/u8-conv-from-enc
modules/uniconv/u16-conv-from-enc
modules/uniconv/u32-conv-from-enc