Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | 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 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 | ||||
| | * | Add "notWsl" test constraints. Clean up many testcases | jan.nijtmans | 2023-03-08 | 1 | -18/+13 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those ↵ | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
| | | | | | | | | | | | | are not public. Some formatting. | ||||
* | | | Merge 9.0. Also ckalloc -> Tcl_Alloc and ckfree -> Tcl_Free | jan.nijtmans | 2023-03-12 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2023-03-12 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Make test-output more readable when it contains non-printable characters ↵ | jan.nijtmans | 2023-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | (stolen from TIP #656 impl, thanks Ashok!) tcltest -> 2.5.6 | ||||
* | | | | Merged 9.0. Note knownProfileBug constraint which mark questionable tests to ↵ | apnadkarni | 2023-03-10 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | be resolved later. | ||||
| * | | | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 ↵ | jan.nijtmans | 2023-03-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | branch, when TCL_UTF_MAX=3 | ||||
* | | | | Merge 9.0 | jan.nijtmans | 2023-03-08 | 6 | -66/+66 |
|\ \ \ \ | |/ / / | |||||
| * | | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 6 | -66/+66 |
| | | | | |||||
* | | | | Merge 9.0 | jan.nijtmans | 2023-03-07 | 5 | -194/+203 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-07 | 4 | -11/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-07 | 4 | -16/+15 |
| | |\ \ | | | |/ | |||||
| | | * | Fix a few -Wconversion warnings | jan.nijtmans | 2023-03-07 | 4 | -69/+80 |
| | | | | |||||
| * | | | Merge 8.7 - testchmod fixes | apnadkarni | 2023-03-07 | 1 | -151/+167 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 - testchmod fixes | apnadkarni | 2023-03-07 | 1 | -151/+166 |
| | |\ \ | | | |/ | |||||
| | | * | Fix testchmod and associated tests that always failed on Windows | apnadkarni | 2023-03-07 | 1 | -151/+165 |
| | | | | |||||
| | * | | Fix [f3cb2a32d6]: uninitialized value in format-2.18. Also remove repeated ↵ | jan.nijtmans | 2023-03-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | call to Tcl_DStringInit() | ||||
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-06 | 1 | -16/+15 |
| |\ \ \ | | |/ / | |||||
| | * | | Tcl_WinTCharToUtf() is deprecated, so use Tcl_WCharToUtfDString() in stead. | jan.nijtmans | 2023-03-06 | 1 | -18/+16 |
| | | | | |||||
| * | | | Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windows | apnadkarni | 2023-03-05 | 1 | -38/+33 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windows | apnadkarni | 2023-03-05 | 1 | -38/+35 |
| | |\ \ | | | |/ | |||||
| | | * | Bug [9c5a00c69d]. Tilde expansion on Windows | apnadkarni | 2023-03-04 | 1 | -38/+35 |
| | | | | |||||
* | | | | Merge 9.0. TclpSysalloc fix. | apnadkarni | 2023-03-01 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [f8ef6b3670] crash. TclpSysAlloc macro was truncating size request to 32 ↵ | apnadkarni | 2023-03-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | bits on Windows. | ||||
* | | | | Merge 9.0 | apnadkarni | 2023-03-01 | 1 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [1d074b177a]. Failure to read .tclshrc | apnadkarni | 2023-02-25 | 1 | -2/+5 |
| | | | | |||||
* | | | | Compiles and runs. Tests still to be ported. | apnadkarni | 2023-02-25 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-01-06 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-01-06 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-04 | 1 | -0/+3 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-12-21 | 2 | -1/+17 |
|\ \ \ | |/ / | |||||
| * | | Tweaks to dde and registry extension, so they "load" without 3th argument in ↵ | jan.nijtmans | 2022-12-21 | 2 | -1/+17 |
| | | | | | | | | | | | | Tcl 8.6 too. | ||||
* | | | Merge 8.7 - change copyright in Windows build to UCal. | apnadkarni | 2022-12-12 | 2 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 - change copyright in Windows build to UCal. | apnadkarni | 2022-12-12 | 2 | -4/+2 |
| |\ \ | | |/ |