changeset 9977:f670e38ec967

Put system dependent routines into inline functions.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Apr 2008 16:47:30 +0200
parents 621cb9082339
children 97187909b8c9
files ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-26  Bruno Haible  <bruno@clisp.org>
+
+	* lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
+	restore_seek_optimization, update_fpos_cache): New functions, extracted
+	from rpl_fflush.
+	(rpl_fflush): Use them.
+	* m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
+	(gl_REPLACE_FFLUSH): Use it.
+
 2008-04-26  Bruno Haible  <bruno@clisp.org>
 
 	* tests/test-xstrtol.sh: Work around limitation of an old 'tr' program