Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-05-18 | 1 | -1/+7 |
|\ | |||||
| * | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define... | jan.nijtmans | 2020-05-18 | 1 | -1/+7 |
* | | Merge 8.7 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
| |\ | |||||
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2020-05-08 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-05-08 | 1 | -5/+7 |
| |\ \ | | |/ | |||||
| | * | 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.7 | jan.nijtmans | 2020-05-01 | 1 | -23/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ... | jan.nijtmans | 2020-04-29 | 1 | -23/+6 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-28 | 1 | -3/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Extend "testutfnext" test-command such that it can detect when it reads more ... | jan.nijtmans | 2020-04-28 | 1 | -3/+12 |
* | | | | merge 8.7 | dgp | 2020-04-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.6 | dgp | 2020-04-27 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-24 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t... | jan.nijtmans | 2020-04-24 | 1 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | 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.7 | jan.nijtmans | 2020-04-22 | 1 | -24/+31 |
|\ \ \ \ | |/ / / | |||||
| * | | | Improved "testutfnext" command | jan.nijtmans | 2020-04-21 | 1 | -24/+30 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-16 | 1 | -7/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2020-04-16 | 1 | -7/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | 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.7 | jan.nijtmans | 2020-04-15 | 1 | -15/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Use TclGetBytesFromObj() in testcases in stead of Tcl_GetByteArrayFromObj(), ... | jan.nijtmans | 2020-04-15 | 1 | -2/+8 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-15 | 1 | -8/+59 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-04-15 | 1 | -5/+54 |
| |\ \ \ | | |/ / | |||||
| | * | | 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.7 | jan.nijtmans | 2020-04-14 | 1 | -0/+52 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -0/+52 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 |