summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk. jan.nijtmans2017-12-271-1/+1
|\
* \ merge trunkjan.nijtmans2017-12-011-13/+9
|\ \ | |/
| * merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-9/+9
| * Fix test-cases in safe.test, failing due to changes in min/max math functions.jan.nijtmans2017-11-271-4/+0
* | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-1/+1
|\ \ | |/ |/|
| * merge novemjan.nijtmans2017-05-041-5/+17
| |\
| | * Merge trunkjan.nijtmans2017-03-201-3/+0
| | |\ | |_|/ |/| |
| | * Merge trunkjan.nijtmans2017-01-051-2/+17
| | |\
| * | \ merge novemjan.nijtmans2016-12-191-0/+1
| |\ \ \ | | |/ /
| | * | merge trunkjan.nijtmans2016-12-191-0/+1
| | |\ \
| * | \ \ merge novemjan.nijtmans2016-11-181-13/+8
| |\ \ \ \ | | |/ / /
| | * | | merge trunkdgp2016-10-041-8/+3
| | |\ \ \
| | * \ \ \ merge trunkjan.nijtmans2016-07-081-5/+5
| | |\ \ \ \
| * | \ \ \ \ Merge trunkjan.nijtmans2016-07-011-29/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge trunkjan.nijtmans2016-06-291-29/+5
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge trunkjan.nijtmans2016-06-281-2/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | merge trunkjan.nijtmans2016-03-071-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warnin...jan.nijtmans2016-03-041-1/+1
| | * | | | | | | merge trunkjan.nijtmans2016-01-221-1/+0
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| * | | | | | | | merge novemjan.nijtmans2014-05-021-4/+83
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | merge trunkdgp2013-09-211-4/+52
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge trunk. jan.nijtmans2013-02-271-0/+31
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ merge novemjan.nijtmans2013-01-251-7/+7
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-5/+5
| | * | | | | | | | | merge trunkjan.nijtmans2013-01-121-2/+2
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ merge trunk. jan.nijtmans2013-01-021-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-8/+8
| * | | | | | | | | | | Rename the memory routines so that Tcl_Alloc/Tcl_Free/etc become the recommendeddgp2012-12-121-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-3/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now)...jan.nijtmans2017-01-041-2/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Complete implementation, tests and documentationjan.nijtmans2016-11-281-2/+17
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Add "file join $grandParentDir tcl8.? library" as possible path for a valid i...jan.nijtmans2016-12-151-0/+1
|/ / / / / / / /
* | | | | | | | Fix [2bf561854c55a], interp alias to command whose name is the empty string.pooryorick2016-10-031-8/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-5/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-6/+6
* | | | | | Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble()dgp2016-05-251-28/+4
* | | | | | (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp....jan.nijtmans2016-03-041-1/+1
| |_|_|_|/ |/| | | |
* | | | | Eliminate useless variable assignment.jan.nijtmans2016-01-221-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thank...jan.nijtmans2016-01-221-1/+0
* | | | | More progress. NR-enable [interp] and [$slave], completely withdgp2013-04-111-12/+39
* | | | | More revisions let multi-interp test case work, but at cost of panicsdgp2013-04-111-1/+17
* | | | | New internal routine TclNRInvoke() - NR-enabled path through the machinerydgp2013-04-111-1/+6
| |_|_|/ |/| | |
* | | | LimitHandler struct used only locally. Remove from tclInt.hdgp2013-02-251-0/+31
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | LimitHandler struct used only locally. Remove from tclInt.h.dgp2013-02-251-0/+31
* | | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-1/+1
* | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-2/+2
| |/ |/|
* | more result generation conversiondkf2012-08-041-47/+54
* | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-3/+5
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26
|\ \ | |/
| * [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26