Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 9.0 | jan.nijtmans | 2023-05-03 | 1 | -11/+11 |
|\ | |||||
| * | Reduce number of needed type-casts. No change in functionality | jan.nijtmans | 2023-04-26 | 1 | -11/+11 |
* | | Merge 9.0 | jan.nijtmans | 2023-04-21 | 1 | -14/+20 |
|\ \ | |/ | |||||
| * | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API | apnadkarni | 2023-04-16 | 1 | -1/+1 |
| * | Merge trunk | apnadkarni | 2023-04-16 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Merge trunk | apnadkarni | 2023-04-14 | 1 | -1/+1 |
| |\ | |||||
| * | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc... | jan.nijtmans | 2023-04-13 | 1 | -1/+1 |
| * | | Export Tcl_GetSizeFromObj in stubs | apnadkarni | 2023-04-05 | 1 | -0/+6 |
| * | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -11/+11 |
* | | | Merge 8.7 | jan.nijtmans | 2023-04-15 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-04-15 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Add one more unused stub entry | jan.nijtmans | 2023-04-15 | 1 | -1/+1 |
| | * | | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
| | * | | Don't introduce size_t in a header-file which didn't use it before. Make more... | jan.nijtmans | 2023-03-17 | 1 | -7/+6 |
| | * | | Add some undocumented stub functions. Those can prevent a crash like [http://... | jan.nijtmans | 2023-03-16 | 1 | -2/+14 |
| | * | | Merge 8.5 | jan.nijtmans | 2022-11-22 | 1 | -1/+3 |
| | |\ \ | |||||
| | | * | | Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0) | jan.nijtmans | 2022-11-22 | 1 | -1/+3 |
| | * | | | Merge 8.5. Update to tzdata 2022f | jan.nijtmans | 2022-10-30 | 1 | -16/+20 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | One more unused stub entry | jan.nijtmans | 2022-10-30 | 1 | -24/+28 |
| | * | | | Update tzdata to 2022d. Add one more unused stub entry | jan.nijtmans | 2022-09-26 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Add some more unused stub entries | jan.nijtmans | 2022-09-26 | 1 | -3/+3 |
| | * | | | Make TclObjInterpProc a macro (since it always should be used through TclGetO... | jan.nijtmans | 2022-09-22 | 1 | -1/+1 |
| | * | | | Merge 8.5 | jan.nijtmans | 2022-05-22 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | 2 more unused stub entries | jan.nijtmans | 2022-05-22 | 1 | -1/+1 |
| * | | | | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl... | jan.nijtmans | 2023-04-14 | 1 | -6/+6 |
* | | | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
* | | | | Merge 9.0 | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | One missing int -> Tcl_Size change | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-17 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | int -> Tcl_Size to match TIP | apnadkarni | 2023-02-28 | 1 | -2/+2 |
| * | | | | New signature for Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx a... | apnadkarni | 2023-02-23 | 1 | -5/+9 |
| |/ / / | |||||
* | | | | More TclNewIndexObj() usages (for values between -1 and SIZE_MAX-1) | jan.nijtmans | 2023-03-20 | 1 | -1/+1 |
* | | | | Compiles and runs. Tests still to be ported. | apnadkarni | 2023-02-25 | 1 | -5/+9 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe... | jan.nijtmans | 2022-11-30 | 1 | -1/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -10/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | No reservation for TIP #648 any more in stub table. | jan.nijtmans | 2022-11-28 | 1 | -10/+7 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-21 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 1 | -5/+5 |
| |\ \ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2022-11-19 | 1 | -0/+4 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-11-15 | 1 | -2/+12 |
| | |\ \ \ \ | |||||
| | * | | | | | New function Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-15 | 1 | -0/+5 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | TIP 651 implementation | apnadkarni | 2022-11-17 | 1 | -4/+4 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge 8.7 - reserve stub entry 687 | apnadkarni | 2022-11-17 | 1 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Reserve stub entry 687 for TIP #651 | apnadkarni | 2022-11-17 | 1 | -0/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | one more (Tcl_UniCharToUtf), and adapt documentation | jan.nijtmans | 2022-11-16 | 1 | -1/+1 |
* | | | | | Change 5 functions signatures from int -> size_t. Those should have been part... | jan.nijtmans | 2022-11-16 | 1 | -5/+5 |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-11-15 | 1 | -1/+16 |
|\ \ \ \ \ | |/ / / / |