summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Detect trailers after Nan, Inf, etc.ferrieux2011-08-311-8/+18
* Prevent leak of interps when using the [testthread exit] command.dgp2011-08-305-8/+41
|\
| * Prevent segfaults attempting to use thread maps after they've been deleted.bug_3397515dgp2011-08-302-0/+6
| * Work in progress plugging thread finalization memory leaks.dgp2011-08-293-8/+35
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26
|\ \ | |/ |/|
| * [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26
* | Leak of ReflectedTransformMap.dgp2011-08-291-4/+3
* | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ...mig2011-08-293-2/+13
* | [3396731] inline string reverse: minor further improvementsjan.nijtmans2011-08-291-32/+22
* | Repaired the lost performance in the copy loop hotspots. Now meets or revert_3396731dgp2011-08-271-13/+12
* | 3396731 Another rewrite of TclStringObjReverse() to make it adopt thedgp2011-08-251-70/+106
* | Revert the [string reverse] rewrite in a branch for more review.dgp2011-08-231-80/+80
|\ \
* | | 3396948 Leak of ReflectedChannelMap.dgp2011-08-231-4/+3
* | | gcc 4.6 (64-bit) warningsjan.nijtmans2011-08-231-4/+4
|\ \ \ | | |/ | |/|
| * | gcc 4.6 (64-bit) warningsjan.nijtmans2011-08-231-2/+2
| * | [Bug 2981154] async-4.3 segfault. (backport)ferrieux2011-08-191-9/+40
* | | [FRQ 3396731] inline string reversejan.nijtmans2011-08-231-80/+80
| |/ |/|
* | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() callsdgp2011-08-191-0/+2
* | 3394654, 3393276 Revise FlushChannel() to account for the possibilitydgp2011-08-191-1/+3
* | Preserve the chanPtr during FlushChannel so that channel driversdgp2011-08-191-4/+11
* | [Bug 2981154] async-4.3 segfault.ferrieux2011-08-191-9/+43
* | [Bug 3096275] Sync fcopy buffers input.ferrieux2011-08-181-5/+10
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-28/+25
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-28/+25
| |\
| | * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-28/+25
| | * A few more compiler warningsjan.nijtmans2011-08-181-1/+1
* | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting.ferrieux2011-08-171-2/+3
* | | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-171-0/+2
|\ \ \ | |/ /
| * | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-171-0/+3
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-164-6/+6
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-165-0/+5
| | * 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
* | | 3392070 More complete prevention of Tcl_Obj reference cyclesdgp2011-08-171-1/+9
|\ \ \
| * | | 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070dgp2011-08-161-1/+9
* | | | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 ...andreask2011-08-161-2/+2
|/ / /
* | | Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-164-69/+97
* | | 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
|\ \ \ | |/ /
| * | 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-2/+2
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-152-3/+3
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-2/+2
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-121-12/+12
|\ \ \ | |/ /
| * | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-121-12/+12
* | | [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-121-1/+1
* | | [Bug 3386721] Allow multiple [load]ing of the Tcltest packageferrieux2011-08-101-62/+104
* | | compiler error on Windows: there should be only one TclFullFinalizationReques...jan.nijtmans2011-08-101-1/+1
* | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin...ferrieux2011-08-095-44/+119
* | | [Bug 3386417] avoid a reference loop between the bytecode and its companion e...ferrieux2011-08-093-1/+25
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 hex...jan.nijtmans2011-08-092-10/+12
* | | Make the -buffersize option to '$zstream add' function correctly instead ofdkf2011-08-081-12/+37