| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -3/+3 |
|
|
* | Whitespace policing | dkf | 2006-11-02 | 1 | -9/+8 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -9/+5 |
|
|
* | * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] | Miguel Sofer | 2006-09-30 | 1 | -5/+16 |
|
|
* | * generic/tclUtil.c: Dropped ParseInteger() routine. | dgp | 2006-09-21 | 1 | -80/+15 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -2/+2 |
|
|
* | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -176/+183 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -56/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -24/+62 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -13/+11 |
|
|
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 1 | -2/+9 |
|
|
* | * generic/tclUtil.c: Converted the $::tcl_precision value to be | dgp | 2005-07-27 | 1 | -30/+14 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -730/+756 |
|
|
* | * generic/tclUtil.c: Converted TclFormatInt() into a macro. | dgp | 2005-07-05 | 1 | -86/+1 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -1/+24 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -41/+147 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -38/+1 |
|
|