summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-282-13/+13
* Use TclDStringToObj a bit moredkf2024-05-241-1/+1
* Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t...jan.nijtmans2024-05-231-14/+11
* "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-212-3/+3
* Add some machinery for easier testingdkf2024-05-201-1/+11
* issue [10aa8403d064439f]: make command `testsize` platform-independent (cover...sebres2024-05-101-23/+0
* TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B...jan.nijtmans2024-04-292-5/+1
* Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-292-30/+29
* Fix clang warning:jan.nijtmans2024-04-261-5/+5
* Since all tools are in utf-8 (actually: ascii), make that explicitjan.nijtmans2024-04-122-4/+4
* Add O_ACCMODE fow Windows, in case it is not definedjan.nijtmans2024-04-111-0/+3
* Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-102-2/+2
* Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-312-4/+4
* tcltest 2.5.7 -> 2.5.8jan.nijtmans2024-03-121-2/+2
* Unneeded "file normalize"jan.nijtmans2024-03-111-3/+3
* Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConf...jan.nijtmans2024-03-054-2/+32
* (minor) fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) bracedjan.nijtmans2024-03-044-32/+2
|\
| * Merge 8.6. TCL_PACKAGE_PATH is not used on Windowsjan.nijtmans2024-03-043-16/+1
| |\ | |/ |/|
| * Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced.jan.nijtmans2024-03-042-4/+4
|/
* merge releasedgp2024-02-282-2/+2
|\
| * merge 8.6dgp2024-02-202-2/+2
| |\
| * \ merge 8.6dgp2024-02-141-2/+2
| |\ \
| * | | Bump to 8.6.14 for releasegriffin2024-01-162-2/+2
* | | | Bug [f91ab723]: MS-WIN: remove dead code as TclWinGetPlatformId() constantly ...oehhar2024-02-261-32/+15
| |_|/ |/| |
* | | TCL_INTEGER_SPACE + 4 could be too small for a channelName on win32. Backport...jan.nijtmans2024-02-192-2/+2
| |/ |/|
* | There are changes to package tcltest since release of Tcl 9.0b1.dgp2024-02-141-2/+2
|/
* Backport tcltest 2.5.6 from Tcl9.0b1jan.nijtmans2024-01-091-2/+2
* Correction in documentation embedded in rules.vcjan.nijtmans2024-01-062-12/+13
* Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build wi...jan.nijtmans2024-01-041-1/+1
* There's no need to give tcltest.exe it's own maniifest. Give tcltest.exe a ve...jan.nijtmans2024-01-042-10/+4
* Make _VC_MANIFEST_EMBED_EXE function work for tclsh.exe/tcltest.exejan.nijtmans2024-01-041-0/+2
* Add generation of tcltest.res for tcltest.exe, which should function the same...jan.nijtmans2024-01-043-1/+137
* fixes percent-subst regression [fb2fa9b3f6] introduced by fixing of vulnerabi...sebres2023-10-271-1/+10
* Fix [9d216917e]: nmakehlp.c: remove unused include math.hjan.nijtmans2023-10-201-3/+2
* Missing !endif (in previous commit)jan.nijtmans2023-10-141-0/+1
* Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat...jan.nijtmans2023-10-131-36/+3
* Update rules.vcjan.nijtmans2023-10-091-0/+4
* TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-282-3/+2
|\
* | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec...jan.nijtmans2023-09-131-4/+10
* | No longer support "OPTS=utf16" in makefile.vc/rules.vcjan.nijtmans2023-09-122-13/+31
* | Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - ha...jan.nijtmans2023-08-034-17/+13
* | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-024-14/+3
* | 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
* Some more nmakehlp.c tweaksjan.nijtmans2023-05-161-3/+6
* 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
* Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now.jan.nijtmans2023-03-311-6/+6
* 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