summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * additinal performance tweak to last commitdgp2003-08-271-3/+14
| | * * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-25/+36
| | * * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-3/+2
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-16/+2
| * | * doc/tclvars.n:Kevin B Kenny2011-01-151-39/+87
| * | * generic/tclUtil.c (TclReToGlob): add extra check for multiplehobbs2010-12-031-2/+14
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-50/+24
| * | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-1/+87
| * | * generic/tclUtil.c (TclByteArrayMatch): patterns may not behobbs2010-08-101-2/+2
| * | * 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
* | | * doc/tclvars.n:Kevin B Kenny2011-01-151-3/+51
* | | * generic/tclUtil.c (TclReToGlob): add extra check for multiplehobbs2010-12-031-2/+14
* | | silence gcc warning when using -Wwrite-stringsnijtmans2010-12-031-2/+2
* | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-1/+87
* | | added missing casts that MSVC complained about and deleted unused variableKevin B Kenny2010-11-291-2/+1
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-98/+69
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-12/+11
* | | 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