summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* remove empty macroMiguel Sofer2016-01-162-4/+0
* TODO; removed old NRE_callback memory modelMiguel Sofer2016-01-161-45/+15
* remove callback in for/while, was required for tip 280Miguel Sofer2016-01-143-91/+25
* fixing the last bug: command compiler returning TCL_ERROR and bailing outMiguel Sofer2016-01-121-1/+3
* re-enable optimisation, accidentally disabledMiguel Sofer2016-01-121-1/+1
* fix off-by-one errorMiguel Sofer2016-01-121-6/+6
* fix commentMiguel Sofer2016-01-121-5/+1
* fix expr-old.test errorsMiguel Sofer2016-01-121-1/+2
* small bug fixMiguel Sofer2016-01-121-1/+3
* fixing a few bugsMiguel Sofer2016-01-112-15/+21
* still some errors, but now valgrind-cleanMiguel Sofer2016-01-112-31/+48
* no-280 branch, it still has many errorsMiguel Sofer2016-01-1132-4274/+395
* fix handling of string interface - segfault that did not happen under varlgri...Miguel Sofer2015-12-211-1/+1
* plugging leaks, valgrind happyMiguel Sofer2015-12-212-19/+23
* remove interp->result and all supporting code; remove other deprecated apisMiguel Sofer2015-12-2012-927/+61
* removed [case]Miguel Sofer2015-12-183-142/+0
* merge trunkMiguel Sofer2015-12-184-188/+36
|\
| * Remove unused static function definitionjan.nijtmans2015-12-151-1/+0
| * make some MODULE_SCOPE symbols staticjan.nijtmans2015-12-153-50/+39
| * Eliminate AuxDataType table: since this table only contains 4 constant entrie...jan.nijtmans2015-12-153-150/+10
| * Issue the correct auxType when compiling [array set].dkf2015-12-121-1/+1
* | remove support for obsolete 8.4 bytecodesMiguel Sofer2015-12-123-266/+118
* | remove trampoline bounces: invoke commands directly from tebcMiguel Sofer2015-12-123-2/+22
* | incorporate limit checks into TclInterpReadyMiguel Sofer2015-12-121-4/+4
* | removing useless trampoline bounces in cmd dispatch; added comments to README...Miguel Sofer2015-12-121-22/+7
* | transforming the NRE stack from a linked list to a real stackMiguel Sofer2015-12-1111-99/+292
|\ \
| * | code reordering, no func changesmig_nre_modsMiguel Sofer2015-12-111-101/+107
| * | fix segfault on invokhidden - faulty adaptation at last mergeMiguel Sofer2015-12-111-1/+3
| * | transforming the NRE stack from a linked list to a real stack; incompleteMiguel Sofer2015-12-1111-98/+283
* | | merge drh-micro-optimizationMiguel Sofer2015-12-118-40/+132
|\ \ \
| * \ \ merge trunkMiguel Sofer2015-12-115-13/+40
| |\ \ \ | | | |/ | | |/|
| * | | Merge trunkjan.nijtmans2015-11-2214-35/+113
| |\ \ \
| * | | | Chisel 1% from the TclOO object creation μbenchmark.dkf2015-10-272-6/+40
| * | | | Avoid isnan call to make double-using code faster.pspjuth2015-10-251-1/+7
| * | | | (by drh) micro-opt of INST_LOAD_SCALAR1 (the hottest instruction) in the non-...Miguel Sofer2015-10-241-12/+20
| * | | | Make the async-interrupt tests work more reliably.dkf2015-10-241-4/+9
| * | | | merge changes from pspjuth that optimize conversion from unichar to utf and a...Kevin B Kenny2015-10-244-11/+42
| * | | | Knock perhaps 1% off execution time: guard on TclAsyncReady more efficient wh...dkf2015-10-231-9/+11
| * | | | Turn off NRE asserts by default. About a 5% speedup on [clock format].dkf2015-10-223-7/+3
| * | | | Micro-optimization: remove double checked lock from TclGetAllocCache in favou...Kevin B Kenny2015-10-212-0/+6
* | | | | merge trunkMiguel Sofer2015-12-111-4/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU...jan.nijtmans2015-12-111-4/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU...jan.nijtmans2015-12-111-4/+5
* | | | | new branch for experimental modsMiguel Sofer2015-12-0917-7527/+2104
|/ / / /
* | | | [32c5740a4d] Have Tcl_ListObjReplace() try to use realloc() for growing whendgp2015-11-301-3/+30
* | | | Fix comments at the top of the *.decls files, which are not correct any more ...jan.nijtmans2015-11-243-6/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix comments at the top of the *.decls files, which are not correct any more ...jan.nijtmans2015-11-243-6/+5
* | | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR...jan.nijtmans2015-11-224-13/+9
* | | [3d96b7076e] Prevent crashes when destroying an object's class inside a metho...dkf2015-11-214-8/+42
* | | Tcl_ListObjReplace() early out when > LIST_MAX attempted.dgp2015-11-201-1/+6
|\ \ \ | |/ /