Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.7 | sebres | 2024-06-19 | 1 | -3/+4 |
|\ | |||||
| * | merge 8.6 | sebres | 2024-06-19 | 1 | -3/+4 |
| |\ | |||||
| | * | typo in comment | sebres | 2024-06-13 | 1 | -1/+1 |
| | | | |||||
| | * | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in ↵ | sebres | 2024-06-13 | 1 | -3/+4 |
| | | | | | | | | | | | | safe interp too | ||||
* | | | TIP #697: 32-bit truncation in format and scan (let's gain some time) | jan.nijtmans | 2024-06-19 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7 | dkf | 2024-06-16 | 1 | -752/+838 |
|\ \ \ | |/ / | |||||
| * | | Better comments. | dkf | 2024-06-16 | 1 | -19/+34 |
| | | | |||||
| * | | Some more improvements | dkf | 2024-06-16 | 1 | -11/+85 |
| | | | |||||
| * | | Cleaner ensemble innards | dkf | 2024-06-16 | 1 | -732/+731 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2024-05-27 | 1 | -24/+24 |
|\ \ \ | |/ / | |||||
| * | | Another round of sentinel improvements | jan.nijtmans | 2024-05-27 | 1 | -24/+24 |
| |\ \ | | |/ | |||||
* | | | Merge 8.7 | dkf | 2024-05-26 | 1 | -3/+2 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | dkf | 2024-05-26 | 1 | -3/+2 |
| |\ \ | | |/ | |||||
| | * | Use the new operations | dkf | 2024-05-25 | 1 | -3/+2 |
| | | | |||||
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -112/+112 |
| | | | | | | | | | 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 dkf/to-redo | dkf | 2024-05-13 | 1 | -112/+112 |
| | | | | | | | | | This is the dullest commit ever. Sorry. | ||||
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -20/+20 |
| | | | |||||
* | | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -2/+1 |
| | | | |||||
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -5/+4 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2024-03-13 | 1 | -14/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-03-12 | 1 | -14/+15 |
| |\ \ | | |/ | |||||
| | * | Code cleanup, no change in functionality. All backported from 8.7/9.0 | jan.nijtmans | 2024-03-12 | 1 | -241/+222 |
| | | | |||||
| | * | More type-casts (c++-compatibility) | jan.nijtmans | 2023-09-13 | 1 | -29/+29 |
| | | | |||||
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -20/+20 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -24/+24 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -24/+24 |
| | | | |||||
| * | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj() | jan.nijtmans | 2023-08-25 | 1 | -6/+2 |
| |\ \ | |||||
| | * | | The experiment deployment of TclDuplicatePureObj() has been reverted from | dgp | 2023-08-21 | 1 | -5/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the trunk. This branch attempts to prepare a reversion for the core-8-branch also, via a cherrypick and resolution of conflicts. Starting an experiment in one new release to reject it in the next is at best odd. Also, valgrind test runs of core-8-branch show memory leaks with TclDuplicatePureObj() on the stack trace. This checkin shows a clean valgrind run. There are three test failures on this checkin, which I hope someone versed in the ArithSeries work can resolve. They are the tests: lseq-3.14 lseq-4.19 lseq-bug-54329e39c7 merge bug-bc7ddc7944 (revert use of TclDuplicatePureObj) | ||||
| * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. ↵ | jan.nijtmans | 2023-05-31 | 1 | -1/+5 |
| | | | | | | | | | | | | Backported from 9.0 | ||||
| * | | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -36/+37 |
| | | | |||||
* | | | More replacements of DuplicateObj with ListObjCopy. | griffin | 2023-08-12 | 1 | -1/+1 |
| | | | |||||
* | | | Revert more bits. | griffin | 2023-08-10 | 1 | -24/+0 |
| | | | |||||
* | | | Revert DupolicatePureObj back to DuplicateObj. | griffin | 2023-08-10 | 1 | -10/+5 |
| | | | |||||
* | | | Permit large scripts > INT_MAX. Not complete because compiler source line ↵ | apnadkarni | 2023-07-09 | 1 | -5/+5 |
| | | | | | | | | | | | | tracking still limited. | ||||
* | | | Merge trunk | griffin | 2023-05-23 | 1 | -5/+34 |
|\ \ \ | |||||
| * | | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ↵ | pooryorick | 2023-05-17 | 1 | -5/+34 |
|/ / / | | | | | | | | | | and add more error checking. | ||||
* | | | New function, TclDuplicatePureObj(), doesn't duplicate the string | pooryorick | 2023-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | representation when duplicating an object, unless necessary. Remove TclListObjCopy() in favor of TclDuplicatePureObj(), allowing internal representation to change after the copy rather than before. | ||||
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | non-comment corrections in history.tcl and tcltest.test. | ||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -74/+74 |
|/ / / | |||||
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -36/+36 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -2/+10 |
|\ \ \ | |/ / | |||||
| * | | Reduce shimmering: If a conclusion can be drawn about the number of list ↵ | jan.nijtmans | 2022-11-28 | 1 | -2/+10 |
| | | | | | | | | | | | | elements, don't get the elements before the list length is checked | ||||
* | | | Rebase to 9.0 | jan.nijtmans | 2022-10-21 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -14/+14 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-10-21 | 1 | -14/+14 |
| |\ \ | | |/ |