From: Jim Meyering Date: Sat, 10 Nov 2001 14:23:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_17~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4d86195c963100cc1e0857431af40d66c479b2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cc99732158..e5e2625557 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,12 @@ -2001-11-09 Jim Meyering +2001-11-10 Jim Meyering * Version 2.0.17. + * src/nl.c (proc_text): Use `puts' to output a string of spaces, + not printf. This avoids a warning from gcc's -Wformat-security. + +2001-11-09 Jim Meyering + * configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no arguments.