summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move TIP#285 routines out of Tcl_Eval(3) into their own manpage.jenglish2009-11-014-48/+78
* Apply a bit more polishdkf2009-11-011-46/+57
* Apply a bit more polishdkf2009-11-011-169/+294
* Minor formatting fix.dkf2009-11-011-2/+2
* Improve with more explanation of what's going on.dkf2009-11-011-1/+43
* [Bug 2889593]: Make [expr round()] give the right error.dkf2009-10-312-6/+11
* More variable hygiene.dkf2009-10-301-146/+229
* Cleanup non-writable test directory on Windows.patthoyts2009-10-302-1/+9
* More variable cleansingdkf2009-10-291-180/+189
* * generic/tcl.h: Changed the typedef for the mp_digit typedgp2009-10-292-6/+26
* test hygiene for the ::tmp variabledgp2009-10-294-9/+17
* More variable cleansingdkf2009-10-291-247/+432
* General cleanliness improvements.dkf2009-10-292-255/+411
* Remove accidental C99-ism which reportedly makes the AIX native compiler choke.dkf2009-10-292-38/+54
* * library/clock.tcl (LocalizeFormat):Kevin B Kenny2009-10-293-17/+32
* * generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044].dgp2009-10-283-2/+16
* * tests/fileName.test (fileName-20.[78]): Corrected poor testKevin B Kenny2009-10-282-1/+19
* * generic/tclPathObj.c: Missing refcount on cached normalized pathdgp2009-10-272-1/+7
* * library/tzdata/America/Argentina/Buenos_Aires:Kevin B Kenny2009-10-275-727/+190
* * library/clock.tcl (ParseClockScanFormat):Kevin B Kenny2009-10-273-12/+44
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-262-3/+7
* * library/clock.tcl (ProcessPosixTimeZone):Kevin B Kenny2009-10-245-6/+215
* * generic/tclIO.c (FlushChannel): Skip OutputProc for low-levelandreas_kupries2009-10-232-2/+13
* Let [$obj varname x(y)] work. [Bug 2883857]dkf2009-10-223-3/+42
* Typodkf2009-10-211-2/+2
* Fix [Bug 2882561].dkf2009-10-212-3/+6
* Fix [Bug 2881259].dkf2009-10-212-9/+14
* * unix/Makefile.in: Removed the long outdated and broken targetsdgp2009-10-203-80/+9
* * generic/tclIO.c: Revised ReadChars and FilterInputBytes routinesdgp2009-10-192-17/+35
* Fix for [Bug 2871908]Joe Mistachkin2009-10-182-6/+13
* Fix for [Bug 1565466]Joe Mistachkin2009-10-182-4/+15
* Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-173-22/+53
* Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
* Added missing text. Noticed by Emiliano Gavilan.dkf2009-10-141-2/+3
* [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-083-34/+52
* * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-072-21/+25
* * generic/tclIORChan.c (ErrnoReturn): Replace the hardwiredandreas_kupries2009-10-072-2/+9
* * generic/tclInterp.c (SlaveEval): Agressive stomping of internal repsdgp2009-10-062-17/+10
* * generic/tclTomMathInt.h (new): Public header tclTomMath.h haddgp2009-10-064-5/+11
* * library/safe.tcl (AliasGlob): Fixed conversion of catch toandreas_kupries2009-10-052-1/+10
* * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug indas2009-10-053-16/+29
* fix tclooConfig.sh installdas2009-10-051-2/+3
* * library/tzdata/Africa/Cairo:Kevin B Kenny2009-10-025-93/+102
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-3014-19/+43
* * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-295-23/+74
* * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls withdgp2009-09-283-20/+28
* * tests/error.test (error-15.9.*): More coverage tests for [try].dgp2009-09-282-2/+16
* * tests/error.test (error-15.8.*): Coverage tests illustratingdgp2009-09-282-1/+23
* Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-268-9/+67
* TIP #356 IMPLEMENTATIONdgp2009-09-247-12/+39