# HG changeset patch # User Jim Meyering # Date 1192779306 -7200 # Node ID 8f61b607ab566a7d27ead04aa2f1ee2bb1dfbabc # Parent 40389da21b029dd6a666b08e648161ac763a7e5f Correct file name. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2007-10-18 Bruno Haible - * m4/vasnprintf.m4 (VASNPRINTF): Don't use %n on glibc >= 2.3 systems. + * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems. Reported by Jim Meyering. 2007-10-18 Eric Blake @@ -13,7 +13,7 @@ the format string into writable memory. Needed in Fortify conditions. 2007-10-18 Colin Watson (tiny change) - Bruno Haible + Bruno Haible * lib/trim.c: Include config.h unconditionally. Include trim.h always. Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX. @@ -173,7 +173,7 @@ * doc/functions/iconv_open.texi: Mention the iconv_open-utf module. 2007-10-13 Albert Chin - Bruno Haible + Bruno Haible * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo through a link check that includes . Needed for OSF/1 5.1. @@ -34963,7 +34963,6 @@ * m4/uintmax_t.m4: New file. * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. -Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 - Free Software Foundation, Inc. +Copyright (C) 1997-2007 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.