summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2019-09-091-0/+6
|\
| * Final touch to make everything work for 8.5:jan.nijtmans2019-09-091-3/+3
| * dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-081-1/+9
* | Fix [579a05fb34] (partly): b) tcltest file has mismatched version number.jan.nijtmans2019-09-061-2/+2
* | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate win/uni...jan.nijtmans2019-09-021-0/+1
|\ \ | |/
| * Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+2
* | merge 8.5sebres2019-08-201-10/+10
|\ \ | |/
| * win/Makefile.in: small amend normalizing test-dependenciessebres2019-08-201-7/+7
| * Prevent misleading message:jan.nijtmans2019-08-201-2/+2
* | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etcsebres2019-08-191-19/+27
|\ \ | |/
| * win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ...sebres2019-08-191-117/+126
| * win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dep...sebres2018-11-221-1/+1
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+2
| * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-3/+3
| * Backport "registry" version 1.3.3, so all active branches now have the same r...jan.nijtmans2018-10-241-3/+3
* | 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
* | | 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
|/ /
* | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-0/+1
* | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ...jan.nijtmans2019-01-221-1/+1
* | mingw/win-autoconf build: provide tcltest-executable (for consistency reasons...sebres2019-01-141-8/+45
* | [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+2
* | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-261-2/+2
* | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!jan.nijtmans2018-10-221-2/+2
* | Update http version number, and fix some related test-casesjan.nijtmans2018-09-221-2/+2
* | http::geturl now returns full error stack information if the initial socket c...oehhar2018-04-181-2/+2
* | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
|\ \
| * | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
|/ /
* | Merge 8.6; update changes.dgp2017-05-091-2/+2
|\ \
| * | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo...jan.nijtmans2017-05-091-2/+2
* | | Bump msgcat and tcl tests and continue updates to changes.dgp2017-04-121-4/+4
|/ /
* | Update http version number to 2.8.10, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
|\ \ | |/
| * Update http version number to 2.7.14, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
* | Make it more likely that compiles with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
|\ \ | |/
| * Make it more likely that compiled with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
* | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in tcltest::con...jan.nijtmans2016-06-021-2/+2
* | Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-b...jan.nijtmans2016-05-131-2/+2
* | Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] (wrong...jan.nijtmans2016-01-061-1/+1
* | Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-1/+3
|\ \ | |/
| * Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-0/+2
* | Various build fixes, when using Cygwin shell in combination with native MinGW...jan.nijtmans2015-10-121-20/+25
|\ \ | |/
| * Various build fixes, when using Cygwin shell in combination with native MinGW...jan.nijtmans2015-10-121-14/+19
* | Make autoconf > 2.59 work warning-freejan.nijtmans2015-10-091-0/+1
|\ \ | |/
| * Make autoconf > 2.59 work warning-freejan.nijtmans2015-10-091-0/+1
* | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platfo...jan.nijtmans2015-09-291-2/+2
|\ \ | |/
| * proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformjan.nijtmans2015-09-251-2/+2
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-291-2/+2
|\ \