summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf2024-05-131-44/+44
* More whitespace cleanupdkf2024-05-101-4/+1
* TIP #692: Revise Tcl_GetAliasObj, remove Tcl_GetAlias()jan.nijtmans2024-04-211-107/+47
|\
| * Rebase to 9.0jan.nijtmans2024-04-191-72/+9
| |\
| | * Rebase to 9.0jan.nijtmans2024-04-091-64/+2
| | |\
| | | * Merge 9.0jan.nijtmans2024-03-131-3/+3
| | | |\
| | | * \ Remove Tcl_GetAlias()jan.nijtmans2024-03-101-62/+0
| | | |\ \
| | | * | | Add Tcl_GetAlias/Tcl_GetAliasObj to TIP #616jan.nijtmans2024-03-081-4/+4
| | | |/ /
* | | | | Merge 8.7jan.nijtmans2024-04-191-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.6jan.nijtmans2024-04-191-10/+10
| |\ \ \ \
| | * | | | targetNamePtr -> targetCmdPtr (making it the same as in other documentation a...jan.nijtmans2024-04-191-10/+10
* | | | | | Deprecate Tcl_GetAlias()jan.nijtmans2024-04-171-1/+2
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Deprecate Tcl_GetAlias()jan.nijtmans2024-04-171-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-27/+27
* | | | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-27/+27
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2024-04-041-30/+30
| |\ \ \ \ | | |/ / /
| | * | | Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-9/+9
| | * | | Cherry-pick [90e09ca320]: silence compiler warningjan.nijtmans2023-11-171-1/+1
* | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-5/+5
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-3/+3
| * | | silence compiler warningdgp2023-11-171-1/+1
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-3/+3
| |_|/ |/| |
* | | Merge 8.7jan.nijtmans2023-10-191-28/+28
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-27/+27
* | | Merge 8.7jan.nijtmans2023-10-131-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-131-31/+42
| |\ \ | | |/
| | * Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of incorrect...jan.nijtmans2023-10-131-4/+9
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-2/+2
* | | Merge 8.7jan.nijtmans2023-09-181-1/+1
|\ \ \ | |/ /
* | | TIP 624 followup. Now TclMakeSafe can be a static routine.dgp2023-09-121-8/+5
* | | Merge 8.7jan.nijtmans2023-09-081-1/+1
|\ \ \ | |/ /
| * | Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loadingjan.nijtmans2023-09-081-1/+1
| * | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* | | Update Tcl_Time for 32-bit systems and win64, being able to handle time > 203...jan.nijtmans2023-08-241-8/+8
* | | Merge trunkapnadkarni2023-04-141-3/+3
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-301-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-52/+52
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-241-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-241-1/+1
| |\ \ | | |/
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-1/+1
| | * Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-231-53/+54
| | * Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-191-5/+7
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-58/+58