| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 1 | -12/+24 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. | dkf | 2007-12-05 | 1 | -1/+15 |
|
|
* | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 1 | -42/+3 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -34/+36 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -7/+12 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -36/+36 |
|
|
* | * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internal | das | 2007-09-13 | 1 | -14/+41 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -449/+6 |
|
|
* | fix typo ... donal broke the build | Miguel Sofer | 2007-07-01 | 1 | -2/+2 |
|
|
* | Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu... | dkf | 2007-06-30 | 1 | -9/+11 |
|
|
* | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. | dgp | 2007-06-22 | 1 | -3/+5 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 1 | -10/+15 |
|
|
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 1 | -183/+145 |
|
|
* | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 1 | -7/+16 |
|
|
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -45/+31 |
|
|
* | Fix [Bug 1679072] | dkf | 2007-03-12 | 1 | -33/+43 |
|
|
* | Fix [Bug 1675044] | dkf | 2007-03-11 | 1 | -3/+15 |
|
|
* | * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] | Miguel Sofer | 2007-03-10 | 1 | -10/+13 |
|
|
* | Fix [Bug 1675116] | dkf | 2007-03-09 | 1 | -13/+20 |
|
|
* | Moved [lindex] guts to tclListObj.c, same as [lset] guts. | dkf | 2007-03-08 | 1 | -187/+23 |
|
|
* | * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient pr... | dgp | 2007-03-07 | 1 | -180/+66 |
|
|
* | * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing | dgp | 2007-03-02 | 1 | -1/+2 |
|
|
* | Added comments warning against certain optimizations | dgp | 2007-03-02 | 1 | -1/+10 |
|
|
* | * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation | dgp | 2007-03-02 | 1 | -20/+11 |
|
|
* | * generic/tclCmdIL.c (Info*Cmd): Code simplifications and | dgp | 2007-03-02 | 1 | -28/+20 |
|
|
* | * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplifications | dgp | 2007-03-01 | 1 | -15/+6 |
|
|
* | * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplifications | dgp | 2007-03-01 | 1 | -19/+5 |
|
|
* | Remove line with no effect | dgp | 2007-03-01 | 1 | -2/+1 |
|
|
* | * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the same | dgp | 2007-03-01 | 1 | -47/+24 |
|
|
* | * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make an | dgp | 2007-03-01 | 1 | -63/+28 |
|
|
* | Function header/whitespace police/general format fixes | dkf | 2007-02-06 | 1 | -574/+589 |
|
|
* | * 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 |
|
|