Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport win/rules.vc from 8.7 | jan.nijtmans | 2021-02-10 | 1 | -10/+2 |
| | |||||
* | Merge 8.5 | jan.nijtmans | 2021-02-08 | 1 | -6/+7 |
|\ | |||||
| * | 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 |
|\ \ | |/ | |||||
| * | 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 [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵ | jan.nijtmans | 2021-01-21 | 4 | -5/+81 |
|\ \ | | | | | | | | | | longer compile the stub library using LTO (even if CFLAGS enables LTO) | ||||
| * | | Don't use LTO for any stub libraries: It's asking for trouble when an ↵ | jan.nijtmans | 2021-01-20 | 4 | -5/+81 |
|/ / | | | | | | | extension is compiled with different CFLAGS as the stub library. | ||||
* | | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| | | |||||
* | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 1 | -37/+35 |
| | | |||||
* | | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 ↵ | jan.nijtmans | 2021-01-05 | 1 | -13/+13 |
|\ \ | |/ | | | | | to make that change | ||||
* | | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵ | jan.nijtmans | 2021-01-05 | 1 | -23/+20 |
| | | | | | | | | the same */configure scripts with autoconf-2.59. | ||||
* | | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some ↵ | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | | | | | | | | extensions (like tkImg) | ||||
* | | AC_HELP_STRING -> AS_HELP_STRING | jan.nijtmans | 2021-01-04 | 2 | -4/+4 |
| | | |||||
* | | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵ | jan.nijtmans | 2021-01-04 | 2 | -15/+31 |
| | | | | | | | | generated configure scripts | ||||
* | | re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | merge 8.6 | dgp | 2020-12-26 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails ↵ | jan.nijtmans | 2020-12-23 | 1 | -3/+3 |
| | | | | | | | | | | | | on all platforms. On Win10 disable the testcase, because latest Win10 in "Developer Mode" _can_ create symbolic links to files. | ||||
* | | | merge 8.6 | dgp | 2020-12-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ↵ | jan.nijtmans | 2020-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Paul! | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-17 | 4 | -6/+20 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-12-13 | 3 | -5/+5 |
| |\ \ | |||||
| | * | | nmake: fix path in tcl.nmake check | apnadkarni | 2020-12-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows ↵ | jan.nijtmans | 2020-12-11 | 5 | -134/+172 |
| |\ \ \ | | |/ / | | | | | | | | | XP doesn't have it | ||||
| * | | | RFE 548cd945d6: symlinks for Windows 10 | jan.nijtmans | 2020-12-10 | 1 | -4/+9 |
| | | | | |||||
* | | | | merge 8.6 | dgp | 2020-12-11 | 2 | -130/+158 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION ↵ | apnadkarni | 2020-12-11 | 1 | -125/+127 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | checks. msvcrt and time64bit OPTS checks were using Tcl versions before definition. Moved Tcl version retrieval to earlier in the build as a fix. Also, < cannot be used with strings, so made the checks numerics. | ||||
| * | | | nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7 | apnadkarni | 2020-12-11 | 2 | -5/+31 |
| | | | | |||||
* | | | | merge 8.6 | dgp | 2020-12-10 | 2 | -6/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Tweak: account for terminating '\0' | jan.nijtmans | 2020-12-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port. | jan.nijtmans | 2020-12-10 | 1 | -2/+3 |
| |/ / | | | | | | | (concluded from code inspection, not tested yet) | ||||
| * | | sync win/rules.vc with Tcl 8.7. No change for 8.6 | jan.nijtmans | 2020-12-10 | 1 | -3/+4 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-12-07 | 6 | -38/+37 |
|\ \ \ | |/ / | |||||
| * | | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcl | jan.nijtmans | 2020-12-07 | 3 | -5/+5 |
| | | | |||||
| * | | nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.h | apnadkarni | 2020-12-06 | 1 | -1/+28 |
| | | | |||||
| * | | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | | | |||||
| * | | Don't use -opt:nowin98 linker option any more. See: ↵ | jan.nijtmans | 2020-12-02 | 1 | -12/+0 |
| | | | | | | | | | | | | [https://bugzilla.mozilla.org/show_bug.cgi?id=130372] | ||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-02 | 2 | -16/+0 |
| |\ \ | | |/ | |||||
| | * | 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 | ||||
| * | | Merge 8.5 | jan.nijtmans | 2020-11-18 | 1 | -2/+2 |
| |\ \ | | |/ |