summaryrefslogtreecommitdiffstats
path: root/tests/cmdIL.test
Commit message (Expand)AuthorAgeFilesLines
* [3613609]: Replace strcasecmp() with UTF-8-aware version.donal.k.fellows@manchester.ac.uk2013-05-221-0/+9
|\
| * Fixed the weird edge case.donal.k.fellows@manchester.ac.uk2013-05-221-0/+3
| * Improved tests.donal.k.fellows@manchester.ac.uk2013-05-221-2/+5
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlynijtmans@users.sourceforge.net2013-05-211-0/+3
* | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp@users.sourceforge.net2012-11-161-0/+10
|\ \ | |/
| * 3587651 fix [info functions] (Re-implementation in Tcl)dgp@users.sourceforge.net2012-11-161-0/+10
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...nijtmans@users.sourceforge.net2012-07-291-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * Fix [Bug 1675116] in a way suitable for 8.4.donal.k.fellows@manchester.ac.uk2007-03-101-1/+6
| | * Fixed confusing error message. [Bug 771539]donal.k.fellows@manchester.ac.uk2003-07-151-2/+2
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdonal.k.fellows@manchester.ac.uk2010-12-271-1/+4
* | | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].donal.k.fellows@manchester.ac.uk2009-12-221-1/+7
* | | TIP #326 IMPLEMENTATIONdonal.k.fellows@manchester.ac.uk2008-09-291-3/+21
* | | TIP #323 IMPLEMENTATION (partial)dgp@users.sourceforge.net2008-09-261-7/+7
* | | Use the powers of tcltest2 for good! Also add basic testing of disassmblerdonal.k.fellows@manchester.ac.uk2008-09-101-226/+144
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-2/+2
|/ /
* | eliminate duplicate test namesdgp@users.sourceforge.net2008-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 HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp@users.sourceforge.net2007-10-151-5/+5
* | Added test for [Bug 1675044].dgp@users.sourceforge.net2007-03-131-1/+18
* | Fix [Bug 1675116]donal.k.fellows@manchester.ac.uk2007-03-091-1/+5
* | * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp@users.sourceforge.net2007-03-021-1/+4
* | Optimize for the unshared case.donal.k.fellows@manchester.ac.uk2006-11-091-3/+7
* | Implemented [lreverse] from TIP#272donal.k.fellows@manchester.ac.uk2006-11-091-1/+14
* | * tests/*.test: updated all tests to refer explicitly to theMiguel Sofer2006-10-091-2/+2
* | Error message consistency improvements. [Bug 1534628]donal.k.fellows@manchester.ac.uk2006-08-091-5/+5
* | Implementation of TIP#241 from Joe Mistachkindonal.k.fellows@manchester.ac.uk2005-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]dgp@users.sourceforge.net2005-04-291-2/+2
* | TIP#217 implementationdonal.k.fellows@manchester.ac.uk2004-10-141-2/+8
* | Full bytecode compilation for [lassign]donal.k.fellows@manchester.ac.uk2004-01-181-49/+262
* | Fix a shimmering bugdonal.k.fellows@manchester.ac.uk2004-01-171-1/+5
* | Minor fixes and update of UNIX documentation installerdonal.k.fellows@manchester.ac.uk2004-01-171-4/+4
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredonal.k.fellows@manchester.ac.uk2004-01-171-1/+83
* | Make cmdIL.test more self-contained [Bug 838384]donal.k.fellows@manchester.ac.uk2003-11-101-29/+50
* | Test to detect a sharing problem with TIP#127 exposed in tclbenchdonal.k.fellows@manchester.ac.uk2003-10-141-1/+10
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdonal.k.fellows@manchester.ac.uk2003-10-141-1/+32
* | Fixed error message to be less confusing [Bug 771539]donal.k.fellows@manchester.ac.uk2003-07-151-2/+2
|/
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...donal.k.fellows@manchester.ac.uk2001-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
* * tests/cmdIL.test:stanton1999-05-041-2/+2