diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-10 14:23:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-10 14:23:42 +0000 |
commit | aa4d86195c963100cc1e0857431af40d66c479b2 (patch) | |
tree | 5ee139a699a4fc80c693b518abd46c852f568ff2 /old | |
parent | 6f59cd3b324092ce543e20944331cc9e4f3fcf63 (diff) | |
download | coreutils-aa4d86195c963100cc1e0857431af40d66c479b2.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cc9973215..e5e262555 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,12 @@ -2001-11-09 Jim Meyering <meyering@lucent.com> +2001-11-10 Jim Meyering <meyering@lucent.com> * 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 <meyering@lucent.com> + * configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no arguments. |