summaryrefslogtreecommitdiffstats
path: root/test/option/option_profile.py
stat options
Period:
Authors:

Commits per author per week (path 'test/option/option_profile.py')

AuthorW06 2026W07 2026W08 2026W09 2026Total
Total00000
4ea2759 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix [bb69c8d17e] compiled string lastapnadkarni2023-05-021-1/+1
|
* Fix [7cddd2845c] - crash with >= INT_MAX operandsapnadkarni2023-04-291-4/+8
|\
| * More checks for exceeding max wordsapnadkarni2023-04-271-9/+1
| |
| * Fix for [7cddd2845c] (in progress)apnadkarni2023-04-261-4/+16
| |
* | More size_t -> Tcl_Size changes, which were missed before. Also ↵jan.nijtmans2023-04-261-2/+2
|/ | | | (experimental) make the wrapper macro's produce compiler warnings is Tcl_Size is not used.
* Merge trunkapnadkarni2023-04-231-5/+5
|\
| * Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf)apnadkarni2023-04-231-5/+5
| |\
| | * Use TclListObjRange in lassign for performance reasonsapnadkarni2023-04-221-5/+5
| | |
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-1/+1
|/ /
* | Merge trunkapnadkarni2023-04-141-5/+5
|\ \
| * \ Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-5/+5
| |\ \ | | |/ | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-5/+5
| | | | | | | | | corrections in history.tcl and tcltest.test.
| | * More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-27