summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Put our own included (-I) directories before directories coming in though CFL...jan.nijtmans2019-12-241-2/+2
* Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-38/+23
|\
| * Merge 8.7jan.nijtmans2019-11-281-4/+4
| |\
| * \ Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.hjan.nijtmans2019-11-271-3/+2
| |\ \
| * \ \ Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres.jan.nijtmans2019-11-271-0/+1
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-261-2/+7
| |\ \ \ \
| * \ \ \ \ Merge 8.7a3jan.nijtmans2019-11-261-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-151-4/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-23/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-111-4/+21
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-13/+6
| * | | | | | | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-3/+10
* | | | | | | | | | Merge 8.6jan.nijtmans2019-12-021-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-021-2/+2
* | | | | | | | | | | Fix make install on Ubuntu (and - most likely - other platforms)jan.nijtmans2019-12-011-1/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ...jan.nijtmans2019-11-281-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Another minor tweak: No need to include manifest.txt in the vfs zip-file, sin...jan.nijtmans2019-11-271-3/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Minor tweak: Don't include the "dde" and "reg" directory in the zip-file on UNIXjan.nijtmans2019-11-271-0/+1
|/ / / / / / /
* | | | | | | Fix installation of cookiejar on UNIX, and add same pieces to windows as well...jan.nijtmans2019-11-261-1/+1
* | | | | | | Move the cookiejar package to its own directory so http works as a TM. Fix th...dkf2019-11-261-1/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro ...jan.nijtmans2019-11-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge 8.6jan.nijtmans2019-11-181-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
* | | | | Merge 8.6jan.nijtmans2019-11-151-4/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-10/+7
* | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-1/+14
* | | | Add tcl/library/manifest.txt to the distribution produced by `make dist`dgp2019-11-061-0/+1
* | | | Move tclOOScript.tcl from the generic to the tools directory, so "make dist" ...jan.nijtmans2019-11-061-2/+2
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-10-311-0/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-10-311-0/+1
| |\ \ | | |/
| | * More patches from Debianjan.nijtmans2019-10-311-0/+1
* | | Merge 8.6jan.nijtmans2019-10-301-4/+1
|\ \ \ | |/ /
| * | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-4/+1
* | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-281-37/+35
* | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-1/+1
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-1/+4
* | | Merge 8.6.jan.nijtmans2019-10-231-12/+108
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6jan.nijtmans2019-10-221-76/+53
|\ \ \ | |/ /
| * | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-19/+16
| |\ \
| * \ \ 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
| |/ / /
* | | | Merge 8.6jan.nijtmans2019-09-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| |\ \ \ | | |/ / | |/| / | | |/
* | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-0/+1
* | | Merge 8.6jan.nijtmans2019-05-311-19/+7
|\ \ \ | |/ /