summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all platf...sebres2024-05-101-0/+23
|\
| * 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
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
| | | | |/ /
* | | | | | Merge 8.7jan.nijtmans2024-04-101-2/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-101-1/+1
* | | | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcasejan.nijtmans2024-04-041-2/+32
|\ \ \ \ \ | |/ / / /
| * | | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcasejan.nijtmans2024-04-041-2/+32
| |\ \ \ \ | | |/ / /
| | * | | Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU...jan.nijtmans2024-04-041-5/+35
| | |\ \ \
| | | * | | Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice)jan.nijtmans2024-04-041-1/+1
| | | * | | Combine with "testparseargs" command. With testcases nowjan.nijtmans2024-04-041-81/+32
| | | * | | Add "testparseargsobj" command. Testcases to be addedjan.nijtmans2024-04-031-0/+79
| | |/ / / | |/| | |
| | * | | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies.jan.nijtmans2024-02-051-0/+41
* | | | | Merge 8.7jan.nijtmans2024-03-231-196/+196
|\ \ \ \ \ | |/ / / /
| * | | | Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are...jan.nijtmans2024-03-231-198/+198
* | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-244/+245
|\ \ \ \ \ | |/ / / /
| * | | | Formatting/indentingjan.nijtmans2024-03-211-287/+274
* | | | | Merge 8.7jan.nijtmans2024-03-211-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | more spacing/formatting tweaksdkf2024-03-191-49/+31
* | | | | Merge 8.7jan.nijtmans2024-02-011-5/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. W...jan.nijtmans2024-02-011-5/+6
* | | | | Merge 8.7jan.nijtmans2024-01-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Missing "const"jan.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
| * | | | | | | Remove testgetencpath/testsetencpath test commands: Testcase can use "encodin...jan.nijtmans2023-11-231-72/+0
| | |_|/ / / / | |/| | | | |
| * | | | | | Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECAT...jan.nijtmans2023-11-231-2/+2
* | | | | | | Merge 8.7jan.nijtmans2023-11-201-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Undo previous commit. Add "static" keywords in various places instead. This s...jan.nijtmans2023-11-201-1/+1
* | | | | | | Merge 8.7. Also fix Windows symbols build with Visual Studiojan.nijtmans2023-11-181-1/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | "stoponerror" == "profilestrict" (and not used anyway)jan.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
|\ \ \ \ \ \ | |/ / / / /