summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Somehow "zip -A" appears not to work in the github actions environment. Try t...jan.nijtmans2021-06-111-1/+1
* Fix copying of public_suffix_list.dat.gz in win/Makefile.in. Thanks, Paul!jan.nijtmans2021-06-111-1/+1
* (cherry-pick): Update dist target to renamed file.jan.nijtmans2021-06-101-1/+1
* Merge 8.6jan.nijtmans2021-06-081-1/+1
|\
| * Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAMEjan.nijtmans2021-06-081-1/+1
* | Don't create a lot of empty directories any more while installingjan.nijtmans2021-06-081-18/+18
* | Revise http version number from unusual 2.10.0a1 to conventional 2.10a1dgp2021-06-041-2/+2
* | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it...jan.nijtmans2021-06-022-4/+4
* | Merge 8.6jan.nijtmans2021-04-211-2/+14
|\ \ | |/
| * Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions fo...jan.nijtmans2021-04-211-2/+14
* | Unbreak Windows build (windows 32-bit only, not checked by GITHUB actions)jan.nijtmans2021-04-211-1/+1
* | Merge 8.6jan.nijtmans2021-04-191-1/+7
|\ \ | |/
| * Complete TIP #595 for rules.vcjan.nijtmans2021-04-191-1/+7
* | Merge 8.6jan.nijtmans2021-04-151-1/+0
|\ \ | |/
| * Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windowsjan.nijtmans2021-04-151-1/+0
| |\
| | * Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Wind...jan.nijtmans2021-04-151-1/+0
| * | Update to latest "rules.vc"jan.nijtmans2021-04-131-2/+9
| * | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers...jan.nijtmans2021-04-083-3/+3
* | | Remove TclpCreateFileHandler/TclpDeleteFileHandler on windows. The linker sho...jan.nijtmans2021-04-081-40/+0
* | | TIP #598: export TclWinConvertErrorjan.nijtmans2021-04-0810-109/+109
|\ \ \
| * | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-098-105/+105
| * | | Merge 8.7jan.nijtmans2021-03-0920-2174/+2534
| |\ \ \
| * | | | publicize TclWinConvertErrorjan.nijtmans2020-12-102-4/+4
* | | | | A few missing renamingsjan.nijtmans2021-04-071-1/+1
* | | | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-072-10/+21
* | | | | Don't do double definition; code was moved to tclInt.h previously.dkf2021-04-021-27/+0
* | | | | Refactoring, ahoydkf2021-03-302-408/+553
| |/ / / |/| | |
* | | | Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-232-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.5jan.nijtmans2021-02-232-6/+6
| |\ \ \ | | | |/ | | |/|
| | * | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-232-7/+7
| * | | Backport win/rules.vc from 8.7jan.nijtmans2021-02-101-10/+2
| * | | Merge 8.5jan.nijtmans2021-02-081-6/+7
| |\ \ \ | | |/ /
| | * | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-082-4/+4
* | | | 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