| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t... | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
|
|
* | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -7/+2 |
|
|
* | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -9/+9 |
|
|
* | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -8/+8 |
|
|
* | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -3/+3 |
|
|
* | Add and use testservicemode command; replace update by vwait | culler | 2020-08-08 | 1 | -1/+51 |
|
|
* | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|
|
* | Merge 8.5 | jan.nijtmans | 2020-05-08 | 1 | -4/+4 |
|\ |
|
| * | More test-case cleanup. Enhance "testutfnext", so it can detect whether bytes... | jan.nijtmans | 2020-05-08 | 1 | -4/+4 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-05-06 | 1 | -20/+21 |
|\ \
| |/ |
|
| * | Backport testutfprev/testutfnex testcase improvements from 8.7. This makes te... | jan.nijtmans | 2020-05-06 | 1 | -23/+24 |
|
|
* | | merge 8.5 | dgp | 2020-04-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | silence compiler warning | dgp | 2020-04-27 | 1 | -1/+1 |
|
|
* | | Bring forward a collection of missing tests. | dgp | 2020-04-25 | 1 | -4/+31 |
|\ \
| |/ |
|
| * | Collection of tests checking read limit protections calling Tcl_UtfNext. | dgp | 2020-04-22 | 1 | -4/+4 |
|
|
| * | Add optional second argument to [testutfnext] that can limit how many | dgp | 2020-04-22 | 1 | -4/+31 |
|
|
| * | Eliminate the -bytestring option of [testutfnext]. No caller needs anything e... | dgp | 2020-04-22 | 1 | -8/+4 |
|
|
* | | Cherrypick [d2143c14c1]: Eliminate the -bytestring option of [testutfnext]. N... | dgp | 2020-04-25 | 1 | -8/+4 |
|
|
* | | Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detecte... | jan.nijtmans | 2020-04-23 | 1 | -3/+3 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-04-22 | 1 | -21/+28 |
|\ \
| |/ |
|
| * | Improve the "testutfnext" command. It can now accept both bytes and strings, ... | jan.nijtmans | 2020-04-21 | 1 | -21/+27 |
|
|
| * | Move testing command [testsize] from Windows to generic. | dgp | 2020-04-21 | 1 | -0/+31 |
|
|
| * | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -29/+20 |
|
|
* | | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup. | jan.nijtmans | 2020-04-16 | 1 | -46/+20 |
|\ \
| |/ |
|
| * | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ... | jan.nijtmans | 2020-04-16 | 1 | -445/+425 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-04-15 | 1 | -5/+54 |
|\ \
| |/ |
|
| * | New test command "testutfnext", not used yet in actual test-cases. Being merg... | jan.nijtmans | 2020-04-15 | 1 | -5/+54 |
|
|
| * | Backport test-cases from 8.6 | jan.nijtmans | 2020-04-14 | 1 | -5/+65 |
|
|
* | | Backport encoding-15.3 test-case from 8.7, together with missing "teststringb... | jan.nijtmans | 2020-04-14 | 1 | -222/+160 |
|
|
* | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -0/+52 |
|\ \
| |/ |
|
| * | Convert the tests to use the testing command. | dgp | 2020-04-07 | 1 | -9/+13 |
|
|
| * | New testing command so we can directly demonstrate flaws. | dgp | 2020-04-07 | 1 | -0/+48 |
|
|
| * | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
|
|
* | | Revert test-case utf-4.10 change from previous commit: It caused the Travis b... | jan.nijtmans | 2020-04-05 | 1 | -3/+5 |
|
|
* | | Fix testing command [testnumutfchars] so it cannot overrun the buffer. | dgp | 2020-04-03 | 1 | -3/+7 |
|
|
* | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
|
|
* | | Add some testing of Tcl_SetByteArrayLength(). | dgp | 2020-03-12 | 1 | -0/+48 |
|
|
* | | added tests covering bug [fa6bf38d07] | sebres | 2019-08-27 | 1 | -0/+21 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-07-30 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job... | jan.nijtmans | 2019-07-26 | 1 | -6/+6 |
|
|
* | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro... | sebres | 2019-05-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | comment typo | dgp | 2019-05-17 | 1 | -1/+1 |
|
|
| * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -3/+3 |
|
|
* | | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -2/+4 |
|
|
* | | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 1 | -2/+3 |
|
|
* | | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 1 | -0/+54 |
|
|
* | | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 1 | -16/+0 |
|
|
* | | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 1 | -0/+16 |
|
|
* | | [89dfecb6b7] Make thread IDs in testing commands consistent. | dgp | 2018-02-22 | 1 | -3/+3 |
|
|