summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵jan.nijtmans2019-05-311-19/+7
|\ \ \ | |/ / | | | | | | longer in use.
| * | 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, ↵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.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 ↵sebres2019-04-011-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, ↵sebres2019-02-041-1/+5
| | | | | | | | | | | | | | | | | | | | mp_tc_div_2d, which simplifies code.
| | | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵sebres2019-02-041-1/+14
| | | | | | | | | | | | | | | | | | | | now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor
* | | | | 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 ↵dkf2019-05-141-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | of old maintainer-only targets
* | | | | | 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. ↵jan.nijtmans2019-05-091-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.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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype.
* | | | | | Merge 8.7jan.nijtmans2019-03-281-5/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-03-281-5/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵jan.nijtmans2019-03-281-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | of exported int symbols.
| | * | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵jan.nijtmans2019-03-251-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes.
* | | | | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in ↵jan.nijtmans2019-03-242-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | functionality.
* | | | | | Merge 8.7jan.nijtmans2019-03-241-5/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | lots of changes to the "info" page. Replace "command procedure" with "routine"pooryorick2019-03-221-5/+2
| | | | | | | | | | | | | | | | | | in Tcl.n.
* | | | | | Merge 8.7jan.nijtmans2019-03-111-11/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ↵jan.nijtmans2019-03-111-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | (correct UTF-8 handling), and let UNIX/win32 produce the same error-message in case of char > 0xFF
* | | | | | Merge 8.7jan.nijtmans2019-03-081-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ↵jan.nijtmans2019-03-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | are macro's currently, but will be real function in next libtommath. Bad idea for Tcl to depend on ...
* | | | | | Merge 8.7jan.nijtmans2019-03-071-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-071-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary ↵jan.nijtmans2019-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | end-of-line spacing
* | | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ↵sebres2019-03-051-0/+71
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | performance test suite)
| * | | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ↵sebres2019-03-051-0/+71
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | performance test suite)
| | | | | |
| | | \ \ \
| | *-. \ \ \ integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement ↵sebres2019-03-051-0/+71
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | | |/ | | | | |/| facilities in TCL: New command timerate, performance test suite)
| | | | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge ↵sergey.brester2019-02-128-22/+115
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | --baseline 0055a16a8b core-8-5-branch`)