summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its owndgp2009-02-252-27/+10
* * generic/tclStringObj.c: Several revisions to the shimmeringdgp2009-02-221-17/+65
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+10
* alternative solution to the signed/unsigned warningsdgp2009-02-191-5/+5
* fix signed/unsigned comparison warningsdas2009-02-191-4/+4
* * generic/tclStringObj.c: Simplify the logic of thedgp2009-02-181-66/+31
* another TODOdgp2009-02-181-1/+2
* * generic/tclStringObj.c: Rewrite GrowStringBuffer() so that itdgp2009-02-181-16/+23
* * generic/tclStringObj.c: Another round of simplification ondgp2009-02-181-21/+21
* * generic/tclStringObj.c: Another round of simplification ondgp2009-02-181-29/+25
* * generic/tclStringObj.c: Pare back the length of the unicodedgp2009-02-171-12/+10
* * generic/tclStringObj.c: Factor out common GrowUnicodeBuffer()dgp2009-02-171-44/+51
* * generic/tclStringObj.c: Factor out common GrowStringBuffer().dgp2009-02-171-150/+47