summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-011-95/+95
|\
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-8/+8
* | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-3/+3
|\ \ | |/
| * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-3/+3
* | Use TCL_UNUSED in new test functionjan.nijtmans2020-08-111-1/+1
* | Merge 8.6jan.nijtmans2020-08-101-1/+51
|\ \ | |/
| * Add and use testservicemode command; replace update by vwaitculler2020-08-081-1/+51
* | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define...jan.nijtmans2020-05-181-1/+7
* | 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.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
* | | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ...jan.nijtmans2020-04-291-23/+6
* | | Extend "testutfnext" test-command such that it can detect when it reads more ...jan.nijtmans2020-04-281-3/+12
* | | 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