changeset 4071:7c099bf32c2f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Fri, 06 Dec 2002 08:00:59 +0000
parents 925594d77a99
children 86ee34b1ec28
files lib/ChangeLog
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,16 @@
+2002-12-06  Jim Meyering  <jim@meyering.net>
+
+	Merge in changes from libc's misc/error.c, in preparation
+	for the merge of gnulib's changes back into libc.
+
+	* error.c (_): Define only if not already defined.
+	Move definition to follow all #include directives.
+	Include unlocked-io.h only if !_LIBC.
+	[_LIBC]: Include <libio/libioP.h>.
+	[USE_IN_LIBIO]: Include <libio/iolibio.h>
+	(fflush): Tweak definition to use INTUSE.
+	(putc): Define.
+
 2002-12-05  Paul Eggert  <eggert@twinsun.com>
 
 	* alloca.c [defined emacs]: Include "lisp.h".
@@ -9,7 +22,7 @@
 	(malloc): Remove decl; we now always use xmalloc.
 	(alloca): Use old-style definition, since Emacs needs this.
 	Check for arithmetic overflow when computing combined size.
-	
+
 2002-12-04  Paul Eggert  <eggert@twinsun.com>
 
 	Do not generate unlocked-io.h automatically, since it's easier to