summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2020-04-271-1/+1
|\
| * merge 8.5dgp2020-04-271-1/+1
| |\
| | * silence compiler warningdgp2020-04-271-1/+1
| * | Bring forward a collection of missing tests.dgp2020-04-251-4/+31
| |\ \ | | |/
| | * Collection of tests checking read limit protections calling Tcl_UtfNext.dgp2020-04-221-4/+4
| | * Add optional second argument to [testutfnext] that can limit how manydgp2020-04-221-4/+31
| | * Eliminate the -bytestring option of [testutfnext]. No caller needs anything e...dgp2020-04-221-8/+4
| * | Cherrypick [d2143c14c1]: Eliminate the -bytestring option of [testutfnext]. N...dgp2020-04-251-8/+4
* | | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-3/+3
|\ \ \ | |/ /
| * | Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detecte...jan.nijtmans2020-04-231-3/+3
| * | Merge 8.5jan.nijtmans2020-04-221-21/+28
| |\ \ | | |/
| | * Improve the "testutfnext" command. It can now accept both bytes and strings, ...jan.nijtmans2020-04-211-21/+27
| | * Move testing command [testsize] from Windows to generic.dgp2020-04-211-0/+31
| | * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-29/+20
* | | Improved "testutfnext" commandjan.nijtmans2020-04-211-24/+30
* | | Merge 8.7jan.nijtmans2020-04-161-7/+2
|\ \ \ | |/ /
| * | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-46/+20
| |\ \ | | |/
| | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-445/+425
* | | Use TclGetBytesFromObj() in testcases in stead of Tcl_GetByteArrayFromObj(), ...jan.nijtmans2020-04-151-2/+8
* | | Merge 8.6jan.nijtmans2020-04-151-5/+54
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-04-151-5/+54
| |\ \ | | |/
| | * New test command "testutfnext", not used yet in actual test-cases. Being merg...jan.nijtmans2020-04-151-5/+54
| | * Backport test-cases from 8.6jan.nijtmans2020-04-141-5/+65
| * | Backport encoding-15.3 test-case from 8.7, together with missing "teststringb...jan.nijtmans2020-04-141-222/+160
* | | Merge 8.6jan.nijtmans2020-04-141-0/+52
|\ \ \ | |/ /
| * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-0/+52
| |\ \ | | |/
| | * Convert the tests to use the testing command.dgp2020-04-071-9/+13
| | * New testing command so we can directly demonstrate flaws.dgp2020-04-071-0/+48
| | * Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-1/+1
* | | Better use public function Tcl_GetIntForIndex() in stead of private one.jan.nijtmans2020-04-051-1/+1
* | | Merge 8.6jan.nijtmans2020-04-051-3/+9
|\ \ \ | |/ /
| * | Revert test-case utf-4.10 change from previous commit: It caused the Travis b...jan.nijtmans2020-04-051-3/+5
| * | Fix testing command [testnumutfchars] so it cannot overrun the buffer.dgp2020-04-031-3/+7
* | | Remove variable "properByteArrayType" from tclTest.c, because it isn't used a...jan.nijtmans2020-04-011-6/+0
* | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-3/+3
* | | Merge 8.6jan.nijtmans2020-03-181-1/+1
|\ \ \ | |/ /
| * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
* | | TIP 569 - remove lint commentsdgp2020-03-171-25/+1
* | | Merge new tests. Reveals crash in Tcl 8.7 implementation.dgp2020-03-121-0/+46
|\ \ \ | |/ /
| * | Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+48
* | | More TCL_UNUSEDdgp2020-03-091-562/+248
* | | Merge 8.7jan.nijtmans2020-01-071-14/+14
|\ \ \
| * | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s...jan.nijtmans2020-01-071-14/+14
* | | | Merge 8.7jan.nijtmans2019-12-131-0/+1
|\ \ \ \ | |/ / /
| * | | Re-base to core-8-branchjan.nijtmans2019-11-011-0/+1
| |\ \ \
| | * \ \ Merge 8.7 jan.nijtmans2019-04-041-6/+15
| | |\ \ \
| | * | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG...jan.nijtmans2019-03-281-0/+1
* | | | | | Merge 8.7jan.nijtmans2019-11-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it...jan.nijtmans2019-10-291-1/+1
* | | | | | Make less dependent on UNICODE definitionjan.nijtmans2019-09-181-2/+1