Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on ↵ | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
| | | | | Windows. It looks like checking for "ps1" is a mistake. | ||||
* | Revise buffer-sizes used in GetModuleFileNameW() calls. Available ↵ | jan.nijtmans | 2021-02-23 | 2 | -7/+7 |
| | | | | buffer-size reported to GetModuleFileNameW() was not always accurate | ||||
* | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make ↵ | jan.nijtmans | 2021-02-08 | 2 | -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.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| | |||||
* | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵ | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
| | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16 | ||||
* | re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
| | |||||
* | Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵ | jan.nijtmans | 2020-12-24 | 1 | -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.nijtmans | 2020-12-24 | 2 | -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.nijtmans | 2020-12-23 | 2 | -24/+26 |
| | |||||
* | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 2 | -8/+8 |
| | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | Fix syntax error in win/makefile.vc | jan.nijtmans | 2020-12-03 | 1 | -5/+0 |
| | |||||
* | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
| | |||||
* | Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified ↵ | jan.nijtmans | 2020-12-02 | 2 | -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.nijtmans | 2020-12-01 | 2 | -16/+0 |
| | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
* | Add github actions build. Use Titlecase in Tcl_StaticPackage | jan.nijtmans | 2020-11-18 | 3 | -6/+6 |
| | |||||
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 4 | -7/+15 |
| | |||||
* | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO ↵ | jan.nijtmans | 2020-10-29 | 2 | -5/+1 |
| | | | | to the Makefile | ||||
* | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 8 | -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.nijtmans | 2020-10-09 | 1 | -3/+3 |
| | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | ||||
* | Backport improvemenets in .gitignore .fossil-settings/ignore-glob and ↵ | jan.nijtmans | 2020-08-24 | 1 | -13/+118 |
| | | | | win/nmakehlp.c | ||||
* | Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs" | jan.nijtmans | 2020-08-12 | 1 | -1/+3 |
| | | | Fix travis build for Windows/Debug | ||||
* | windows: replace gethostbyname with getaddrinfo (gethostbyname can hang ↵ | sebres | 2020-08-10 | 1 | -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.nijtmans | 2020-07-20 | 1 | -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. | dgp | 2020-04-21 | 1 | -28/+0 |
| | | | Extend it to report sizeof(Tcl_UniChar). | ||||
* | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 2 | -4/+0 |
| | |||||
* | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 1 | -17/+17 |
| | |||||
* | Update all internal tables to Unicode 13. | jan.nijtmans | 2020-03-05 | 2 | -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 2013 | jan.nijtmans | 2020-02-04 | 1 | -4/+1 |
| | | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-01-30 | 1 | -5/+6 |
| |\ | |||||
| | * | Reset WSAGetLastError()/errno always, even when this error is not reported ↵ | jan.nijtmans | 2020-01-30 | 1 | -5/+6 |
| | | | | | | | | | | | | due to the earlier error. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2020-01-30 | 1 | -16/+7 |
| |\ \ | | |/ | |||||
| | * | According to the ↵ | jan.nijtmans | 2020-01-30 | 1 | -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.nijtmans | 2020-01-20 | 1 | -0/+5 |
| | | | | | | | | | | | | without changes. | ||||
| * | | Fix install-libraries-zipfs-static target: On Windows INSTALL_DATA makes no ↵ | jan.nijtmans | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | sense. Reported by René Zaumseil. Thanks! | ||||
| * | | Merge 8.7. All calls using MP_WUR handled now. | jan.nijtmans | 2020-01-22 | 2 | -2/+2 |
| | | | |||||
| * | | Implementation of TIP #542: Support for switchable Full Unicode support | jan.nijtmans | 2020-01-20 | 1 | -5/+5 |
| |\ \ | |||||
| | * \ | merge 8.7 | dgp | 2020-01-17 | 1 | -3/+9 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 3 | -7/+7 |
| | |\ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2019-12-14 | 2 | -6/+24 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-13 | 8 | -67/+113 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-08 | 3 | -23/+53 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-03 | 3 | -4/+4 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-01 | 6 | -148/+69 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-26 | 5 | -29/+38 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc ↵ | jan.nijtmans | 2019-11-18 | 2 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (shared-build only) | ||||
| | * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 3 | -3/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-13 | 4 | -6/+7 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-11 | 4 | -3/+13 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-04 | 3 | -2/+3 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |