Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 fro... | jan.nijtmans | 2023-04-12 | 1 | -2/+4 |
* | | | Merge trunk | apnadkarni | 2023-04-14 | 17 | -63/+66 |
|\ \ \ | |/ / | |||||
| * | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 17 | -61/+61 |
| |\ \ | | |/ | |||||
| | * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 17 | -61/+61 |
| * | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank... | jan.nijtmans | 2023-04-12 | 1 | -0/+2 |
| * | | Merge 8.7 | jan.nijtmans | 2023-04-12 | 2 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand... | jan.nijtmans | 2023-04-12 | 2 | -2/+3 |
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc... | jan.nijtmans | 2023-04-13 | 3 | -6/+6 |
* | | | 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 TCL_READABLE|TCL_WRITABLE|TCL... | jan.nijtmans | 2023-04-05 | 2 | -4/+4 |
* | | | 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 on... | jan.nijtmans | 2023-03-30 | 11 | -118/+71 |
| | | * | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fa... | jan.nijtmans | 2023-03-14 | 1 | -5/+5 |
| | | * | Add "notWsl" test constraints. Clean up many testcases | jan.nijtmans | 2023-03-08 | 1 | -18/+13 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -5/+5 |
|/ / / | |||||
* | | | 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 a... | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
* | | | 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 (sto... | jan.nijtmans | 2023-03-12 | 1 | -2/+2 |
* | | | | Merged 9.0. Note knownProfileBug constraint which mark questionable tests to ... | apnadkarni | 2023-03-10 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 bra... | jan.nijtmans | 2023-03-09 | 1 | -5/+5 |
* | | | | 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 ca... | jan.nijtmans | 2023-03-07 | 1 | -1/+0 |
| * | | | 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 |