summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe...jan.nijtmans2021-01-211-3/+3
|\
| * Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-3/+3
| * Experiment: Fix [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98a...jan.nijtmans2021-01-151-3/+3
|/
* Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-2/+2
|\
| * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-051-2/+2
* | unix/configure.in is not supposed to be executable in the distributionjan.nijtmans2020-12-241-1/+1
|\ \ | |/
| * unix/configure.in is not supposed to be executable in the distribution.jan.nijtmans2020-12-241-6/+1
* | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all fi...jan.nijtmans2020-12-171-6/+9
|\ \ | |/
| * Add .travis.yml and .github/worksflows to "make dist"jan.nijtmans2020-12-171-0/+3
* | Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0jan.nijtmans2020-12-141-0/+13
* | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
|\ \ | |/
| * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-2/+2
* | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-2/+2
* | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
* | Merge 8.5jan.nijtmans2020-06-251-1/+6
|\ \ | |/
| * Add "manifest.uuid" to the distribution, so we can see exactly where "make di...jan.nijtmans2020-06-241-1/+6
| * Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-061-1/+20
| * Makefiles got out of sync with tcltest version.dgp2019-11-251-2/+2
* | Bump http version to 2.9.2kjnash2020-06-191-2/+2
* | Remove PROTO_FLAGS support from the Makefile, since it isn't used anywhere an...jan.nijtmans2020-05-051-7/+2
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-27/+38
* | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act...jan.nijtmans2020-03-301-2/+2
* | 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-10/+7
* | Merge 8.5jan.nijtmans2019-10-311-0/+1
|\ \ | |/
| * More patches from Debianjan.nijtmans2019-10-311-0/+1
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-4/+1
* | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-1/+4
* | Update "make dist" for libtommath 1.2.0: TOMMATH_SRCSjan.nijtmans2019-10-221-11/+106
* | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-19/+16
|\ \
| * | 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
| |\ \ | | |/
* | | Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-4/+4
|\ \ \ | |/ /
* | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-44/+31
|/ /
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-20/+8
* | Merge 8.5jan.nijtmans2019-05-281-1/+1
|\ \ | |/
| * Fix "make dist" for the README -> README.md renamingjan.nijtmans2019-05-271-1/+1
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+2
* | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-011-1/+18
|\ \
| * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-041-1/+5
| * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-041-1/+14
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-281-5/+1
* | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-3/+11
|/ /
* | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-2/+6
* | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-011-6/+0