| Commit message (Expand) | Author | Age | Files | Lines |
* | [1493a43044] Make [namespace upvar] ignore variable resolvers; the previous s... | dkf | 2016-07-09 | 1 | -0/+15 |
|\ |
|
| * | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...bug_1493a43044 | dkf | 2016-07-07 | 1 | -0/+15 |
|
|
* | | Create and use a utility Tcl_NRPostProc when decr ref count of values is | dgp | 2016-07-06 | 1 | -0/+1 |
|
|
* | | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -2/+1 |
|/ |
|
* | The EnsembleCmdRep struct that is the internal rep for caching ensemble | dgp | 2016-07-01 | 1 | -17/+0 |
|
|
* | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 1 | -1/+4 |
|
|
* | Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. | dgp | 2016-07-01 | 1 | -0/+2 |
|
|
* | merge 8.6 | dgp | 2016-06-28 | 1 | -1/+2 |
|\ |
|
| * | Fix [e14c77b845] for MSVC6: Compilation error over typedef | jan.nijtmans | 2016-06-09 | 1 | -3/+2 |
|
|
| * | Fix [e14c77b845]: Compilation error over typedef. | jan.nijtmans | 2016-06-02 | 1 | -1/+3 |
|
|
* | | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 1 | -5/+3 |
|
|
* | | Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any | dgp | 2016-05-12 | 1 | -2/+0 |
|/ |
|
* | Make function TclDisassembleByteCodeObj() static, since it is only used in a ... | jan.nijtmans | 2016-01-18 | 1 | -2/+0 |
|
|
* | Put the file location information that Tcl has into the disassembled code. Im... | dkf | 2016-01-18 | 1 | -1/+2 |
|
|
* | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR... | jan.nijtmans | 2015-11-22 | 1 | -1/+3 |
|
|
* | Expose some of the TclBN operations through the internal API, so clients of t... | dkf | 2015-10-28 | 1 | -6/+1 |
|
|
* | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53... | jan.nijtmans | 2015-09-24 | 1 | -3/+0 |
|\ |
|
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53... | jan.nijtmans | 2015-09-24 | 1 | -3/+0 |
| |\ |
|
| | * | merge trunk. | jan.nijtmans | 2015-08-19 | 1 | -3/+0 |
| |/
|/| |
|
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -0/+3 |
| |\ |
|
| | * | merge trunkbug_57945b574a_without_stub | jan.nijtmans | 2015-07-15 | 1 | -19/+19 |
| | |\
| |_|/
|/| | |
|
| | * | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. | Joe Mistachkin | 2015-06-17 | 1 | -1/+1 |
|
|
| | * | Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFi... | jan.nijtmans | 2015-06-16 | 1 | -0/+1 |
|
|
| | * | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 1 | -1/+2 |
| | |\ |
|
| | * | | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz... | Joe Mistachkin | 2015-05-17 | 1 | -0/+2 |
|
|
* | | | | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be... | jan.nijtmans | 2015-07-01 | 1 | -2/+2 |
|
|
* | | | | Member field which should not have been const, because it is dynamically allo... | jan.nijtmans | 2015-06-23 | 1 | -17/+17 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | With no callers left, TclIsLocalScalar() is removed. | dgp | 2014-12-19 | 1 | -1/+0 |
|
|
* | | | Reduce the list walking by keeping lastPtr fields.zippy_fifo | dgp | 2015-04-16 | 1 | -1/+2 |
| |/
|/| |
|
* | | Eliminate TclIsLocalScalar(). No callers left. | dgp | 2014-12-23 | 1 | -1/+0 |
|
|
* | | Rework the *FinalizeThread*() routines so that the quick exit preferencebug_af08e89777 | dgp | 2014-12-17 | 1 | -1/+1 |
|
|
* | | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c... | dgp | 2014-12-05 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Stop using isalnum(.). Its results are not portable. Replace with our | dgp | 2014-12-04 | 1 | -0/+1 |
|
|
| * | Backport the cheaper Preserve/Release on channels. | dgp | 2014-08-01 | 1 | -0/+2 |
| |\ |
|
| * \ | merge 8.5 | dgp | 2014-05-01 | 1 | -0/+18 |
| |\ \ |
|
| | * | | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f... | jan.nijtmans | 2014-05-01 | 1 | -0/+18 |
|
|
| * | | | merge 8.5 | dgp | 2014-04-24 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
* | | | | comment fix | dgp | 2014-09-25 | 1 | -1/+1 |
|
|
* | | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | dkf | 2014-09-09 | 1 | -1/+2 |
|
|
* | | | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 1 | -0/+3 |
| |_|/
|/| | |
|
* | | | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -0/+2 |
|
|
* | | | Improved the error messages.
| dkf | 2014-06-07 | 1 | -0/+4 |
|
|
* | | | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...bug_47d66253c9 | jan.nijtmans | 2014-05-12 | 1 | -0/+24 |
|
|
* | | | merge trunk | dgp | 2014-04-24 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | [3493120] Plug memory leak in thread exit. | dgp | 2014-04-24 | 1 | -0/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Memory leak after thread exit, fixed (alloc cache released by exit), belong t... | sebres | 2014-04-22 | 1 | -0/+1 |
|
|
* | | | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to | dgp | 2014-03-23 | 1 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | merge 8.5 | dgp | 2014-02-12 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| * | | Revised ReadChars to restore an attempt to make sure we do not short readdgp_may_be_pointless | dgp | 2014-02-06 | 1 | -0/+2 |
|
|