summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Prevent leak of interps when using the [testthread exit] command.dgp2011-08-301-0/+8
|\
* \ [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-42/+50
|\ \
| * | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-13/+21
| | |
| * | [Bug 1774689] async-4.3 sometimes fails. (backport)ferrieux2011-08-191-0/+1
| | |
| * | [Bug 2981154] async-4.3 segfault. (backport)ferrieux2011-08-191-0/+4
| | |
* | | Put back the check for server sockets (bug #3394732).max2011-08-291-0/+5
| |/ |/|
* | Leak of ReflectedTransformMap.dgp2011-08-291-0/+4
| |
* | 3396731 Revise the [string reverse] implementation to operate on thedgp2011-08-271-4/+6
|\ \ | | | | | | representation that comes in, avoid conversion to other reps.
| * \ Revert the [string reverse] rewrite in a branch for more review.dgp2011-08-231-4/+0
| |\ \ |/ / /
* | | typodgp2011-08-231-1/+1
| | |
* | | 3396948 Leak of ReflectedChannelMap.dgp2011-08-231-0/+4
| | |
* | | [FRQ 3396731] inline string reversejan.nijtmans2011-08-231-0/+4
|/ /
* | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() callsdgp2011-08-191-0/+3
| | | | | | at some of its exits.
* | 3394654, 3393276 Revise FlushChannel() to account for the possibilitydgp2011-08-191-0/+4
| | | | | | that the ChanWrite() call might recycle the buffer out from under us.
* | Preserve the chanPtr during FlushChannel so that channel driversdgp2011-08-191-0/+5
| | | | | | don't yank it away before we're done with it.
* | [Bug 1774689] async-4.3 sometimes fails.ferrieux2011-08-191-0/+1
| |
* | [Bug 2981154] async-4.3 segfault.ferrieux2011-08-191-2/+6
| |
* | [Bug 3096275] Sync fcopy buffers input.ferrieux2011-08-181-0/+4
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-0/+6
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-0/+6
| |\
| | * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-0/+6
| | |
* | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting.ferrieux2011-08-171-0/+5
| | |
* | | Document TIP 378's one-way-ness.ferrieux2011-08-171-0/+4
| | |
* | | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-171-0/+5
|\ \ \ | |/ /
| * | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-171-0/+5
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+19
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+4
| | |
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+9
| | | | | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
| | * 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
| | |
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+1
| | |
* | | 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.