summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* minor cleanupsdgp2009-07-242-3/+5
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-12/+3
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-233-8/+31
* fix SunCC warningdas2009-07-231-2/+2
* Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
* Feature Request 2814786: remove TclpPanicnijtmans2009-07-222-13/+2
* * macosx/tclMacOSXFCmd.c: CONST -> constnijtmans2009-07-223-7/+7
* Refined the 20090617 patch on [exit] streamlining, so that it now correctly c...ferrieux2009-07-221-5/+14
* Performance boost for [string is].dkf2009-07-201-36/+67
* Expose function to efficiently return current name of an object.dkf2009-07-194-8/+44
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-1611-40/+36
* Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-156-32/+326
* fix 64bit int <-> ptr cast warningsdas2009-07-143-10/+10
* * generic/tclInt.h (TclNRSwitchObjCmd):Kevin B Kenny2009-07-143-6/+40
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-147-166/+374
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-125-36/+47
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-123-30/+53
* tweaksdkf2009-07-111-5/+6
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-101-5/+13
* [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ...patthoyts2009-07-091-2/+2
* Silence a signed/unsigned warning that annoys msvcpatthoyts2009-07-061-2/+2
* Make [zlib push] work with [fcopy].dkf2009-07-051-90/+145
* Cast wide integer to int conversion (silence msvc6 warning)patthoyts2009-07-011-3/+3
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tclInt.h: add assert macros for clang staticdas2009-06-304-4/+21
* regendkf2009-06-182-2/+13
* Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-185-11/+171
* Applied a patch by George Peter Staplin drastically reducing the ambition of ...ferrieux2009-06-171-33/+65
* * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion.dgp2009-06-151-5/+3
* * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-132-5/+3
* * generic/tclStringObj.c: Revised [format] to not overflow thedgp2009-06-101-8/+69
* * generic/tclStringObj.c: Corrected failures to deal with thedgp2009-06-101-22/+10
* * generic/tclGetDate.y: Fixed a thread safety bug in the generatedKevin B Kenny2009-06-092-280/+464
* fix signed vs unsigned comparison warningsdas2009-06-031-12/+12
* * generic/tclExecute.c: Replace dynamically-initialized table withdgp2009-06-021-44/+10
* * generic/tclExecute.c: Corrected implementations and selectiondgp2009-06-021-41/+63
* fix TCL_COMPILE_DEBUG 64bit warningsdas2009-05-161-5/+5
* Added more introspection: ability to look up namespace of an object.dkf2009-05-151-1/+36
* Fix [Bug 2414858].dkf2009-05-083-3/+13
* * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-081-1/+2
* * generic/tclBasic.c: Let coroutines start with a much smallerMiguel Sofer2009-05-083-12/+16
* * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-062-3/+6
* Missed a spot.dkf2009-05-051-2/+4
* Stop deletion of support namespaces leading to a potential crash.dkf2009-05-042-11/+66
* * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProcMiguel Sofer2009-04-301-2/+7
* Revert last commit which fails to build with msvc2005 and msvc6patthoyts2009-04-291-4/+4
* Fix [Bug 2651823].dkf2009-04-291-4/+4
* Reset internal INTERP_ALTERNATE_WRONG_ARGSnijtmans2009-04-272-4/+3
* Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-112-7/+27
* * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-103-3/+18