summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "notWsl" test constraints. Clean up many testcasesjan.nijtmans2023-03-081-18/+13
* Fix a few -Wconversion warningsjan.nijtmans2023-03-074-69/+80
* Fix testchmod and associated tests that always failed on Windowsapnadkarni2023-03-071-151/+165
* Bug [9c5a00c69d]. Tilde expansion on Windowsapnadkarni2023-03-041-38/+35
* Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion)jan.nijtmans2023-01-041-0/+3
* Change copyright in Windows rc from Activestate to UCal and others to match l...apnadkarni2022-12-122-4/+2
* Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-292-2/+2
* Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-232-0/+6
* Re-generate configure scripts (with correct autoconf version)jan.nijtmans2022-11-231-10/+13
* merge 8.6dgp2022-10-281-1/+1
|\
| * The file $(builddir)/tclUuid.h is not part of the source code distribution.dgp2022-10-281-1/+1
* | merge 8.6dgp2022-10-272-3/+3
|\ \ | |/
| * www.tcl-tk.org -> www.tcl-lang.orgjan.nijtmans2022-10-261-1/+1
| * Add support for macOS Venturajan.nijtmans2022-10-231-2/+2
* | merge 8.6dgp2022-09-072-311/+468
|\ \ | |/
| * code cleanup (backported from 8.7)jan.nijtmans2022-09-071-308/+458
| * Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windowsapnadkarni2022-09-051-1/+8
| * typo'sjan.nijtmans2022-09-031-3/+3
* | merge 8.6dgp2022-07-251-2/+2
|\ \ | |/
| * tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-2/+2
* | merge 8.6dgp2022-07-124-8/+9
|\ \ | |/
| * Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-122-4/+5
| * Unnecessary quotes in win/rules.vcjan.nijtmans2022-07-071-1/+1
| * slightly stricter checking for TCL_MAJOR_VERSION in rules.vcjan.nijtmans2022-06-241-1/+1
| * bump http version to 2.9.8jan.nijtmans2022-06-201-2/+2
* | Bump to 8.6.13 for releasedgp2022-06-062-15/+12
|/
* Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c...jan.nijtmans2022-05-222-2/+3
* Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-152-10/+9
* Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
* Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-2/+2
* 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13.jan.nijtmans2022-05-092-2/+2
* Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6jan.nijtmans2022-04-041-2/+2
* Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn...jan.nijtmans2022-03-151-2/+2
* Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks()jan.nijtmans2022-02-211-1/+1
* Eliminate aarch64-w64-mingw32-clang warningjan.nijtmans2022-02-181-1/+3
* Merge 8.6jan.nijtmans2022-02-151-3/+3
|\