summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-021-4/+4
|\
| * Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-4/+4
* | Merge 8.7jan.nijtmans2020-09-281-6/+0
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-281-6/+0
| |\
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-7/+2
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-9/+9
* | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-4/+4
* | | Merge 8.7jan.nijtmans2020-09-011-96/+96
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2020-08-111-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-08-111-1/+51
|\ \ \ | |/ /
| * | 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
* | | 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