diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-17 14:21:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-17 14:21:39 (GMT) |
commit | 602957805503408b0d8a4596bf51ac469f9e5e01 (patch) | |
tree | 161b2adb86506501c29eab6c6e9f20917d7f5c81 /ChangeLog | |
parent | 4bc5664112ad0e60507cf6d83a9937c7679560c6 (diff) | |
download | tcl-602957805503408b0d8a4596bf51ac469f9e5e01.zip tcl-602957805503408b0d8a4596bf51ac469f9e5e01.tar.gz tcl-602957805503408b0d8a4596bf51ac469f9e5e01.tar.bz2 |
Fix docbug in lsearch and lsort commands for -ascii opt (which works with
unicode in the obvious order, really.) [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_FormatObjCmd): Only add the modifier |