summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2021-02-081-6/+7
|\
| * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-081-2/+3
* | 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
* | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe...jan.nijtmans2021-01-211-3/+3
|\ \
| * | Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-3/+3
|/ /
* | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-2/+2
|\ \ | |/
| * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-051-2/+2
* | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
|\ \ | |/
| * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| * Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-181-2/+2
* | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa...jan.nijtmans2020-11-061-3/+3
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-4/+4
|\ \ | |/
| * Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-3/+3
| * Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to...jan.nijtmans2020-10-291-1/+1
| * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
* | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-2/+2
* | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-2/+2
* | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
* | Bump http version to 2.9.2kjnash2020-06-191-2/+2
* | Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this is...jan.nijtmans2020-06-111-1/+1
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-27/+41
* | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act...jan.nijtmans2020-03-301-2/+2
* | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-2/+2
|\ \ | |/
| * Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-2/+2
| * Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-061-1/+1
| * Makefiles got out of sync with tcltest version.dgp2019-11-251-2/+2
* | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-021-2/+2
* | Fix [13657a2dc3]: application/json is not a binary payload for http. http 2...jan.nijtmans2019-11-181-2/+2
|\ \ | |/
| * http package from 2.7.14 to 2.7.15jan.nijtmans2019-11-181-2/+2
* | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-1/+0
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+0
* | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-0/+1
* | Update to latest libtommath, version 1.2.0jan.nijtmans2019-10-221-19/+15
|\ \
| * \ Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-38/+52
| |\ \
| * \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+1
| |\ \ \
| * | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-13/+10
| |/ / /
* | | | Bump to dde 1.4.2 and registry 1.3.4dgp2019-10-211-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-211-2/+2
| * | Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-201-2/+2
* | | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-2/+2
|\ \ \
* \ \ \ Merge 8.6jan.nijtmans2019-09-261-1/+1
|\ \ \ \ | |/ / /
* | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-191-5/+5
|/ / /
* | | Merge 8.5jan.nijtmans2019-09-091-0/+6
|\ \ \ | |/ /
| * | Final touch to make everything work for 8.5:jan.nijtmans2019-09-091-3/+3
| * | dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-081-1/+9
* | | Fix [579a05fb34] (partly): b) tcltest file has mismatched version number.jan.nijtmans2019-09-061-2/+2
* | | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate win/uni...jan.nijtmans2019-09-021-0/+1
|\ \ \ | |/ /
| * | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+2
* | | merge 8.5sebres2019-08-201-10/+10
|\ \ \ | |/ /