summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve bunch of error-messagesjan.nijtmans2024-08-151-1/+1
|\
| * Improve bunch of error-messagesjan.nijtmans2024-08-151-1/+1
| |
* | Minor optimisation in the [interp create] implementationdkf2024-08-151-156/+174
| |
* | Also fix the non-zipfs buildapnadkarni2024-08-091-1/+1
| |
* | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
|\ \ | |/
| * Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
| |\
| | * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-1/+1
| |/ |/|
* | merge 8.7sebres2024-05-271-13/+0
|\ \ | |/
| * merge 8.6sebres2024-05-271-13/+0
| |\
| | * fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further ↵sebres2024-05-271-13/+0
| | | | | | | | | | | | | | | invocations of EvalObjvCore (e. g. direct invocation or NRE, Tcl_EvalObjv, Tcl_EvalObjEx, TclNREvalObjEx, etc); partially reverts [b740e2abbd44c7d0]
* | | Merge 8.7dkf2024-05-261-25/+16
|\ \ \ | |/ /
| * | merge 8.6dkf2024-05-261-25/+16
| |\ \ | | |/
| | * More C functions for working with dicts [656fe3c816]dkf2024-05-261-25/+16
| | |\
| | | * Use the new operationsdkf2024-05-251-25/+16
| | | |
* | | | Merge 8.7dkf2024-05-251-0/+13
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchdkf2024-05-251-0/+13
| |\ \ \ | | |/ /
| | * | Check limits immediately when we do [interp eval]. [e3f4a8b78d]dkf2024-05-251-0/+13
| | |/
| * | Fix [6eb8d79cb8]: segfault in obj-34.1jan.nijtmans2024-04-221-58/+60
| |\ \ | | |/
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-44/+44
| | | | | | | | | 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 dkf2024-05-131-44/+44
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | 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 ↵jan.nijtmans2024-04-191-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | and tcl.decls)
* | | | | | 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 ↵jan.nijtmans2024-04-111-27/+27
| | | | | | | | | | | | | | | | | | | | sentinels and type-casts.
* | | | | 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 ↵jan.nijtmans2023-10-131-4/+9
| | | | | | | | | | | | incorrect type
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
| | | | | | | | | corrections in history.tcl and tcltest.test.
| * | 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
| | |