summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | merge trunk:dgp2012-11-152-3/+36
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-11-143-8/+22
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-11-132-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0dgp2012-11-081-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Create Tcl 8.6.0 release branchdgp2012-11-081-3/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Better version that can handle simple composite array keys as well. As long asdkf2012-12-181-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are free of command substitutions, we can still safely omit the exception processor code.
* | | | | | | | | | | | | | Generate better code for the common case of subst-ed variables where thedkf2012-12-181-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable is a simple scalar or an array with a simple literal element name.
* | | | | | | | | | | | | | Simpler code to do installation of [info class] and [info object].dkf2012-12-171-19/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | We know this is a safe thing to do as we know this is inside Tcl_CreateInterp() and so no confounding code could have been run.
| * | | | | | | | | | | | | Slim down the code a bit more; we can make more safe assumptions.dkf2012-12-171-13/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Simplify the [info object] and [info class] additions.dgp2012-12-131-9/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | TIP 400 suffered from the same segfaulting flaw as 3595576.dgp2012-12-131-16/+3
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Segfaulting test and fix committed.
* | | | | | | | | | | | | Restore clarity to macro test.dgp2012-12-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Restore clarity to macro test.dgp2012-12-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Restore clarity to macro test.dgp2012-12-131-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var.dgp2012-12-131-1/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix for [Bug 3595576], found by andrewshmig2012-12-131-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | outside variable names
| * | | | | | | | | | | | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | outside variable names
| | * | | | | | | | | | | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | outside variable names
* | | | | | | | | | | | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-4/+7
| | | | | | | | | | | |
* | | | | | | | | | | | Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | so that we don't close off a potential avenue of future innovations.
| * | | | | | | | | | | Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | so that we don't close off a potential avenue of future innovations.
| | * | | | | | | | | | Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that we don't close off a potential avenue of future innovations.
* | | | | | | | | | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed ↵ferrieux2012-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nonblocking channels. Thanks Miguel for spotting.
* | | | | | | | | | | | just lost one MODULE_SCOPE in the mergejan.nijtmans2012-12-071-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | only set tclStubsPtr if all version checks passjan.nijtmans2012-12-071-18/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | only set tclStubsPtr when all version checks passjan.nijtmans2012-12-071-32/+18
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | only set tclStubsPtr if all version checks pass. Backported from tcl 8.5.jan.nijtmans2012-12-071-43/+62
| | | | | | | | | | |
* | | | | | | | | | | 3593703 Don't crash on bad input to Tcl_PkgRequire*().dgp2012-12-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | 3593703 Don't crash on bad input to Tcl_PkgRequire*().dgp2012-12-071-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed.dgp2012-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed.dgp2012-12-061-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix gcc warning in cygwin build: implicitely declared function ↵jan.nijtmans2012-12-053-26/+42
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TclUnixOpenTemporaryFile. Move the function to slot 30, and define it (as 0) for win32 as well.
* | | | | | | | | | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' ↵jan.nijtmans2012-12-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (code)
* | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-3/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | message has always assumed a stubs-disabled 8.0 interp to be the cause. That's no longer a good assumption. More suitable error message committed.
| * | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-3/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | message has always assumed a stubs-disabled 8.0 interp to be the cause. That's no longer a good assumption. More suitable error message committed.
| | * | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | message has always assumed a stubs-disabled 8.0 interp to be the cause. That's no longer a good assumption. More suitable error message committed.
* | | | | | | | | | silence compiler warningdgp2012-11-291-7/+7
| | | | | | | | | |
* | | | | | | | | | Silence some (unimportant) warnings from the MIPSpro compiler.dkf2012-11-281-5/+6
| | | | | | | | | |
* | | | | | | | | | [3590483]: Some compilers cannot initialize with complex non-constants.dkf2012-11-281-24/+27
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/]
| * | | | | | | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/]
| | * | | | | | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/]
| | * | | | | | | More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1520-784/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems.
| | * | | | | | | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵jan.nijtmans2012-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macosx-specific entries, no section at all is created <p>revert previous workaround in tclInt.decls
| | * | | | | | | add missing macosx sectionsjan.nijtmans2012-11-153-1/+198
| | | | | | | | |
| | * | | | | | | Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-156-523/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <p>backport genStubs::forAllStubs function, to generate dummy entries for some MAC_TCL entries <p>re-generate all tcl*Decls.h files.
| | * | | | | | | 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block.dgp2012-11-141-0/+1
| | | | | | | | |