| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | Fix a shimmering bug | dkf | 2004-01-17 | 1 | -1/+9 |
|
|
* | Minor fixes and update of UNIX documentation installer | dkf | 2004-01-17 | 1 | -1/+2 |
|
|
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -1/+97 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -2/+2 |
|
|
* | remove warning | vincentdarley | 2003-11-03 | 1 | -2/+2 |
|
|
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 1 | -13/+40 |
|
|
* | Fixed bug 823768 by pre-parsing the index list | dkf | 2003-10-15 | 1 | -240/+225 |
|
|
* | whitespace police | dkf | 2003-10-14 | 1 | -131/+116 |
|
|
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 1 | -155/+443 |
|
|
* | TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! | dkf | 2003-08-11 | 1 | -1/+89 |
|
|
* | Fixed error message to be less confusing [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|
|
* | suppress compiler warning about uninitialized variables. | dgp | 2003-04-29 | 1 | -7/+4 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -186/+193 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -5/+2 |
|
|
* | Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] | dkf | 2003-02-27 | 1 | -3/+4 |
|
|
* | lint init regexp | hobbs | 2003-02-11 | 1 | -2/+2 |
|
|
* | * tests/lsearch.test: | hobbs | 2003-02-11 | 1 | -2/+19 |
|
|
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 1 | -2/+3 |
|
|
* | Fixed Bug #545644; [info body] always gives a proper string now! | dkf | 2002-04-18 | 1 | -1/+8 |
|
|
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -142/+252 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -1/+27 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -2/+2 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -4/+4 |
|
|
* | * Updated socket interfaces according to TIP 27. Updated callers. | dgp | 2002-01-23 | 1 | -2/+2 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -4/+4 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -30/+384 |
|
|
* | removed unnecessary inclusions of tclCompile.h [Patch 466823] | Miguel Sofer | 2001-10-01 | 1 | -16/+9 |
|
|
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -11/+18 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -8/+5 |
|
|
* | * generic/tclCmdIL.c (InfoProcsCmd): fixed potential mem leak in | hobbs | 2001-06-28 | 1 | -9/+9 |
|
|
* | Changes from TIP#15 "Functions to List and Detail Math Functions" | dkf | 2001-05-30 | 1 | -3/+57 |
|
|
* | Added several missing CONSTs in calls to TclGetNamespaceForQualName | Kevin B Kenny | 2001-04-27 | 1 | -6/+9 |
|
|
* | Fixed memory leak from Bug #119398 | dkf | 2000-11-23 | 1 | -5/+2 |
|
|
* | * tests/cmdIL.test: Added a test for fix for [Bug: 6212]. | ericm | 2000-09-17 | 1 | -2/+1 |
|
|
* | * tests/info.test: | hobbs | 2000-05-27 | 1 | -5/+18 |
|
|
* | * tests/lsearch.test: | ericm | 2000-05-09 | 1 | -31/+218 |
|
|
* | * generic/tclCmdIL.c (Tcl_LinsertObjCmd): made use of | hobbs | 2000-05-08 | 1 | -75/+56 |
|
|
* | * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr | hobbs | 2000-04-04 | 1 | -2/+2 |
|
|
* | * generic/tclClock.c (FormatClock): inlined resultPtr, as it | hobbs | 2000-01-26 | 1 | -4/+8 |
|
|
* | * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a | hobbs | 2000-01-21 | 1 | -9/+8 |
|
|
* | * tests/cmdIL.test: Added tests for lsort -dictionary with | ericm | 2000-01-13 | 1 | -18/+16 |
|
|
* | * generic/tclClock.c: fixed support for 64bit handling of clock | hobbs | 2000-01-12 | 1 | -29/+108 |
|
|
* | * generic/tclCmdIL.c: added -unique option to lsort | hobbs | 1999-12-21 | 1 | -9/+35 |
|
|
* | * generic/tclCmdIL.c: made SORTMODE_INTEGER work with Longs | hobbs | 1999-11-24 | 1 | -4/+4 |
|
|
* | * generic/tclNamesp.c: | hobbs | 1999-10-05 | 1 | -21/+21 |
|
|
* | 1999-09-16 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 1 | -3/+7 |
|
|
* | * generic/tclListObj.c:core_8_2_b3_base | redman | 1999-08-10 | 1 | -2/+2 |
|
|
* | 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so they | welch | 1999-08-10 | 1 | -4/+2 |
|
|
* | * tests/regexp.test: | stanton | 1999-06-17 | 1 | -4/+4 |
|
|