summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Plugged a memory leak in double->stringKevin B Kenny2011-08-062-3/+7
|\ | | | | conversion. [Bug 3386975]
| * Plugged a memory leak in double->stringKevin B Kenny2011-08-062-3/+7
| | | | | | conversion. [Bug 3386975]
* | Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-0510-98/+63
| |
* | Ensure that memory isn't leaked when an unknown instruction is encountered.dkf2011-08-052-108/+115
| |
* | [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 ↵mig2011-08-042-1/+7
| | | | | | | | newValuePtr is the interp's result obj.
* | 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
| | | | | | ownership error.
* | 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
| | | | | | unpack into.
* | 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 ↵mig2011-08-012-0/+13
| | | | | | | | recompiling procs, [Bug 3383616]. Thx go to Gustaf Neumann for detecting the bug and providing the fix.
* | General cleanup of tests to promote intelligibility and to try to ensure thatdkf2011-08-011-94/+93
| | | | | | what is tested is just that which was the subject of the test.
* | Added some examples of how some of the standard global variables can be used,dkf2011-08-012-0/+41
| | | | | | following prompting by a request by Robert Hicks.
* | [Bug 3382474]: Added code to determine the version number of contributeddkf2011-08-012-4/+18
| | | | | | | | packages from their directory names so that HTML documentation builds are less confusing.
* | 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
| | | | | | adding a dummy ifneeded script) and not just some of them.
* | [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
| | | | | | | | | the quality of HTML doc builds.
* | | 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
| | | |