summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to use ln when creating libtcl.vfs on windows: It doesn't work for ↵jan.nijtmans2021-02-171-9/+0
| | | | encodings or msg-files (anything on a deeper level) when zipping (at least not on cygwin)
* Make TIP #430 work on cygwin. Simplify some makefilesjan.nijtmans2021-02-102-15/+0
|
* In a static build, don't pack dde/registry in zip-file. In shared build, ↵jan.nijtmans2021-02-102-12/+7
| | | | pack dde/registry dll's in zip-file. Rename zip-file
* ZIPFS_BUILD=1 only needs to be set oncejan.nijtmans2021-02-092-2/+0
|
* Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-093-4/+2
|
* Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-084-21/+8
| | | | other external packages)
* Bugfix in TIP #430 implementation: tcl_findLibrary should use the same ↵jan.nijtmans2021-02-082-2/+2
| | | | zip-file naming as the configure scripts do
* Merge 8.6jan.nijtmans2021-02-081-2/+1
|
* In a --disable-shared build, attach the zip-file to the executable, so ↵jan.nijtmans2021-02-041-1/+6
| | | | "onfiledist.yml" doesn't need to do that any more
* Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked ↵jan.nijtmans2021-02-042-2/+43
| | | | against XQuartz
* Merge 8.6jan.nijtmans2021-02-021-2/+2
|\
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
| |\
| | * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
| | |
* | | Merge 8.6jan.nijtmans2021-01-214-4/+54
|\ \ \ | |/ /
| * | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵jan.nijtmans2021-01-214-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.nijtmans2021-01-204-5/+81
| |/ / | | | | | | | | | extension is compiled with different CFLAGS as the stub library.
* | | Add mp_unpack() to the libtommath stub table, so this function is available ↵jan.nijtmans2021-01-132-0/+2
| | | | | | | | | | | | to extensions (and to Tcl itself, but not used yet)
* | | Merge 8.6jan.nijtmans2021-01-132-2/+2
|\ \ \ | |/ /
| * | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
| |\ \ | | |/
| | * Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
| | |
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-085-62/+62
| | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵jan.nijtmans2021-01-073-41/+4
|\ \ \ | | | | | | | | | | | | (probably) cannot handle Windows 7 API anyway.
* | | | No need any more for -D_ATL_XP_TARGETING=1jan.nijtmans2021-01-071-1/+1
| | | |
* | | | Merge 8.7jan.nijtmans2021-01-079-217/+210
|\ \ \ \ | |/ / /
| * | | tcltest -> 2.5.4. Version change should have been done at this commit: ↵jan.nijtmans2021-01-061-2/+2
| | | | | | | | | | | | | | | | [95852bc2ed0e2c11]
| * | | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry ↵jan.nijtmans2021-01-064-6/+6
| | | | | | | | | | | | | | | | | | | | pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment. dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11)
| * | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-4/+4
| |\ \ \ | | |/ /
| | * | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-4/+4
| | |\ \ | | | |/
| | | * 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
| * | | Merge 8.6jan.nijtmans2021-01-051-36/+35
| |\ \ \ | | |/ /
| | * | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-37/+35
| | | |
| * | | Merge 8.6jan.nijtmans2021-01-052-200/+192
| |\ \ \ | | |/ /
| | * | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 ↵jan.nijtmans2021-01-051-13/+13
| | |\ \ | | | |/ | | | | | | | | to make that change
| | * | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵jan.nijtmans2021-01-051-23/+20
| | | | | | | | | | | | | | | | the same */configure scripts with autoconf-2.59.
| * | | Merge 8.6jan.nijtmans2021-01-041-3/+3
| |\ \ \ | | |/ /
| | * | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some ↵jan.nijtmans2021-01-041-3/+3
| | | | | | | | | | | | | | | | extensions (like tkImg)
| | * | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-042-4/+4
| | | |
| * | | Merge 8.6jan.nijtmans2021-01-042-16/+21
| |\ \ \ | | |/ /
| | * | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵jan.nijtmans2021-01-042-15/+31
| | | | | | | | | | | | | | | | generated configure scripts
| | * | re-generate win/configurejan.nijtmans2021-01-041-0/+1
| | |\ \ | | | |/
| | | * 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
| | * | merge 8.6dgp2020-12-261-3/+3
| | |\ \
| | * \ \ merge 8.6dgp2020-12-221-1/+1
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2020-12-174-6/+20
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2020-12-112-130/+158
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.6dgp2020-12-102-6/+8
| | |\ \ \ \ \ \