summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchjan.nijtmans2017-04-141-1/+1
|\
| * 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
* | merge core-8-6-branchjan.nijtmans2017-04-121-1/+31
|\ \ | |/
| * bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro injectfix_42202ba1e5ff566esebres2017-04-041-1/+31
* | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-061-1/+1
* | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-0/+6
* | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac...jan.nijtmans2017-03-171-0/+10
* | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-5/+6
|\ \ | |/
| * Make 'clock' and 'encoding' into compilable ensembles that play with safe int...kbk_clock_encoding_ensemblesKevin B Kenny2017-03-141-0/+1
| * Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-5/+5
* | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-1/+1
* | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-1/+1
* | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-1/+1
* | Merge core-8-6-branch. jan.nijtmans2017-01-111-3/+2
|\ \ | |/
* | Remove dup line.dgp_cmd_epochdgp2016-12-021-6/+5
* | Reports from NSF that command epoch bumping isn't properly timed.dgp2016-12-011-7/+16
* | Make compileEpoch "unsigned int", and start counting at 1.jan.nijtmans2016-11-241-1/+1
* | More internal use of size_t in stead of int.jan.nijtmans2016-11-211-4/+2
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-9/+9
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-7/+7
* | Merge core-8-6-branch: jan.nijtmans2016-07-071-7/+14
|\ \ | |/
| * 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
* | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-4/+4
* | Route all ensemble rewrite activity through a few utility routines.dgp2016-06-281-4/+2
|\ \ | |/
| * Appears that the TclInitRewriteEnsemble() routine was created with an intentdgp2016-05-241-4/+2
* | Allow unstable Tcl releases to use unstable packages by default (this makes "...jan.nijtmans2016-03-111-2/+3
|\ \ | |/ |/|
| * Let Tcl 8.7 allow Tk 8.7 to be used by defaultjn_Tcl_requirementjan.nijtmans2016-03-091-1/+1
|/
* Update comment with TIP number.tclPlatformEngineJoe 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 commentsmig_tailcall_cleanupMiguel 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...mig_tmp_optimizemig2013-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
| |/ /