diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-18 23:59:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-18 23:59:25 +0000 |
commit | fe680fd860e2795b28a75d01b839c988ee8150f6 (patch) | |
tree | 32c38ab42f31b74fc6a391b9d07c3b36667ca05b /old/textutils | |
parent | 2bd66cf7fcc2296af4d6b84079ff63330eed1433 (diff) | |
download | coreutils-fe680fd860e2795b28a75d01b839c988ee8150f6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0d9b1f6b5..518ea7e58 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,13 @@ -2002-01-18 Jim Meyering <meyering@lucent.com> +2002-01-19 Jim Meyering <meyering@lucent.com> * Version 2.0.20. + * configure.ac: Remove code that set LIBOBJS in support of ansi2knr. + The latest version of autoconf objected to it, and besides, I don't + care too much about K&R support these days. + +2002-01-18 Jim Meyering <meyering@lucent.com> + Fix tr so it no longer gets a failed assertion for [::] or [==]. * src/tr.c (xmemdup): Rename from `substr' and rewrite to |