summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | 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 trunkgriffin2023-05-092-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2023-05-092-5/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-092-9/+9
| | | | | | | |
* | | | | | | | merge trunkgriffin2023-05-036-51/+44
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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.
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ Partial sync-up with trunk.griffin2023-04-3020-114/+117
|\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | 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
| | | * | | | | | Add "notWsl" test constraints. Clean up many testcasesjan.nijtmans2023-03-081-18/+13
| | | | | | | | |
| | | | * | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-5/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge trunkgriffin2023-03-2516-268/+282
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2023-03-221-2/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those ↵jan.nijtmans2023-03-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are not public. Some formatting.
| * | | | | | | Merge 9.0. Also ckalloc -> Tcl_Alloc and ckfree -> Tcl_Freejan.nijtmans2023-03-121-2/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-121-2/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Make test-output more readable when it contains non-printable characters ↵jan.nijtmans2023-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (stolen from TIP #656 impl, thanks Ashok!) tcltest -> 2.5.6
| * | | | | | | | Merged 9.0. Note knownProfileBug constraint which mark questionable tests to ↵apnadkarni2023-03-101-5/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | be resolved later.
| | * | | | | | | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 ↵jan.nijtmans2023-03-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch, when TCL_UTF_MAX=3
| * | | | | | | | Merge 9.0jan.nijtmans2023-03-086-66/+66
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | More -Wconversion warning fixesjan.nijtmans2023-03-086-66/+66
| | | | | | | | |
| * | | | | | | | Merge 9.0jan.nijtmans2023-03-075-194/+203
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge 8.7jan.nijtmans2023-03-074-11/+10
| | |\ \ \ \ \ \ \ | | | |/ / / / / /