summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Forced LF translation when generating .h's to avoid spurious diffs when regen...ferrieux2009-07-261-0/+5
* [Bug 2827066] msys build --enable-symbols brokennijtmans2009-07-261-0/+6
* Make [history] (well, [::tcl::history]) be a real ensemble.dkf2009-07-251-0/+6
* Made it clearer what most people want instead of [self class].dkf2009-07-241-12/+16
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-0/+9
* Fix for [Bug 2820349]Joe Mistachkin2009-07-231-0/+4
* Feature Request 2814786: remove TclpPanicnijtmans2009-07-221-0/+4
* * macosx/tclMacOSXFCmd.c: CONST -> constnijtmans2009-07-221-0/+7
* Refined the 20090617 patch on [exit] streamlining, so that it now correctly c...ferrieux2009-07-221-0/+7
* 2009-07-21 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2009-07-211-0/+5
* Performance boost for [string is].dkf2009-07-201-0/+8
* Expose function to efficiently return current name of an object.dkf2009-07-191-3/+8
* * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build todas2009-07-181-0/+5
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-0/+19
* Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-151-39/+49
* * generic/tclInt.h (TclNRSwitchObjCmd):Kevin B Kenny2009-07-141-0/+8
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-0/+50
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-0/+6
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-121-0/+7
* Substantially increased the discussion of issues and work-arounds relating todkf2009-07-111-0/+6
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-101-0/+7
* Slight improvement of wordingdkf2009-07-101-2/+2