summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on ↵jan.nijtmans2021-04-151-1/+0
| | | | Windows. It looks like checking for "ps1" is a mistake.
* Revise buffer-sizes used in GetModuleFileNameW() calls. Available ↵jan.nijtmans2021-02-232-7/+7
| | | | buffer-size reported to GetModuleFileNameW() was not always accurate
* Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make ↵jan.nijtmans2021-02-082-4/+4
| | | | clean", which might be a leftover of a previous Tcl 8.7 build in this directory
* On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
|
* Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
|
* Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-052-4/+4
| | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
* re-generate win/configurejan.nijtmans2021-01-041-0/+1
|
* Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵jan.nijtmans2020-12-241-17/+16
| | | | autoconf-2.59 as well. Still to be tested with autoconf-2.70.
* Convert AC_TRY_COMPILE (which is obsolete now) to ↵jan.nijtmans2020-12-242-18/+31
| | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too.
* More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet!jan.nijtmans2020-12-232-24/+26
|
* Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵jan.nijtmans2020-12-222-8/+8
| | | | everything still generated with (modified) autoconf-2.59
* Fix syntax error in win/makefile.vcjan.nijtmans2020-12-031-5/+0
|
* Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
|
* Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified ↵jan.nijtmans2020-12-022-16/+0
| | | | | without /DRIVER; image may not run. This options was only useful on MSVC++ 5.0 and earlier, which is no longer supported
* Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵jan.nijtmans2020-12-012-16/+0
| | | | generates this part, resulting in duplicate code in the "configure" script
* Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-183-6/+6
|
* Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-294-7/+15
|
* Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO ↵jan.nijtmans2020-10-292-5/+1
| | | | to the Makefile
* (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-228-31/+42
| | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up
* (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵jan.nijtmans2020-10-091-3/+3
| | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings
* Backport improvemenets in .gitignore .fossil-settings/ignore-glob and ↵jan.nijtmans2020-08-241-13/+118
| | | | win/nmakehlp.c
* Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs"jan.nijtmans2020-08-121-1/+3
| | | Fix travis build for Windows/Debug
* windows: replace gethostbyname with getaddrinfo (gethostbyname can hang ↵sebres2020-08-101-44/+58
| | | | | | | sporadically, closes [7cf7cce423]); corresponding to MS (https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-gethostbyname): Developers creating Windows Sockets 2 applications are urged to use the getaddrinfo function instead of gethostbyname
* Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
| | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3
* Move testing command [testsize] from Windows to generic.dgp2020-04-211-28/+0
| | | Extend it to report sizeof(Tcl_UniChar).
* Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-172-4/+0
|
* Clean-up some unnecessary spacing.jan.nijtmans2020-04-171-17/+17
|
* Update all internal tables to Unicode 13.jan.nijtmans2020-03-052-2/+2
|\ | | | | (while on it) sync tclWinDdde.c and tclWinReg.c, making it 100% identical to other branches.
| * It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-041-4/+1
| |
| * Merge 8.6jan.nijtmans2020-01-301-5/+6
| |\
| | * Reset WSAGetLastError()/errno always, even when this error is not reported ↵jan.nijtmans2020-01-301-5/+6
| | | | | | | | | | | | due to the earlier error.
| * | Merge 8.6jan.nijtmans2020-01-301-16/+7
| |\ \ | | |/
| | * According to the ↵jan.nijtmans2020-01-301-16/+7
| | | | | | | | | | | | [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&name=5ac7827cd282bbda|documentation], close2Proc(...., 0) should operate the same as closeProc(). Fix the UNIX/Windows socket channels to behave like that.
| | * Now that TIP #538 is integrated, make rules.vc work for both 8.6 and 8.7 ↵jan.nijtmans2020-01-201-0/+5
| | | | | | | | | | | | without changes.
| * | Fix install-libraries-zipfs-static target: On Windows INSTALL_DATA makes no ↵jan.nijtmans2020-01-271-1/+1
| | | | | | | | | | | | sense. Reported by René Zaumseil. Thanks!
| * | Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-222-2/+2
| | |
| * | Implementation of TIP #542: Support for switchable Full Unicode supportjan.nijtmans2020-01-201-5/+5
| |\ \
| | * \ merge 8.7dgp2020-01-171-3/+9
| | |\ \ | | |/ / | |/| |
| | * | Merge 8.7jan.nijtmans2020-01-073-7/+7
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2019-12-142-6/+24
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-12-138-67/+113
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2019-12-083-23/+53
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-12-033-4/+4
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-12-016-148/+69
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-265-29/+38
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc ↵jan.nijtmans2019-11-182-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (shared-build only)
| | * | | | | | | | | Merge 8.7jan.nijtmans2019-11-153-3/+1
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-134-6/+7
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-114-3/+13
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-043-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \