Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -44/+44 |
* | More whitespace cleanup | dkf | 2024-05-10 | 1 | -4/+1 |
* | TIP #692: Revise Tcl_GetAliasObj, remove Tcl_GetAlias() | jan.nijtmans | 2024-04-21 | 1 | -107/+47 |
|\ | |||||
| * | Rebase to 9.0 | jan.nijtmans | 2024-04-19 | 1 | -72/+9 |
| |\ | |||||
| | * | Rebase to 9.0 | jan.nijtmans | 2024-04-09 | 1 | -64/+2 |
| | |\ | |||||
| | | * | Merge 9.0 | jan.nijtmans | 2024-03-13 | 1 | -3/+3 |
| | | |\ | |||||
| | | * \ | Remove Tcl_GetAlias() | jan.nijtmans | 2024-03-10 | 1 | -62/+0 |
| | | |\ \ | |||||
| | | * | | | Add Tcl_GetAlias/Tcl_GetAliasObj to TIP #616 | jan.nijtmans | 2024-03-08 | 1 | -4/+4 |
| | | |/ / | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2024-04-19 | 1 | -10/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2024-04-19 | 1 | -10/+10 |
| |\ \ \ \ | |||||
| | * | | | | targetNamePtr -> targetCmdPtr (making it the same as in other documentation a... | jan.nijtmans | 2024-04-19 | 1 | -10/+10 |
* | | | | | | Deprecate Tcl_GetAlias() | jan.nijtmans | 2024-04-17 | 1 | -1/+2 |
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | |||||
| * | | | | Deprecate Tcl_GetAlias() | jan.nijtmans | 2024-04-17 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels... | jan.nijtmans | 2024-04-11 | 1 | -27/+27 |
* | | | | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency) | jan.nijtmans | 2024-04-04 | 1 | -27/+27 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -30/+30 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -9/+9 |
| | * | | | Cherry-pick [90e09ca320]: silence compiler warning | jan.nijtmans | 2023-11-17 | 1 | -1/+1 |
* | | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -5/+5 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -3/+3 |
| * | | | silence compiler warning | dgp | 2023-11-17 | 1 | -1/+1 |
* | | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -28/+28 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -27/+27 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-13 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-10-13 | 1 | -31/+42 |
| |\ \ | | |/ | |||||
| | * | Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of incorrect... | jan.nijtmans | 2023-10-13 | 1 | -4/+9 |
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -3/+3 |
| * | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2023-09-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | TIP 624 followup. Now TclMakeSafe can be a static routine. | dgp | 2023-09-12 | 1 | -8/+5 |
* | | | Merge 8.7 | jan.nijtmans | 2023-09-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loading | jan.nijtmans | 2023-09-08 | 1 | -1/+1 |
| * | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
* | | | Update Tcl_Time for 32-bit systems and win64, being able to handle time > 203... | jan.nijtmans | 2023-08-24 | 1 | -8/+8 |
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -3/+3 |
|\ \ \ | |||||
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -3/+3 |
* | | | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| | * | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -1/+1 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -52/+52 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| | * | Better error-message for previous commit. Some more code-cleanup, backported ... | jan.nijtmans | 2023-01-23 | 1 | -53/+54 |
| | * | Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem | jan.nijtmans | 2023-01-19 | 1 | -5/+7 |
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -58/+58 |