| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Fix [Bug 1675116] in a way suitable for 8.4. | dkf | 2007-03-10 | 1 | -1/+6 |
|
|
| | * | Fixed confusing error message. [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|
|
* | | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 1 | -1/+4 |
|
|
* | | | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 1 | -1/+7 |
|
|
* | | | TIP #326 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -3/+21 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -7/+7 |
|
|
* | | | Use the powers of tcltest2 for good! Also add basic testing of disassmbler | dkf | 2008-09-10 | 1 | -226/+144 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -2/+2 |
|/ / |
|
* | | eliminate duplicate test names | dgp | 2008-02-13 | 1 | -2/+2 |
|
|
* | | * generic/tclCmdIl.c (Tcl_LreverseObjCmd): | Miguel Sofer | 2008-01-22 | 1 | -1/+4 |
|
|
* | | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. | Miguel Sofer | 2007-12-23 | 1 | -1/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -5/+5 |
|
|
* | | Added test for [Bug 1675044]. | dgp | 2007-03-13 | 1 | -1/+18 |
|
|
* | | Fix [Bug 1675116] | dkf | 2007-03-09 | 1 | -1/+5 |
|
|
* | | * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing | dgp | 2007-03-02 | 1 | -1/+4 |
|
|
* | | Optimize for the unshared case. | dkf | 2006-11-09 | 1 | -3/+7 |
|
|
* | | Implemented [lreverse] from TIP#272 | dkf | 2006-11-09 | 1 | -1/+14 |
|
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -2/+2 |
|
|
* | | Error message consistency improvements. [Bug 1534628] | dkf | 2006-08-09 | 1 | -5/+5 |
|
|
* | | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -2/+8 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -2/+2 |
|
|
* | | TIP#217 implementation | dkf | 2004-10-14 | 1 | -2/+8 |
|
|
* | | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -49/+262 |
|
|
* | | Fix a shimmering bug | dkf | 2004-01-17 | 1 | -1/+5 |
|
|
* | | Minor fixes and update of UNIX documentation installer | dkf | 2004-01-17 | 1 | -4/+4 |
|
|
* | | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -1/+83 |
|
|
* | | Make cmdIL.test more self-contained [Bug 838384] | dkf | 2003-11-10 | 1 | -29/+50 |
|
|
* | | Test to detect a sharing problem with TIP#127 exposed in tclbench | dkf | 2003-10-14 | 1 | -1/+10 |
|
|
* | | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 1 | -1/+32 |
|
|
* | | Fixed error message to be less confusing [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|/ |
|
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -1/+7 |
|
|
* | * tests/cmdIL.test: Added a test for fix for [Bug: 6212]. | ericm | 2000-09-17 | 1 | -1/+17 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/cmdIL.test: Added tests for lsort -dictionary with | ericm | 2000-01-13 | 1 | -1/+19 |
|
|
* | * tests/cmdIL.test: | hobbs | 1999-12-21 | 1 | -5/+12 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
|
|
* | * doc/string.n: | stanton | 1999-05-06 | 1 | -14/+2 |
|
|
* | * tests/cmdIL.test: | stanton | 1999-05-04 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -5/+35 |
|
|
* | Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed | rjohnson | 1998-10-13 | 1 | -1/+2 |
|
|
* | Fixed bug in "lsort -dictionary" that caused problems when comparing | rjohnson | 1998-10-13 | 1 | -11/+14 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -0/+38 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+253 |
|
|