summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070dgp2011-08-161-1/+9
* 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
* | | merge release to trunkdgp2011-08-081-2/+2
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ merge from trunk to rc all but the AI_ADDRCONFIG experimentcore_8_6_b2core_8_6_b2_rcdgp2011-08-0511-241/+197
| |\ \ \ \ \
| * \ \ \ \ \ merge to rcdgp2011-08-031-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge to rcdgp2011-08-022-25/+28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge to rcdgp2011-07-271-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge to rcdgp2011-07-191-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bump version number to 8.6b2.dgp2011-07-181-2/+2
* | | | | | | | | | | [Bug 3387082]: Plug memory leak in call chain introspection.dkf2011-08-072-4/+3
* | | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-062-0/+32
* | | | | | | | | | | Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-6/+15
* | | | | | | | | | | Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-0/+7
* | | | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-3/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-3/+2
* | | | | | | | | | Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-059-97/+62
* | | | | | | | | | Ensure that memory isn't leaked when an unknown instruction is encountered.dkf2011-08-051-108/+111
* | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology!dkf2011-08-051-2/+2
* | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms.dkf2011-08-041-0/+14
* | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP...mig2011-08-041-1/+2
* | | | | | | | | | More memleak plugging.dkf2011-08-041-15/+2
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good.max2011-08-041-0/+9
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj referencedkf2011-08-041-18/+4
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fix build on systems where ECANCELED == ELIBMAXdgp2011-08-031-2/+2
| |_|_|_|/ / |/| | | | |
* | | | | | [Bug 3384007]: Fix some panic messages.dkf2011-08-021-25/+21
* | | | | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when re...mig2011-08-011-0/+7
| |_|_|/ / |/| | | |
* | | | | Ensure that TclOO is properly found by all the various package mechanisms (bydkf2011-07-261-0/+1
| |_|/ / |/| | |
* | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-3/+1
|\ \ \ \ | |/ / /
| * | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-1/+1
* | | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound.ferrieux2011-07-191-1/+3
| |/ / |/| |
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
|\ \ \ | |/ /
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
| |\ \ | | |/
| | * Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
| | * 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-131-1/+1
* | | 3357771 Prevent circular references in values with ByteCode intreps.dgp2011-07-151-1/+13
* | | [Bug 3365156]: Remove stray refcount bump that caused a memory leak.dkf2011-07-151-1/+0
|\ \ \