| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclStringObj.c: Rewrites of the routines | dgp | 2009-02-13 | 1 | -1/+26 |
|
|
* | Added missing declaration of tclCmdNameType | dkf | 2009-02-03 | 1 | -1/+2 |
|
|
* | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han... | ferrieux | 2009-01-27 | 1 | -1/+5 |
|
|
* | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -2/+2 |
|
|
* | Move [throw] implementation into C. | dkf | 2009-01-13 | 1 | -1/+3 |
|
|
* | Comment formatting improvements. | dkf | 2009-01-06 | 1 | -102/+113 |
|
|
* | Make [source] NRE-aware to enable [yield]. [Bug 2412068] | dkf | 2009-01-05 | 1 | -3/+5 |
|
|
* | First hack at TIP#234 | dkf | 2008-12-11 | 1 | -1/+2 |
|
|
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -1/+3 |
|
|
* | Implement TIP#307. | dkf | 2008-12-05 | 1 | -3/+1 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -1/+4 |
|
|
* | rename static function FSUnloadTempFile to | nijtmans | 2008-11-13 | 1 | -1/+2 |
|
|
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 1 | -5/+6 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -29/+29 |
|
|
* | CONSTify char* DTrace probe arguments | das | 2008-10-10 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: Move [tailcall], [coroutine] and | Miguel Sofer | 2008-10-07 | 1 | -1/+3 |
|
|
* | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | dkf | 2008-10-03 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Fix the numLevels computations on | Miguel Sofer | 2008-09-28 | 1 | -1/+4 |
|
|
* | simplify TCL_CT_ASSERT | Miguel Sofer | 2008-09-18 | 1 | -4/+2 |
|
|
* | * generic/tclExecute.c (NEXT_INST_F): | Miguel Sofer | 2008-09-18 | 1 | -18/+20 |
|
|
* | * generic/tclInt.h: Correct the TclGetLongFromObj, | dgp | 2008-09-17 | 1 | -4/+4 |
|
|
* | NRE-enable non-compiled [foreach]. [Bug 2017632] | dkf | 2008-08-24 | 1 | -1/+2 |
|
|
* | NRE-enable the ensemble creator (add extra field!) | dkf | 2008-08-23 | 1 | -208/+198 |
|
|
* | * generic/tclBasic.c: Previous fix, now done right. | Miguel Sofer | 2008-08-21 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: Fix the cmdFrame level count in | Miguel Sofer | 2008-08-21 | 1 | -1/+2 |
|
|
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -4/+8 |
|
|
* | * generic/tclBasic.c: Implementation of [coroutine] and [yield] | Miguel Sofer | 2008-08-17 | 1 | -3/+35 |
|
|
* | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() | das | 2008-08-13 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: Fix tailcalls falling out of tebc into | Miguel Sofer | 2008-08-07 | 1 | -1/+6 |
|
|
* | remove unneeded declaration | Miguel Sofer | 2008-08-03 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -5/+4 |
|
|
* | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. | Miguel Sofer | 2008-07-31 | 1 | -1/+3 |
|
|
* | nr-enabling [while] | Miguel Sofer | 2008-07-31 | 1 | -1/+3 |
|
|
* | nr-enabling [if] | Miguel Sofer | 2008-07-31 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: NR-enabling [catch] | Miguel Sofer | 2008-07-31 | 1 | -1/+2 |
|
|
* | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and | Miguel Sofer | 2008-07-31 | 1 | -1/+66 |
|
|
* | * generic/tclBasic.c: Made use of the thread's alloc cache | Miguel Sofer | 2008-07-29 | 1 | -23/+80 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -13/+11 |
|
|
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -8/+8 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -1/+19 |
|
|
* | * generic/tclBasic.c: Added numLevels field to CommandFrame, | Miguel Sofer | 2008-07-22 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+30 |
|
|
* | * generic/tcl.decls: Changed the implementation of | Miguel Sofer | 2008-07-21 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -4/+1 |
|
|
* | * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree | Miguel Sofer | 2008-07-13 | 1 | -1/+26 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -10/+57 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+25 |
|
|
* | TIP #230 IMPLEMENTATION | andreas_kupries | 2008-06-06 | 1 | -1/+5 |
|
|
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -1/+18 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -4/+9 |
|
|