Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indenting and comments, backported from 9.1 | jan.nijtmans | 2025-04-29 | 1 | -1/+1 |
| | |||||
* | merge 8.7 | sebres | 2025-03-06 | 1 | -5/+3 |
|\ | |||||
| * | merge 8.6 | sebres | 2025-03-06 | 1 | -5/+3 |
| |\ | |||||
| | * | amend to [ba68d1e9484a3a92]: rewrite fix of Tcl_GetReturnOptions less ↵ | sebres | 2025-03-06 | 1 | -5/+3 |
| | | | | | | | | | | | | invasive (-errorline was always in return options dict previously, shall not be missed now, and reset line to 1 instead of 0, as less unexpected value) | ||||
* | | | merge 8.7 (amend to [ba68d1e9484a3a92] fixed wrong line nummer in ↵ | sebres | 2025-03-06 | 1 | -4/+15 |
|\ \ \ | |/ / | | | | | | | Tcl_GetReturnOptions) | ||||
| * | | merge 8.6 (amend to [ba68d1e9484a3a92] fixed wrong line nummer in ↵ | sebres | 2025-03-06 | 1 | -4/+15 |
| |\ \ | | |/ | | | | | | | Tcl_GetReturnOptions) | ||||
| | * | amend to [ba68d1e9484a3a92]: fixes bug in Tcl_GetReturnOptions - reset ↵ | sebres | 2025-03-06 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | | | | errorLine if no errorInfo was initially thrown (before errorInfo becomes updated to error message), previously caused that incorrect line will be transfered to calling interpreter without errorInfo (or with errorInfo containing only message but no stack); revert [b756080dc6f8cd05] | ||||
* | | | merge 8.7 | sebres | 2025-03-06 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | sebres | 2025-03-06 | 1 | -0/+11 |
| |\ \ | | |/ | |||||
| | * | fixes [ba68d1e9484a3a92]: Tcl_TransferResult would include line-number at ↵ | sebres | 2025-02-27 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | end of error stack now (error cases only), only for multi-line code and if it not yet already included by proc etc; so the command `interp eval` behaves almost similar to command `eval`: body line number is included in errorinfo. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2024-11-26 | 1 | -15/+20 |
| |\ \ | | |/ | |||||
| | * | (backport): in-src doc typos (Tcl_[Save|Restore|Discard]InterpState()). Add ↵ | jan.nijtmans | 2024-11-26 | 1 | -74/+75 |
| | | | | | | | | | | | | some typecasts. | ||||
| | * | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 1 | -7/+7 |
| | | | |||||
* | | | in-src doc typos (Tcl_[Save|Restore|Discard]InterpState()) | bch | 2024-11-25 | 1 | -3/+3 |
| | | | |||||
* | | | (void *)NULL -> (char *)NULL, where appropriate | jan.nijtmans | 2024-10-25 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Missed some backports from 9.0. Some indenting | jan.nijtmans | 2024-08-05 | 1 | -55/+55 |
| | | | |||||
* | | | Merge 8.7. Random indent fixes | jan.nijtmans | 2024-06-27 | 1 | -53/+53 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -1/+1 |
| | | | |||||
* | | | Space before tab is an extremely unlikely to be correct indentation pattern | dkf | 2024-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | Some tidying up, mostly of indentation | dkf | 2024-06-01 | 1 | -2/+2 |
| | | | |||||
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -56/+56 |
| | | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2) | ||||
* | | | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -56/+56 |
| | | | | | | | | | This is the dullest commit ever. Sorry. | ||||
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -5/+5 |
| | | | |||||
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -5/+5 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -7/+7 |
| | | | |||||
| * | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -2/+2 |
| | | | |||||
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -20/+17 |
|\ \ \ | |||||
| * | | | Clean up Tcl_SetObjResult(). | pooryorick | 2023-04-13 | 1 | -20/+17 |
| | | | | |||||
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -7/+7 |
|/ / / | |||||
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -3/+3 |
| | | | |||||
* | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -7/+8 |
|\ \ \ | |||||
| * \ \ | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | More WIP | jan.nijtmans | 2022-01-26 | 1 | -2/+3 |
| | | | | |||||
| * | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -7/+7 |
| |\ \ \ | |||||
| * | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -5/+5 |
| |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵ | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616) | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Use TclListObjLength/TclListObjGetElements in stead of ↵ | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
| | | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type | ||||
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -4/+6 |
| | | | |||||
| | * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -2/+2 |
|\ \ \ | |/ / |