summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclStringObj.c: Correction so that value ofdgp2009-04-071-2/+2
* * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-271-3/+29
* Fix [Bug 2704302]dkf2009-03-241-14/+5
* Fix [Bug 2673163]dkf2009-03-242-11/+49
* * generic/tclBasic.c: NR-enable the handling of unknown commandsMiguel Sofer2009-03-221-19/+44
* * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-214-5/+15
* * tclInt.h: commentsMiguel Sofer2009-03-211-4/+2
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-214-31/+78
* * generic/tclExecute.c: proper fix for [Bug 2415422]. ReenabledMiguel Sofer2009-03-211-8/+11
* * generic/tclExecute.c: fix both test and code for tailcallMiguel Sofer2009-03-211-1/+9
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-5/+17
* * generic/tcl.h:Miguel Sofer2009-03-195-194/+136
* * generic/tclVar.c (TclLookupSimpleVar): Shift all calls todgp2009-03-181-7/+2
* Fix [Bug 2688063]dkf2009-03-161-27/+34
* revise fix for [Bug 2687952]Joe Mistachkin2009-03-162-7/+4
* Fix [Bug 2687952]dkf2009-03-152-5/+20
* Added support for SIGINFO. [Patch 1513655]dkf2009-03-151-1/+7
* * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak.Miguel Sofer2009-03-111-2/+1
* Move the implementation of [try] from Tcl to C. Not yet bytecoded.dkf2009-03-093-8/+504
* Related correctionsdkf2009-03-041-4/+4
* Fix bug 2662434dkf2009-03-041-3/+5
* [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-277-45/+41
* * generic/tclUtil.c (TclStringMatchObj): Revised the branchingdgp2009-02-251-3/+4