| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-04-11 | 1 | -29/+29 |
|\ |
|
| * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean | jan.nijtmans | 2024-04-11 | 1 | -30/+30 |
| |\ |
|
| | * | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels... | jan.nijtmans | 2024-04-11 | 1 | -52/+60 |
|
|
| | * | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -5/+5 |
|
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | | Use Tcl_NewBooleanObj for booleans; we should say what we mean | dkf | 2024-04-11 | 1 | -1/+1 |
|
|
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -29/+38 |
|
|
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -4/+4 |
|
|
* | | | Revise macro usage | jan.nijtmans | 2023-11-16 | 1 | -4/+4 |
|
|
* | | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h... | jan.nijtmans | 2023-11-08 | 1 | -8/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -26/+26 |
|\ \ \
| |/ / |
|
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -26/+26 |
|
|
| * | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 1 | -37/+37 |
| |\ \ |
|
| | * | | Rebase to latest 8.7 | jan.nijtmans | 2023-05-10 | 1 | -14/+14 |
| |/ / |
|
* | | | More size_t -> Tcl_Size changes, which were missed before. Also (experimental... | jan.nijtmans | 2023-04-26 | 1 | -1/+1 |
|
|
* | | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -13/+16 |
|
|
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | 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-04-01 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
| | |\ \
| | | |/ |
|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -40/+40 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -4/+2 |
|\ \ \
| |/ / |
|
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 1 | -4/+2 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2023-03-07 | 1 | -10/+19 |
| |\ \ |
|
| * \ \ | Merge 8.7 | apnadkarni | 2023-02-28 | 1 | -9/+38 |
| |\ \ \ |
|
* | \ \ \ | Merge 9.0 | jan.nijtmans | 2023-03-07 | 1 | -41/+50 |
|\ \ \ \ \ |
|
| * | | | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -31/+31 |
|
|
| * | | | | | Merge 8.7 - Protect zlib errors with check for null interp | apnadkarni | 2023-03-04 | 1 | -10/+19 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Protect zlib errors with check for null interp | apnadkarni | 2023-03-04 | 1 | -10/+19 |
| | | |/ /
| | |/| | |
|
* | | | | | Merge 9.0 - disable file perms tests on wsl | apnadkarni | 2023-03-02 | 1 | -6/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix msvc build (with OPTS=symbols) | jan.nijtmans | 2023-03-01 | 1 | -6/+6 |
|
|
* | | | | | Merge 9.0 | apnadkarni | 2023-03-01 | 1 | -9/+32 |
|\ \ \ \ \
| |/ / / / |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge 8.7. And fix Tcl_UtfToExternal()/Tcl_ExternalToUtf() (at least - suffic... | jan.nijtmans | 2023-02-28 | 1 | -9/+32 |
| |\ \ \ \ \
| | | |/ / / |
|
| | | * | | | Merge 8.6 | jan.nijtmans | 2023-02-28 | 1 | -9/+38 |
| | | |\ \ \
| | | | |/ /
| | | |/| /
| | | | |/ |
|
| | | | * | Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ... | jan.nijtmans | 2023-02-26 | 1 | -9/+38 |
|
|
| | * | | | Handle Tcl_UtfToExternal error in tclZlib.c | jan.nijtmans | 2023-02-26 | 1 | -4/+13 |
| |/ / / |
|
* | | | | Compiles and runs. Tests still to be ported. | apnadkarni | 2023-02-25 | 1 | -4/+4 |
|/ / / |
|
* | | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add... | jan.nijtmans | 2022-11-24 | 1 | -2/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -2/+2 |
| |\ \
| | |/ |
|
* | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -4/+4 |
|\ \ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -4/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -4/+4 |
|
|
* | | | | Merge 9.0 | jan.nijtmans | 2022-04-26 | 1 | -9/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | Tcl_GetIndexFromObjStruct -> Tcl_GetIndexFromObj. Don't use braces around (Tc... | jan.nijtmans | 2022-04-26 | 1 | -9/+9 |
|
|
* | | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -25/+25 |
|\ \ \ \
| |/ / / |
|