summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-34/+61
|\ \ \ \ | |/ / /
| * | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-34/+61
* | | | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-11/+6
|\ \ \ \ | |/ / /
| * | | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-11/+6
* | | | More Tcl_Concat* and TclTrim* improvements.dgp2011-04-141-46/+78
|\ \ \ \ | |/ / /
| * | | More Tcl_Concat* and TclTrim* improvements.dgp2011-04-141-47/+79
* | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-77/+167
|\ \ \ \ | |/ / /
| * | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-72/+167
* | | | [3285375]: Make the crash less mysterious through the judicious use of a panic.dkf2011-04-131-0/+5
* | | | More generation of error codes ([format], [after], [trace], RE optimizer).dkf2011-04-041-2/+9
* | | | More generation of errorCode information, notably when lists are mis-parsed.dkf2011-03-291-46/+55
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-1/+1
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-29/+24
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-0/+1
* | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimentaldgp2011-03-081-111/+0
|\ \ \ \ | |/ / /
| * | | * generic/tclInt.h: Remove TclMarkList() routine, an experimentaldgp2011-03-081-111/+0
* | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-15/+16
|\ \ \ \ | |/ / /
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-15/+16
| |\ \ \ | | | |/ | | |/|
| | * | * 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
|\ \ \ \ | |/ / /
| * | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scansdgp2011-03-061-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * * generic/tclUtil.c (TclFindElement): Guard escape sequence scansdgp2011-03-061-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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
* | | * 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