summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* [0e4d88b650] Added enough refcounting to stop `make valgrind` complaints aboutdgp2017-12-061-0/+2
* Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-041-1/+1
* [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-62/+104
|\
| * Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| * Tidy up.dgp2017-09-021-33/+40
| * [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
| * Implement TIP #440: Add engine to tcl_platform Arrayjan.nijtmans2016-01-291-0/+7
* | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-5/+5
* | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ...jan.nijtmans2017-04-141-1/+1
* | bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro injectsebres2017-04-041-1/+31
* | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-0/+1
* | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-5/+5
* | Create and use a utility Tcl_NRPostProc when decr ref count of values isdgp2016-07-061-6/+13
* | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-1/+1
* | Appears that the TclInitRewriteEnsemble() routine was created with an intentdgp2016-05-241-4/+2
* | Update comment with TIP number.Joe Mistachkin2016-01-191-1/+1
* | Add the tcl_platform(engine) element, TIP to be written.Joe Mistachkin2016-01-141-0/+7
* | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR...jan.nijtmans2015-11-221-3/+0
* | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-10/+2
* | Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-15/+15
* | improve comments for TclMarkTailcall and friendsMiguel Sofer2015-04-081-3/+10
* | fix comments describing tailcall implementationMiguel Sofer2015-03-231-2/+2
* | more commentsMiguel Sofer2015-03-231-2/+42
* | updated, improved tailcall commentsMiguel Sofer2015-03-231-24/+21
* | merge trunkdkf2014-02-081-10/+29
|\ \
| * \ [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-061-10/+29
| |\ \ | | |/
| | * [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-061-10/+29
* | | merge trunkdkf2014-02-031-14/+9
|\ \ \ | |/ /
| * | minor tidying updkf2014-01-221-3/+2
| * | [a90d9331bc]: must not crash when yieldto called in vanishing namespacedkf2014-01-221-11/+7
| * | implementation of [yieldto] in bytecodedkf2014-01-211-1/+1
* | | merge trunkdkf2014-01-091-2/+5
|\ \ \ | |/ /
| * | merge trunkdkf2013-12-231-0/+3
| |\ \
| | * | Making the optimizer pluggable by extensions; please review for committing to...mig2013-12-181-0/+3
| * | | First step in compiling [concat]: the trivial cases.dkf2013-10-241-1/+1
| * | | Added 'linsert' compiler. Factored out constant list index parser.dkf2013-10-051-1/+1
| |/ /
* | | merge trunkdkf2013-09-201-211/+238
|\ \ \ | |/ /
| * | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer thedgp2013-09-071-2/+22
| |\ \ | | |/
| | * Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler.dgp2013-09-051-2/+22
| * | Add test and improve errorInfo.dgp2013-09-021-6/+16
| * | [010f4162ef] First step of fix on stammering errorstack. errorstack fixed.dgp2013-09-021-0/+6
| * | New internal eval flag value so that all TclNREvalObjv() callers thatdgp2013-08-291-27/+48
| * | Rework the re-resolution after enter traces machinery with cleanerdgp2013-08-281-145/+69
| * | Clarfy and prettify influence of flag settings and command lookups.dgp2013-08-281-37/+40
| * | Tidy up indenting for clarity in refactoring.dgp2013-08-271-61/+62
| * | Exceptions raised from enter traces take priority over re-resolution games.dgp2013-08-271-6/+6
| * | Inline TEOV_RunEnterTraces() so its interface can be redesigned.dgp2013-08-271-3/+71
| * | merge trunkdgp2013-08-231-18/+33
| |\ \
| | * | Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised.dgp2013-08-231-17/+32
| * | | merge trunkdgp2013-08-231-19/+1
| |\ \ \ | | |/ /