summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-011-0/+63
|\
| * 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.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no lo...jan.nijtmans2019-05-311-5/+2
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2019-03-281-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge 8.7jan.nijtmans2019-03-081-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
| |\ \ \ \ | | |/ / /
| | * | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-0/+8
| | |/ /
| | * | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-0/+1
* | | | merge 8.7sebres2019-01-251-0/+4
|\ \ \ \ | |/ / /
| * | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ...jan.nijtmans2019-01-221-0/+1
| * | | Many simplifications in tclExecute.c, now that libtommath provides new functi...jan.nijtmans2019-01-221-0/+3
* | | | Merge 8.7jan.nijtmans2018-11-211-2/+2
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2018-10-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2018-10-261-1/+1
| |\ \ \ | | |/ /
| | * | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-261-1/+1
* | | | Merge 8.7jan.nijtmans2018-10-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2018-10-221-1/+1
| |\ \ \ | | |/ /
| | * | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!jan.nijtmans2018-10-221-1/+1
* | | | Merge 8.7jan.nijtmans2018-10-081-11/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.6 jan.nijtmans2018-10-081-11/+5
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2018-09-281-0/+6
|\ \ \ \ | |/ / /
| * | | nmake build fixes for zipfs (ongoing, zip attachments not done yet)jan.nijtmans2018-09-281-0/+6
* | | | Merge 8.7jan.nijtmans2018-08-021-1/+1
|\ \ \ \ | |/ / /
| * | | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | | merge 8.7jan.nijtmans2018-05-221-3/+0
|\ \ \ \ | |/ / /
| * | | More removals of TCL_THREADS usage (configure scripts/win makefiles)jan.nijtmans2018-05-221-3/+0
* | | | Merge 8.7jan.nijtmans2018-05-111-1/+5
|\ \ \ \ | |/ / /
| | | |
| | \ \
| *-. \ \ TIP #425 implementation: Correct use of UTF-8 in Panic Callback (Windows only)jan.nijtmans2018-05-111-1/+5
| |\ \ \ \ | | | |/ /
| | * | | merge 8.7jan.nijtmans2018-03-151-951/+949
| | |\ \ \
| | * | | | Oops, couldn't build tclWinPanic.o. Fixed now.jan.nijtmans2017-12-151-1/+1
| | * | | | merge core-8-branch. Fully functioning now, including with the new vc-reform ...jan.nijtmans2017-12-151-1261/+951
| | |\ \ \ \
| | * \ \ \ \ merge trunkjan.nijtmans2017-10-231-0/+5
| | |\ \ \ \ \