| Commit message (Expand) | Author | Age | Files | Lines |
* | re-base to Tcl 9.0 | jan.nijtmans | 2022-09-08 | 1 | -3/+3 |
|\ |
|
| * | Deal with backslashes in ${...}, change "char" to "character" in error, fix t... | avl | 2017-03-05 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-03-30 | 1 | -7/+7 |
|\ \ |
|
| * | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -7/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-28 | 1 | -9/+9 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2021-01-28 | 1 | -9/+9 |
| |\ \ |
|
| | * | | Use {} braces in more "expr" expressions. | jan.nijtmans | 2021-01-28 | 1 | -9/+9 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
| |\ \ \ |
|
| | * \ \ | Lesser TIP #590 implementation: Only package renaming, no code changes | jan.nijtmans | 2020-11-06 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -3/+3 |
| | |/ / / |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Some missing test-constraints | jan.nijtmans | 2020-11-24 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
|
|
| * | | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-30 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-10-30 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-09-04 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -9/+9 |
|\ \ \
| |/ / |
|
| * | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -10/+10 |
|
|
* | | | Rebase tip-278 branch to workaround CVS conversion woes. | dgp | 2017-10-30 | 1 | -3/+3 |
| |/
|/| |
|
* | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -1/+1 |
|/ |
|
* | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c... | dgp | 2014-12-05 | 1 | -0/+3 |
|\ |
|
| * | One way to fix the parser of $-substitution accepting non-ASCII varnames. | dgp | 2014-11-25 | 1 | -0/+3 |
|
|
* | | update changes; more test suite polishing. | dgp | 2014-11-07 | 1 | -1/+1 |
|
|
* | | Make sure all uses of the [testbytestring] command are constrained. | dgp | 2014-11-07 | 1 | -2/+4 |
|
|
* | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -14/+15 |
|
|
* | | Test for TclContinuationsGet() usage, and simplifications. | dgp | 2013-08-07 | 1 | -0/+6 |
|
|
* | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+21 |
|
|
* | | Better testevent cleanup and event loop management | dgp | 2013-01-31 | 1 | -3/+2 |
|
|
* | | missing testevent delete | dgp | 2013-01-30 | 1 | -1/+1 |
|
|
* | | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix | dgp | 2013-01-30 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -11/+11 |
|
|
* | | Test for Bug 1884496 (not buggy on trunk). | dgp | 2013-01-11 | 1 | -0/+9 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 1 | -0/+12 |
|
|
* | | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
|\ \
| |/ |
|
| * | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
| |\ |
|
| | * | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
|
|
* | | | 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 |
|
|
| | * | * README: Bump version number to 8.4.13 and update | dgp | 2006-03-07 | 1 | -1/+2 |
|
|
| | * | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to | dgp | 2006-03-06 | 1 | -2/+22 |
|
|
| | * | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL | dgp | 2006-02-28 | 1 | -10/+45 |
|
|