summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
|\
| * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-1/+1
| * More of the same: Space before tab is an extremely unlikely to be correct ind...jan.nijtmans2024-06-051-14/+13
| * Merge 8.7jan.nijtmans2024-05-281-3/+3
| |\ | |/ |/|
| * closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all platf...sebres2024-05-101-0/+23
| |\
| * \ Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-021-2/+1
| |\ \
* | \ \ Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where ap...jan.nijtmans2024-05-281-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-3/+3
* | | | merge 8.6sebres2024-05-101-0/+23
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | issue [10aa8403d064439f]: make command `testsize` platform-independent (cover...sebres2024-05-101-0/+23
| * | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-291-2/+2
| * | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-11/+7
* | | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-021-2/+1
|\ \ \ | | |/ | |/|
| * | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-291-0/+2
| |\ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2024-04-211-5/+0
| |\ \
| * \ \ TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-24/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2024-04-101-2/+2
| |\ \ \ \
* | | | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-291-0/+2
| |_|_|/ / |/| | | |
* | | | | No need for Tcl_TomMath_InitStubs() any more, due to TIP #648jan.nijtmans2024-04-211-5/+0
| |_|/ / |/| | |
* | | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-24/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Revive TIP #648jan.nijtmans2024-04-081-24/+2
| |\ \ \ | | |/ / | |/| |
| | * | Rebase to latest 8.7jan.nijtmans2022-11-201-2/+2
| | |\ \
| | | * \ Merge 8.7jan.nijtmans2022-11-111-1/+1
| | | |\ \
| | | * | | New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental)jan.nijtmans2022-11-041-1/+1
| | | |/ /
| * | | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcasejan.nijtmans2024-04-041-2/+32
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2024-03-231-196/+196
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-244/+245
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-03-211-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | more spacing/formatting tweaksdkf2024-03-191-49/+31
| * | | | | | | | Merge 8.7jan.nijtmans2024-02-011-5/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Merge 8.7jan.nijtmans2024-01-281-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add (back) testcases for the compabitiliby macro's (which need TCL_8_API now)jan.nijtmans2023-12-051-3/+16
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge 8.7. Remove 2 (internal) stub entries which are not used any more.jan.nijtmans2023-11-231-72/+0
| |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-11-231-4/+3
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ merge 8.7dgp2023-11-131-1/+1
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Testing commands [test(g|s)etencpath] have evolved themselves into functionaldgp2023-10-301-72/+0
| * | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-11-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Also fix Windows symbols build with Visual Studiojan.nijtmans2023-11-181-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Don't bother testing the compatibility macro's any more.jan.nijtmans2023-11-171-26/+3
| * | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-11-131-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+1
| * | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-10-271-14/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-10-271-182/+182
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-10-111-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-10-041-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-09-281-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7 - Bug [943258f361] - valgrind - cmdInfo testapnadkarni2023-09-161-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-09-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2023-09-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-09-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \