summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
| * | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-0/+1
* | | 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.6jan.nijtmans2018-10-261-1/+1
|\ \ \ | |/ /
| * | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-261-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.6 jan.nijtmans2018-10-081-11/+5
|\ \ \ | |/ /
* | | nmake build fixes for zipfs (ongoing, zip attachments not done yet)jan.nijtmans2018-09-281-0/+6
* | | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | More removals of TCL_THREADS usage (configure scripts/win makefiles)jan.nijtmans2018-05-221-3/+0
| | |
| \ \
*-. \ \ 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
| |\ \ \ \ \
| * \ \ \ \ \ Rebase to trunkjan.nijtmans2017-09-081-1/+5
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge trunkjan.nijtmans2017-05-041-19/+26
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge trunkjan.nijtmans2015-07-021-1227/+1240
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ rebase TIP [http://tip.tcl.tk/425|425] implementationjan.nijtmans2013-11-081-1/+5
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ rebasejan.nijtmans2013-06-261-1/+5
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ rebasejan.nijtmans2013-06-181-1/+5
| | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ rebasejan.nijtmans2013-06-141-1/+5
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ rebasejan.nijtmans2013-06-071-1/+5
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | fix directory where tclWinPanic.c residesjan.nijtmans2013-05-171-1/+1
| | | | | | | * | | | | | | | Better Windows console panic proc, still to be TIPped.jan.nijtmans2013-03-301-1/+5
* | | | | | | | | | | | | | | Fixed makefile.vc: install will create missing dir "tcl8/8.7" for msgcatfbonnet2018-05-101-0/+2
| |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Bring back makefile.vc to CRLF line-endings, as all other *.vc filesjan.nijtmans2018-03-151-945/+945
* | | | | | | | | | | | | | msgcat 1.7.0 features need foundation of Tcl 8.7.dgp2018-03-121-1/+1
* | | | | | | | | | | | | | Implement TIP 462: Add New [::tcl::process] Ensemble for Subprocess Managementdgp2018-03-121-0/+1