New module 'timegm'.
[gnulib.git] / lib / ChangeLog
index 0b7e058..9f5c07e 100644 (file)
@@ -1,3 +1,47 @@
+2003-08-31  Simon Josefsson  <jas@extundo.com>
+
+       * timegm.h: New file.
+       * timegm.c: New file.  Based on wget-1.8.2/src/http.c:mktime_from_utc.
+
+2003-08-31  Karl Berry  <karl@gnu.org>
+
+       * argp.h: update from libc.
+
+2003-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * binary-io.h: Undefine O_BINARY before defining it. This avoids a
+       warning on QNX, which defines O_BINARY to 000000.
+
+2003-08-24  Bruno Haible  <bruno@clisp.org>
+
+       * binary-io.h: Include <stdio.h>, to avoid a compilation error when
+       MSVC7 <stdio.h> is included later.
+
+2003-08-20  Bruno Haible  <bruno@clisp.org>
+
+       * progname.h: New file, from GNU gettext.
+       * progname.c: New file, from GNU gettext.
+       * progreloc.c: New file, from GNU gettext.
+
+2003-08-19  Bruno Haible  <bruno@clisp.org>
+
+       * xstrdup.c: Assume <string.h> exists.
+
+2003-08-18  Jim Meyering  <jim@meyering.net>
+
+       * setenv.h: Indent nested cpp directive.
+       * vasnprintf.c: Remove trailing blanks.
+
+2003-08-17  Simon Josefsson  <jas@extundo.com>
+           Bruno Haible  <bruno@clisp.org>
+
+       * xstrndup.h: New file.
+       * xstrndup.c: New file.
+
+2003-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * strndup.h: New file.
+
 2003-08-16  Paul Eggert  <eggert@twinsun.com>
 
        * regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
@@ -9,7 +53,7 @@
        Merge from coreutils.
        * xstrtoimax.c: #else #if -> #elif.
        * xstrtoumax.c: Likewise.
-       
+
 2003-08-15  Paul Eggert  <eggert@twinsun.com>
 
        * config.charset, ref-add.sin, ref-del.sin: Use three spaces,
        virtual memory.  Based in part on a patch from Mike Jetzer.
 
 2003-08-14  Jim Meyering  <jim@meyering.net>
-        and Paul Eggert  <eggert@twinsun.com>
+       and Paul Eggert  <eggert@twinsun.com>
 
        Merges from coreutils, plus other fixes.
        * physmem.c: Merge in portability changes from gcc/libiberty
        Normalize leading white space and remove trailing white space.
        * ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
        notice, as per ../config/srclist-update.
-       
+
        Merge from coreutils.
        * euidaccess.h: New file.
        * euidaccess.c: Include it.
        * .cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
        vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
        * regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
-       
+
 2003-08-11  Bruno Haible  <bruno@clisp.org>
 
        * vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
        (strerror): Don't assume that a printable int fits in 14 bytes.
 
 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * getline.h (getline, getdelim): Change return type to ssize_t.
        * getline.c (getline, getdelim): Likewise.
        http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
 
 2003-03-03  Paul Eggert  <eggert@twinsun.com>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
        Reported by John Hughes, see
        included.
 
        * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
-        __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
+       __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
 
 2001-11-30  Akim Demaille  <akim@epita.fr>