Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2024-06-11 | 1 | -0/+9 |
|\ | |||||
| * | Backport: Another round of small fixes, especially spelling errors... | jan.nijtmans | 2024-06-11 | 1 | -1/+2 |
* | | Use (char *)NULL as end sentinel in documentation (as Linux man-pages already... | jan.nijtmans | 2024-06-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2024-06-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Use (char *)NULL as end sentinel in documentation (as Linux man-pages already... | jan.nijtmans | 2024-06-03 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2024-02-01 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Forgot that long doubles are supported in Tcl_ObjPrintf() | jan.nijtmans | 2024-02-01 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2024-02-01 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7, but update for TIP #476 | jan.nijtmans | 2024-02-01 | 1 | -2/+5 |
| |\ \ | | |/ | |||||
| | * | Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format spec... | jan.nijtmans | 2024-02-01 | 1 | -3/+4 |
* | | | Another round of small fixes, especially spelling errors... | dkf | 2024-01-25 | 1 | -1/+2 |
* | | | Merge 8.7 | oehhar | 2024-01-23 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | oehhar | 2024-01-23 | 1 | -3/+1 |
| |\ \ | | |/ | |||||
| | * | Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is... | oehhar | 2024-01-23 | 1 | -3/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2024-01-22 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge TCL8.6 | oehhar | 2024-01-22 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer grow... | oehhar | 2024-01-22 | 1 | -1/+5 |
* | | | More small bits of doc polishing | dkf | 2024-01-21 | 1 | -10/+2 |
* | | | Document "string is unicode". More documentation fixes. | jan.nijtmans | 2023-12-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-12-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Use "(char *)NULL" as sentinel in documentation. See: [26870862f0] | jan.nijtmans | 2023-12-08 | 1 | -1/+1 |
* | | | Documentation update | jan.nijtmans | 2023-12-05 | 1 | -7/+3 |
* | | | Rebase to 9.0. Document the TCL_8_API flag. | jan.nijtmans | 2023-11-13 | 1 | -4/+6 |
|\ \ \ | |||||
* | | | | TIP #664: Enable compiler warnings for missing int → Tcl_Size conversions | jan.nijtmans | 2023-11-12 | 1 | -1/+4 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-09-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-09-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d... | jan.nijtmans | 2023-09-28 | 1 | -1/+1 |
* | | | Add bytearray checking to TclCheckEmptyString(), and then use | pooryorick | 2023-04-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Add bytearray checking to TclCheckEmptyString(), and then use | pooryorick | 2023-04-23 | 1 | -1/+1 |
* | | | | TIP 422 eliminated va_list arguments from the API of Tcl 9. | dgp | 2023-04-24 | 1 | -3/+0 |
|/ / / | |||||
* | | | Backout [4a7b807856], It breaks the build. See: [https://github.com/tcltk/tcl... | jan.nijtmans | 2023-04-22 | 1 | -1/+1 |
* | | | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating a | pooryorick | 2023-04-21 | 1 | -1/+1 |
* | | | Minor doc corrections | apnadkarni | 2023-04-19 | 1 | -1/+1 |
* | | | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API | apnadkarni | 2023-04-16 | 1 | -10/+10 |
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc... | jan.nijtmans | 2023-04-13 | 1 | -10/+10 |
* | | | Merge 8.7 | jan.nijtmans | 2022-09-22 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Update docs and comments to agree with TIP 623. | dgp | 2022-09-21 | 1 | -1/+3 |
| | * | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs | jan.nijtmans | 2020-03-27 | 1 | -1/+2 |
* | | | More logical-or markup fixes in documentation | jan.nijtmans | 2022-09-14 | 1 | -1/+1 |
* | | | Merge 9.0. Add Tcl_ProcObjCmd2() | jan.nijtmans | 2022-05-31 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-05-31 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's ... | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-19 | 1 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Elaborate TIP #481 implementation: Make clear that Tcl_GetUnicodeFromObj and ... | jan.nijtmans | 2022-05-19 | 1 | -2/+5 |
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc fix | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
* | | | | More WIP | jan.nijtmans | 2022-01-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-01-18 | 1 | -8/+10 |
|\ \ \ | |/ / |