summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-3/+3
* | | * generic/tclUtil.c (TclByteArrayMatch): patterns may not behobbs2010-08-101-2/+2
* | | If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-2/+1
* | | Code Audit results:dkf2010-03-051-13/+12
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-22/+22
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-2/+2
* | | Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-6/+6
* | | * generic/tclUtil.c (TclStringMatchObj): Revised the branchingdgp2009-02-251-3/+4
* | | - eliminate some unnessary type castsnijtmans2009-02-101-5/+6
* | | Generate errorcodes for more cases.dkf2009-01-081-1/+7
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-10/+9
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
* | | * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-5/+5
* | | TIP #330 IMPLEMENTATIONdgp2008-10-021-5/+6
* | | * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-9/+15
* | | * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-1/+4
* | | really fix translation to escape glob-sensitive charshobbs2008-08-211-13/+24
* | | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***=hobbs2008-08-211-4/+3
* | | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-6/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-53/+54
|/ /
* | * generic/tclUtil.c (TclReToGlob): fix the handling of the lasthobbs2008-02-261-4/+13
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclUtil.c (TclReToGlob): reduce escapes in conversionhobbs2007-12-111-6/+8
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-3/+58
* | More minor cleanupdkf2007-11-181-162/+168
* | (TclReToGlob): remove out-dated Tcl_RegExpCompile check as it causes recursionhobbs2007-11-131-15/+1
* | RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-2/+1
* | * generic/tclUtil.c (TclReToGlob): add more comments, set interphobbs2007-11-121-3/+12
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+2
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-1/+185
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-9/+9
* | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char forhobbs2007-11-091-34/+19
* | * generic/tclStubInit.c:hobbs2007-11-081-1/+190
* | * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of theMiguel Sofer2007-10-281-13/+38
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-3/+6
* | [Tcl Bug 1706140]dgp2007-05-071-2/+2
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-10/+4
* | Code style improvementsdkf2007-01-181-8/+10
* | Fix minor fault (made by aku, caught by aku)dkf2007-01-181-2/+2
* | Whitespace policing, and adding comments so that it is clearer what TclMarkList dkf2007-01-181-30/+61
* | * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-1/+84
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-3/+3
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-4/+4
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-3/+3
* | Whitespace policingdkf2006-11-021-9/+8
* | * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-9/+5
* | * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747]Miguel Sofer2006-09-301-5/+16
* | * generic/tclUtil.c: Dropped ParseInteger() routine.dgp2006-09-211-80/+15
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* | ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-021-176/+183