summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Merge to feature branchjan.nijtmans2011-08-183-30/+30
|\
| * [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
| | | | | | | | | | | | | | | | 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
| | | |
* | | | Merge to feature branchjan.nijtmans2011-08-176-72/+108
|\ \ \ \ | |/ / /
| * | | 3392070 More complete prevention of Tcl_Obj reference cyclesdgp2011-08-171-1/+9
| |\ \ \ | | | | | | | | | | when producing an intrep of ByteCode.
| | * | | 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070dgp2011-08-161-1/+9
| | | | | | | | | | | | | | | when producing an intrep of ByteCode.
| * | | | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 ↵andreask2011-08-161-2/+2
| |/ / / | | | | | | | | | | | | compilers (AIX, cough, cough)
| * | | Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-164-69/+97
| | | |
* | | | merge current trunkjan.nijtmans2011-08-164-15/+19
|\ \ \ \ | |/ / /
| * | | 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
| | | | | | | | | | | | | | | | transform, ensuring that buffers are written exactly once instead of multiple times or not at all (producing an invalid file).
* | | | TIP 388 implementationjan.nijtmans2011-08-125-22/+46
|/ / /
* | | [Bug 3386721] Allow multiple [load]ing of the Tcltest packageferrieux2011-08-101-62/+104
| | |
* | | 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-095-44/+119
| | | | | | | | | | | | 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-093-1/+25
| | | | | | | | | | | | errostack when compiling a syntax error.
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 ↵jan.nijtmans2011-08-092-10/+12
| | | | | | | | | | | | hex characters
* | | Make the -buffersize option to '$zstream add' function correctly instead ofdkf2011-08-081-12/+37
| | | | | | | | | having its value just be discarded unceremoniously.
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-061-0/+7
| | | | | | | | | | |
* | | | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-3/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | | conversion. [Bug 3386975]
| * | | | | | | | | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion. [Bug 3386975]
* | | | | | | | | | 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 ↵mig2011-08-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newValuePtr is the interp's result obj.