summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7fvogel2023-05-281-1/+202
|\
| * merge core-8-branchdkf2023-05-2428-878/+777
| |\
| * \ rebase to latest 8.7jan.nijtmans2022-09-221-1/+202
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-11-016-77/+126
| | |\ \
| | * | | Make tclWinChan.c compile again, fixing obvious implementation problems. Not ↵jan.nijtmans2021-06-291-6/+4
| | | | | | | | | | | | | | | | | | | | tested if it actually works.
| | * | | merge core-8-branchdkf2021-06-273-30/+25
| | |\ \ \
| | * | | | First attempt at Windows implementation.dkf2021-06-191-1/+204
| | | | | | | | | | | | | | | | | | I don't develop on that platform, so this is extra dodgy!
* | | | | | Merge 8.7jan.nijtmans2023-05-243-10/+13
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-242-2/+2
| | | | | |
| * | | | | More size protection for winDdejan.nijtmans2023-05-241-8/+11
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2023-05-231-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-4/+4
| | | | | |
| * | | | | More int/Tcl_Size backportjan.nijtmans2023-05-201-1/+1
| | | | | |
| * | | | | int -> Tcl_Size and other (internal) signature improvements. Most of them ↵jan.nijtmans2023-05-194-43/+42
| | | | | | | | | | | | | | | | | | | | | | | | backported from 9.0
* | | | | | Merge 8.7jan.nijtmans2023-05-171-10/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-05-161-1/+10
| |\ \ \ \ \
| | * | | | | Some more nmakehlp.c tweaksjan.nijtmans2023-05-161-3/+6
| | | | | | |
| * | | | | | Merge 8.6jan.nijtmans2023-05-161-9/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Only use _snprintf on older MSVC compilers. ZeroMemory -> memsetjan.nijtmans2023-05-161-9/+9
| | | | | | |
| | * | | | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1219-65/+65
| | | | | | | | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | | | | Merge 8.7jan.nijtmans2023-05-092-5/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-092-9/+9
| | | | | | |
* | | | | | | Fix OPTS=utf16 build for Tcl 9.0jan.nijtmans2023-04-301-1/+1
| | | | | | |
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-275-50/+43
|\ \ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | RingSizeT -> Tcl_Sizejan.nijtmans2023-04-261-42/+35
| | | | | | | |
| * | | | | | | More size_t -> Tcl_Size changes, which were missed before. Also ↵jan.nijtmans2023-04-264-8/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | (experimental) make the wrapper macro's produce compiler warnings is Tcl_Size is not used.
* | | | | | | Merge trunkapnadkarni2023-04-191-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Almost a merge-mark, just remove one (size_t) cast.jan.nijtmans2023-04-181-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-1/+1
| | | | | | | |
| | * | | | | | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported ↵jan.nijtmans2023-04-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from 9.0
* | | | | | | | Merge trunkapnadkarni2023-04-1417-63/+66
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-1217-61/+61
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * | | | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1217-61/+61
| | | | | | | | | | | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test.
| * | | | | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. ↵jan.nijtmans2023-04-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks, Rolf!
| * | | | | | | Merge 8.7jan.nijtmans2023-04-122-2/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) ↵jan.nijtmans2023-04-122-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle larger lists in Tcl 9.
* | | | | | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵jan.nijtmans2023-04-133-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation (will be needed to be done anyway)
* | | | | | | | Merge 9.0apnadkarni2023-04-082-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2023-04-052-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Make sure that infoPtr->validMask only contains ↵jan.nijtmans2023-04-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_READABLE|TCL_WRITABLE|TCL_EXCEPTION, no other flags
* | | | | | | | Merge 9.0apnadkarni2023-04-051-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge 9.0jan.nijtmans2023-04-018-34/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2023-03-312-7/+7
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 8.6jan.nijtmans2023-03-312-7/+7
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now.jan.nijtmans2023-03-311-6/+6
| | | | | | | |
| * | | | | | | Merge 8.7jan.nijtmans2023-03-307-27/+27
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | One more snprintfjan.nijtmans2023-03-301-1/+1
| | | | | | | |
| | * | | | | | Merge 8.6jan.nijtmans2023-03-306-26/+26
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-3011-118/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on other platforms either.
| | | * | | | | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵jan.nijtmans2023-03-141-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit