summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Don't try to use ln when creating libtcl.vfs on windows: It doesn't work for ...jan.nijtmans2021-02-171-9/+0
* 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, pack...jan.nijtmans2021-02-102-12/+7
* 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 oth...jan.nijtmans2021-02-084-21/+8
* Bugfix in TIP #430 implementation: tcl_findLibrary should use the same zip-fi...jan.nijtmans2021-02-082-2/+2
* Merge 8.6jan.nijtmans2021-02-081-2/+1
* In a --disable-shared build, attach the zip-file to the executable, so "onfil...jan.nijtmans2021-02-041-1/+6
* Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked against...jan.nijtmans2021-02-042-2/+43
* 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 longe...jan.nijtmans2021-01-214-5/+81
| |\ \
| | * | Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-204-5/+81
| |/ /
* | | Add mp_unpack() to the libtommath stub table, so this function is available t...jan.nijtmans2021-01-132-0/+2
* | | 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 sto...jan.nijtmans2021-01-085-62/+62
* | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba...jan.nijtmans2021-01-073-41/+4
|\ \ \
* | | | 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: [95852...jan.nijtmans2021-01-061-2/+2
| * | | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry pkgIndex.tcl....jan.nijtmans2021-01-064-6/+6
| * | | 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 tcl_platform[o...jan.nijtmans2021-01-052-4/+4
| * | | 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 to...jan.nijtmans2021-01-051-13/+13
| | |\ \ | | | |/
| | * | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates t...jan.nijtmans2021-01-051-23/+20
| * | | Merge 8.6jan.nijtmans2021-01-041-3/+3
| |\ \ \ | | |/ /
| | * | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some exte...jan.nijtmans2021-01-041-3/+3
| | * | 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
| | * | 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 autoconf-2.5...jan.nijtmans2020-12-241-17/+16
| | | * Convert AC_TRY_COMPILE (which is obsolete now) to AC_COMPILE_IFELSE/AC_LANG_P...jan.nijtmans2020-12-242-18/+31
| | | * 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, e...jan.nijtmans2020-12-222-8/+8
| | * | 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
| | |\ \ \ \ \ \