Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix [e155cedf33]: Error-handling in TclGetOpenMode() | jan.nijtmans | 2024-04-11 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix [e155cedf33]: Error-handling in TclGetOpenMode(). | jan.nijtmans | 2024-04-11 | 1 | -1/+1 | |
| | | | | | | Add O_ACCMODE fow Windows, in case it is not defined | |||||
| * | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -2/+2 | |
| |\ | ||||||
| | * | encodingName -> encoding (where appropriate) | jan.nijtmans | 2024-04-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge 8.7. Re-generate tclDecls.h. | jan.nijtmans | 2024-02-27 | 1 | -75/+0 | |
|\ \ \ | |/ / | ||||||
* | | | Make the SUFX for nmake-builds the same as for Makefile builds, if ↵ | jan.nijtmans | 2024-01-05 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | TCL_VERSION > 86 | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-01-05 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Tcl_UtfNCmp -> Tcl_UtfNcmp | jan.nijtmans | 2024-01-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ↵ | jan.nijtmans | 2023-12-29 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | type | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge 8.7. Remove 2 (internal) stub entries which are not used any more. | jan.nijtmans | 2023-11-23 | 1 | -6/+0 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | Since TIP 258 (2005) and development efforts leading up to it (2004), the | dgp | 2023-10-25 | 1 | -6/+7 | |
| |/ / | | | | | | | | | | | | | | | | Tcltest package has not been a caller of routines Tcl(Get|Set)LibraryPath, so there's no longer a need for those to be in the internal stubs table. After they are removed from the table, they no longer need to exist at all. | |||||
* | | | Fix TclpGetPid() signature (should use Tcl_Size, not size_t) | jan.nijtmans | 2023-11-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They ↵ | jan.nijtmans | 2023-10-06 | 1 | -8/+14 | |
|\ \ \ | |/ / | | | | | | | are not needed/useful for extensions | |||||
| * | | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" | jan.nijtmans | 2023-10-06 | 1 | -26/+26 | |
| | | | ||||||
* | | | int -> Tcl_Size for 2 internal functions | jan.nijtmans | 2023-10-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 1 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2023-10-04 | 1 | -0/+4 | |
| |\ \ | | |/ | ||||||
| | * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE ↵ | jan.nijtmans | 2023-10-01 | 1 | -1/+5 | |
| | | | | | | | | | | | | tests, coroutines. (patch by chrstphrchvz, with some minor modifications) | |||||
| | * | Remove unneeded internal stub-entries (now that TIP #666 is accepted) | jan.nijtmans | 2023-09-13 | 1 | -395/+1 | |
| | | | ||||||
| | * | Remove ARGSUSED. More type-casts | jan.nijtmans | 2022-11-29 | 1 | -5/+5 | |
| | | | ||||||
| | * | Make TclObjInterpProc a macro (since it always should be used through ↵ | jan.nijtmans | 2022-09-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | TclGetObjInterpProc()) Add some unused stub entries. Add some more type-casts to tclProc.c | |||||
* | | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub table | jan.nijtmans | 2023-10-04 | 1 | -4/+0 | |
| | | | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 1 | -13/+15 | |
|\ \ \ | |/ / | ||||||
| * | | Move some (internal) stub entries to lower numbers | jan.nijtmans | 2023-10-04 | 1 | -13/+15 | |
| | | | ||||||
* | | | Remaining part of TIP #666 implementation (first part already done ↵ | jan.nijtmans | 2023-09-11 | 1 | -2/+0 | |
|\ \ \ | |/ / | | | | | | | [cd426d20a9327f49|here]) | |||||
| * | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 1 | -13/+0 | |
| |\ \ | ||||||
| | * \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -3/+0 | |
| | |\ \ | |/ / / | ||||||
| | * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Merge 8.7 | jan.nijtmans | 2023-05-21 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | int -> Tcl_Size and other (internal) signature improvements. Most of them ↵ | jan.nijtmans | 2023-05-19 | 1 | -28/+27 | |
| |/ / | | | | | | | | | | backported from 9.0 | |||||
| * | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of ↵ | jan.nijtmans | 2023-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Tcl_GetWideIntFromObj(). Meant for Ashok, to show that we already have Tcl_GetSizeIntFromObj(). (I already planned this conversion for a long time, thanks, Ashok for reminding me) Also some other cleanups | |||||
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -2/+4 | |
| | | | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Use Tcl_Size for ArithSeries.len | jan.nijtmans | 2022-11-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-25 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj ↵ | jan.nijtmans | 2022-11-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | (and similar). Gives more info when debugging | |||||
| * | | Deprecate TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-06 | 1 | -3/+4 | |
| | | | ||||||
* | | | Merge 9.0 | jan.nijtmans | 2022-09-26 | 1 | -6/+124 | |
|\ \ \ | ||||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-09-19 | 1 | -6/+124 | |
| |\ \ \ | | |/ / | ||||||
| | * | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. ↵ | jan.nijtmans | 2022-09-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Will be needed for Itcl (in combination with TIP #626). Should have been part of TIP #627. | |||||
| | * | | Remove pre-8.6-related comments | jan.nijtmans | 2022-09-19 | 1 | -380/+0 | |
| | | | | ||||||
| | * | | Merge 8.6 (no need for TclUnusedStubEntry here) | jan.nijtmans | 2022-08-29 | 1 | -5/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -1/+1 | |
| | | |\ | ||||||
| | | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge 9.0 | jan.nijtmans | 2022-09-07 | 1 | -0/+11 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge tip-625 | jan.nijtmans | 2022-07-18 | 1 | -0/+11 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Start on list representation black box tests | apnadkarni | 2022-07-15 | 1 | -0/+11 | |
| | | | | | ||||||
| | * | | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported ↵ | jan.nijtmans | 2022-06-23 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | from 9.0) | |||||
| * | | | | Fix (internal) TclFindElement() signature (int -> size_t) | jan.nijtmans | 2022-06-20 | 1 | -1/+1 | |
| | | | | |