| Commit message (Expand) | Author | Age | Files | Lines |
* | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -11/+6 |
|
|
* | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -47/+79 |
|
|
* | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -72/+167 |
|
|
* | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 1 | -111/+0 |
|
|
* | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -15/+16 |
|\ |
|
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -14/+15 |
|
|
* | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -2/+2 |
|
|
| * | 2006-09-30 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2006-09-30 | 1 | -5/+16 |
|
|
| * | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -43/+3 |
|
|
| * | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -1/+38 |
|
|
| * | additinal performance tweak to last commit | dgp | 2003-08-27 | 1 | -3/+14 |
|
|
| * | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -25/+36 |
|
|
| * | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -3/+2 |
|
|
| * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -16/+2 |
|
|
* | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -39/+87 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 1 | -2/+14 |
|
|
* | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -50/+24 |
|
|
* | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -1/+87 |
|
|
* | | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be | hobbs | 2010-08-10 | 1 | -2/+2 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): Added missing set of the | dgp | 2008-08-22 | 1 | -9/+15 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): Added missing set of the | dgp | 2008-08-22 | 1 | -1/+4 |
|
|
* | | really fix translation to escape glob-sensitive chars | hobbs | 2008-08-21 | 1 | -13/+24 |
|
|
* | | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= | hobbs | 2008-08-21 | 1 | -4/+3 |
|
|
* | | * generic/tclTest.c (TestconcatobjCmd): | Miguel Sofer | 2008-08-17 | 1 | -6/+2 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): fix the handling of the last | hobbs | 2008-02-26 | 1 | -4/+13 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): reduce escapes in conversion | hobbs | 2007-12-11 | 1 | -6/+8 |
|
|
* | | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -3/+58 |
|
|
* | | More minor cleanup | dkf | 2007-11-18 | 1 | -162/+168 |
|
|
* | | (TclReToGlob): remove out-dated Tcl_RegExpCompile check as it causes recursion | hobbs | 2007-11-13 | 1 | -15/+1 |
|
|
* | | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -2/+1 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): add more comments, set interp | hobbs | 2007-11-12 | 1 | -3/+12 |
|
|
* | | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -1/+2 |
|
|
* | | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -1/+185 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -9/+9 |
|
|
* | | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for | hobbs | 2007-11-09 | 1 | -34/+19 |
|
|
* | | * generic/tclStubInit.c: | hobbs | 2007-11-08 | 1 | -1/+190 |
|
|
* | | * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of the | Miguel Sofer | 2007-10-28 | 1 | -13/+38 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -3/+6 |
|
|
* | | [Tcl Bug 1706140] | dgp | 2007-05-07 | 1 | -2/+2 |
|
|
* | | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -10/+4 |
|
|
* | | Code style improvements | dkf | 2007-01-18 | 1 | -8/+10 |
|
|
* | | Fix minor fault (made by aku, caught by aku) | dkf | 2007-01-18 | 1 | -2/+2 |
|
|
* | | Whitespace policing, and adding comments so that it is clearer what TclMarkList
| dkf | 2007-01-18 | 1 | -30/+61 |
|
|
* | | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -1/+84 |
|
|
* | | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -3/+3 |
|
|