summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* typojan.nijtmans2022-06-021-1/+1
* Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1jan.nijtmans2022-03-111-3/+3
* See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-3/+3
* Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-1/+1
* Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse()jan.nijtmans2022-01-121-1/+2
* Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-161-12/+15
* Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-161-2/+4
* 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
* Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-8/+8
* Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-3/+3
* Add and use testservicemode command; replace update by vwaitculler2020-08-081-1/+51
* In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-3/+3
* 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.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
* | 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.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.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.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
* | 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
* | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
* | Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+48
* | added tests covering bug [fa6bf38d07]sebres2019-08-271-0/+21
* | Merge 8.5jan.nijtmans2019-07-301-6/+6
|\ \ | |/
| * Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-6/+6
* | end-of-line spacingjan.nijtmans2019-05-241-1/+1
|\ \ | |/
* | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro...sebres2019-05-211-1/+1
|\ \ | |/
| * comment typodgp2019-05-171-1/+1