summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-18/+42
* | | | merge 8.7dgp2018-02-061-2/+2
|\ \ \ \ | |/ / /
| * | | merge core-8-branchjan.nijtmans2017-12-191-1/+1
| |\ \ \
| * \ \ \ merge core-8-branchjan.nijtmans2017-12-061-36/+12
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | merge trunkdgp2017-11-091-54/+42
| |\ \ \ \
| | * | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.pooryorick2017-11-081-54/+42
| * | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-2/+2
| |/ / / /
* | | | | merge 8.7dgp2017-12-191-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-191-1/+1
| | |/ / | |/| |
* | | | merge 8.7dgp2017-11-291-36/+12
|\ \ \ \ | |/ / /
| * | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2017-11-191-11/+11
| * | | Lift the restriction on command names names that begin with ":".pooryorick2017-11-171-8/+0
| * | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given thepooryorick2017-11-171-18/+2
* | | | merge 8.7dgp2017-11-081-54/+42
|\ \ \ \ | |/ / /
| * | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.dgp2017-11-081-54/+42
| |/ /
* | | 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 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
* | | | merge trunkdgp2016-07-181-21/+0
|\ \ \ \ | |/ / /
| * | | Remove unmaintained disabled speculative code.dgp2016-07-151-24/+0
* | | | yupdgp2016-07-131-1/+1
* | | | merge trunkdgp2016-07-091-3/+3
|\ \ \ \ | |/ / /
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
| |/ /
* | | merge trunkdgp2016-07-021-7/+5
|\ \ \ | |/ /
| * | Use the utility routines to eliminate the last bit of intrusion into thedgp2016-07-011-7/+5
* | | merge trunkdgp2016-06-291-15/+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 trunkdgp2016-06-281-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-1/+1
| |/ /
* | | More ByteCode revisions.dgp2016-04-301-12/+22
* | | Revise "levelReference" ObjType to use proposed routines.dgp2016-04-071-5/+7
* | | merge trunkdgp2016-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
* | | Revise the "procbody" Tcl_ObjType to use proposed routines.dgp2016-04-051-11/+22
* | | Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType.dgp2016-04-041-34/+66
|/ /
* | typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-5/+2
* | 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
* | Tidy things up a bit more.dkf2014-09-201-1/+1
* | merge trunkdkf2014-01-091-40/+32
|\ \
| * | skip the switch(result) on returning TCL_OK from a procmig2014-01-051-40/+32