summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-154-11/+12
| | | | | | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled
* | | merge-markjan.nijtmans2011-08-150-0/+0
|\ \ \ | |/ /
| * | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-152-4/+3
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-154-19/+9
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-159-71/+41
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-152-2/+6
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-154-4/+10
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1510-506/+584
| | |
* | | [Patch 3124554]: Move WishPanic from Tk to Tcljan.nijtmans2011-08-143-11/+21
| | | | | | | | | Added Documentation
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-122-12/+17
|\ \ \ | |/ /
| * | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-122-12/+17
| | |
* | | Fix tcl8.6b2/win/tclWinPort.h:122:10: error: redefinition of 'struct ↵jan.nijtmans2011-08-121-1/+1
| | | | | | | | | | | | __stati64' on newer mingw versions when compiling tktreectrl
* | | [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-123-6/+43
| | | | | | | | | | | | transform, ensuring that buffers are written exactly once instead of multiple times or not at all (producing an invalid file).
* | | [Bug 3386721] Allow multiple [load]ing of the Tcltest packageferrieux2011-08-102-62/+109
| | |
* | | compiler error on Windows: there should be only one ↵jan.nijtmans2011-08-101-1/+1
| | | | | | | | | | | | TclFullFinalizationRequested function
* | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the ↵ferrieux2011-08-096-44/+126
| | | | | | | | | | | | streamlining of [exit], by conditionally forcing a full Finalize: use -DPURIFY or ::env(TCL_FINALIZE_ON_EXIT)
* | | [Bug 3386417] avoid a reference loop between the bytecode and its companion ↵ferrieux2011-08-094-1/+31
| | | | | | | | | | | | errostack when compiling a syntax error.
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-097-37/+19
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-095-19/+10
| | |
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 ↵jan.nijtmans2011-08-093-10/+17
| | | | | | | | | | | | hex characters
* | | Make the -buffersize option to '$zstream add' function correctly instead ofdkf2011-08-082-12/+44
| | | | | | | | | having its value just be discarded unceremoniously.
* | | merge release to trunkdgp2011-08-0811-12/+31
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ merge from trunk to rc all but the AI_ADDRCONFIG experimentcore_8_6_b2core_8_6_b2_rcdgp2011-08-0515-246/+321
| |\ \ \ \ \
| * \ \ \ \ \ merge to rcdgp2011-08-031-2/+29
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge to rcdgp2011-08-031-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge to rcdgp2011-08-021-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge to rcdgp2011-08-022-1/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge to rcdgp2011-08-028-171/+224
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-283-2/+10
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-2820-2851/+60
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-274-15/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-193-2/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-1914-26/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Bump version number to 8.6b2.dgp2011-07-1810-10/+23
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [Bug 3387082]: Plug memory leak in call chain introspection.dkf2011-08-074-8/+37
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-063-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: Plug another memory leak. [Bug 3386975]
* | | | | | | | | | | | | | | | | Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-6/+15
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-062-0/+11
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-062-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | conversion. [Bug 3386975]
| * | | | | | | | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-062-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion. [Bug 3386975]
* | | | | | | | | | | | | | | | Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-0510-98/+63
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Ensure that memory isn't leaked when an unknown instruction is encountered.dkf2011-08-052-108/+115
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology!dkf2011-08-052-3/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms.dkf2011-08-042-4/+23
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when ↵mig2011-08-042-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newValuePtr is the interp's result obj.
* | | | | | | | | | | | | | | | More changes tidying.dgp2011-08-041-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | missing TIP id in changesdgp2011-08-041-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | More memleak plugging.dkf2011-08-042-22/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good.max2011-08-042-0/+21
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj referencedkf2011-08-043-18/+96
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | ownership error.