diff options
Diffstat (limited to 'old/textutils/ChangeLog')
-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. |