| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter
| Kevin B Kenny | 2011-03-13 | 2 | -3/+3 |
|
|
* | remove TD->expanded, not needed now | mig | 2011-03-13 | 1 | -8/+1 |
|
|
* | * generic/tclExecute.c: remove TEBCreturn() | mig | 2011-03-13 | 1 | -27/+10 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 67 | -942/+885 |
|
|
* | Fix remaining broken tests (test failures appear non-serious) | dkf | 2011-03-10 | 1 | -4/+4 |
|
|
* | Merge to feature branch | dkf | 2011-03-10 | 16 | -186/+266 |
|\ |
|
| * | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 16 | -186/+266 |
|
|
* | | Merge to feature branch | dkf | 2011-03-09 | 1 | -13/+9 |
|\ \
| |/ |
|
| * | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] | dgp | 2011-03-09 | 1 | -13/+9 |
| |\ |
|
| | * | * generic/tclNamesp.c: Tighten the detector of nested [namespace code]
bug_3202171 | dgp | 2011-03-09 | 1 | -13/+9 |
|
|
| | * | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 2 | -0/+10 |
| | |\ |
|
* | | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ... | dkf | 2011-03-09 | 5 | -250/+196 |
|/ / / |
|
* | | | Fix gcc warning: comparison between signed and unsigned integer expressions | jan.nijtmans | 2011-03-08 | 1 | -1/+1 |
|
|
* | | | merge | jan.nijtmans | 2011-03-08 | 4 | -5/+15 |
|\ \ \ |
|
| * | | | More gcc warnings: variable set but not usedpseudotrunk_2011_03_08 | jan.nijtmans | 2011-03-08 | 2 | -4/+0 |
|
|
| * | | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 2 | -0/+6 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 2 | -0/+8 |
|
|
* | | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 2 | -114/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 2 | -114/+0 |
|
|
| * | | | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | | | | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | | | | Make the assembler code more like Tcl code. | dkf | 2011-03-08 | 1 | -1295/+1429 |
| |/ /
|/| | |
|
* | | | stray ';' | jan.nijtmans | 2011-03-07 | 1 | -1/+1 |
|
|
* | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 6 | -23/+27 |
|\ \ \
| |/ / |
|
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 5 | -23/+26 |
| |\ \
| | |/ |
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 5 | -22/+23 |
|
|
* | | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | * generic/tclExecute.c (TclStackFree): insure that the execStack satisfies | Miguel Sofer | 2011-03-05 | 1 | -8/+17 |
|
|
* | | | <verbatim> | Kevin B Kenny | 2011-03-05 | 3 | -0/+4196 |
|\ \ \ |
|
| * \ \ | merge trunkdogeen_assembler_branch | Kevin B Kenny | 2011-03-05 | 107 | -314/+115 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | * generic/tclExecute.c: cleaner mem management for TEBCdata | Miguel Sofer | 2011-03-05 | 1 | -4/+8 |
|
|
* | | | | Renamed BottomData to TEBCdata, so that the name refers to what it is rather ... | Miguel Sofer | 2011-03-05 | 1 | -52/+45 |
|
|
* | | | | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 8 | -33/+33 |
|
|
* | | | | One trunk to rule them all... | dgp | 2011-03-05 | 1 | -0/+16 |
|\ \ \ \ |
|
| * | | | | Unbreak the build. | dkf | 2011-03-05 | 1 | -0/+1 |
|
|
| * | | | | [Bug 3185009]: Keep references to resolved object variables so that an unset ... | dkf | 2011-03-05 | 1 | -0/+16 |
| |\ \ \ \ |
|
| | * | | | | [Bug 3185009]: Keep references to resolved object variables so that an unset ...Bug_3185009 | dkf | 2011-03-04 | 1 | -0/+16 |
|
|
* | | | | | | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in comme... | Miguel Sofer | 2011-03-04 | 1 | -7/+10 |
|
|
* | | | | | | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. | dgp | 2011-03-03 | 1 | -2/+2 |
|
|
* | | | | | | add missing comment terminator | mig | 2011-03-02 | 1 | -1/+2 |
|/ / / / / |
|
* | | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 107 | -218/+2 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 93 | -191/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Typo in last commit broke tclStringObj.c build. Fixed. | dgp | 2011-03-01 | 1 | -0/+1 |
|
|
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 83 | -166/+0 |
|
|
| | * | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 3 | -113/+115 |
|
|