summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-2/+2
* Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-11/+0
|\
* | Add test constaints "debug", "purify", and "debugpurify"pooryorick2021-04-261-0/+74
* | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-5/+5
* | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-2/+2
* | Merge 8.6jan.nijtmans2021-03-191-1/+1
|\ \ | |/
| * Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* | Merge 8.7jan.nijtmans2020-12-131-4/+4
|\ \
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-4/+4
* | | Merge 8.7jan.nijtmans2020-12-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-11-191-2/+4
| |\ \
| * | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* | | | Merge 8.7jan.nijtmans2020-11-201-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2020-11-161-2/+4
| |\ \ \ | | |/ / | |/| / | | |/
| | * Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-161-2/+4
* | | Merge 8.7jan.nijtmans2020-10-141-106/+150
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-4/+4
| * | 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
| * | 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
* | | Merge 8.7jan.nijtmans2020-05-221-1/+7
|\ \ \ | |/ /
| * | 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.7. Further progress with TIP implementation.jan.nijtmans2020-05-131-0/+3
|\ \ \ | |/ /
* | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-4/+4
|/ /
* | 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