Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge 8.7 | fvogel | 2023-05-28 | 1 | -1/+202 | |
|\ | ||||||
| * | merge core-8-branch | dkf | 2023-05-24 | 28 | -878/+777 | |
| |\ | ||||||
| * \ | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -1/+202 | |
| |\ \ | ||||||
| | * \ | Merge 8.7 | jan.nijtmans | 2021-11-01 | 6 | -77/+126 | |
| | |\ \ | ||||||
| | * | | | Make tclWinChan.c compile again, fixing obvious implementation problems. Not ↵ | jan.nijtmans | 2021-06-29 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | tested if it actually works. | |||||
| | * | | | merge core-8-branch | dkf | 2021-06-27 | 3 | -30/+25 | |
| | |\ \ \ | ||||||
| | * | | | | First attempt at Windows implementation. | dkf | 2021-06-19 | 1 | -1/+204 | |
| | | | | | | | | | | | | | | | | | | I don't develop on that platform, so this is extra dodgy! | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-24 | 3 | -10/+13 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Enhance html generation, so it can handle the "©" copy-sign as well | jan.nijtmans | 2023-05-24 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | More size protection for winDde | jan.nijtmans | 2023-05-24 | 1 | -8/+11 | |
| | | | | | | ||||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-23 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | int -> Tcl_Size and other (internal) signature improvements. Most of them ↵ | jan.nijtmans | 2023-05-19 | 4 | -43/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | backported from 9.0 | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-17 | 1 | -10/+19 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2023-05-16 | 1 | -1/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Some more nmakehlp.c tweaks | jan.nijtmans | 2023-05-16 | 1 | -3/+6 | |
| | | | | | | | ||||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2023-05-16 | 1 | -9/+9 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Only use _snprintf on older MSVC compilers. ZeroMemory -> memset | jan.nijtmans | 2023-05-16 | 1 | -9/+9 | |
| | | | | | | | ||||||
| | * | | | | | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 19 | -65/+65 | |
| | | | | | | | | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test. | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-09 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Remove useless type-casts. Backport some changes from 9.0 | jan.nijtmans | 2023-05-09 | 2 | -9/+9 | |
| | | | | | | | ||||||
* | | | | | | | Fix OPTS=utf16 build for Tcl 9.0 | jan.nijtmans | 2023-04-30 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | | | ||||||
| \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ | More size_t -> Tcl_Size, missed by earlier updates | jan.nijtmans | 2023-04-27 | 5 | -50/+43 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | RingSizeT -> Tcl_Size | jan.nijtmans | 2023-04-26 | 1 | -42/+35 | |
| | | | | | | | | ||||||
| * | | | | | | | More size_t -> Tcl_Size changes, which were missed before. Also ↵ | jan.nijtmans | 2023-04-26 | 4 | -8/+8 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | (experimental) make the wrapper macro's produce compiler warnings is Tcl_Size is not used. | |||||
* | | | | | | | Merge trunk | apnadkarni | 2023-04-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Almost a merge-mark, just remove one (size_t) cast. | jan.nijtmans | 2023-04-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported ↵ | jan.nijtmans | 2023-04-12 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from 9.0 | |||||
* | | | | | | | | Merge trunk | apnadkarni | 2023-04-14 | 17 | -63/+66 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 17 | -61/+61 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | 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 | 17 | -61/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test. | |||||
| * | | | | | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. ↵ | jan.nijtmans | 2023-04-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks, Rolf! | |||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2023-04-12 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) ↵ | jan.nijtmans | 2023-04-12 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle larger lists in Tcl 9. | |||||
* | | | | | | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵ | jan.nijtmans | 2023-04-13 | 3 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation (will be needed to be done anyway) | |||||
* | | | | | | | | Merge 9.0 | apnadkarni | 2023-04-08 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2023-04-05 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Make sure that infoPtr->validMask only contains ↵ | jan.nijtmans | 2023-04-05 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_READABLE|TCL_WRITABLE|TCL_EXCEPTION, no other flags | |||||
* | | | | | | | | Merge 9.0 | apnadkarni | 2023-04-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
* | | | | | | | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 8 | -34/+34 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2023-03-31 | 2 | -7/+7 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Merge 8.6 | jan.nijtmans | 2023-03-31 | 2 | -7/+7 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | | * | | | | | Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. | jan.nijtmans | 2023-03-31 | 1 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 7 | -27/+27 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | One more snprintf | jan.nijtmans | 2023-03-30 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 6 | -26/+26 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | | * | | | | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 11 | -118/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on other platforms either. | |||||
| | | * | | | | | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵ | jan.nijtmans | 2023-03-14 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit |