summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
* | According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-301-17/+6
* | Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding LDFLAGS=??...jan.nijtmans2020-01-132-2/+2
* | Silence some gcc-9 compiler warnings.jan.nijtmans2020-01-131-2/+2
* | Merge 8.5jan.nijtmans2020-01-062-2/+0
|\ \ | |/
| * Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-063-5/+21
| * Makefiles got out of sync with tcltest version.dgp2019-11-251-2/+2
* | Fix for building Cygwin using Clang.jan.nijtmans2019-12-231-2/+2
* | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-202-0/+2
* | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-021-2/+2
* | Merge 8.6; update changes.dgp2019-11-201-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.6; update changesdgp2019-11-151-10/+7
|\ \ \ | |/ /
| * | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-10/+7
* | | Updates from `make dist`dgp2019-11-031-20/+6
* | | merge 8,6dgp2019-11-025-10/+27
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-10-314-7/+8
| |\ \ | | |/
| | * More patches from Debianjan.nijtmans2019-10-314-7/+8
| * | 8.5 -> 8.6jan.nijtmans2019-10-311-2/+2
| * | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-313-0/+19
| |\ \ | | |/
| | * Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-313-0/+19
| * | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-4/+1
| * | Close fork, and temporary remove tests/fileSystemEncoding.test, since apparen...jan.nijtmans2019-10-283-6/+4
| |\ \
| | * | Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-253-13403/+4945
| |/ /
* | | Close fork, dropping commits apparently in error.dgp2019-10-283-6/+4
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-253-13403/+4945
| |\ \ \ \ \ \ |/ / / / / / /
* | | | | | | merge 8.6dgp2019-10-232-76/+171
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | 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-222-17/+134
| * | | | | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-179-35/+220
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | 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.6dgp2019-10-072-1/+9
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Change LSTATUS to LONG, since older SDK's don't know it.jan.nijtmans2019-10-051-1/+1
* | | | | | | merge 8.6dgp2019-10-022-6/+194
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-022-6/+194
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-022-2/+190
| | * | | | Correct typo's in tcl.m4. Found by Kamil Rytarowskijan.nijtmans2019-10-011-4/+4
* | | | | | merge 8.6dgp2019-09-201-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-3/+3
| | |_|_|/ | |/| | |
* | | | | merge 8.6dgp2019-09-111-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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-022-1/+2
| |\ \ \ | | |/ /
| | * | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+1
* | | | merge 8.6dgp2019-08-265-6/+6
|\ \ \ \ | |/ / /
| * | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-224-5/+5
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-224-5/+5
* | | Bump version numbers for 8.6.10 release.dgp2019-06-173-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-20/+8