summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2019-09-261-22/+22
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-191-12/+4
* | | | | | | Merge 8.6jan.nijtmans2019-09-251-22/+22
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge 8.5jan.nijtmans2019-09-251-22/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-201-28/+28
| * | | | | Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+1
* | | | | | merge 8.6sebres2019-09-121-14/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef...sebres2019-09-121-14/+14
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_...sebres2019-09-121-30/+30
* | | | | Merge 8.6jan.nijtmans2019-07-311-1/+3
|\ \ \ \ \ | |/ / / /
* | | | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-0/+63
|\ \ \ \ \ | |/ / / /
| * | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-0/+64
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-1/+3
| * | | Merge 8.5jan.nijtmans2019-06-261-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Missing -DUNICODE in makefile.vcjan.nijtmans2018-10-281-2/+2
| | * Missed some version bumps in previous commitjan.nijtmans2018-10-271-1/+1
| | * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-2/+2
| | * Backport "registry" version 1.3.3, so all active branches now have the same r...jan.nijtmans2018-10-241-5/+5
* | | Merge 8.6jan.nijtmans2019-05-311-5/+2
|\ \ \ | |/ /
| * | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-5/+2
| * | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-011-0/+4
| |\ \
| | * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-041-0/+1
| | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-041-0/+3
* | | | Merge 8.6jan.nijtmans2019-03-281-1/+0
|\ \ \ \ | |/ / /
| * | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-281-1/+0
| * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-0/+2
* | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-081-0/+1
* | | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-0/+8
|\ \ \ \ | |/ / /
| * | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-0/+8
| |/ /