| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -46/+78 |
|\ \ \ \
| |/ / / |
|
| * | | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -47/+79 |
|
|
* | | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -77/+167 |
|\ \ \ \
| |/ / / |
|
| * | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -72/+167 |
|
|
* | | | | [3285375]: Make the crash less mysterious through the judicious use of a panic. | dkf | 2011-04-13 | 1 | -0/+5 |
|
|
* | | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -2/+9 |
|
|
* | | | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 1 | -46/+55 |
|
|
* | | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -29/+24 |
|
|
* | | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -0/+1 |
|
|
* | | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 1 | -111/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 1 | -111/+0 |
|
|
* | | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -15/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -15/+16 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | * 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 |
|\ \ \ \
| |/ / / |
|
| * | | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
* | | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -3/+51 |
|
|
* | | | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 1 | -2/+14 |
|
|
* | | | silence gcc warning when using -Wwrite-strings | nijtmans | 2010-12-03 | 1 | -2/+2 |
|
|
* | | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -1/+87 |
|
|
* | | | added missing casts that MSVC complained about and deleted unused variable | Kevin B Kenny | 2010-11-29 | 1 | -2/+1 |
|
|
* | | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -98/+69 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -12/+11 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -3/+3 |
|
|
* | | | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be | hobbs | 2010-08-10 | 1 | -2/+2 |
|
|
* | | | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -2/+1 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -13/+12 |
|
|