summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make [zlib push] work with [fcopy].dkf2009-07-053-103/+193
* Cast wide integer to int conversion (silence msvc6 warning)patthoyts2009-07-011-3/+3
* Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-014-9/+22
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tclInt.h: add assert macros for clang staticdas2009-06-305-4/+31
* * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2,das2009-06-2611-2672/+739
* Handle cleanup when all tests skipped [Bug 2812355]patthoyts2009-06-251-1/+1
* Made namespace scope corrections to some of the testing machinerydgp2009-06-253-28/+17
* Fix [Bug 2811598].dkf2009-06-242-2/+7
* More test suite cleanup for "-singleproc 1 -debug 1" testing.dgp2009-06-249-10/+22
* Correct failures during -singleproc 1 test suite run.dgp2009-06-243-38/+43
* Clean up procs after testing to avoid problems with -singleproc testing [Bug ...patthoyts2009-06-242-1/+9
* regendkf2009-06-182-2/+13
* Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-187-16/+190
* Applied a patch by George Peter Staplin drastically reducing the ambition of ...ferrieux2009-06-172-33/+72
* * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion.dgp2009-06-152-5/+7
* * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.crmax2009-06-154-1142/+1163
* Apply last useful bit of [Patch 557486].dkf2009-06-152-28/+34
* * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-134-6/+31
* * generic/tclStringObj.c: Revised [format] to not overflow thedgp2009-06-102-8/+75
* * generic/tclStringObj.c: Corrected failures to deal with thedgp2009-06-102-23/+17
* * generic/tclGetDate.y: Fixed a thread safety bug in the generatedKevin B Kenny2009-06-095-286/+516
* New DST rule for Bangladesh (Olson's tzdata2009i)Kevin B Kenny2009-06-082-0/+7
* Fix docbug.dkf2009-06-072-3/+7
* fix signed vs unsigned comparison warningsdas2009-06-031-12/+12
* * generic/tclExecute.c: Replace dynamically-initialized table withdgp2009-06-022-44/+14
* * generic/tclExecute.c: Corrected implementations and selectiondgp2009-06-022-41/+68
* * tests/expr.test: Added many tests demonstrating the brokendgp2009-06-012-2/+332
* Applied Olson's tzdata2009hKevin B Kenny2009-05-303-105/+110
* * library/platform/platform.tcl: Fixed handling of cpu ia64,andreas_kupries2009-05-295-10/+17
* Ascribe due credit in ChangeLog.ferrieux2009-05-261-1/+1
* Fixed documentation of the right-associativity of the ** operator.ferrieux2009-05-262-4/+15
* fix TCL_COMPILE_DEBUG 64bit warningsdas2009-05-161-5/+5
* Added more introspection: ability to look up namespace of an object.dkf2009-05-154-4/+59
* a little minor emacs nicenessdkf2009-05-151-1/+4
* (With apologies to Ghostbusters...)dkf2009-05-121-1/+1
* "There's something very important I forgot to tell you."dkf2009-05-122-13/+47
* Make our mkstemp() replacement build on IRIX 6.5.dkf2009-05-122-1/+8
* Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858].dkf2009-05-081-0/+5
* Fix [Bug 2414858].dkf2009-05-084-6/+27
* Fix [Bug 2788468].dkf2009-05-082-57/+71
* * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-082-2/+7
* * generic/tclBasic.c: Let coroutines start with a much smallerMiguel Sofer2009-05-084-12/+22
* Fix [Bug 1513659].dkf2009-05-073-38/+97
* * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-063-3/+9
* * tests/interp.test: interp-20.50 test for Bug 2486550.dgp2009-05-062-1/+13
* Corrected changelog entrydkf2009-05-051-1/+1
* Missed a spot.dkf2009-05-051-2/+4
* Stop deletion of support namespaces leading to a potential crash.dkf2009-05-043-11/+73
* Fix [Bug 2538432] through clarification.dkf2009-05-032-3/+22