diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-18 19:51:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-18 19:51:04 +0000 |
commit | 2abefb14eb21d333e00a748e4a0ebbeb3f997e6b (patch) | |
tree | fc2b5b842f1b7b05384fdcd8d7832820d275362b /old/textutils | |
parent | e2c1c2e5290bb415738ed38c6803fff5772d3c3b (diff) | |
download | coreutils-2abefb14eb21d333e00a748e4a0ebbeb3f997e6b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a476d16b9..0d9b1f6b5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -7,8 +7,9 @@ * src/tr.c (xmemdup): Rename from `substr' and rewrite to take only pointer/length parameters. (build_spec_list): Update sole caller. - Before calling xmemdup, compute operand length and fail if it's zero. - Pawel Prokop reported that `tr [::] _' elicits a failed assertion. + Properly diagnose the invalid specs [::] and [==]. + Pawel Prokop reported that `tr '[::]' x' elicits a failed assertion. + * tests/tr/Test.pm: Add tests for the above fix. 2002-01-14 Paul Eggert <eggert@twinsun.com> |