summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInterp.c (SlaveEval): Agressive stomping of internal repsdgp2009-10-061-0/+6
* * generic/tclTomMathInt.h (new): Public header tclTomMath.h haddgp2009-10-061-0/+6
* * library/safe.tcl (AliasGlob): Fixed conversion of catch toandreas_kupries2009-10-051-0/+7
* * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug indas2009-10-051-0/+5
* * library/tzdata/Africa/Cairo:Kevin B Kenny2009-10-021-0/+7
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-0/+14
* * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-0/+8
* * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls withdgp2009-09-281-2/+4
* * tests/error.test (error-15.9.*): More coverage tests for [try].dgp2009-09-281-0/+5
* * tests/error.test (error-15.8.*): Coverage tests illustratingdgp2009-09-281-0/+5
* Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-261-0/+6
* TIP #356 IMPLEMENTATIONdgp2009-09-241-0/+12
* * doc/namespace.n: the description of [namespace unknown] failedMiguel Sofer2009-09-231-0/+5
* editdgp2009-09-221-2/+2
* * tests/regexp.test: Added check for error message frommdejong2009-09-211-0/+6
* * generic/tclCompile.c: Correct botch in the conversion ofdgp2009-09-211-0/+5
* * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-171-0/+11
* Extended ::tcl::unsupported::representation.ferrieux2009-09-161-0/+4
* * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-0/+10
* Clean up http tokens properly.dkf2009-09-111-0/+5
* Correct handling of quoted charset names. [Bug 2849860]dkf2009-09-101-9/+14
* * generic/tclParse.c Corrected line counting error in multi-commanddgp2009-09-071-0/+5
* * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-0/+13
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-0/+14
* Added suggestions for how to handle the multithreaded case. [Bug 2844962]dkf2009-09-031-18/+22
* * generic/tclIORTrans.c (ReflectInput): Remove error response toandreas_kupries2009-09-011-0/+9
* * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revisiondgp2009-09-011-0/+7
* * generic/tclStringObj.c: A few more string overflow cases indgp2009-08-271-0/+5
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-0/+24
* Better formattingdkf2009-08-241-5/+5
* * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-0/+3
* * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loopsdas2009-08-241-0/+6
* * generic/tclFileName.c: Correct regression in [Bug 2837800] fix.dgp2009-08-211-0/+5
* * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-201-0/+3
* * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of stringsdgp2009-08-201-0/+9
* Close off memory leak in [lsort].dkf2009-08-201-0/+1
* Interpreted [if] is now fully NRE-enabled. [Bug 2823276]dkf2009-08-191-0/+5
* Make interpreted [for] and [while] NRE-safe. [Bug 2823276]dkf2009-08-191-2/+7
* * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp2009-08-181-0/+5
* Change ForIterData, make it const-safe.nijtmans2009-08-161-0/+2
* const addition (pkge.c)nijtmans2009-08-161-1/+1
* const addition (pkge.c)nijtmans2009-08-161-0/+7
* TIP #353 IMPLEMENTATIONdgp2009-08-121-0/+16
* * doc/refchan.n [Bug 2827000]: Extended the implementation ofandreas_kupries2009-08-061-0/+9
* * tests/coroutine.test: fix testfile cleanupMiguel Sofer2009-08-021-0/+4
* Added *unsupported* command to report an object's representation.dkf2009-08-021-0/+5
* Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-021-8/+16
* eliminate TclWinResetInterfaceEncodings, becausenijtmans2009-08-021-0/+8
* * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-0/+6
* Use [try] to replace obscurer uses of [catch].dkf2009-07-261-17/+26