summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-04-101-28/+42
|\
| * Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-27/+41
* | Merge 8.6jan.nijtmans2020-03-301-2/+2
|\ \ | |/
| * tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act...jan.nijtmans2020-03-301-2/+2
* | Merge 8.6jan.nijtmans2020-02-261-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
* | | Fix install-libraries-zipfs-static target: On Windows INSTALL_DATA makes no s...jan.nijtmans2020-01-271-1/+1
* | | Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-221-1/+1
* | | Put our own included (-I) directories before directories coming in though CFL...jan.nijtmans2019-12-241-3/+3
* | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-33/+30
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-11-281-5/+5
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-261-1/+6
| |\ \ \ \
| * \ \ \ \ Merge 8.7a3jan.nijtmans2019-11-261-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-151-1/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-6/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-111-0/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-24/+23
| * | | | | | | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-0/+2
* | | | | | | | | | Merge 8.6jan.nijtmans2019-12-021-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-021-2/+2
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ...jan.nijtmans2019-11-281-5/+5
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Proposed Windows installation code for cookiejar packagedkf2019-11-271-0/+9
|/ / / / / / / /
* | | | | | | | Fix installation of cookiejar on UNIX, and add same pieces to windows as well...jan.nijtmans2019-11-261-1/+6
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro ...jan.nijtmans2019-11-251-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge 8.6jan.nijtmans2019-11-181-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
* | | | | Merge 8.6jan.nijtmans2019-11-151-1/+0
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-1/+0
* | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-0/+4
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-10-301-1/+0
|\ \ \ | |/ /
| * | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+0
* | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-281-2/+2
* | | Reference registry 1.3.3 -> 1.3.4jan.nijtmans2019-10-241-1/+1
* | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-1/+1
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-0/+1
* | | Merge 8.6.jan.nijtmans2019-10-231-0/+1
|\ \ \ | |/ /
| * | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-0/+1
* | | Merge 8.6jan.nijtmans2019-10-221-24/+18
|\ \ \ | |/ /
| * | 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