Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all platf... | sebres | 2024-05-10 | 1 | -0/+23 | |
|\ | ||||||
| * | merge 8.6 | sebres | 2024-05-10 | 1 | -0/+23 | |
| |\ | ||||||
| | * | issue [10aa8403d064439f]: make command `testsize` platform-independent (cover... | sebres | 2024-05-10 | 1 | -0/+23 | |
| | * | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ... | jan.nijtmans | 2024-04-29 | 1 | -2/+2 | |
| | * | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels... | jan.nijtmans | 2024-04-11 | 1 | -11/+7 | |
* | | | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-05-02 | 1 | -2/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-05-02 | 1 | -2/+1 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. | jan.nijtmans | 2024-04-29 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. | jan.nijtmans | 2024-04-29 | 1 | -0/+2 | |
* | | | Merge 8.7 | jan.nijtmans | 2024-04-21 | 1 | -5/+0 | |
|\ \ \ | |/ / | ||||||
| * | | No need for Tcl_TomMath_InitStubs() any more, due to TIP #648 | jan.nijtmans | 2024-04-21 | 1 | -5/+0 | |
* | | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() | jan.nijtmans | 2024-04-20 | 1 | -24/+2 | |
|\ \ \ | |/ / | ||||||
| * | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() | jan.nijtmans | 2024-04-20 | 1 | -24/+2 | |
| |\ \ | ||||||
| | * \ | Revive TIP #648 | jan.nijtmans | 2024-04-08 | 1 | -24/+2 | |
| | |\ \ | ||||||
| | | * \ | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 1 | -2/+2 | |
| | | |\ \ | ||||||
| | | | * \ | Merge 8.7 | jan.nijtmans | 2022-11-11 | 1 | -1/+1 | |
| | | | |\ \ | ||||||
| | | | * | | | New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental) | jan.nijtmans | 2022-11-04 | 1 | -1/+1 | |
| | | | |/ / | ||||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2024-04-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | Merge 8.6 Use TclHasInternalRep() macro in more places. | jan.nijtmans | 2024-04-10 | 1 | -2/+2 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|... | jan.nijtmans | 2024-04-10 | 1 | -1/+1 | |
* | | | | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 1 | -2/+32 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 1 | -2/+32 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU... | jan.nijtmans | 2024-04-04 | 1 | -5/+35 | |
| | |\ \ \ | ||||||
| | | * | | | Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice) | jan.nijtmans | 2024-04-04 | 1 | -1/+1 | |
| | | * | | | Combine with "testparseargs" command. With testcases now | jan.nijtmans | 2024-04-04 | 1 | -81/+32 | |
| | | * | | | Add "testparseargsobj" command. Testcases to be added | jan.nijtmans | 2024-04-03 | 1 | -0/+79 | |
| | |/ / / | |/| | | | ||||||
| | * | | | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies. | jan.nijtmans | 2024-02-05 | 1 | -0/+41 | |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-03-23 | 1 | -196/+196 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are... | jan.nijtmans | 2024-03-23 | 1 | -198/+198 | |
* | | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -244/+245 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Formatting/indenting | jan.nijtmans | 2024-03-21 | 1 | -287/+274 | |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-03-21 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
* | | | | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -49/+31 | |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-02-01 | 1 | -5/+6 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. W... | jan.nijtmans | 2024-02-01 | 1 | -5/+6 | |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-01-28 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Missing "const" | jan.nijtmans | 2024-01-28 | 1 | -1/+1 | |
* | | | | | Add (back) testcases for the compabitiliby macro's (which need TCL_8_API now) | jan.nijtmans | 2023-12-05 | 1 | -3/+16 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | Merge 8.7. Remove 2 (internal) stub entries which are not used any more. | jan.nijtmans | 2023-11-23 | 1 | -72/+0 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Merge 8.7 | jan.nijtmans | 2023-11-23 | 1 | -4/+3 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | merge 8.7 | dgp | 2023-11-13 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Testing commands [test(g|s)etencpath] have evolved themselves into functional | dgp | 2023-10-30 | 1 | -72/+0 | |
| * | | | | | | | Remove testgetencpath/testsetencpath test commands: Testcase can use "encodin... | jan.nijtmans | 2023-11-23 | 1 | -72/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECAT... | jan.nijtmans | 2023-11-23 | 1 | -2/+2 | |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-11-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Undo previous commit. Add "static" keywords in various places instead. This s... | jan.nijtmans | 2023-11-20 | 1 | -1/+1 | |
* | | | | | | | Merge 8.7. Also fix Windows symbols build with Visual Studio | jan.nijtmans | 2023-11-18 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | "stoponerror" == "profilestrict" (and not used anyway) | jan.nijtmans | 2023-11-18 | 1 | -1/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Don't bother testing the compatibility macro's any more. | jan.nijtmans | 2023-11-17 | 1 | -26/+3 | |
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-11-13 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |