summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-04-101-17/+17
|\
| * Merge 8.6jan.nijtmans2020-04-101-17/+17
| |\
| | * Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-15/+15
* | | Merge 8.7jan.nijtmans2020-03-101-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-4/+4
* | | | Death to DBGXjan.nijtmans2020-02-041-1/+0
|/ / /
* | | Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-221-1/+1
* | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-24/+39
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-11-281-8/+14
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-261-2/+11
| |\ \ \ \
| * | | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o...jan.nijtmans2019-11-181-1/+33
| * | | | | Merge 8.7jan.nijtmans2019-11-151-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-8/+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-15/+0
| * | | | | | | 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-041-18/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used...jan.nijtmans2019-12-041-17/+20
* | | | | | | Merge 8.6jan.nijtmans2019-11-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Enhance rules.vc like already done in other configure scripts: Determine HAVE...jan.nijtmans2019-11-281-1/+1
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ...jan.nijtmans2019-11-281-6/+12
|\ \ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-281-2/+7
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | Proposed Windows installation code for cookiejar packagedkf2019-11-271-0/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | (hopefully) fix installation on Windowsjan.nijtmans2019-11-271-1/+1
|/ / / / / /
* | | | | | Fix installation of cookiejar on UNIX, and add same pieces to windows as well...jan.nijtmans2019-11-261-2/+11
| |_|_|_|/ |/| | | |
* | | | | 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
* | | | | Merge 8.6jan.nijtmans2019-11-131-2/+0
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Don't install tommath_class.h and tommath_superclass.h on Windows any more by...jan.nijtmans2019-11-131-2/+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
* | | 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-25/+19
|\ \ \ | |/ /
| * | 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-52/+43
| | |\ \
| | * \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+65
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2019-06-301-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-4/+4
* | | | | | Merge 8.6jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
| |\ \ \ \ \ | | |/ / / /
* | | | | | Merge 8.6jan.nijtmans2019-09-291-14/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-2/+2
| |\ \ \ \ \