Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 (undid the encodingPtr -> encodingNamePtr change) | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
| |\ | |||||
| | * | Backout [0a9ae478ac], as requested | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
* | | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency) | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | encodingName -> encoding (where appropriate) | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
| * | | Some more int -> Tcl_Size | jan.nijtmans | 2024-02-27 | 1 | -25/+29 |
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -2/+2 |
* | | | Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7 | jan.nijtmans | 2024-03-12 | 1 | -14/+12 |
* | | | Merge 8.7. Re-generate tclDecls.h. | jan.nijtmans | 2024-02-27 | 1 | -5/+3 |
|\ \ \ | |/ / | |||||
| * | | TclWinGetPlatformId is defined twice. Re-generate tclDecls.h | jan.nijtmans | 2024-02-27 | 1 | -5/+3 |
| * | | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 1 | -6/+15 |
* | | | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 1 | -16/+23 |
* | | | TIP #661 implementation: Disable the Tcl 8 compatibility macros in Tcl 9 by d... | jan.nijtmans | 2023-12-05 | 1 | -25/+25 |
|\ \ \ | |||||
| * | | | Revert TIP #664 (put back the type-casts) | jan.nijtmans | 2023-12-05 | 1 | -22/+22 |
| * | | | Rebase to 9.0 | jan.nijtmans | 2023-11-20 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * \ \ | Rebase to 9.0. Document the TCL_8_API flag. | jan.nijtmans | 2023-11-13 | 1 | -3/+3 |
| | |\ \ \ | |||||
| | | * \ \ | Rebase to TIP #664 | jan.nijtmans | 2023-11-07 | 1 | -3/+3 |
| | | |\ \ \ | |||||
| | | | * \ \ | Revive TIP #661 (but without the "configure" stuff, which makes no sense IMHO) | jan.nijtmans | 2023-11-06 | 1 | -7/+7 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merge trunk. | pointsman | 2023-04-23 | 1 | -36/+6 |
| | | | | |\ \ \ | |||||
| | | | | * | | | | Updated disabletcl8api to post TIP 660. Changed the default while doing that.... | pointsman | 2023-04-21 | 1 | -43/+60 |
* | | | | | | | | | Remove some macro's that don't make much sense any more (Noted by Massimo Man... | jan.nijtmans | 2023-11-20 | 1 | -9/+0 |
|/ / / / / / / / | |||||
* | | | | | | | | make Tcl_GetByteArrayFromObj() macro work without stubs as well (in staticall... | jan.nijtmans | 2023-11-17 | 1 | -1/+1 |
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-11-13 | 1 | -4/+10 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-er... | jan.nijtmans | 2023-11-13 | 1 | -4/+10 |
| * | | | | | | Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be ... | jan.nijtmans | 2023-10-26 | 1 | -8/+0 |
| * | | | | | | Merge 8.7 | jan.nijtmans | 2023-10-12 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Those type-casts don't work well in C++ | jan.nijtmans | 2023-10-12 | 1 | -0/+2 |
| * | | | | | | Merge 8.6 | jan.nijtmans | 2023-10-11 | 1 | -0/+6 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Handle Tcl_SetResult() the same way as Tcl_EventuallyFree | jan.nijtmans | 2023-10-10 | 1 | -0/+3 |
| | * | | | | | Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give ... | jan.nijtmans | 2023-10-10 | 1 | -0/+3 |
| | * | | | | | Remove unneeded internal stub-entries (now that TIP #666 is accepted) | jan.nijtmans | 2023-09-13 | 1 | -25/+13 |
| | * | | | | | Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible... | jan.nijtmans | 2023-06-30 | 1 | -8/+8 |
| * | | | | | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 1 | -4/+4 |
* | | | | | | | TIP #664: Enable compiler warnings for missing int → Tcl_Size conversions | jan.nijtmans | 2023-11-12 | 1 | -45/+45 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Rebase to latest 9.0 | jan.nijtmans | 2023-11-07 | 1 | -31/+31 |
| |\ \ \ \ \ \ |/ / / / / / / | | | | _ / / | | | | / / | |||||
| * | | | | | Rebase to latest 9.0 | jan.nijtmans | 2023-11-06 | 1 | -22/+22 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Rebase to latest 9.0 | jan.nijtmans | 2023-05-11 | 1 | -23/+23 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge 9.0 | jan.nijtmans | 2023-05-09 | 1 | -24/+23 |
| | | |\ \ \ \ \ | | |/ / / / / / | |||||
| | | * | | | | | Alternative to TIP #661: Modify the macro's such that compiler warnings are g... | jan.nijtmans | 2023-04-27 | 1 | -52/+58 |
* | | | | | | | | Place compatibility macro's in a single section. This makes TIP's #661/#664 a... | jan.nijtmans | 2023-11-07 | 1 | -108/+118 |
* | | | | | | | | TCL_USE_STUBS -> USE_TCL_STUBS (typo) | jan.nijtmans | 2023-11-07 | 1 | -1/+1 |
* | | | | | | | | Missing use of TCL_NO_DEPRECATED (for Tcl_GetByteArrayFromObj) | jan.nijtmans | 2023-11-06 | 1 | -1/+5 |
|/ / / / / / / | |||||
* | | | | | | | Prevent TclGetByteArrayFromObj() et al being called directly through the stub... | jan.nijtmans | 2023-09-25 | 1 | -0/+14 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-09-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int... | jan.nijtmans | 2023-09-25 | 1 | -2/+2 |
* | | | | | | | Remaining part of TIP #666 implementation (first part already done [cd426d20a... | jan.nijtmans | 2023-09-11 | 1 | -25/+27 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 1 | -184/+57 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make Tcl_GetBytesFromObj signature match documentation (not really a change s... | jan.nijtmans | 2023-08-31 | 1 | -2/+2 |
| | * | | | | | | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -184/+57 |
| | |\ \ \ \ \ \ |