summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)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 ↵jan.nijtmans2019-11-181-2/+2
|\ | | | | | | 2.9.0 -> 2.9.1
| * 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
| | | | | | | | 8.6.9, isn't used anywhere in Tcl, and is going to be deprecated in libtommath.
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath ↵jan.nijtmans2019-10-301-1/+0
| | | | | | | | | | changed it back to macro too in its master branch, we better do the same. Better usage of mp_isneg() macro, in stead of directly comparing sign with MP_NEG/MP_ZPOS.
* | Extend libtommath stub table, so extension writers can move away from ↵jan.nijtmans2019-10-231-0/+1
| | | | | | | | deprecated libtommath functions.
* | 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 ↵jan.nijtmans2019-06-141-13/+10
| |/ / / | | | | | | | | | | | | adapted for changes in libtommath
* | | | 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 ↵jan.nijtmans2019-09-201-2/+2
| | | | | | | | | | | | | | | -DUNICODE. Also no longer use Tcl_WinTCharToUtf/Tcl_WinUtfToTchar but the unicode conversions functions to do WCHAR <=> UTF-8 conversions. When compiled with Tcl >= 8.7, use the TIP #548 wchar_t functions in stead for registry/dde.
* | | 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
|/ / / | | | | | | | | | cat32 on Windows)
* | | Merge 8.5jan.nijtmans2019-09-091-0/+6
|\ \ \ | |/ /
| * | Final touch to make everything work for 8.5:jan.nijtmans2019-09-091-3/+3
| | | | | | | | | | | | | | | - Don't use AS_ECHO macro, because autoconf-2.59 doesn't have it. - -D_BUILD_tcl should be -DBUILD_tcl - Missing back-slashes at the end of the line.
| * | dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-081-1/+9
| | | | | | | | | Put 64-bit builds before 32-bit builds in travis
* | | 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 ↵jan.nijtmans2019-09-021-0/+1
|\ \ \ | |/ / | | | | | | win/unix configure scripts.
| * | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added ↵jan.nijtmans2019-09-021-1/+2
| | | | | | | | | | | | @runstatedir@ in Makefile.in, not used yet (except if someone decides to re-generate "configure" with autconf-2.70).
* | | 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
| | | | | | | | | | | | | | | -bash: pwd: -W: invalid option pwd: usage: pwd [-LP]" written to stderr when pwd -W doesn't exist, e.g. on Linux/MacOS/Cygwin or any cross-compile other than Msys2.
* | | 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
| | | | | | | | more similar to all major versions now), fixed VPATH (TOP_DIR/ROOT_DIR) compiling from chocolatey or git-bash (closes [40d5ff2a0e]), added tcltest-helpers, etc.
| * win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added ↵sebres2018-11-221-1/+1
| | | | | | | | dependencies to build tcl (dlls) also.
| * [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 ↵jan.nijtmans2018-10-241-3/+3
| | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already)
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, ↵jan.nijtmans2019-05-311-5/+2
| | | | | | | | remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development.
* | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations ↵sebres2019-04-011-0/+4
|\ \ | | | | | | | | | and simplifications of 8.7 (tommath 1.1), well-arranged branching of long/wide/bignum base and exponent cases, test-cases extended to cover all this branches and edge cases.
| * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, ↵sebres2019-02-041-0/+1
| | | | | | | | | | | | mp_tc_div_2d, which simplifies code.
| * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵sebres2019-02-041-0/+3
| | | | | | | | | | | | now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵jan.nijtmans2019-03-281-1/+0
| | | | | | | | | | | | of exported int symbols.
* | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵jan.nijtmans2019-03-251-0/+2
|/ / | | | | | | libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes.
* | 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
| | | | | | | | support this anymore
* | mingw/win-autoconf build: provide tcltest-executable (for consistency ↵sebres2019-01-141-8/+45
| | | | | | | | reasons); normalizes loading packages calls in test-suite, added build of helpers tcltest (tcltest.cmd) to start tcl-test suite (with all dependencies/facilities) from shell
* | [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
| | | | | | | | tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version
* | 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 ↵oehhar2018-04-181-2/+2
| | | | | | | | command fails Ticket [ff82755e15]
* | 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: ↵jan.nijtmans2017-05-091-2/+2
| | | | | | | | | | | | | | | Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" http: 2.8.10 -> 2.8.11
* | | Bump msgcat and tcl tests and continue updates to changes.dgp2017-04-121-4/+4
|/ /