summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070dgp2011-08-161-0/+5
| | | when producing an intrep of ByteCode.
* Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-161-3/+11
|
* 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
|\
| * 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
| |
* | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-0/+3
|\ \ | |/ | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| * mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-0/+2
| |\ | | | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| | * [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-151-0/+1
| | | | | | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| * | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-151-1/+0
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+3
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+6
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+4
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+6
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+12
| | |
* | | [Patch 3124554]: Move WishPanic from Tk to Tcljan.nijtmans2011-08-141-0/+5
| | | | | | | | | Added Documentation
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-121-0/+5
|\ \ \ | |/ /
| * | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-121-0/+5
| | |
* | | [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-121-5/+10
| | | | | | | | | | | | 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-101-0/+5
| | |
* | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the ↵ferrieux2011-08-091-0/+7
| | | | | | | | | | | | 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-091-0/+6
| | | | | | | | | | | | errostack when compiling a syntax error.
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-0/+7
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-1/+8
| | |
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 ↵jan.nijtmans2011-08-091-0/+5
| | | | | | | | | | | | hex characters
* | | Make the -buffersize option to '$zstream add' function correctly instead ofdkf2011-08-081-0/+7
| | | | | | | | | having its value just be discarded unceremoniously.
* | | merge release to trunkdgp2011-08-081-1/+20
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ merge from trunk to rc all but the AI_ADDRCONFIG experimentcore_8_6_b2core_8_6_b2_rcdgp2011-08-051-1/+38
| |\ \ \ \ \
| * \ \ \ \ \ merge to rcdgp2011-08-021-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge to rcdgp2011-08-021-0/+33
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge to rcdgp2011-07-281-0/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge to rcdgp2011-07-281-0/+23
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-271-1/+11
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-191-0/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge to rcdgp2011-07-191-2/+17
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Bump version number to 8.6b2.dgp2011-07-181-0/+13
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | [Bug 3387082]: Plug memory leak in call chain introspection.dkf2011-08-071-4/+9
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: Plug another memory leak. [Bug 3386975]
* | | | | | | | | | | | | | Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | conversion. [Bug 3386975]
| * | | | | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion. [Bug 3386975]
* | | | | | | | | | | | | Ensure that memory isn't leaked when an unknown instruction is encountered.dkf2011-08-051-0/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology!dkf2011-08-051-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms.dkf2011-08-041-4/+9
| | | | | | | | | | | | |
* | | | | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when ↵mig2011-08-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newValuePtr is the interp's result obj.
* | | | | | | | | | | | | More memleak plugging.dkf2011-08-041-7/+7
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good.max2011-08-041-0/+12
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj referencedkf2011-08-041-0/+10
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | ownership error.
* | | | | | | | | | Variable substitution botch.dgp2011-08-021-0/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Updates for 8.6b2 release.dgp2011-08-021-0/+4
| | | | | | | | |
* | | | | | | | | [Bug 3384007]: Fix some panic messages.dkf2011-08-021-3/+9
| | | | | | | | |
* | | | | | | | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when ↵mig2011-08-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recompiling procs, [Bug 3383616]. Thx go to Gustaf Neumann for detecting the bug and providing the fix.