summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Bug [b6f7cee65c] - nmake not testing zip based tcl libraryapnadkarni2023-09-161-3/+5
* Rebase to 8.7jan.nijtmans2023-08-302-11/+1
|\
| * Rebase to 8.7jan.nijtmans2023-07-262-11/+1
| |\
| | * Rebase to 8.7jan.nijtmans2023-07-092-11/+1
| | |\
| | | * Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-012-11/+1
* | | | Merge 8.7jan.nijtmans2023-08-034-16/+12
|\ \ \ \
| * | | | Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - ha...jan.nijtmans2023-08-034-17/+13
* | | | | Merge 8.6jan.nijtmans2023-08-024-13/+2
|\ \ \ \ \ | |/ / / /
| * | | | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-024-14/+3
* | | | | Make sure that zdll.lib and tommath.lib are installed in windows, for possibl...jan.nijtmans2023-08-012-1/+2
* | | | | Merge 8.6jan.nijtmans2023-08-014-1/+27
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows)jan.nijtmans2023-08-014-2/+15
| * | | Simplify tenviron2utfdstr(), since 2nd argument is always -1.jan.nijtmans2023-07-261-1/+1
* | | | simplify tenviron2utfdstr/utf2tenvirondstr macro's, since 2nd argument is alw...jan.nijtmans2023-07-211-3/+0
* | | | Fix handling of pre-built libtommath.dll on win64-armjan.nijtmans2023-07-202-5/+9
* | | | Fix: tommath.lib needs to be installed to permit extensions to link when usin...apnadkarni2023-07-171-0/+1
| |/ / |/| |
* | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a...jan.nijtmans2023-06-271-44/+0
* | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-264-78/+1
* | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* | | Let's see if this helpsjan.nijtmans2023-05-301-4/+4
* | | int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-291-1/+1
* | | merge core-8-branchdkf2023-05-2428-878/+777
|\ \ \
| * | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-242-2/+2
| * | | More size protection for winDdejan.nijtmans2023-05-241-8/+11
| * | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-4/+4
| * | | More int/Tcl_Size backportjan.nijtmans2023-05-201-1/+1
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-194-43/+42
| * | | Merge 8.6jan.nijtmans2023-05-161-1/+10
| |\ \ \ | | |/ /
| | * | Some more nmakehlp.c tweaksjan.nijtmans2023-05-161-3/+6
| * | | 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
| * | | Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-092-9/+9
| | |/ | |/|
| * | RingSizeT -> Tcl_Sizejan.nijtmans2023-04-261-42/+35
| * | 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 fro...jan.nijtmans2023-04-121-2/+4
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1217-61/+61
| * | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand...jan.nijtmans2023-04-122-2/+3
| * | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL...jan.nijtmans2023-04-052-4/+4
| * | Merge 8.6jan.nijtmans2023-03-312-7/+7
| |\ \ | | |/
| | * Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now.jan.nijtmans2023-03-311-6/+6
| * | 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 on...jan.nijtmans2023-03-3011-118/+71
| | * Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fa...jan.nijtmans2023-03-141-5/+5
| | * Add "notWsl" test constraints. Clean up many testcasesjan.nijtmans2023-03-081-18/+13
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
| * | Make test-output more readable when it contains non-printable characters (sto...jan.nijtmans2023-03-121-2/+2
| * | Merge 8.6jan.nijtmans2023-03-074-16/+15
| |\ \ | | |/
| | * Fix a few -Wconversion warningsjan.nijtmans2023-03-074-69/+80