| Commit message (Expand) | Author | Age | Files | Lines |
* | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ... | jan.nijtmans | 2020-04-29 | 1 | -23/+6 |
|
|
* | Extend "testutfnext" test-command such that it can detect when it reads more ... | jan.nijtmans | 2020-04-28 | 1 | -3/+12 |
|
|
* | 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.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 |
|
|
* | | | Improved "testutfnext" command | jan.nijtmans | 2020-04-21 | 1 | -24/+30 |
|
|
* | | | 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 |
|
|
* | | | Use TclGetBytesFromObj() in testcases in stead of Tcl_GetByteArrayFromObj(), ... | jan.nijtmans | 2020-04-15 | 1 | -2/+8 |
|
|
* | | | 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.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 |
|
|
| | * | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
|
|
* | | | Better use public function Tcl_GetIntForIndex() in stead of private one. | jan.nijtmans | 2020-04-05 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-04-05 | 1 | -3/+9 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Remove variable "properByteArrayType" from tclTest.c, because it isn't used a... | jan.nijtmans | 2020-04-01 | 1 | -6/+0 |
|
|
* | | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internal | dgp | 2020-04-01 | 1 | -3/+3 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
|
|
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -25/+1 |
|
|
* | | | Merge new tests. Reveals crash in Tcl 8.7 implementation. | dgp | 2020-03-12 | 1 | -0/+46 |
|\ \ \
| |/ / |
|
| * | | Add some testing of Tcl_SetByteArrayLength(). | dgp | 2020-03-12 | 1 | -0/+48 |
|
|
* | | | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -562/+248 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -14/+14 |
|\ \ \ |
|
| * | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -14/+14 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -0/+1 |
| |\ \ \ |
|
| | * \ \ | Merge 8.7
| jan.nijtmans | 2019-04-04 | 1 | -6/+15 |
| | |\ \ \ |
|
| | * | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG... | jan.nijtmans | 2019-03-28 | 1 | -0/+1 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|