summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Indent fixdkf2025-09-161-8/+6
* Merge 9.0. Eliminate (internal) NS_KILLEDjan.nijtmans2025-09-121-1/+1
|\
* | Turn some things into enums that really should have been that all alongdkf2025-09-101-3/+5
* | Minor indent fixesdkf2025-09-041-18/+17
* | Merge 9.0. Fix TIP #726 implementation, so all functions give the same answer...jan.nijtmans2025-08-311-0/+76
|\ \ | |/
| * Add testcases for out-of-range Unicode charactersjan.nijtmans2025-08-311-0/+76
* | Merge mainapnadkarni2025-08-281-1/+1
|\ \
| * \ Merge 9.0jan.nijtmans2025-08-131-1/+1
| |\ \ | | |/
| | * Remove more references to version 8.7jan.nijtmans2025-08-131-1/+1
* | | remove tclUniData.c and uniParse.tcl: not used any morejan.nijtmans2025-08-121-2/+2
* | | Add C API Tcl_UtfToNormalizedapnadkarni2025-07-271-20/+104
* | | Add tests for C APIapnadkarni2025-07-161-0/+73
|/ /
* | Merge trunkapnadkarni2025-07-051-0/+6
|\ \
| * \ Merge 9.0jan.nijtmans2025-06-261-0/+6
| |\ \ | | |/
| | * Make everthing compile (again) and run with a C++ compiler.jan.nijtmans2025-06-261-0/+6
* | | Merge trunkapnadkarni2025-06-211-0/+92
|\ \ \ | |/ /
| * | Merge 9.0 - Disable timing dependent tests when running under AppVerifier on ...apnadkarni2025-06-141-1/+46
| |\ \ | | |/
| | * Disable timing dependent tests when running under AppVerifier on Windowsapnadkarni2025-06-141-1/+46
| * | Merge 9.0 - Add testhandlecount command.apnadkarni2025-06-141-0/+47
| |\ \ | | |/
| | * Add testhandlecount command to check Windows handle leaksapnadkarni2025-06-141-0/+47
| | * Backport: Add [[unreachable]] and [[fallthrough]] from C23 (where available)jan.nijtmans2025-06-021-1/+1
| | * [fd1585e2a1] Adopt efficient internal indexing calculation utility TclMSB().dgp2025-05-091-0/+44
* | | Add Tcl_ListObjReverse testsapnadkarni2025-06-071-1/+11
* | | Tests for Tcl_ListObjRepeatapnadkarni2025-06-071-34/+71
* | | Start on TIP 649 tests. Also fix [5773c78e86].apnadkarni2025-06-061-0/+139
|/ /
* | Test Tcl_GetEncodingName* functions callable via stubsapnadkarni2025-06-031-2/+23
* | more unreachable/fallthrough marksdkf2025-05-291-1/+1
* | Clean up indentation and overlong linesdkf2025-05-231-41/+60
* | Merge trunkjan.nijtmans2025-05-131-0/+44
|\ \
| * \ merge trunkdgp2025-05-091-6/+6
| |\ \
| * | | Don't let tests pass out-of-range argument to TclMSB().dgp2025-05-051-0/+5
| * | | Update testing to Tcl 9 guarantees and conventions.dgp2025-04-221-14/+4
| * | | Bring over testing command and tests for TclMSB() from dgp-refactor branch.dgp2025-04-221-0/+49
* | | | Change implementation, using 2 new stub entriesjan.nijtmans2025-05-061-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Rebase to trunkjan.nijtmans2025-04-201-2/+1
| |\ \ \
| | * | | Fully functional now, with a lot of examples for the improvement. Also, merge...jan.nijtmans2025-04-131-2/+1
| | |/ /
* | | | Deprecate (internal) TclVarHashCreateVar() function. It isn't (and shouldn't)...jan.nijtmans2025-05-021-1/+1
|/ / /
* | | Another round of -Wconversion warning fixes, see [03cff7a777]jan.nijtmans2025-04-171-5/+5
|/ /
* | merge 9.0sebres2025-03-141-1/+1
|\ \ | |/
| * merge 8.7sebres2025-03-141-1/+1
| |\
| | * missing staticsebres2025-03-141-1/+1
* | | merge 9.0sebres2025-03-141-29/+26
|\ \ \ | |/ /
| * | merge 8.7sebres2025-03-141-33/+26
| |\ \ | | |/
| | * code deduplicationsebres2025-03-141-31/+24
| | * paddingsebres2025-03-141-6/+6
* | | spacingjan.nijtmans2025-03-131-10/+2
* | | Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObjdkf2025-03-031-8/+8
* | | Bunch of whitespace basic fixes.dkf2025-03-021-52/+49
|/ /
* | Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so com...jan.nijtmans2025-01-171-0/+3
|\ \ | |/
| * Make Tcl_SetResult usable in tclTest.c, even if TCL_NO_DEPRECATED is definedjan.nijtmans2025-01-141-0/+22