summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TIP #353 IMPLEMENTATIONdgp2009-08-1211-97/+264
* * doc/refchan.n [Bug 2827000]: Extended the implementation ofandreas_kupries2009-08-064-7/+184
* * tests/coroutine.test: fix testfile cleanupMiguel Sofer2009-08-022-8/+10
* Added *unsupported* command to report an object's representation.dkf2009-08-024-4/+52
* Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-023-18/+20
* eliminate TclWinResetInterfaceEncodings, becausenijtmans2009-08-025-66/+46
* * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-313-2/+15
* Simplify a bit further following more testingdkf2009-07-261-10/+3
* Use [try] to replace obscurer uses of [catch].dkf2009-07-265-611/+612
* Forced LF translation when generating .h's to avoid spurious diffs when regen...ferrieux2009-07-262-1/+7
* [Bug 2827066] msys build --enable-symbols brokennijtmans2009-07-264-6/+20
* Correct "incidental" test failure; exact error message generated bydkf2009-07-251-55/+33
* Make [history] (well, [::tcl::history]) be a real ensemble.dkf2009-07-253-190/+134
* minor cleanupsdgp2009-07-242-3/+5
* Clarify code by using [try] instead of [catch] in a few placesdkf2009-07-241-557/+426
* Removed mention of auto_mkindex_old from indexed locations; we reallydkf2009-07-241-7/+9
* Made it clearer what most people want instead of [self class].dkf2009-07-242-13/+26
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-236-34/+11
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-239-16/+63
* fix SunCC warningdas2009-07-231-2/+2
* Fix for [Bug 2820349]Joe Mistachkin2009-07-232-1/+7
* Feature Request 2814786: remove TclpPanicnijtmans2009-07-225-36/+17
* * macosx/tclMacOSXFCmd.c: CONST -> constnijtmans2009-07-225-10/+17
* Refined the 20090617 patch on [exit] streamlining, so that it now correctly c...ferrieux2009-07-222-5/+21
* 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