# HG changeset patch # User Jim Meyering # Date 1111582038 0 # Node ID d77759f257ad4b2e6e780fa37f158cb2a2f1b3e9 # Parent 84ca33dfdaa6da2d8fd40e9c163e200ac5535e4a *** empty log message *** diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-23 Jim Meyering + + * modules/gethrxtime (Files): Add lib/gethrxtime.h. + * modules/userspec (Files): Add lib/inttostr.h. + 2005-03-22 Jim Meyering * modules/stat-macros: New module. @@ -45,7 +50,7 @@ changed. 2005-03-03 Derek R. Price - Bruno Haible + Bruno Haible * modules/pagealign_alloc: New file. * MODULES.html.sh (Memory management functions): Add pagealign_alloc. @@ -122,8 +127,8 @@ 2005-01-19 Paul Eggert - * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h; - AC_LIBSOURCES now does this. + * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h; + AC_LIBSOURCES now does this. * MODULES.html.sh (Sizes of integer types ): New element, with new ullong_max module. @@ -424,7 +429,7 @@ gl_AC_TYPE_LONG_LONG. 2004-09-18 Simon Josefsson - and Paul Eggert + and Paul Eggert * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal calls with autoreconf. Define GL_LIB. @@ -442,7 +447,7 @@ * modules/vasnprintf (Files): Add m4/eoverflow.m4. 2004-09-08 Bruno Haible - Oskar Liljeblad + Oskar Liljeblad * modules/stdint: New file. * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint. @@ -582,7 +587,7 @@ * MODULES.html.sh (func_all_modules): Add argz. 2004-06-12 Jim Meyering - and Paul Eggert + and Paul Eggert * modules/hash (Files): Add lib/xalloc.h. * modules/pipe (Depends-on): Add wait-process. @@ -715,7 +720,7 @@ * MODULES.html.sh (func_all_modules): Add version-etc-2. 2003-09-25 Simon Josefsson - Bruno Haible + Bruno Haible * modules/getdomainname: New file. * modules/xgetdomainname: New file. @@ -1272,7 +1277,6 @@ * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well. -Copyright (C) 2000, 2001, 2002, 2003, 2004 - Free Software Foundation, Inc. +Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Jim Meyering + + * canonicalize.c: Remove duplicate `#include "stat-macros.h"'. + 2005-03-21 Jim Meyering Changes imported from coreutils.