summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-05-181-1/+7
|\
| * If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define...jan.nijtmans2020-05-181-1/+7
* | Merge 8.7jan.nijtmans2020-05-141-3/+3
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-05-141-3/+3
| |\
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-3/+3
* | | Merge 8.7jan.nijtmans2020-05-081-5/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-081-5/+7
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2020-05-081-4/+4
| | |\
| | | * More test-case cleanup. Enhance "testutfnext", so it can detect whether bytes...jan.nijtmans2020-05-081-4/+4
| | * | Merge 8.5jan.nijtmans2020-05-061-20/+21
| | |\ \ | | | |/
| | | * Backport testutfprev/testutfnex testcase improvements from 8.7. This makes te...jan.nijtmans2020-05-061-23/+24
* | | | Merge 8.7jan.nijtmans2020-05-011-23/+7
|\ \ \ \ | |/ / /
| * | | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ...jan.nijtmans2020-04-291-23/+6
* | | | Merge 8.7jan.nijtmans2020-04-281-3/+12
|\ \ \ \ | |/ / /
| * | | Extend "testutfnext" test-command such that it can detect when it reads more ...jan.nijtmans2020-04-281-3/+12
* | | | merge 8.7dgp2020-04-271-1/+1
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-04-241-3/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2020-04-221-24/+31
|\ \ \ \ | |/ / /
| * | | Improved "testutfnext" commandjan.nijtmans2020-04-211-24/+30
* | | | Merge 8.7jan.nijtmans2020-04-161-7/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2020-04-151-15/+19
|\ \ \ \ | |/ / /
| * | | Use TclGetBytesFromObj() in testcases in stead of Tcl_GetByteArrayFromObj(), ...jan.nijtmans2020-04-151-2/+8
* | | | Merge 8.7jan.nijtmans2020-04-151-8/+59
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-04-141-0/+52
|\ \ \ \ | |/ / /
| * | | 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