Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. | jan.nijtmans | 2019-12-02 | 1 | -2/+2 |
| | |||||
* | Fix [13657a2dc3]: application/json is not a binary payload for http. http ↵ | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
|\ | | | | | | | 2.9.0 -> 2.9.1 | ||||
| * | http package from 2.7.14 to 2.7.15 | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
| | | |||||
* | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ↵ | jan.nijtmans | 2019-11-15 | 1 | -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.nijtmans | 2019-10-30 | 1 | -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.nijtmans | 2019-10-23 | 1 | -0/+1 |
| | | | | | | | | deprecated libtommath functions. | ||||
* | | Update to latest libtommath, version 1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -19/+15 |
|\ \ | |||||
| * \ | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -38/+52 |
| |\ \ | |||||
| * \ \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵ | jan.nijtmans | 2019-06-14 | 1 | -13/+10 |
| |/ / / | | | | | | | | | | | | | adapted for changes in libtommath | ||||
* | | | | Bump to dde 1.4.2 and registry 1.3.4 | dgp | 2019-10-21 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Bump to dde 1.4.2 and registry 1.3.4. | dgp | 2019-10-21 | 1 | -2/+2 |
| | | | |||||
| * | | Modify registry/dde such that they no longer need to be compiled with ↵ | jan.nijtmans | 2019-09-20 | 1 | -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 Windows | jan.nijtmans | 2019-09-27 | 1 | -2/+2 |
|\ \ \ | |||||
* \ \ \ | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ↵ | jan.nijtmans | 2019-09-19 | 1 | -5/+5 |
|/ / / | | | | | | | | | | cat32 on Windows) | ||||
* | | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Final touch to make everything work for 8.5: | jan.nijtmans | 2019-09-09 | 1 | -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.nijtmans | 2019-09-08 | 1 | -1/+9 |
| | | | | | | | | | Put 64-bit builds before 32-bit builds in travis | ||||
* | | | Fix [579a05fb34] (partly): b) tcltest file has mismatched version number. | jan.nijtmans | 2019-09-06 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate ↵ | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | win/unix configure scripts. | ||||
| * | | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added ↵ | jan.nijtmans | 2019-09-02 | 1 | -1/+2 |
| | | | | | | | | | | | | @runstatedir@ in Makefile.in, not used yet (except if someone decides to re-generate "configure" with autconf-2.70). | ||||
* | | | merge 8.5 | sebres | 2019-08-20 | 1 | -10/+10 |
|\ \ \ | |/ / | |||||
| * | | win/Makefile.in: small amend normalizing test-dependencies | sebres | 2019-08-20 | 1 | -7/+7 |
| | | | |||||
| * | | Prevent misleading message: | jan.nijtmans | 2019-08-20 | 1 | -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], etc | sebres | 2019-08-19 | 1 | -19/+27 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ↵ | sebres | 2019-08-19 | 1 | -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 ↵ | sebres | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | dependencies to build tcl (dlls) also. | ||||
| * | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 1 | -2/+2 |
| | | |||||
| * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 1 | -3/+3 |
| | | |||||
| * | Backport "registry" version 1.3.3, so all active branches now have the same ↵ | jan.nijtmans | 2018-10-24 | 1 | -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.nijtmans | 2019-05-31 | 1 | -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 ↵ | sebres | 2019-04-01 | 1 | -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, ↵ | sebres | 2019-02-04 | 1 | -0/+1 |
| | | | | | | | | | | | | mp_tc_div_2d, which simplifies code. | ||||
| * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵ | sebres | 2019-02-04 | 1 | -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.nijtmans | 2019-03-28 | 1 | -1/+0 |
| | | | | | | | | | | | | of exported int symbols. | ||||
* | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵ | jan.nijtmans | 2019-03-25 | 1 | -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.nijtmans | 2019-02-01 | 1 | -0/+1 |
| | | |||||
* | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ↵ | jan.nijtmans | 2019-01-22 | 1 | -1/+1 |
| | | | | | | | | support this anymore | ||||
* | | mingw/win-autoconf build: provide tcltest-executable (for consistency ↵ | sebres | 2019-01-14 | 1 | -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.5 | dgp | 2018-10-29 | 1 | -2/+2 |
| | | |||||
* | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. | jan.nijtmans | 2018-10-26 | 1 | -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.nijtmans | 2018-10-22 | 1 | -2/+2 |
| | | |||||
* | | Update http version number, and fix some related test-cases | jan.nijtmans | 2018-09-22 | 1 | -2/+2 |
| | | |||||
* | | http::geturl now returns full error stack information if the initial socket ↵ | oehhar | 2018-04-18 | 1 | -2/+2 |
| | | | | | | | | command fails Ticket [ff82755e15] | ||||
* | | http state 100 continue handling broken [2a94652ee1] | oehhar | 2017-08-31 | 1 | -2/+2 |
|\ \ | |||||
| * | | http state 100 continue handling broken [2a94652ee1] | oehhar | 2017-08-31 | 1 | -2/+2 |
|/ / | |||||
* | | Merge 8.6; update changes. | dgp | 2017-05-09 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: ↵ | jan.nijtmans | 2017-05-09 | 1 | -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. | dgp | 2017-04-12 | 1 | -4/+4 |
|/ / |