summaryrefslogtreecommitdiffstats
path: root/tests/cmdIL.test
Commit message (Expand)AuthorAgeFilesLines
* Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-271-2/+2
* [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-0/+9
|\
| * Fixed the weird edge case.bug_3613609dkf2013-05-221-0/+3
| * Improved tests.dkf2013-05-221-2/+5
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-0/+3
* | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-161-0/+10
|\ \ | |/
| * 3587651 fix [info functions] (Re-implementation in Tcl)dgp2012-11-161-0/+10
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Fix [Bug 1675116] in a way suitable for 8.4.dkf2007-03-101-1/+6
| | * Fixed confusing error message. [Bug 771539]dkf2003-07-151-2/+2
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdkf2010-12-271-1/+4
* | | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-221-1/+7
* | | TIP #326 IMPLEMENTATIONdkf2008-09-291-3/+21
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-7/+7
* | | Use the powers of tcltest2 for good! Also add basic testing of disassmblerdkf2008-09-101-226/+144
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-2/+2
|/ /
* | eliminate duplicate test namesdgp2008-02-131-2/+2
* | * generic/tclCmdIl.c (Tcl_LreverseObjCmd):Miguel Sofer2008-01-221-1/+4
* | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994].Miguel Sofer2007-12-231-1/+4
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-5/+5
* | Added test for [Bug 1675044].dgp2007-03-131-1/+18
* | Fix [Bug 1675116]dkf2007-03-091-1/+5
* | * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp2007-03-021-1/+4
* | Optimize for the unshared case.dkf2006-11-091-3/+7
* | Implemented [lreverse] from TIP#272dkf2006-11-091-1/+14
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-2/+2
* | Error message consistency improvements. [Bug 1534628]dkf2006-08-091-5/+5
* | Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-2/+8
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-2/+2
* | TIP#217 implementationdkf2004-10-141-2/+8
* | Full bytecode compilation for [lassign]dkf2004-01-181-49/+262
* | Fix a shimmering bugdkf2004-01-171-1/+5
* | Minor fixes and update of UNIX documentation installerdkf2004-01-171-4/+4
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-171-1/+83
* | Make cmdIL.test more self-contained [Bug 838384]dkf2003-11-101-29/+50
* | Test to detect a sharing problem with TIP#127 exposed in tclbenchdkf2003-10-141-1/+10
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdkf2003-10-141-1/+32
* | Fixed error message to be less confusing [Bug 771539]dkf2003-07-151-2/+2
|/
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...dkf2001-09-281-1/+7
* * tests/cmdIL.test: Added a test for fix for [Bug: 6212].ericm2000-09-171-1/+17
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * tests/cmdIL.test: Added tests for lsort -dictionary withericm2000-01-131-1/+19
* * tests/cmdIL.test:hobbs1999-12-211-5/+12
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
* * doc/string.n:stanton1999-05-061-14/+2