summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology!dkf2011-08-052-3/+4
* | | | | | | | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms.dkf2011-08-042-4/+23
* | | | | | | | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP...mig2011-08-042-1/+7
* | | | | | | | | | | | | | | | More changes tidying.dgp2011-08-041-2/+2
* | | | | | | | | | | | | | | | missing TIP id in changesdgp2011-08-041-2/+2
* | | | | | | | | | | | | | | | More memleak plugging.dkf2011-08-042-22/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good.max2011-08-042-0/+21
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj referencedkf2011-08-043-18/+96
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Update file generated by `make dist`dgp2011-08-031-2/+29
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Fix build on systems where ECANCELED == ELIBMAXdgp2011-08-031-2/+2
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Use the actual case used by Thread to name the directory its distributionsdgp2011-08-021-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Variable substitution botch.dgp2011-08-022-1/+2
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Updates for 8.6b2 release.dgp2011-08-022-1/+7
* | | | | | | | | [Bug 3384007]: Fix some panic messages.dkf2011-08-022-28/+30
* | | | | | | | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when re...mig2011-08-012-0/+13
* | | | | | | | | General cleanup of tests to promote intelligibility and to try to ensure thatdkf2011-08-011-94/+93
* | | | | | | | | Added some examples of how some of the standard global variables can be used,dkf2011-08-012-0/+41
* | | | | | | | | [Bug 3382474]: Added code to determine the version number of contributeddkf2011-08-012-4/+18
* | | | | | | | | Small errors plague us all...dkf2011-07-291-2/+2
* | | | | | | | | Small enhancements to improve cross-linking with contributed packages.dkf2011-07-293-47/+25
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | autoconfdgp2011-07-282-1/+3
* | | | | | | | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553.max2011-07-282-1/+7
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Update tzdata. Update changes.dgp2011-07-2820-2851/+60
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |
| * | | | | Update to Olson's tzdata2011hdgp2011-07-2819-2848/+47
* | | | | | Ensure that TclOO is properly found by all the various package mechanisms (bydkf2011-07-263-15/+15
* | | | | | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-212-1/+7
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-212-1/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | oops, leftover end commentjan.nijtmans2011-07-211-1/+1
| | * | | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-212-1/+7
* | | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-193-6/+12
|\ \ \ \ \ | |/ / / /
| * | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-193-2/+13
* | | | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound.ferrieux2011-07-192-1/+7
| |_|_|/ |/| | |
* | | | The final parts of my doc improvement projectdkf2011-07-1813-24/+61
* | | | Undocument long gone limitation of [upvar].ferrieux2011-07-182-2/+5
| |_|/ |/| |
* | | More small documentation improvements.dkf2011-07-1815-35/+60
* | | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-1736-276/+379
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-152-0/+8
|\ \ \ | |/ /
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-152-0/+10
| |\ \ | | |/
| | * Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-152-0/+10
* | | 3357771 Prevent circular references in values with ByteCode intreps.dgp2011-07-152-1/+19
* | | [Bug 3365156]: Remove stray refcount bump that caused a memory leak.dkf2011-07-152-3/+7
|\ \ \
| * | | Remove stray refcount bump that caused a memory leak.bug_3365156dkf2011-07-142-1/+5
* | | | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp2011-07-142-2/+9
|\ \ \ \ | | |/ / | |/| |
| * | | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp2011-07-141-2/+4
| * | | merge new testdgp2011-07-131-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-134-1/+18
* | | | 3364777 Stop segfault caused by reading from struct after it had been freed.dgp2011-07-122-1/+9
* | | | platform portable type matching in debug printsdgp2011-07-125-14/+14
* | | | merge to trunkdgp2011-07-121-4/+4
|\ \ \ \ | |/ / /
| * | | Silence type match warnings in debug print.dgp2011-07-121-2/+2
| |\ \ \ | | |/ /