Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge main novem branchnovem_reduced_bytecodes | dkf | 2012-12-04 | 17 | -815/+127 | |
|\ | ||||||
| * | merge trunk | jan.nijtmans | 2012-12-04 | 2 | -3/+3 | |
| |\ | ||||||
| | * | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (c... | jan.nijtmans | 2012-12-04 | 2 | -3/+3 | |
| * | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin... | jan.nijtmans | 2012-12-03 | 4 | -81/+17 | |
| * | | Initialize legacyFreeProc with invalid value: This will result in | jan.nijtmans | 2012-12-03 | 5 | -28/+10 | |
| * | | Remove all maintenance of a string result in the Interp. | dgp | 2012-11-30 | 10 | -615/+75 | |
| |\ \ | ||||||
| | * | | No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_result | dgp | 2012-11-29 | 1 | -2/+0 | |
| | * | | missed bit of merge | dgp | 2012-11-29 | 1 | -1/+1 | |
| | * | | Get the updated error message | dgp | 2012-11-29 | 1 | -1/+1 | |
| | * | | Merge bug-3588687 | dgp | 2012-11-29 | 2 | -7/+53 | |
| | |\ \ | ||||||
| | | * \ | Revise TclInitStubs() so that it checks for consistent values of both | dgp | 2012-11-29 | 4 | -43/+59 | |
| | | |\ \ | | | | |/ | ||||||
| | | * | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, and | dgp | 2012-11-27 | 2 | -7/+59 | |
| | * | | | merge novem | dgp | 2012-11-29 | 2 | -31/+35 | |
| | |\ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | *-----------. \ \ \ | Merge (selected bits of) novem | dgp | 2012-11-26 | 17 | -306/+166 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Stop segfaults in test suite. | dgp | 2012-11-26 | 2 | -3/+5 | |
| | * | | | | | | | | | | | merge (some of) novem | dgp | 2012-11-26 | 7 | -108/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ | Merge use of [load] to find and nicely report error when incompatible stubs | dgp | 2012-11-26 | 1 | -2/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | ...and here's the lines left behind in the editor. | dgp | 2012-11-26 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | Comments and renamings around the legacy fields for string results. | dgp | 2012-11-26 | 2 | -20/+45 | |
| | * | | | | | | | | | | | | | | WIP removing the maintenance of a string result in the Interp. | dgp | 2012-11-17 | 8 | -543/+54 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-16 | 73 | -2935/+7019 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-07-19 | 48 | -1365/+1676 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Implement Tcl_DStringResult with call to TclDStringToObj. | dgp | 2012-04-25 | 1 | -6/+1 | |
| | | * | | | | | | | | | | | | | | | | merge trunk | dgp | 2012-04-25 | 18 | -134/+299 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | To preserve the ability of [load] to bring in mistmatched stubs-enabled | dgp | 2012-04-19 | 1 | -6/+3 | |
| | | * | | | | | | | | | | | | | | | | | Clean version of changes; ifdef-free | dkf | 2012-04-19 | 8 | -628/+22 | |
| | | * | | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-04-19 | 2 | -10/+10 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Experimental branch where the interp->result field and related are removed | dgp | 2012-04-18 | 8 | -15/+146 | |
| * | | | | | | | | | | | | | | | | | | | | Re-fix failing load-3.2 test. The right way this time. | dgp | 2012-11-30 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | | Stop [glob] complaining about empty list result. Continue support for | dgp | 2012-11-30 | 2 | -50/+14 | |
| * | | | | | | | | | | | | | | | | | | | | After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreter | jan.nijtmans | 2012-11-30 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | merge (modified) novem-review. | jan.nijtmans | 2012-11-30 | 5 | -47/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_review | dgp | 2012-11-29 | 5 | -108/+56 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Improve behavior when exception ranges need retraction. | dkf | 2012-11-30 | 2 | -2/+11 | |
* | | | | | | | | | | | | | | | | | | | | | merge novem | dkf | 2012-11-29 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Bug fix. Stop load-3.2 test failure. | dgp | 2012-11-29 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Get rid of two unusable bytecodes; they always Tcl_Panic()ed... | dkf | 2012-11-29 | 4 | -132/+116 | |
* | | | | | | | | | | | | | | | | | | | | | merge novem | dkf | 2012-11-29 | 2 | -11/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Purge remnants of support for compilers ignorant of C keyword 'inline'. | dgp | 2012-11-29 | 2 | -11/+2 | |
* | | | | | | | | | | | | | | | | | | | | | merge novem | dkf | 2012-11-29 | 9 | -1050/+919 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Stop defining VOID. Demand C compilers that know the void keyword. | dgp | 2012-11-29 | 1 | -43/+9 | |
| * | | | | | | | | | | | | | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense. | dgp | 2012-11-29 | 9 | -1007/+910 | |
* | | | | | | | | | | | | | | | | | | | | | Reducing the complexity of the bytecodes as an experiment. | dkf | 2012-11-29 | 7 | -1030/+509 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them. | dgp | 2012-11-29 | 1 | -14/+0 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2012-11-29 | 2 | -31/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | silence compiler warning | dgp | 2012-11-29 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | Silence some (unimportant) warnings from the MIPSpro compiler. | dkf | 2012-11-28 | 1 | -5/+6 | |