summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* NRE API change: callbacks now have three void* arguments (prev. 4)Miguel Sofer2016-01-301-0/+26
* small fix - previous commit was brokenMiguel Sofer2016-01-271-1/+1
* remove TclSmallAlloc, was only used by expansion in tebcMiguel Sofer2016-01-271-90/+9
* mergeMiguel Sofer2016-01-231-1/+0
|\
| * merge trunk; disabled the file/line info in disassembly, as it depends on cmd...Miguel Sofer2016-01-231-1/+0
| |\
| | * Make function TclDisassembleByteCodeObj() static, since it is only used in a ...jan.nijtmans2016-01-181-2/+0
| | * Put the file location information that Tcl has into the disassembled code. Im...dkf2016-01-181-1/+2
* | | making some functions NOINLINE (full implementation when the macro shortcuts ...Miguel Sofer2016-01-181-1/+1
|/ /
* | remove callback in for/while, was required for tip 280Miguel Sofer2016-01-141-18/+0
* | no-280 branch, it still has many errorsMiguel Sofer2016-01-111-276/+4
* | remove interp->result and all supporting code; remove other deprecated apisMiguel Sofer2015-12-201-19/+3
* | removed [case]Miguel Sofer2015-12-181-3/+0
* | transforming the NRE stack from a linked list to a real stackMiguel Sofer2015-12-111-48/+9
|\ \
| * | transforming the NRE stack from a linked list to a real stack; incompleteMiguel Sofer2015-12-111-48/+9
| |/
* | merge drh-micro-optimizationMiguel Sofer2015-12-111-1/+11
|\ \
| * \ Merge trunkjan.nijtmans2015-11-221-6/+1
| |\ \ | | |/
| * | Avoid isnan call to make double-using code faster.pspjuth2015-10-251-1/+7
| * | merge changes from pspjuth that optimize conversion from unichar to utf and a...Kevin B Kenny2015-10-241-0/+1
| * | Turn off NRE asserts by default. About a 5% speedup on [clock format].dkf2015-10-221-1/+3
| * | Micro-optimization: remove double checked lock from TclGetAllocCache in favou...Kevin B Kenny2015-10-211-0/+3
* | | new branch for experimental modsMiguel Sofer2015-12-091-29/+1
| |/ |/|
* | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR...jan.nijtmans2015-11-221-1/+3
* | Expose some of the TclBN operations through the internal API, so clients of t...dkf2015-10-281-6/+1
|/
* Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-3/+0
|\
| * Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-3/+0
| |\
| | * merge trunk. jan.nijtmans2015-08-191-3/+0
| |/ |/|
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-0/+3
|\ \ | |/
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-0/+3
| |\
| | * merge trunkbug_57945b574a_without_stubjan.nijtmans2015-07-151-19/+19
| | |\ | |_|/ |/| |
| | * Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific.Joe Mistachkin2015-06-171-1/+1
| | * Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFi...jan.nijtmans2015-06-161-0/+1
| | * Merge updates from trunk.Joe Mistachkin2015-05-171-1/+2
| | |\
| | * | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz...Joe Mistachkin2015-05-171-0/+2
* | | | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be...jan.nijtmans2015-07-011-2/+2
* | | | Member field which should not have been const, because it is dynamically allo...jan.nijtmans2015-06-231-17/+17
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | With no callers left, TclIsLocalScalar() is removed.dgp2014-12-191-1/+0
* | | Reduce the list walking by keeping lastPtr fields.zippy_fifodgp2015-04-161-1/+2
| |/ |/|
* | Eliminate TclIsLocalScalar(). No callers left.dgp2014-12-231-1/+0
* | Rework the *FinalizeThread*() routines so that the quick exit preferencebug_af08e89777dgp2014-12-171-1/+1
* | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp2014-12-051-0/+1
|\ \ | |/
| * Stop using isalnum(.). Its results are not portable. Replace with ourdgp2014-12-041-0/+1
| * Backport the cheaper Preserve/Release on channels.dgp2014-08-011-0/+2
| |\
| * \ merge 8.5dgp2014-05-011-0/+18
| |\ \
| | * | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f...jan.nijtmans2014-05-011-0/+18
| * | | merge 8.5dgp2014-04-241-0/+1
| |\ \ \ | | |/ /
* | | | comment fixdgp2014-09-251-1/+1
* | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-091-1/+2
* | | | TIP 429 Implementation: [string cat]ferrieux2014-08-021-0/+3
| |_|/ |/| |
* | | Reduce the cost of Preserve/Release on channelsdgp2014-07-301-0/+2
* | | Improved the error messages. dkf2014-06-071-0/+4