| Commit message (Expand) | Author | Age | Files | Lines |
* | [16896d49fd] Tcl_DStrings should tolerate appends to self. | dgp | 2016-06-22 | 1 | -0/+24 |
|
|
* | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp | 2015-11-20 | 1 | -1/+7 |
|
|
* | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -25/+25 |
|
|
* | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f... | jan.nijtmans | 2014-05-01 | 1 | -1/+1 |
|
|
* | speling ficks | dgp | 2013-01-03 | 1 | -2/+2 |
|
|
* | Remove surplus parens | dgp | 2012-07-19 | 1 | -1/+1 |
|
|
* | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 |
|\ |
|
| * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 |
|
|
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -14/+15 |
|
|
| * | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+1 |
|
|
* | | Revised fix for bug 3309871 | dgp | 2011-06-01 | 1 | -2/+2 |
|
|
* | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -2/+2 |
|
|
* | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -321/+744 |
|
|
* | | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 1 | -40/+76 |
|
|
* | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 1 | -1/+1 |
|
|
* | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -183/+314 |
|
|
* | | Simplified the logic of the Scan/Convert pair of routines for generating
| dgp | 2011-03-03 | 1 | -21/+5 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -2/+2 |
|
|
| * | 2006-09-30 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2006-09-30 | 1 | -5/+16 |
|
|
| * | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -43/+3 |
|
|
| * | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -1/+38 |
|
|
| * | additinal performance tweak to last commit | dgp | 2003-08-27 | 1 | -3/+14 |
|
|
| * | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -25/+36 |
|
|
| * | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -3/+2 |
|
|
| * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -16/+2 |
|
|
* | | * 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 |
|
|