summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2009-07-21 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2009-07-213-184/+8
* Performance boost for [string is].dkf2009-07-202-36/+75
* Expose function to efficiently return current name of an object.dkf2009-07-196-14/+61
* * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build todas2009-07-182-2/+7
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-1612-40/+55
* Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-157-71/+375
* fix 64bit int <-> ptr cast warningsdas2009-07-143-10/+10
* * generic/tclInt.h (TclNRSwitchObjCmd):Kevin B Kenny2009-07-145-7/+65
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-149-167/+443
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-126-36/+53
* Updated documentation to provide better description of this advanced feature.dkf2009-07-121-11/+12
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-124-30/+60
* Substantially increased the discussion of issues and work-arounds relating todkf2009-07-112-2/+117
* tweaksdkf2009-07-111-5/+6
* Extended the warning about vwait gotchasdkf2009-07-111-2/+5
* General improvement of the documentationdkf2009-07-111-42/+72
* Added optional script option to runtest and a runshell target. Silence output...patthoyts2009-07-111-4/+10
* backslash quotingpatthoyts2009-07-111-2/+2
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-103-41/+188
* Slight improvement of wordingdkf2009-07-101-2/+2
* [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ...patthoyts2009-07-093-8/+101
* Fix [Bug 2819227] by using a function from C89 rather than POSIX.dkf2009-07-092-2/+7
* Silence a signed/unsigned warning that annoys msvcpatthoyts2009-07-061-2/+2
* Additional tests for zlib stacked channel with fcopy in various modes.patthoyts2009-07-051-1/+120
* 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