# HG changeset patch # User Jim Meyering # Date 1039161659 0 # Node ID 7c099bf32c2fc08de5bde7e4f7b70678a2a66a23 # Parent 925594d77a998969d24d5e08ba5e0eae74807bd8 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,16 @@ +2002-12-06 Jim Meyering + + 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 . + [USE_IN_LIBIO]: Include + (fflush): Tweak definition to use INTUSE. + (putc): Define. + 2002-12-05 Paul Eggert * 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 Do not generate unlocked-io.h automatically, since it's easier to