summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclStringObj.c: Revise buffer growth implementationdgp2009-02-171-13/+32
* fix [Feature Request 2605263] use officialnijtmans2009-02-161-30/+82
* * generic/tclTestObj.c: Replace the [teststringobj ualloc] testingdgp2009-02-161-5/+5
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-02-162-6/+98
* * generic/tclStringObj.c: Factor out duplicate code fromdgp2009-02-151-12/+4
* * generic/tclStringObj.c: Replace the 'size_t uallocated' fielddgp2009-02-151-46/+42
* * generic/tclStringObj.c: Removed limitation indgp2009-02-151-12/+7
* * generic/tclStringObj.c: Revisions so that we avoid creatingdgp2009-02-141-51/+73
* * generic/tclTestObj.c: Revise updates to [teststringobj] so we don'tdgp2009-02-141-7/+5
* Const correctness fixes in the debug build.dgp2009-02-141-5/+5
* Remove all "register" keywords.dgp2009-02-131-20/+20
* New utility routine UnicodeLength(), to compute the length of unicodedgp2009-02-131-23/+21
* * generic/tclStringObj.c: Rewrites of the routinesdgp2009-02-132-153/+124
* * generic/tclStringObj.c: Simplified Tcl_GetCharLength bydgp2009-02-122-25/+32
* * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRepdgp2009-02-121-32/+49
* Fix tricky point that meant it was next to impossible to extend [oo::define].dkf2009-02-121-4/+4