summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-11 10:09:48 +0000
committerJim Meyering <jim@meyering.net>2001-11-11 10:09:48 +0000
commitceae44d8120c3637ec050686d28ac94ebee06052 (patch)
tree876c1b20b3cc5e7c32e0719a4a53c664fe118a99 /old
parent503372a0356a568ba665adda9580cd02720a9e21 (diff)
downloadcoreutils-ceae44d8120c3637ec050686d28ac94ebee06052.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e5e262555..17bf081e1 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,12 @@
-2001-11-10 Jim Meyering <meyering@lucent.com>
+2001-11-11 Jim Meyering <meyering@lucent.com>
* Version 2.0.17.
+ * src/Makefile.am (sort_LDADD): Reflect spelling change:
+ s/POW_LIBM/POW_LIB/.
+
+2001-11-10 Jim Meyering <meyering@lucent.com>
+
* src/nl.c (proc_text): Use `puts' to output a string of spaces,
not printf. This avoids a warning from gcc's -Wformat-security.