summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove some debugging stuffjan.nijtmans2011-08-181-12/+1
|\
| * remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| |\
| | * remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| | |
* | | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-184-35/+48
|\ \ \ | |/ /
| * | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-184-35/+48
| |\ \ | | |/
| | * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-184-35/+48
| | |
| * | merge-markjan.nijtmans2011-08-180-0/+0
| |\ \ | | |/
| | * A few more compiler warningsjan.nijtmans2011-08-182-4/+4
| | |
* | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting.ferrieux2011-08-173-2/+39
| | |
* | | Document TIP 378's one-way-ness.ferrieux2011-08-172-0/+8
| | |
* | | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-172-0/+7
|\ \ \ | |/ /
| * | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-172-0/+8
| | |
* | | 3392070 More complete prevention of Tcl_Obj reference cyclesdgp2011-08-172-1/+14
|\ \ \ | | | | | | | | when producing an intrep of ByteCode.
| * | | 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070dgp2011-08-162-1/+14
| | | | | | | | | | | | when producing an intrep of ByteCode.
* | | | separate test for overflowed and negative Tcl_UniCharjan.nijtmans2011-08-171-3/+6
| | | |
* | | | 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-165-72/+108
| | |
* | | merge-markjan.nijtmans2011-08-160-0/+0
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1612-16/+35
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-165-6/+9
| | |
* | | merge-markjan.nijtmans2011-08-160-0/+0
|\ \ \ | |/ /
| * | merge-markjan.nijtmans2011-08-160-0/+0
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-167-1/+15
| | | | | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
* | | merge-markjan.nijtmans2011-08-160-0/+0
|\ \ \ | |/ /
| * | merge-markjan.nijtmans2011-08-160-0/+0
| |\ \ | | |/
| | * 3390272 Leak of [info script] value.dgp2011-08-152-0/+8
| | |
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-154-11/+11
| | |
* | | 3390272 Leak of [info script] value.dgp2011-08-152-0/+8
|\ \ \ | |/ /
| * | 3390272 Leak of [info script] value.dgp2011-08-152-0/+8
| | |
* | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-154-13/+16
|\ \ \ | |/ / | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| * | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-154-13/+15
| |\ \ | | |/ | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| | * [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-154-11/+12
| | | | | | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled
* | | merge-markjan.nijtmans2011-08-150-0/+0
|\ \ \ | |/ /
| * | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-152-4/+3
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-154-19/+9
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-159-71/+41
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-152-2/+6
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-154-4/+10
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1510-506/+584
| | |
* | | [Patch 3124554]: Move WishPanic from Tk to Tcljan.nijtmans2011-08-143-11/+21
| | | | | | | | | Added Documentation
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-122-12/+17
|\ \ \ | |/ /
| * | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-122-12/+17
| | |
* | | Fix tcl8.6b2/win/tclWinPort.h:122:10: error: redefinition of 'struct ↵jan.nijtmans2011-08-121-1/+1
| | | | | | | | | | | | __stati64' on newer mingw versions when compiling tktreectrl
* | | [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-123-6/+43
| | | | | | | | | | | | 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-102-62/+109
| | |
* | | 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-096-44/+126
| | | | | | | | | | | | 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-094-1/+31
| | | | | | | | | | | | errostack when compiling a syntax error.
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-097-37/+19
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-095-19/+10
| | |