| Commit message (Expand) | Author | Age | Files | Lines |
* | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i... | sebres | 2019-03-05 | 1 | -7/+20 |
|
|
* | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 1 | -62/+104 |
|\ |
|
| * | Similar fix to Tcl_CreateCommand(). | dgp | 2017-09-02 | 1 | -31/+54 |
|
|
| * | Tidy up. | dgp | 2017-09-02 | 1 | -33/+40 |
|
|
| * | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion. | dgp | 2017-09-02 | 1 | -8/+20 |
|
|
* | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -0/+1 |
| |\ |
|
| | * | merge trunk | sebres | 2017-03-06 | 1 | -6/+5 |
| | |\ |
|
| | | * | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -1/+1 |
|
|
| | | * | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -1/+1 |
|
|
| | | * | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -1/+1 |
|
|
| | | * | Merge core-8-6-branch. | jan.nijtmans | 2017-01-11 | 1 | -3/+2 |
| | | |\ |
|
| | * | | | New performance measurement routine "timerate" in opposition to "time" the ex... | sebres | 2017-01-09 | 1 | -0/+1 |
| | |/ / |
|
| | * | | Remove dup line. | dgp | 2016-12-02 | 1 | -6/+5 |
|
|
| | * | | Reports from NSF that command epoch bumping isn't properly timed. | dgp | 2016-12-01 | 1 | -7/+16 |
|
|
| | * | | Make compileEpoch "unsigned int", and start counting at 1. | jan.nijtmans | 2016-11-24 | 1 | -1/+1 |
|
|
| | * | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -4/+2 |
|
|
| | * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -9/+9 |
|
|
| | * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -7/+7 |
|
|
| | * | | Merge core-8-6-branch:
| jan.nijtmans | 2016-07-07 | 1 | -7/+14 |
| | |\ \
| | | |/ |
|
| | * | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -4/+4 |
|
|
| | * | | Route all ensemble rewrite activity through a few utility routines. | dgp | 2016-06-28 | 1 | -4/+2 |
| | |\ \ |
|
| | * \ \ | Allow unstable Tcl releases to use unstable packages by default (this makes "... | jan.nijtmans | 2016-03-11 | 1 | -2/+3 |
| | |\ \ \ |
|
| | | * | | | Let Tcl 8.7 allow Tk 8.7 to be used by default | jan.nijtmans | 2016-03-09 | 1 | -1/+1 |
| | |/ / / |
|
| * | | | | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ... | jan.nijtmans | 2017-04-14 | 1 | -1/+1 |
|
|
| * | | | | bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro inject | sebres | 2017-04-04 | 1 | -1/+31 |
|
|
| * | | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 1 | -0/+1 |
|
|
| * | | | | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 1 | -5/+5 |
| | |_|/
| |/| | |
|
| * | | | Create and use a utility Tcl_NRPostProc when decr ref count of values is | dgp | 2016-07-06 | 1 | -6/+13 |
|
|
| * | | | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Appears that the TclInitRewriteEnsemble() routine was created with an intent | dgp | 2016-05-24 | 1 | -4/+2 |
| |/ |
|
| * | Update comment with TIP number. | Joe Mistachkin | 2016-01-19 | 1 | -1/+1 |
|
|
| * | Add the tcl_platform(engine) element, TIP to be written. | Joe Mistachkin | 2016-01-14 | 1 | -0/+7 |
|
|
| * | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR... | jan.nijtmans | 2015-11-22 | 1 | -3/+0 |
|
|
| * | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i... | Miguel Sofer | 2015-08-01 | 1 | -10/+2 |
|
|
| * | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -15/+15 |
|
|
| * | improve comments for TclMarkTailcall and friends | Miguel Sofer | 2015-04-08 | 1 | -3/+10 |
|
|
| * | fix comments describing tailcall implementation | Miguel Sofer | 2015-03-23 | 1 | -2/+2 |
|
|
| * | more comments | Miguel Sofer | 2015-03-23 | 1 | -2/+42 |
|
|
| * | updated, improved tailcall comments | Miguel Sofer | 2015-03-23 | 1 | -24/+21 |
|
|
| * | merge trunk | dkf | 2014-02-08 | 1 | -10/+29 |
| |\ |
|
| | * | [a4494e28ed] Use flag bit instead of NULL pointer to suppress | dgp | 2014-02-06 | 1 | -10/+29 |
| | |\ |
|
| * | \ | merge trunk | dkf | 2014-02-03 | 1 | -14/+9 |
| |\ \ \
| | |/ / |
|
| | * | | minor tidying up | dkf | 2014-01-22 | 1 | -3/+2 |
|
|
| | * | | [a90d9331bc]: must not crash when yieldto called in vanishing namespace | dkf | 2014-01-22 | 1 | -11/+7 |
|
|
| | * | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -1/+1 |
|
|
| * | | | merge trunk | dkf | 2014-01-09 | 1 | -2/+5 |
| |\ \ \
| | |/ / |
|
| | * | | merge trunk | dkf | 2013-12-23 | 1 | -0/+3 |
| | |\ \ |
|
| | | * | | Making the optimizer pluggable by extensions; please review for committing to... | mig | 2013-12-18 | 1 | -0/+3 |
|
|
| | * | | | First step in compiling [concat]: the trivial cases. | dkf | 2013-10-24 | 1 | -1/+1 |
|
|