| Commit message (Expand) | Author | Age | Files | Lines |
* | Update test-cases, so they are selected or not for -DTCL_UTF_MAX=6. Now all ... | jan.nijtmans | 2018-04-26 | 1 | -5/+5 |
|
|
* | Create new testing command [teststringbytes] to probe the things that | dgp | 2017-10-26 | 1 | -11/+9 |
|
|
* | Convert remaining tests to use [testbytestring]. | dgp | 2017-10-25 | 1 | -5/+5 |
|
|
* | Repair Tcl_CreateEncoding(); Modernize [testencoding]; | dgp | 2017-10-25 | 1 | -8/+4 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2017-06-06 | 1 | -2/+8 |
|\ |
|
| * | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ... | jan.nijtmans | 2017-06-06 | 1 | -7/+13 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-06-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in... | jan.nijtmans | 2017-06-06 | 1 | -1/+1 |
| |\ |
|
| | * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | jan.nijtmans | 2017-06-06 | 1 | -0/+25 |
|
|
* | | | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | dgp | 2017-06-05 | 1 | -0/+25 |
|\ \ \
| |/ / |
|
| * | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-06-02 | 1 | -0/+25 |
|
|
* | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 1 | -25/+0 |
|\ \ \
| |/ / |
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-31 | 1 | -0/+25 |
|\ \ \ |
|
| * | | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-05-31 | 1 | -0/+25 |
| |/ / |
|
* | | | Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl... | jan.nijtmans | 2017-05-12 | 1 | -7/+7 |
|
|
* | | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -5/+5 |
|/ / |
|
* | | unneeded variable | jan.nijtmans | 2012-07-30 | 1 | -1/+0 |
|
|
* | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT environ... | jan.nijtmans | 2012-07-30 | 1 | -4/+3 |
|
|
* | | Fix various test when run outside of the build environment [3549770] | jan.nijtmans | 2012-07-30 | 1 | -2/+6 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 1 | -0/+8 |
|
|
* | | missing constraint and too brittle result | dgp | 2011-11-08 | 1 | -1/+2 |
|
|
* | | General cleanup of tests to promote intelligibility and to try to ensure that | dkf | 2011-08-01 | 1 | -94/+93 |
|
|
* | | 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 |
|
|
| | * | (Backport) Fix [Bug 2891556] and improve test to detect similar manifestation... | ferrieux | 2009-11-16 | 1 | -1/+2 |
|
|
| | * | * generic/tcl.h: note limitation on changing Tcl_UniChar size | hobbs | 2006-10-05 | 1 | -3/+4 |
|
|
| | * | * generic/tclEncoding.c: | rmax | 2004-05-27 | 1 | -1/+16 |
|
|
| | * | Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] | Miguel Sofer | 2003-03-27 | 1 | -2/+2 |
|
|
| * | | Fix [Bug 2891556] and improve test to detect similar manifestations in the fu... | ferrieux | 2009-11-16 | 1 | -1/+2 |
|
|
| * | | * tests/encoding.test: Make failing tests pass again. [Bug 1972867] | dgp | 2008-07-22 | 1 | -1/+3 |
|
|
* | | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -2/+3 |
|
|
* | | | * tests/encoding.test: Make failing tests pass again. | dgp | 2008-06-20 | 1 | -1/+3 |
|/ / |
|
* | | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 1 | -15/+30 |
|
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -2/+2 |
|
|
* | | * generic/tcl.h: note limitation on changing Tcl_UniChar size | hobbs | 2006-10-05 | 1 | -3/+4 |
|
|
* | | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -14/+14 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * tests/unixInit.test: Disabled obsolete tests and removed code | dgp | 2005-04-15 | 1 | -1/+14 |
|
|
* | | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -3/+3 |
|
|
* | | * generic/tclEncoding.c: | rmax | 2004-05-07 | 1 | -1/+16 |
|
|
* | | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -2/+2 |
|
|
* | | Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] | Miguel Sofer | 2003-03-27 | 1 | -2/+2 |
|
|
* | | * tests/encoding.test: Name temp files *.tcltestout | mdejong | 2003-03-07 | 1 | -5/+5 |
|/ |
|
* | * generic/tclEncoding.c (LoadTableEncoding): | hobbs | 2003-02-21 | 1 | -1/+131 |
|
|
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -15/+9 |
|
|
* | * Updated the instructions on running and adding to the test suite. | dgp | 2002-07-01 | 1 | -40/+53 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -4/+4 |
|
|