diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-17 14:25:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-17 14:25:19 (GMT) |
commit | 7a9c4243ac433c65c5b5ac2b90bd788b15307548 (patch) | |
tree | 9e5651ca82c0de67cdec7649266256afd32929a4 /ChangeLog | |
parent | d932fc4e68604d4877fca90b45537258f7ab3100 (diff) | |
download | tcl-7a9c4243ac433c65c5b5ac2b90bd788b15307548.zip tcl-7a9c4243ac433c65c5b5ac2b90bd788b15307548.tar.gz tcl-7a9c4243ac433c65c5b5ac2b90bd788b15307548.tar.bz2 |
Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicode
not ASCII these days. [Bug #703807]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-03-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * doc/lsearch.n: Altered documentation of -ascii options so + * doc/lsort.n: they don't specify that they operate on + ASCII strings, which they never did + anyway. [Bug #703807] + 2003-03-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclCmdAH.c (Tcl_FileObjCmd): Remove assumption that file |