summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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 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
| | |
* | | 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
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-074-16/+15
| | |\ \ | | | |/
| | | * Fix a few -Wconversion warningsjan.nijtmans2023-03-074-69/+80
| | | |
| * | | Merge 8.7 - testchmod fixesapnadkarni2023-03-071-151/+167
| |\ \ \ | | |/ /
| | * | Merge 8.6 - testchmod fixesapnadkarni2023-03-071-151/+166
| | |\ \ | | | |/
| | | * Fix testchmod and associated tests that always failed on Windowsapnadkarni2023-03-071-151/+165
| | | |
| | * | Fix [f3cb2a32d6]: uninitialized value in format-2.18. Also remove repeated ↵jan.nijtmans2023-03-071-1/+0
| | | | | | | | | | | | | | | | call to Tcl_DStringInit()
| * | | Merge 8.7jan.nijtmans2023-03-061-16/+15
| |\ \ \ | | |/ /
| | * | Tcl_WinTCharToUtf() is deprecated, so use Tcl_WCharToUtfDString() in stead.jan.nijtmans2023-03-061-18/+16
| | | |
| * | | Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-051-38/+33
| |\ \ \ | | |/ /
| | * | Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-051-38/+35
| | |\ \ | | | |/
| | | * Bug [9c5a00c69d]. Tilde expansion on Windowsapnadkarni2023-03-041-38/+35
| | | |
* | | | Merge 9.0. TclpSysalloc fix.apnadkarni2023-03-011-3/+3
|\ \ \ \ | |/ / /
| * | | Fix [f8ef6b3670] crash. TclpSysAlloc macro was truncating size request to 32 ↵apnadkarni2023-03-011-3/+3
| | | | | | | | | | | | | | | | bits on Windows.
* | | | Merge 9.0apnadkarni2023-03-011-2/+5
|\ \ \ \ | |/ / /
| * | | Fix [1d074b177a]. Failure to read .tclshrcapnadkarni2023-02-251-2/+5
| | | |
* | | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2023-01-061-0/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-01-061-0/+3
| |\ \ | | |/
| | * Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion)jan.nijtmans2023-01-041-0/+3
| | |
* | | Merge 8.7jan.nijtmans2022-12-212-1/+17
|\ \ \ | |/ /
| * | Tweaks to dde and registry extension, so they "load" without 3th argument in ↵jan.nijtmans2022-12-212-1/+17
| | | | | | | | | | | | Tcl 8.6 too.
* | | Merge 8.7 - change copyright in Windows build to UCal.apnadkarni2022-12-122-4/+2
|\ \ \ | |/ /
| * | Merge 8.6 - change copyright in Windows build to UCal.apnadkarni2022-12-122-4/+2
| |\ \ | | |/