summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* merge novemdgp2017-04-271-0/+35
|\
| * merge trunkdgp2017-04-271-0/+35
| |\
| | * [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-0/+35
| | |\
| | | * A better way of getting source file location information when disassembling.dkf2017-04-221-0/+35
* | | | merge novemdgp2017-01-271-5/+5
|\ \ \ \ | |/ / /
| * | | merge trunkdgp2017-01-271-5/+5
| |\ \ \ | | |/ /
| | * | Some code cleanup: More internal use of size_t, less type casts (because of t...jan.nijtmans2017-01-271-5/+5
| * | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-1/+1
* | | | merge novemdgp2016-07-181-24/+0
|\ \ \ \ | |/ / /
| * | | merge trunkdgp2016-07-181-24/+0
| |\ \ \ | | |/ /
| | * | Remove unmaintained disabled speculative code.dgp2016-07-151-24/+0
* | | | merge novemdgp2016-07-091-3/+3
|\ \ \ \ | |/ / /
| * | | merge trunkjan.nijtmans2016-07-081-3/+3
| |\ \ \ | | |/ /
| | * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
| | |/
* | | merge novemdgp2016-07-011-10/+4
|\ \ \ | |/ /
| * | merge trunk; eliminate legacy hacks for Itcl 3; migration paths in place.dgp2016-07-011-10/+4
| |\ \ | | |/
| | * Use the utility routines to eliminate the last bit of intrusion into thedgp2016-07-011-7/+5
| |/
* | merge novemdgp2016-06-291-14/+3
|\ \ | |/
| * merge 8.6dgp2016-06-231-1/+1
| |\
| * | Reduce to minimum set of TclResetRewriteEnsemble() calls.dgp2016-05-261-2/+0
| * | Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble()dgp2016-05-251-14/+3
| * | Appears that the TclInitRewriteEnsemble() routine was created with an intentdgp2016-05-241-0/+2
* | | merge novemdgp2016-06-231-1/+1
|\ \ \ | | |/ | |/|
| * | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-1/+1
| |/
* | merge novemdgp2016-04-071-77/+50
|\ \ | |/
| * Tidy up the last commit.dgp2016-04-071-7/+6
| * [213b6a2b9d] Make level parsing honor EIAS.dgp2016-04-061-72/+46
* | merge novemdgp2015-11-301-2/+2
|\ \ | |/
| * typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* | merge novemdgp2015-09-271-5/+2
|\ \ | |/
| * explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-5/+2
* | merge novemdgp2015-07-051-19/+13
|\ \ | |/
| * Revert refcount changes that were not cosmetic.dgp2015-07-021-1/+1
| * Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-2/+1
| * Consistancy in refcount management.jan.nijtmans2015-06-301-3/+3
| * Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...jan.nijtmans2015-06-301-15/+10
* | Merge new disassembler. DOES NOT BUILD! tclDisassemble.c still needsdgp2014-09-291-246/+14
|\ \ | |/
| * Tidy things up a bit more.dkf_improved_disassemblerdkf2014-09-201-1/+1
| * merge trunkdkf2014-01-091-40/+32
| |\
| * \ merge trunkdkf2013-08-221-4/+4
| |\ \
| * | | Move the disassembler to its own file.dkf2013-06-111-245/+13
* | | | merge trunkdgp2014-01-061-40/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | skip the switch(result) on returning TCL_OK from a procmig2014-01-051-40/+32
| | |/ | |/|
* | | merge trunkdgp2013-08-061-4/+4
|\ \ \ | |/ /
| * | Eliminate the union that is no longer needed.dgp2013-08-061-4/+4
| |/
* | Merge to near-trunk.dgp2013-05-101-1/+1
|\ \ | |/
| * Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-1/+1
| |\
* | | Simplify the TclCreateLiteral() interface. Save the complexity for withindgp2013-03-081-4/+2
* | | Restore the optional return of a (LiteralEntry *) by TclCreateLiteral sodgp2013-03-081-1/+1
* | | Restore the "find-only" mode of TclCreateLiteral().dgp2013-03-071-1/+3