| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -8/+270 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -3/+3 |
|
|
* | Optimize for the unshared case. | dkf | 2006-11-09 | 1 | -12/+28 |
|
|
* | Implemented [lreverse] from TIP#272 | dkf | 2006-11-09 | 1 | -1/+51 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -5/+5 |
|
|
* | * generic/tcl.h: Modified the Tcl call stack so | Miguel Sofer | 2006-10-23 | 1 | -14/+8 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -13/+7 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -7/+13 |
|
|
* | Error message consistency improvements. [Bug 1534628] | dkf | 2006-08-09 | 1 | -3/+3 |
|
|
* | Fix [Bug 1374778] | dkf | 2005-12-09 | 1 | -4/+18 |
|
|
* | Fix [Bug 1366683] | dkf | 2005-11-29 | 1 | -3/+17 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -7/+7 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -55/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -2/+17 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -15/+5 |
|
|
* | More whitespace cleansing and _ANSI_ARGS_ purging | dkf | 2005-08-26 | 1 | -192/+166 |
|
|
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -19/+41 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -556/+582 |
|
|
* | Stop warning | dkf | 2005-07-14 | 1 | -2/+2 |
|
|
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -14/+48 |
|
|
* | TIP#229 implementation | dkf | 2005-05-30 | 1 | -6/+124 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -1/+8 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -33/+13 |
|
|
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field | Miguel Sofer | 2004-12-14 | 1 | -3/+4 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -9/+2 |
|
|
* | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -6/+8 |
|
|
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+9 |
|
|
* | defined new macros to get/set the flags of variables. | Miguel Sofer | 2004-10-25 | 1 | -5/+5 |
|
|
* | TIP#217 implementation | dkf | 2004-10-14 | 1 | -12/+32 |
|
|
* | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -47/+158 |
|
|
* | Convert to using the TclGetString macro; slightly faster... | dkf | 2004-10-06 | 1 | -27/+27 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -64/+52 |
|
|
* | 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 |
|
|