summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding ↵jan.nijtmans2020-01-132-2/+2
| | | | | | | | LDFLAGS=?? on the "configure" commandline. Suggested by Pietro Cerutti. Thanks!
* | 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" ↵jan.nijtmans2020-01-063-5/+21
| | | | | | | | | | command-line. Remove "test-packages" test-target (which doesn't exist), but add "test-tcl" being the same as "test".
| * 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 ↵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
| | |
* | | 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
| | | | | | | | | | | | 8.6.9, isn't used anywhere in Tcl, and is going to be deprecated in libtommath.
* | | 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 ↵jan.nijtmans2019-10-301-4/+1
| | | | | | | | | | | | | | | 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.
| * | Close fork, and temporary remove tests/fileSystemEncoding.test, since ↵jan.nijtmans2019-10-283-6/+4
| |\ \ | | | | | | | | | | | | apparently bug [bcd1004104] is not fixed yet on Windows.
| | * | Remove /System from auto_path on macOS because Apple has deprecated its own ↵Kevin Walzer2019-10-253-13403/+4945
| |/ / | | | | | | | | | ancient installation of Tcl/Tk
* | | 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 ↵Kevin Walzer2019-10-253-13403/+4945
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | ancient installation of Tcl/Tk
* | | | | | | merge 8.6dgp2019-10-232-76/+171
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Extend libtommath stub table, so extension writers can move away from ↵jan.nijtmans2019-10-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated libtommath functions.
| * | | | | | 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 ↵jan.nijtmans2019-06-141-44/+31
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | adapted for changes in libtommath
* | | | | | | merge 8.6dgp2019-10-072-1/+9
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵jan.nijtmans2019-10-051-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | core.tcl-lang.org and http -> https
| | * | | | | Change LSTATUS to LONG, since older SDK's don't know it.jan.nijtmans2019-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | core.tcl.tk -> core.tcl-lang.org and htt -> https
* | | | | | | merge 8.6dgp2019-10-022-6/+194
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on ↵jan.nijtmans2019-10-022-6/+194
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | NetBSD. Patch by Kamil Rytarowski.
| | * | | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on ↵jan.nijtmans2019-10-022-2/+190
| | | | | | | | | | | | | | | | | | | | | | | | NetBSD. Patch by Kamil Rytarowski.
| | * | | | 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 ↵jan.nijtmans2019-09-022-1/+2
| |\ \ \ | | |/ / | | | | | | | | win/unix configure scripts.
| | * | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added ↵jan.nijtmans2019-09-021-1/+1
| | | | | | | | | | | | | | | | @runstatedir@ in Makefile.in, not used yet (except if someone decides to re-generate "configure" with autconf-2.70).
* | | | 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, ↵jan.nijtmans2019-05-311-20/+8
| | | | | | | | 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.
* | Merge 8.5jan.nijtmans2019-05-281-1/+1
|\ \ | |/