summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-09-061-1/+1
|\
| * 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
* | | | Merge 8.7jan.nijtmans2019-09-022-1/+2
|\ \ \ \ | |/ / /
| * | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-022-1/+2
* | | | Merge 8.7jan.nijtmans2019-08-234-4/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2019-08-022-3/+0
|\ \ \ \ | |/ / /
| * | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-022-3/+0
* | | | Merge 8.7jan.nijtmans2019-07-254-18/+18
|\ \ \ \ | |/ / /
| * | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-254-18/+18
* | | | Merge 8.7jan.nijtmans2019-07-164-23/+9
|\ \ \ \ | |/ / /
| * | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-164-23/+9
* | | | Merge 8.7jan.nijtmans2019-07-051-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-07-051-2/+2
| |\ \ \ | | |/ /
* | | | Merge 8.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no lo...jan.nijtmans2019-05-311-19/+7
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2019-05-281-1/+1
|\ \ \ \ | |/ / /
| * | | 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 8.7dkf2019-05-251-0/+79
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-branchdkf2019-05-172-28/+32
| |\ \ \ \
| * | | | | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-1/+3
| * | | | | Export APIdkf2019-04-301-1/+0
| * | | | | Windows implementation of TclpCreateTemporaryDirectorydkf2019-04-301-1/+1
| * | | | | Starting to implement a temporary directory creator.dkf2019-04-301-0/+78
* | | | | | Merge 8.7jan.nijtmans2019-05-141-27/+31
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Tweak the unix build instructions; general cleanup of a few bits and fixing o...dkf2019-05-141-27/+31
* | | | | | Merge 8.7. Define Tcl_GetStringResult() as macro.jan.nijtmans2019-05-091-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th...jan.nijtmans2019-05-091-1/+1
| |/ / / /
* | | | | merge 8.7dkf2019-04-193-55/+326
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-076-38/+113
| |\ \ \ \
| * | | | | Support -winsize read-only optiondkf2019-03-291-1/+27
| * | | | | Partial implementation on Windows. UNTESTEDdkf2019-03-271-4/+9
| * | | | | Add autoconf supportdkf2019-03-272-4/+4
| * | | | | Better handling, reset capabilty, and ensure that inherited channels are correctdkf2019-03-241-30/+91
| * | | | | Start of implementation of TIP 160: better terminal controldkf2019-03-241-36/+212
* | | | | | Merge 8.7jan.nijtmans2019-04-011-10/+10
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-10/+10
* | | | | | Merge 8.7jan.nijtmans2019-03-281-5/+1
|\ \ \ \ \ \ | |/ / / / /