summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* VarHashCreateVar() isn't used in tclExecute.cjan.nijtmans2025-04-201-9/+4
* Fix warning: variables 'ui' and 'maxSizeDecade' used in loop condition not mo...jan.nijtmans2025-04-171-2/+1
* off-by-8 (thanks, Don!)jan.nijtmans2025-04-171-1/+1
* Fix and speedup for TclLog2() - only used with TCL_COMPILE_STATS. Can now han...jan.nijtmans2025-04-111-21/+39
* Shorten generation of TCL OO error codesdkf2024-12-231-8/+7
* Follow-up for [0439e1e1a3]: Slow detection of illegal expr argument. Same fi...jan.nijtmans2024-10-081-1/+5
|\
| * Fix [0439e1e1a3]: Slow detection of illegal expr argumentjan.nijtmans2024-10-081-16/+33
| |\
| | * Do an additional check, before declaring something "a list"jan.nijtmans2024-10-081-1/+4
| | * Rebase to 9.0jan.nijtmans2024-10-081-1/+2
| | |\ | |/ / |/| |
| | * Merge 9.0. Use TclMaxListLength() to determine error-message in stead of conv...jan.nijtmans2024-09-241-20/+8
| | |\
* | | | In Tcl_GetNumberFromObj() change the dictionary length check from > 1 to > 0 topooryorick2024-10-071-1/+1
| |_|/ |/| |
* | | Define TclNewNamespaceObj() to capture common idiomdkf2024-08-171-19/+6
| |/ |/|
* | Don't bother unrelated error-messagesjan.nijtmans2024-07-091-1/+1
* | first/second -> left/right and can't -> cannotjan.nijtmans2024-07-081-9/+9
* | Add possible "first"/"second" to error-message (thanks, rmax!)jan.nijtmans2024-07-081-11/+12
* | Handle dict in expr error-message as welljan.nijtmans2024-07-071-4/+12
* | Possible fix for [0439e1e1a3]: Slow detection of illegal expr argumentjan.nijtmans2024-07-051-0/+7
* | merge 8.7sebres2024-06-121-5/+5
|\ \ | |/
* | Make function definitions have right argument styledkf2024-06-041-2/+4
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* | Merge 8.7jan.nijtmans2024-05-271-27/+27
|\ \
* \ \ Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix s...jan.nijtmans2024-05-271-6/+1
|\ \ \
* \ \ \ Merge 8.7. Some int -> Tcl_Sizejan.nijtmans2024-05-211-4/+4
|\ \ \ \
* | | | | silence warning (implicit-fallthrough)sebres2024-05-131-0/+2
* | | | | Clean up a lot of small whitespace issues dkf2024-05-131-204/+215
* | | | | More whitespace cleanupdkf2024-05-101-2/+0
* | | | | Merge 8.7jan.nijtmans2024-04-101-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Upgrade provided libtommath with version 1.3. Still works with external libto...jan.nijtmans2024-03-291-1/+2
|\ \ \ \ \
| * | | | | Take care of the deprecation of mp_expt_u32jan.nijtmans2024-03-281-1/+2
|/ / / / /
* | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-14/+14
|\ \ \ \ \
* | | | | | more spacing/formatting tweaksdkf2024-03-191-15/+15
* | | | | | Fix indentation/brace usage style issuesdkf2024-03-191-57/+30
* | | | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-19/+19
* | | | | | Spacingjan.nijtmans2023-12-201-1/+1
* | | | | | Fix compiler error in TIP #677 implementationjan.nijtmans2023-12-121-3/+3
* | | | | | Bytecode implementationdkf2023-12-051-0/+71
* | | | | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-3/+3
* | | | | | Merge 8.7jan.nijtmans2023-10-191-26/+26
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-10-151-1/+1
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-10-101-15/+15
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-09-181-1/+1
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-09-121-6/+1
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-1/+1
* | | | | | | | | | | Merge 8.7jan.nijtmans2023-08-251-11/+11
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-08-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-08-231-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkgriffin2023-08-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-1/+1
* | | | | | | | | | | | | | | Replace more DuplicateObj with ListObjCopy.griffin2023-08-121-1/+1
* | | | | | | | | | | | | | | Tcl_DuplicateObj() does not need DECACHE/CACHE protections.dgp2023-08-111-9/+1