| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: add missing INT2PTR | mig | 2011-07-07 | 1 | -1/+1 |
|
|
* | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -1/+0 |
|\ |
|
| * | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -1/+0 |
|
|
* | | missing INT2PTR in last commit | mig | 2011-06-01 | 1 | -1/+1 |
|
|
* | | * generic/tclBasic.c: using the two free data elements in | mig | 2011-06-01 | 1 | -2/+2 |
|
|
* | | Merged core-8-5-branch, fixup of TIP 280 location mapping. | andreask | 2011-05-17 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 1 | -0/+4 |
|
|
* | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -6/+2 |
|\ \
| |/ |
|
| * | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -49/+36 |
|
|
* | | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patch | mig | 2011-04-12 | 1 | -24/+6 |
|
|
* | | insure that 'coroutine eval' runs the initial command in the proper context, ... | mig | 2011-04-11 | 1 | -2/+9 |
|
|
* | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -64/+62 |
|
|
* | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparen... | mig | 2011-03-27 | 1 | -0/+3 |
|
|
* | | Rewrites to eliminate some isspace() calls. | dgp | 2011-03-16 | 1 | -14/+9 |
|\ \
| |/ |
|
| * | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 1 | -9/+9 |
|
|
| * | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
| |\ |
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -79/+72 |
|
|
* | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ... | dkf | 2011-03-09 | 1 | -9/+8 |
|
|
* | | | merge | jan.nijtmans | 2011-03-08 | 1 | -1/+5 |
|\ \ \ |
|
| * \ \ | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
| |\ \ \
|/ / / /
| | | _ |
|
| * | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
|
|
* | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -3/+3 |
|
|
* | | | merge trunkdogeen_assembler_branch | Kevin B Kenny | 2011-03-05 | 1 | -21/+22 |
|\ \ \ |
|
| * | | | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 1 | -12/+12 |
|
|
| * | | | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in comme... | Miguel Sofer | 2011-03-04 | 1 | -7/+10 |
|
|
| * | | | 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 |
|
|
| | | * | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: | nijtmans | 2010-07-25 | 1 | -3/+3 |
|
|
| | | * | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of | andreas_kupries | 2009-11-09 | 1 | -6/+5 |
|
|
| | | * | silence compiler warnings | dgp | 2009-08-26 | 1 | -2/+2 |
|
|
| | | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -22/+278 |
|
|
| | | * | fix SunCC warning | das | 2009-07-23 | 1 | -2/+2 |
|
|
| | | * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -53/+87 |
|
|
| | | * | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -1/+4 |
|
|
| | | * | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -2/+6 |
|
|
| | | * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -16/+21 |
|
|
| | | * | * generic/tclBasic.c: Added missing function comments. | andreas_kupries | 2008-07-22 | 1 | -3/+42 |
|
|
| | | * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -35/+102 |
|
|
| | | * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -33/+249 |
|
|
| | | * | whitespace | das | 2007-09-13 | 1 | -2/+2 |
|
|
| | | * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+78 |
|
|
| | | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -14/+534 |
|
|
| | | * | * generic/tclBasic.c (TEOVI): fix por possible leak of a Command | Miguel Sofer | 2006-11-04 | 1 | -12/+17 |
|
|
| | | * | * generic/tclBasic.c: Reverted exposure of patchlevel in | andreas_kupries | 2006-09-25 | 1 | -6/+6 |
|
|
| | | * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -2/+15 |
|
|
| | | * | * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId | hobbs | 2006-08-30 | 1 | -1/+2 |
|
|
| | | * | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to | dgp | 2006-03-06 | 1 | -28/+19 |
|
|