Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make TclObjInterpProc a macro (since it always should be used through TclGetO... | jan.nijtmans | 2022-09-22 | 6 | -59/+61 |
* | Update docs and comments to agree with TIP 623. | dgp | 2022-09-21 | 1 | -1/+3 |
* | Proposed fix for [c0bc269178], with testcase | jan.nijtmans | 2022-09-20 | 1 | -2/+6 |
* | eol-spacing | jan.nijtmans | 2022-09-14 | 1 | -2/+2 |
* | Update all tables for Unicode 15 | jan.nijtmans | 2022-09-14 | 2 | -494/+531 |
|\ | |||||
| * | Update all tables for Unicode 15 | jan.nijtmans | 2022-09-14 | 2 | -494/+531 |
| |\ | |||||
| | * | Unicode 15.0.0 (Beta), to be released September 2022 | jan.nijtmans | 2022-06-09 | 2 | -494/+531 |
* | | | (adapted) Testcase and fix for [1073daf086]: Bug in handling illegal utf-8 se... | jan.nijtmans | 2022-09-12 | 1 | -11/+8 |
* | | | code cleanup (typo's, type casts) | jan.nijtmans | 2022-09-10 | 1 | -40/+43 |
* | | | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 3 | -5/+9 |
|\ \ \ | |/ / | |||||
| * | | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 3 | -5/+9 |
* | | | Use TclOffset() in stead of magic calculations using sizeof(), which might gi... | jan.nijtmans | 2022-08-26 | 3 | -5/+5 |
* | | | Patch (8) from [37108037b9]: Code cleanups to support CHERI | jan.nijtmans | 2022-08-23 | 1 | -1/+1 |
* | | | Add (dummy) stub entries to TclOO (matching TIP #630) | jan.nijtmans | 2022-08-21 | 4 | -44/+56 |
* | | | More type-casts in tclOOMethod.c (backported from 8.7) | jan.nijtmans | 2022-08-21 | 1 | -64/+67 |
* | | | ClientData -> 'void *" in TclOO headers | jan.nijtmans | 2022-08-21 | 2 | -39/+39 |
* | | | Fix a case of lf not being flushed in certain cases when the crlf sequence ge... | max | 2022-08-04 | 1 | -2/+2 |
* | | | fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPt... | sebres | 2022-07-27 | 1 | -2/+15 |
* | | | cherry-pick branch apn-apply-bug (only test without the fix) to 8.6 | sebres | 2022-07-27 | 1 | -1/+83 |
|\ \ \ | |||||
| * | | | Fix and test crash using apply when the passed argument | apnadkarni | 2022-07-22 | 1 | -0/+8 |
| * | | | Added testapplylambda to illustrate bug in apply when the passed argument | apnadkarni | 2022-07-22 | 1 | -1/+83 |
| * | | | More TclGetStringFromObj() usage | jan.nijtmans | 2022-07-21 | 5 | -226/+219 |
| * | | | Undo changes in tclDecls.h from previous commit: Tk still needs it | jan.nijtmans | 2022-07-19 | 1 | -0/+9 |
| * | | | Only use -DBUILD_tcl for shared/static library | jan.nijtmans | 2022-07-18 | 1 | -1/+1 |
| * | | | Merge 8.7 | jan.nijtmans | 2022-07-17 | 130 | -17930/+21568 |
| |\ \ \ | |||||
| | * \ \ | Merge 8.6 | jan.nijtmans | 2022-07-17 | 1 | -13/+29 |
| | |\ \ \ | |||||
| | * | | | | Same bug-fix as [b79df322a9], but then for Tcl_AppendUnicodeToObj() | jan.nijtmans | 2022-07-14 | 1 | -1/+1 |
| | * | | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0) | jan.nijtmans | 2022-07-13 | 4 | -336/+327 |
| | * | | | | Fix build with -DTCL_NO_DEPRECATED | jan.nijtmans | 2022-07-13 | 3 | -5/+8 |
| | * | | | | Fix TCL_UTF_MAX == 3 build | jan.nijtmans | 2022-07-12 | 1 | -0/+4 |
| | |\ \ \ \ | |||||
| | | * | | | | Fix [b79df322a9] follow-up: Tcl_NewUnicodeObj truncates strings | jan.nijtmans | 2022-07-12 | 1 | -0/+4 |
| | * | | | | | Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add tests | apnadkarni | 2022-07-12 | 2 | -9/+63 |
| | |/ / / / | |||||
| | * | | | | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 3 | -29/+47 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2022-07-05 | 1 | -1/+3 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ... | jan.nijtmans | 2022-07-05 | 3 | -27/+23 |
| | * | | | | | | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!) | jan.nijtmans | 2022-07-04 | 2 | -8/+8 |
| | * | | | | | | Add TCL_COMBINE, just a NOP for now (will get a meaning in 9.0 | jan.nijtmans | 2022-07-04 | 1 | -0/+7 |
| | * | | | | | | TIP #609: Enhance Tcl_ThreadQueueEvent() | jan.nijtmans | 2022-07-03 | 8 | -33/+42 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-06-20 | 7 | -149/+175 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-06-10 | 23 | -186/+276 |
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | | | |||||
| | | * | | | | | | | Merge 8.7 | jan.nijtmans | 2022-05-25 | 4 | -6/+8 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 3 | -11/+3 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 2 | -0/+15 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-19 | 55 | -630/+1403 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 4 | -15/+19 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 72 | -1166/+1806 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-11-16 | 55 | -2290/+2772 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag | jan.nijtmans | 2021-08-15 | 8 | -49/+29 |
| | | * | | | | | | | | | | | | | | Proposed TIP #609 implementation | jan.nijtmans | 2021-08-15 | 5 | -19/+48 |
| | * | | | | | | | | | | | | | | | TIP #607: -failindex option for encoding convertto/convertfrom | jan.nijtmans | 2022-07-02 | 1 | -45/+109 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |