| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebase to 8.7 | jan.nijtmans | 2023-08-30 | 2 | -11/+1 |
|\ |
|
| * | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 2 | -11/+1 |
| |\ |
|
| | * | Rebase to 8.7 | jan.nijtmans | 2023-07-09 | 2 | -11/+1 |
| | |\ |
|
| | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 2 | -11/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-08-03 | 4 | -16/+12 |
|\ \ \ \ |
|
| * | | | | Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - ha... | jan.nijtmans | 2023-08-03 | 4 | -17/+13 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2023-08-02 | 4 | -13/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co... | jan.nijtmans | 2023-08-02 | 4 | -14/+3 |
|
|
* | | | | | Make sure that zdll.lib and tommath.lib are installed in windows, for possibl... | jan.nijtmans | 2023-08-01 | 2 | -1/+2 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2023-08-01 | 4 | -1/+27 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows) | jan.nijtmans | 2023-08-01 | 4 | -2/+15 |
|
|
| * | | | Simplify tenviron2utfdstr(), since 2nd argument is always -1. | jan.nijtmans | 2023-07-26 | 1 | -1/+1 |
|
|
* | | | | simplify tenviron2utfdstr/utf2tenvirondstr macro's, since 2nd argument is alw... | jan.nijtmans | 2023-07-21 | 1 | -3/+0 |
|
|
* | | | | Fix handling of pre-built libtommath.dll on win64-arm | jan.nijtmans | 2023-07-20 | 2 | -5/+9 |
|
|
* | | | | Fix: tommath.lib needs to be installed to permit extensions to link when usin... | apnadkarni | 2023-07-17 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a... | jan.nijtmans | 2023-06-27 | 1 | -44/+0 |
|
|
* | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 4 | -78/+1 |
|
|
* | | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
|
|
* | | | Let's see if this helps | jan.nijtmans | 2023-05-30 | 1 | -4/+4 |
|
|
* | | | int -> Tcl_Size, for full Tcl 9 support | jan.nijtmans | 2023-05-29 | 1 | -1/+1 |
|
|
* | | | merge core-8-branch | dkf | 2023-05-24 | 28 | -878/+777 |
|\ \ \ |
|
| * | | | Enhance html generation, so it can handle the "©" copy-sign as well | jan.nijtmans | 2023-05-24 | 2 | -2/+2 |
|
|
| * | | | More size protection for winDde | jan.nijtmans | 2023-05-24 | 1 | -8/+11 |
|
|
| * | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 1 | -4/+4 |
|
|
| * | | | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -1/+1 |
|
|
| * | | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac... | jan.nijtmans | 2023-05-19 | 4 | -43/+42 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2023-05-16 | 1 | -1/+10 |
| |\ \ \
| | |/ / |
|
| | * | | Some more nmakehlp.c tweaks | jan.nijtmans | 2023-05-16 | 1 | -3/+6 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2023-05-16 | 1 | -9/+9 |
| |\ \ \
| | |/ / |
|
| | * | | Only use _snprintf on older MSVC compilers. ZeroMemory -> memset | jan.nijtmans | 2023-05-16 | 1 | -9/+9 |
|
|
| | * | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 19 | -65/+65 |
|
|
| * | | | Remove useless type-casts. Backport some changes from 9.0 | jan.nijtmans | 2023-05-09 | 2 | -9/+9 |
| | |/
| |/| |
|
| * | | RingSizeT -> Tcl_Size | jan.nijtmans | 2023-04-26 | 1 | -42/+35 |
|
|
| * | | 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 |
|
|
| * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 17 | -61/+61 |
|
|
| * | | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand... | jan.nijtmans | 2023-04-12 | 2 | -2/+3 |
|
|
| * | | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL... | jan.nijtmans | 2023-04-05 | 2 | -4/+4 |
|
|
| * | | 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 |
|
|
| * | | 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 |
|
|
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
|
|
| * | | Make test-output more readable when it contains non-printable characters (sto... | jan.nijtmans | 2023-03-12 | 1 | -2/+2 |
|
|
| * | | 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.6 - testchmod fixes | apnadkarni | 2023-03-07 | 1 | -151/+166 |
| |\ \
| | |/ |
|