Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-09-06 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2019-09-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix [579a05fb34] (partly): b) tcltest file has mismatched version number. | jan.nijtmans | 2019-09-06 | 1 | -2/+2 |
| | | | |||||
| | * | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate ↵ | jan.nijtmans | 2019-09-02 | 2 | -1/+2 |
| | |\ | | | | | | | | | | | | | win/unix configure scripts. | ||||
| | | * | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added ↵ | jan.nijtmans | 2019-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | @runstatedir@ in Makefile.in, not used yet (except if someone decides to re-generate "configure" with autconf-2.70). | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-02 | 2 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. | jan.nijtmans | 2019-09-02 | 2 | -1/+2 |
| | | | | | | | | | | | | Add @runstatedir@ to Makefile.in's (not used yet) | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-23 | 4 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 4 | -5/+5 |
| |\ \ \ | | |/ / | | | | | | | | | Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git | ||||
| | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 4 | -5/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 4 | -5/+5 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 2 | -3/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Document that the *Backslash parsing functions output maximum 4 bytes, ↵ | jan.nijtmans | 2019-08-02 | 2 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-07-25 | 4 | -18/+18 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate more usage of C++-specific keywords in C-code. | jan.nijtmans | 2019-07-25 | 4 | -18/+18 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-07-16 | 4 | -23/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove last traces of strtod() function, since it isn't used in Tcl any more. | jan.nijtmans | 2019-07-16 | 4 | -23/+9 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
* | | | | Merge 8.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no ↵ | jan.nijtmans | 2019-05-31 | 1 | -19/+7 |
|\ \ \ \ | |/ / / | | | | | | | | | longer in use. | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -19/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, ↵ | jan.nijtmans | 2019-05-31 | 1 | -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.7 | jan.nijtmans | 2019-05-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-05-28 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5 | jan.nijtmans | 2019-05-28 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fix "make dist" for the README -> README.md renaming | jan.nijtmans | 2019-05-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | Missing keyword: "static" | jan.nijtmans | 2019-05-24 | 1 | -2/+2 |
| | | | | |||||
| | * | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations ↵ | sebres | 2019-04-01 | 1 | -1/+18 |
| | |\ \ | | | | | | | | | | | | | | | | and simplifications of 8.7 (tommath 1.1), well-arranged branching of long/wide/bignum base and exponent cases, test-cases extended to cover all this branches and edge cases. | ||||
| | | * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, ↵ | sebres | 2019-02-04 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | mp_tc_div_2d, which simplifies code. | ||||
| | | * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵ | sebres | 2019-02-04 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor | ||||
* | | | | | Merge 8.7 | dkf | 2019-05-25 | 1 | -0/+79 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge core-8-branch | dkf | 2019-05-17 | 2 | -28/+32 |
| |\ \ \ \ | |||||
| * | | | | | Implementation of [file tempdir]; hand-tested on OSX... | dkf | 2019-04-30 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Export API | dkf | 2019-04-30 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Windows implementation of TclpCreateTemporaryDirectory | dkf | 2019-04-30 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Starting to implement a temporary directory creator. | dkf | 2019-04-30 | 1 | -0/+78 |
| | | | | | | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-05-14 | 1 | -27/+31 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Tweak the unix build instructions; general cleanup of a few bits and fixing ↵ | dkf | 2019-05-14 | 1 | -27/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | of old maintainer-only targets | ||||
* | | | | | | Merge 8.7. Define Tcl_GetStringResult() as macro. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. ↵ | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | This opens up one more simplification for Tcl 9. Compile the load-test dll's/so's with -DTCL_NO_DEPRECATED | ||||
* | | | | | merge 8.7 | dkf | 2019-04-19 | 3 | -55/+326 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7, and fix build problem on Windows | jan.nijtmans | 2019-04-07 | 6 | -38/+113 |
| |\ \ \ \ | |||||
| * | | | | | Support -winsize read-only option | dkf | 2019-03-29 | 1 | -1/+27 |
| | | | | | | |||||
| * | | | | | Partial implementation on Windows. UNTESTED | dkf | 2019-03-27 | 1 | -4/+9 |
| | | | | | | |||||
| * | | | | | Add autoconf support | dkf | 2019-03-27 | 2 | -4/+4 |
| | | | | | | |||||
| * | | | | | Better handling, reset capabilty, and ensure that inherited channels are correct | dkf | 2019-03-24 | 1 | -30/+91 |
| | | | | | | |||||
| * | | | | | Start of implementation of TIP 160: better terminal control | dkf | 2019-03-24 | 1 | -36/+212 |
| | | | | | | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-04-01 | 1 | -10/+10 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-03-28 | 1 | -5/+1 |
|\ \ \ \ \ \ | |/ / / / / |