summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ /
| | * | platform portable type matching in debug prints.dgp2011-07-122-34/+36
| | |\ \
| | | * | wipunprovendgp2011-07-121-25/+25
| | | * | wipdgp2011-07-121-6/+6
| | | * | Type mismatches in *printf calls.dgp2011-07-112-9/+11
| | |/ /
* | | | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502]Joe Mistachkin2011-07-112-1/+6
| |_|/ |/| |
* | | [FRQ 3358415]: Minor doc improvementdkf2011-07-082-2/+7
|\ \ \ | |/ /
| * | [FRQ 3358415]: Minor doc improvementdkf2011-07-082-1/+6
* | | * generic/tclBasic.c: add missing INT2PTRmig2011-07-072-1/+5
* | | Correct test suite errors revealed by a -singleproc 1 -debug 1 run.dgp2011-07-076-8/+11
* | | minor gcc compiler warning with -Wwrite-stringsjan.nijtmans2011-07-071-2/+2