summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-021-2/+2
* Fix [13657a2dc3]: application/json is not a binary payload for http. http 2...jan.nijtmans2019-11-181-2/+2
|\
| * http package from 2.7.14 to 2.7.15jan.nijtmans2019-11-181-2/+2
* | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-1/+0
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+0
* | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-0/+1
* | 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-38/+52
| |\ \
| * \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-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-2/+2
| * | Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-201-2/+2
* | | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-2/+2
|\ \ \
* \ \ \ Merge 8.6jan.nijtmans2019-09-261-1/+1
|\ \ \ \ | |/ / /
* | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-191-5/+5
|/ / /
* | | 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
|/ /