Add getaddrinfo.
[gnulib.git] / lib / ChangeLog
index b88ef1c..91a9bf0 100644 (file)
@@ -1,3 +1,18 @@
+2004-11-08  Simon Josefsson  <jas@extundo.com>
+
+       * getaddrinfo.h, getaddrinfo.c: New file.
+
+2004-11-10  Jim Meyering  <jim@meyering.net>
+
+       Ensure that no close failure goes unreported.
+       * closeout.c (close_stdout): Always close stdout.  I.e., don't
+       return early when it seems there's nothing to flush.
+       Don't include __fpending.h.
+
+2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
+
 2004-11-05  Bruno Haible  <bruno@clisp.org>
 
        * readlink.c: Include stddef.h, needed for size_t on Woe32.
        stdlib.h.
        (yyerror, yylex): Now accepts parser_control * arg.
        (main) [TEST]: Use '\0' rather than 0 for char.
-       
+
 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.