summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-0819-56/+87
|\
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-0818-24/+24
| * TIP 430: generate and attach library zipapnadkarni2020-12-081-43/+63
| * Merge 8.7jan.nijtmans2020-12-087-19/+19
| |\
| * | nmake: Generate libtcl_VERSION.zip as per TIP 430apnadkarni2020-12-061-12/+23
* | | Merge 8.7jan.nijtmans2020-12-071-4/+4
|\ \ \ | | |/ | |/|
| * | Put dde/registry obj-files in the stub library in stead of the static library...jan.nijtmans2020-12-071-4/+4
* | | Merge 8.7jan.nijtmans2020-12-076-16/+43
|\ \ \ | |/ /
| * | In configure/make Windows build, static builds include dde and registry exten...jan.nijtmans2020-12-073-10/+10
| * | Merge 8.6jan.nijtmans2020-12-073-5/+5
| |\ \ | | |/ | |/|
| | * rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-073-5/+5
| * | Merge 8.6apnadkarni2020-12-061-1/+28
| |\ \ | | |/
| | * nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.hapnadkarni2020-12-061-1/+28
* | | Merge 8.7apnadkarni2020-12-051-1/+2
|\ \ \ | |/ /
| * | Fix suffix on single file exe nameapnadkarni2020-12-051-1/+2
* | | Merge 8.7jan.nijtmans2020-12-043-20/+48
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-12-041-1/+1
| |\ \ | | |/
| * | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-042-19/+19
| |\ \
| | * | Fix testcases on Windows. Use more "info loaded" as appropriatejan.nijtmans2020-11-241-1/+1
| | * | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-104-49/+21
| | |\ \
| | * \ \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-061-1/+1
| | |\ \ \
| | | * | | Case-sensitive package namesjan.nijtmans2020-11-032-2/+2
| | |/ / /
| * | | | Add makefile.vc target sfe for single-file executableapnadkarni2020-12-031-0/+28
* | | | | Merge 8.7jan.nijtmans2020-12-034-29/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-12-031-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| | |\ \ \
| | | * | | Fix syntax error in win/makefile.vcjan.nijtmans2020-12-031-5/+0
| | | * | | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| * | | | | Merge 8.6jan.nijtmans2020-12-021-12/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Don't use -opt:nowin98 linker option any more. See: [https://bugzilla.mozilla...jan.nijtmans2020-12-021-12/+0
| * | | | | Merge 8.6jan.nijtmans2020-12-022-16/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.5jan.nijtmans2020-12-022-16/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified witho...jan.nijtmans2020-12-022-16/+0
| | | * | | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate...jan.nijtmans2020-12-012-16/+0
* | | | | | Merge 8.7jan.nijtmans2020-11-255-29/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy warn...jan.nijtmans2020-11-205-29/+4
* | | | | | Merge 8.7jan.nijtmans2020-11-181-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-11-181-2/+2
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Merge 8.5jan.nijtmans2020-11-181-2/+2
| | |\ \ \ | | | |/ /
| | | * | Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-183-6/+6
* | | | | Merge 8.7jan.nijtmans2020-11-063-33/+5
|\ \ \ \ \ | |/ / / /
| * | | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-063-33/+5
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa...jan.nijtmans2020-11-062-5/+5
* | | | Merge 8.7jan.nijtmans2020-10-295-12/+16
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-295-12/+16
| |\ \ \ | | |/ /
| | * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-295-12/+16
| | |\ \ | | | |/
| | | * Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-294-7/+15
| | | * Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to...jan.nijtmans2020-10-292-5/+1
| | * | Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER)jan.nijtmans2020-10-225-12/+15
| | |\ \ | | | |/
| | | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-228-31/+42