Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ungrammatical doubling of words in commentsminor | dkf | 2024-09-21 | 1 | -1/+1 |
| | |||||
* | Merge 8.7. Random indent fixes | jan.nijtmans | 2024-06-27 | 1 | -9/+9 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -18/+18 |
| |\ | |||||
| | * | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -18/+18 |
| | | | |||||
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -46/+43 |
| | | | | | | | | | 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 | 2024-05-13 | 1 | -43/+46 |
| | | | | | | | | | This is the dullest commit ever. Sorry. | ||||
* | | | More whitespace cleanup | dkf | 2024-05-10 | 1 | -1/+0 |
| | | | |||||
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -8/+8 |
| | | | |||||
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -3/+6 |
| | | | |||||
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -8/+8 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -4/+4 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-09-27 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Eliminate use of old deprecated trace subcommands from testcases | jan.nijtmans | 2023-09-27 | 1 | -4/+4 |
| | | | |||||
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -7/+7 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
| | * | Remove ARGSUSED. More type-casts | jan.nijtmans | 2022-11-29 | 1 | -48/+46 |
| | | | |||||
| * | | Handle TCL_TRACE_OLD_STYLE being deprecated | jan.nijtmans | 2023-09-20 | 1 | -15/+29 |
| | | | |||||
| * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -51/+0 |
| | | | |||||
* | | | WIP on TIP 673. First pass exposes issues in the test suite. | dgp | 2023-06-07 | 1 | -167/+5 |
| | | | |||||
* | | | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -5/+5 |
|\ \ \ | |/ / | | | | | | | 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 | -7/+7 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. ↵ | jan.nijtmans | 2023-04-12 | 1 | -1/+2 |
| | | | | | | | | | | | | Thanks, Rolf! | ||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -4/+15 |
|\ \ \ | |/ / | |||||
| * | | Reduce shimmering: If a conclusion can be drawn about the number of list ↵ | jan.nijtmans | 2022-11-28 | 1 | -4/+15 |
| | | | | | | | | | | | | elements, don't get the elements before the list length is checked | ||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-08 | 1 | -15/+14 |
|\ \ \ | |/ / | |||||
| * | | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentation | jan.nijtmans | 2022-11-08 | 1 | -111/+119 |
| | | | |||||
* | | | More int -> size_t (argc and level) in trace handling | jan.nijtmans | 2022-11-08 | 1 | -55/+55 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | More TCLFLEXARRAY usage | jan.nijtmans | 2022-11-08 | 1 | -2/+2 |
| | | | |||||
* | | | Use TCLFLEXARRAY | jan.nijtmans | 2022-11-07 | 1 | -6/+7 |
| | | | |||||
* | | | Implement modification of the 'name2' trace callback argument. | sbron | 2022-08-31 | 1 | -4/+19 |
| | | | |||||
* | | | fix(?) stray ckalloc()/ckfree(); ref TIP 494. | bch | 2022-08-23 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-08-23 | 1 | -28/+76 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-06-09 | 1 | -4/+4 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-06-06 | 1 | -14/+18 |
| |\ \ \ | | |/ / | |||||
| * | | | TIP #627 implementation | jan.nijtmans | 2022-06-01 | 1 | -0/+44 |
| |/ / | |||||
* | | | Merge 9.0. Add Tcl_ProcObjCmd2() | jan.nijtmans | 2022-05-31 | 1 | -4/+0 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-05-31 | 1 | -4/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6. Tcl_RegisterCommandTypeName/Tcl_GetCommandTypeName don't exist either | jan.nijtmans | 2022-05-31 | 1 | -4/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Tcl_SetCommandTokenInfo() does not exist | jan.nijtmans | 2022-05-31 | 1 | -4/+0 |
| | | | | |||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵ | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616) | ||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -32/+36 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 9.0. Eliminate almost all remaining (enum) casts | jan.nijtmans | 2022-04-11 | 1 | -30/+35 |
| |\ \ \ | |||||
| * \ \ \ | Rebase to Tcl 9.0 | jan.nijtmans | 2022-04-01 | 1 | -3/+2 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no ↵ | jan.nijtmans | 2022-03-02 | 1 | -3/+2 |
| | |/ / | | | | | | | | | | | | | longer necessary | ||||
| * | | | Some more int -> size_t in internal API | jan.nijtmans | 2022-02-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
| |\ \ \ | | |/ / |