| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. Th... | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-28 | 1 | -5/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 1 | -5/+1 |
| |\ \ |
|
| | * | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 1 | -5/+1 |
|
|
| | * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -3/+11 |
|
|
* | | | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f... | jan.nijtmans | 2019-03-24 | 2 | -4/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -5/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | lots of changes to the "info" page. Replace "command procedure" with "routine" | pooryorick | 2019-03-22 | 1 | -5/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -11/+19 |
|\ \ \ \
| |/ / / |
|
| * | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ... | jan.nijtmans | 2019-03-11 | 1 | -11/+19 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -2/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -2/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Remove unneeded code from init.tcl | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
|
|
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -0/+71 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -0/+71 |
| |\ \ \
| | |/ / |
|
| | | | | |
| | | \ | |
| | *-. \ | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities... | sebres | 2019-03-05 | 1 | -0/+71 |
| | |\ \ \ |
|
| | | | * \ | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 8 | -22/+115 |
| | | | |\ \ |
|
| | | | * \ \ | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+71 |
| | | | |\ \ \ |
|
| | | * | \ \ \ | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 13 | -772/+365 |
| | | |\ \ \ \ \
| | | |/ / / / /
| | |/| | / / /
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -2/+6 |
|
|
| * | | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 2 | -2/+2 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 7 | -30/+31 |
|
|
* | | | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 8 | -11/+12 |
|\ \ \ \ \ \
| |/ / / / / |
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-01-31 | 2 | -6/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix for [f559bbde4e] (even though that's not really a bug) | jan.nijtmans | 2019-01-28 | 2 | -6/+1 |
|
|
* | | | | | | merge 8.7 | sebres | 2019-01-25 | 3 | -18/+32 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -1/+5 |
|
|
| * | | | | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 1 | -0/+13 |
|
|
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-01-22 | 2 | -10/+0 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ... | jan.nijtmans | 2019-01-22 | 2 | -11/+0 |
|
|
| * | | | | | fixes creation of libtcl.vfs using links, if ln-command does not support "-t"... | sebres | 2019-01-21 | 1 | -1/+1 |
|
|
| * | | | | | avoid additional in-between path-segment "." in zip, some zip-programs (inclu... | sebres | 2019-01-21 | 2 | -4/+4 |
|
|
| * | | | | | speed up build process (preparing zip - creating of libtcl.vfs/tcl_library di... | sebres | 2019-01-21 | 1 | -4/+11 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2018-12-30 | 1 | -920/+0 |
|\ \ \ \ \ \
| |/ / / / / |
|
* | | | | | | Update TZ info to tzdata2018h. | José Ignacio Marín | 2018-12-29 | 1 | -0/+920 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Update TZ info to tzdata2018h. | José Ignacio Marín | 2018-12-29 | 1 | -0/+920 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Update TZ info to tzdata2018h. | José Ignacio Marín | 2018-12-29 | 1 | -0/+920 |
|
|
* | | | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|