Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2019-03-28 | 1 | -5/+1 |
| |\ | |||||
| | * | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵ | jan.nijtmans | 2019-03-28 | 1 | -5/+1 |
| | | | | | | | | | | | | of exported int symbols. | ||||
| | * | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵ | jan.nijtmans | 2019-03-25 | 1 | -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.nijtmans | 2019-03-24 | 2 | -4/+0 |
| | | | | | | | | | | | | functionality. | ||||
* | | | 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 |
| | | | | | | | | | in Tcl.n. | ||||
* | | | 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 |
| | | | | | | | | | | | | (correct UTF-8 handling), and let UNIX/win32 produce the same error-message in case of char > 0xFF | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ↵ | jan.nijtmans | 2019-03-08 | 1 | -2/+5 |
| | | | | | | | | | | | | are macro's currently, but will be real function in next libtommath. Bad idea for Tcl to depend on ... | ||||
* | | | 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 ↵ | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | end-of-line spacing | ||||
* | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ↵ | sebres | 2019-03-05 | 1 | -0/+71 |
|\ \ \ | |/ / | | | | | | | performance test suite) | ||||
| * | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ↵ | sebres | 2019-03-05 | 1 | -0/+71 |
| |\ \ | | |/ | | | | | | | performance test suite) | ||||
| | *-. | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement ↵ | sebres | 2019-03-05 | 1 | -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.brester | 2019-02-12 | 8 | -22/+115 |
| | | | |\ | | | | | | | | | | | | | | | | | | | --baseline 0055a16a8b core-8-5-branch`) | ||||
| | | | * \ | 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) ↵ | jan.nijtmans | 2019-02-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵ | jan.nijtmans | 2019-02-05 | 7 | -30/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | more. Remove many type-casts which are not necessary any more. | ||||
* | | | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵ | jan.nijtmans | 2019-02-01 | 8 | -11/+12 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | >2GiB in more places. | ||||
* | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | code readability improvements. | ||||
| * | | | | | Many simplifications in tclExecute.c, now that libtommath provides new ↵ | jan.nijtmans | 2019-01-22 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | functions mp_tc_and, mp_tc_or and mp_tc_xor | ||||
| * | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | support this anymore | ||||
| * | | | | | fixes creation of libtcl.vfs using links, if ln-command does not support ↵ | sebres | 2019-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | "-t" option (avoids error "ln: illegal option -- t" and fallback to copy) | ||||
| * | | | | | avoid additional in-between path-segment "." in zip, some zip-programs ↵ | sebres | 2019-01-21 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | (inclusive minizip) will insert this if used as path-parameter to compress | ||||
| * | | | | | speed up build process (preparing zip - creating of libtcl.vfs/tcl_library ↵ | sebres | 2019-01-21 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | directory), use "ln" instead of "cp" if possible | ||||
* | | | | | | 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 ↵ | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | handled correctly in many more places. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2018-12-12 | 2 | -5/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2018-12-12 | 4 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 4 | -9/+7 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | In test-cases, don't load Tcltest package if it isn't actually used. Another round of size_t related improvements. Nothing functional. Also improve some comments. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2018-11-24 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | re-generate configure script | jan.nijtmans | 2018-11-24 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | merge 8.7 | sebres | 2018-11-23 | 1 | -2/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | make: better algo to wrap to absolute zip-path (for systems resp. toolchains ↵ | sebres | 2018-11-23 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | without readlink/realpath), e. g. avoid xcode/macosx build error "readlink: illegal option -- m" | ||||
* | | | | | | merge 8.7 | sebres | 2018-11-23 | 2 | -4/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | make/configure review: normalizes the latest fixes across unix/win | sebres | 2018-11-23 | 2 | -4/+3 |
| | | | | | |