Add getaddrinfo.
[gnulib.git] / lib / ChangeLog
index d316764..91a9bf0 100644 (file)
@@ -1,3 +1,14 @@
+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.