| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate TclIsLocalScalar(). No callers left. | dgp | 2014-12-23 | 1 | -50/+0 |
|
|
* | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c... | dgp | 2014-12-05 | 1 | -17/+46 |
|\ |
|
| * | Stop using isalnum(.). Its results are not portable. Replace with our | dgp | 2014-12-04 | 1 | -4/+43 |
|
|
| * | I like this patch better. Retain the byte orientation of the parser. | dgp | 2014-11-26 | 1 | -17/+4 |
|
|
| * | One way to fix the parser of $-substitution accepting non-ASCII varnames. | dgp | 2014-11-25 | 1 | -0/+3 |
|
|
* | | Error in order of #include lines broke some windows builds. | dgp | 2013-09-05 | 1 | -1/+1 |
|
|
* | | Replace potentially memleak creating safety check of a "cannot happen" | dgp | 2013-08-07 | 1 | -8/+6 |
|
|
* | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+1 |
|
|
* | | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (c... | jan.nijtmans | 2012-12-04 | 1 | -1/+1 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -2/+2 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -13/+16 |
|
|
* | | Refactor TclScanElement() part of list parsing to take advantage of tables | dgp | 2012-03-07 | 1 | -12/+2 |
|
|
* | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 1 | -3/+12 |
|
|
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 hex... | jan.nijtmans | 2011-08-09 | 1 | -9/+11 |
|
|
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -24/+18 |
|\ \
| |/ |
|
| * | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 1 | -3/+5 |
|
|
| * | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -21/+13 |
|
|
* | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -1/+25 |
|\ \
| |/ |
|
| * | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -1/+25 |
|
|
* | | Rewrites to eliminate some isspace() calls. | dgp | 2011-03-16 | 1 | -13/+8 |
|\ \
| |/ |
|
| * | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 1 | -13/+8 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -8/+8 |
|
|
* | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
| |\ |
|
* | \ | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | add missing comment terminator | mig | 2011-03-02 | 1 | -1/+2 |
|
|
* | | | 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 |
|
|
| | * | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-28 | 1 | -1/+9 |
|
|
| | * | * generic/tclParse.c (Tcl_ParseBraces): fix for possible read | Miguel Sofer | 2007-10-15 | 1 | -2/+2 |
|
|
| | * | * generic/tclParse.c: In contexts where interp and parsePtr->interp | dgp | 2007-07-19 | 1 | -8/+8 |
|
|
| | * | * generic/tclParse.c (Tcl_ParseCommand): also return an error if | Miguel Sofer | 2006-09-24 | 1 | -2/+2 |
|
|
| * | | silence compiler warnings | dgp | 2009-08-26 | 1 | -2/+2 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -7/+123 |
|
|
| * | | * generic/tclParse.c: Backport fix for [Bug 2251175]. | dgp | 2008-12-01 | 1 | -10/+26 |
|
|
| * | | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() | dgp | 2008-05-21 | 1 | -5/+8 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -3/+3 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -77/+82 |
|
|
* | | | CONST -> const | nijtmans | 2009-12-25 | 1 | -1/+1 |
|
|
* | | | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple | dgp | 2009-09-17 | 1 | -81/+20 |
|
|
* | | | * generic/tclParse.c Corrected line counting error in multi-command | dgp | 2009-09-07 | 1 | -0/+4 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -24/+37 |
|
|
* | | | fix warnings | das | 2009-08-25 | 1 | -1/+1 |
|
|
* | | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -8/+123 |
|
|