summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵jan.nijtmans2015-09-241-3/+0
|\ | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier
| * merge trunk. jan.nijtmans2015-08-191-3/+0
| | | | | | Remove now unused internal functions.
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+3
| |\ | |/ |/| | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+3
|\ \ | | | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
| * \ merge trunkbug_57945b574a_without_stubjan.nijtmans2015-07-151-19/+19
| |\ \ | | |/
| | * Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a ↵jan.nijtmans2015-07-011-2/+2
| | | | | | | | | | | | | | | better idea. A few more consistancies in refcount management.
| | * Member field which should not have been const, because it is dynamically ↵jan.nijtmans2015-06-231-17/+17
| | |\ | |_|/ |/| | | | | allocated. Some end-of-line spacing in header files.
| * | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific.Joe Mistachkin2015-06-171-1/+1
| | |
| * | Change Tcl_MutexUnlockAndFinalize() to internal function ↵jan.nijtmans2015-06-161-0/+1
| | | | | | | | | | | | TclpMutexUnlockAndFinalize(). This does not require a TIP, and still should fix the reported bug.
| * | Merge updates from trunk.Joe Mistachkin2015-05-171-1/+2
| |\ \ | | |/
| | * Reduce the list walking by keeping lastPtr fields.zippy_fifodgp2015-04-161-1/+2
| | |
| * | Draft fix for a potential race condition in the new ↵Joe Mistachkin2015-05-171-0/+2
| |/ | | | | | | Tcl_MutexUnlockAndFinalize API. Not yet tested.
| * 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
| | | | | | | | is respected without need to run afoul of encoding finalizations. tests pass now. All changes are fully internal.
| * [d2ffcca163] Limit parsing results that are documented to accept only ASCII ↵dgp2014-12-051-0/+1
| |\ | | | | | | | | | chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results.
| * | 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
| | |
* | | With no callers left, TclIsLocalScalar() is removed.dgp2014-12-191-1/+0
| |/ |/|
* | Stop using isalnum(.). Its results are not portable. Replace with ourdgp2014-12-041-0/+1
| | | | | | own private routine TclIsBareword() that does exactly what we want.
* | Backport the cheaper Preserve/Release on channels.dgp2014-08-011-0/+2
|\ \ | |/
| * Reduce the cost of Preserve/Release on channelsdgp2014-07-301-0/+2
| |
| * Improved the error messages. dkf2014-06-071-0/+4
| | | | | | | | We do not want parsing an invalid dictionary to give errors about lists! As compensation, we get greater precision in the errorcode.
| * Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: ↵bug_47d66253c9jan.nijtmans2014-05-121-0/+24
| | | | | | | | "lsearch -sorted -integer" on 64bit system
| * merge trunkdgp2014-04-241-0/+1
| |\
| | * [3493120] Plug memory leak in thread exit.dgp2014-04-241-0/+1
| | |\
| * | \ Merge the checkins of the dgp-read-bytes branch onto the trunk, up todgp2014-03-231-0/+2
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | and including checkin a1e82fb63e . Do not merge checkin bae1c688f2 which starts to take the dgp-read-bytes branch into directions apparently unfriendly to stacked channels, which tests for [chan push] on the trunk help us to detect.
| * | | [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-061-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | teardown list of imported commands when the original command gets re-created. This prevents the panic otherwise possible when the invalid state represented by the NULL pointer is encountered during a command delete trace.
| * \ \ \ Simplify the core output operations of channels. Reduce duplicative and dead ↵dgp2014-02-041-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | code.
| * \ \ \ \ merge principal development branchdkf2014-01-251-0/+6
| |\ \ \ \ \
| | * | | | | implementation of [yieldto] in bytecodedkf2014-01-211-0/+3
| | | | | | |
| | * | | | | added compilation for [nextto]dkf2014-01-191-0/+3
| | | | | | |
| * | | | | | merge main working branchdkf2014-01-071-1/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | make function static once more; not needed outside of source filedkf2014-01-071-1/+0
| | | | | | |
| * | | | | | merge main working branchdkf2014-01-021-0/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | merge main working branchdkf2013-12-301-164/+140
| | |\ \ \ \ \
| | * \ \ \ \ \ merge main dev branchdkf2013-01-031-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge main dev branchdkf2012-11-051-0/+21
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge dkf-compile-misc-infodkf2012-11-021-0/+6
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Working towards a BCCed [next].dkf2012-11-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version <i>almost</i> works, except for a problem with restoring the context namespace upon return (which produces very strange results!)
| * | | | | | | | | | merge main working branchdkf2013-12-301-164/+140
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | implement [namespace origin] in bytecodedkf2013-12-301-0/+3
| | | | | | | | | | |
| | * | | | | | | | | merge trunkdkf2013-12-231-1/+8
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Making the optimizer pluggable by extensions; please review for committing ↵mig_tmp_optimizemig2013-12-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to trunk
| | * | | | | | | | | | simple compilation of [string replace]dkf2013-12-121-0/+3
| | | | | | | | | | | |
| | * | | | | | | | | | merge trunkdkf2013-11-191-2/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ↵max2013-11-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other means than covering behind void pointers.
| | * | | | | | | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ↵dkf2013-10-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the no-indices case; that's the only case anyone actually commonly uses.
| | * | | | | | | | | | First step in compiling [concat]: the trivial cases.dkf2013-10-241-0/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Added 'linsert' compiler. Factored out constant list index parser.dkf2013-10-051-0/+3
| | | | | | | | | | | |