summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [Bug 2889593]: Make [expr round()] give the right error.dkf2009-10-311-4/+9
* Cleanup non-writable test directory on Windows.patthoyts2009-10-301-0/+7
* * generic/tcl.h: Changed the typedef for the mp_digit typedgp2009-10-291-0/+24
* General cleanliness improvements.dkf2009-10-291-0/+3
* Remove accidental C99-ism which reportedly makes the AIX native compiler choke.dkf2009-10-291-19/+23
* * library/clock.tcl (LocalizeFormat):Kevin B Kenny2009-10-291-0/+7
* * generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044].dgp2009-10-281-0/+12
* * tests/fileName.test (fileName-20.[78]): Corrected poor testKevin B Kenny2009-10-281-0/+7
* * generic/tclPathObj.c: Missing refcount on cached normalized pathdgp2009-10-271-0/+5
* * library/tzdata/America/Argentina/Buenos_Aires:Kevin B Kenny2009-10-271-0/+5
* * library/clock.tcl (ParseClockScanFormat):Kevin B Kenny2009-10-271-0/+9
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-261-0/+5
* * library/clock.tcl (ProcessPosixTimeZone):Kevin B Kenny2009-10-241-0/+12
* * generic/tclIO.c (FlushChannel): Skip OutputProc for low-levelandreas_kupries2009-10-231-0/+7
* Let [$obj varname x(y)] work. [Bug 2883857]dkf2009-10-221-0/+5
* Fix [Bug 2882561].dkf2009-10-211-0/+3
* Fix [Bug 2881259].dkf2009-10-211-7/+12
* * unix/Makefile.in: Removed the long outdated and broken targetsdgp2009-10-201-0/+8
* * generic/tclIO.c: Revised ReadChars and FilterInputBytes routinesdgp2009-10-191-0/+8
* Fix for [Bug 2871908]Joe Mistachkin2009-10-181-0/+7
* Fix for [Bug 1565466]Joe Mistachkin2009-10-181-0/+8
* Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-171-0/+8
* [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-081-18/+23
* * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-071-0/+6
* * generic/tclIORChan.c (ErrnoReturn): Replace the hardwiredandreas_kupries2009-10-071-0/+7
* * 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