summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* speling ficksdgp2013-01-031-2/+2
* Remove surplus parensdgp2012-07-191-1/+1
* 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
|\
| * 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-14/+15
| * * generic/tclUtil.c (TclFindElement): Guard escape sequence scansdgp2011-03-061-1/+1
* | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-1/+1
* | Revised fix for bug 3309871dgp2011-06-011-2/+2
* | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength()jan.nijtmans2011-06-011-2/+2
* | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-321/+744
* | merge trunk + partial improvements to commentsdgp2011-03-071-40/+76
* | Correct flaw in the rewrite handling [list \\\\\}].dgp2011-03-031-1/+1
* | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp2011-03-031-183/+314
* | Simplified the logic of the Scan/Convert pair of routines for generating dgp2011-03-031-21/+5
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * [Tcl Bug 1706140]dgp2007-05-101-2/+2
| * 2006-09-30 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2006-09-301-5/+16
| * * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-051-43/+3
| * Speed up [info <thing> <simplePattern>]dkf2004-10-141-1/+38
| * 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
* | * 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