summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-284-42/+85
* Merge 8.6jan.nijtmans2019-10-283-6/+4
|\
| * 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
| |/
* | Merge 8.6. jan.nijtmans2019-10-251-1/+0
|\ \ | |/
* | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-1/+1
* | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-3/+2
|\ \ | |/
* | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-1/+4
* | Fix gcc warning, also introduced by [0f2870649c804dd8]jan.nijtmans2019-10-231-2/+1
* | Merge 8.6.jan.nijtmans2019-10-232-18/+136
|\ \ | |/
| * 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
* | Fix for [bcd1004104]pooryorick2019-10-221-2/+5
|\ \
* \ \ 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-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.6jan.nijtmans2019-10-051-1/+1
|\ \ \ | | |/ | |/|
| * | 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.6jan.nijtmans2019-10-022-8/+84
|\ \ \ \ | |/ / /
| * | | 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
| * | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-3/+3
* | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-3/+3
|\ \ \ \ | |/ / /
* | | | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera...jan.nijtmans2019-09-171-211/+81
* | | | 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-022-1/+2
| |\ \ \ | | |/ /
| | * | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+1
* | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-022-1/+2
* | | | Merge 8.6jan.nijtmans2019-08-234-5/+5
|\ \ \ \ | |/ / /
| * | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-224-5/+5
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-224-5/+5
* | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-022-3/+0
* | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-254-18/+18
* | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-164-23/+9
* | | Merge 8.6jan.nijtmans2019-07-051-2/+2
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2019-05-311-19/+7
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2019-05-281-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-05-281-1/+1
| |\ \ | | |/
| | * Fix "make dist" for the README -> README.md renamingjan.nijtmans2019-05-271-1/+1
| | * Missing keyword: "static"jan.nijtmans2019-05-241-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
* | | | merge core-8-branchdkf2019-05-172-28/+32
|\ \ \ \
| * | | | Tweak the unix build instructions; general cleanup of a few bits and fixing o...dkf2019-05-141-27/+31