summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* 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`)
| | | | * \ back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+71
| | | | |\ \
| | | * | \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-0713-772/+365
| | | |\ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | * | | | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-2/+6
| | | | | |
| * | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-272-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.nijtmans2019-02-057-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.nijtmans2019-02-018-11/+12
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | >2GiB in more places.
* | | | | | Merge 8.7jan.nijtmans2019-01-312-6/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-282-6/+1
| | | | | |
* | | | | | merge 8.7sebres2019-01-253-18/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ↵jan.nijtmans2019-01-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | code readability improvements.
| * | | | | Many simplifications in tclExecute.c, now that libtommath provides new ↵jan.nijtmans2019-01-221-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | functions mp_tc_and, mp_tc_or and mp_tc_xor
| * | | | | Merge 8.6jan.nijtmans2019-01-222-10/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ↵jan.nijtmans2019-01-222-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | support this anymore
| * | | | | fixes creation of libtcl.vfs using links, if ln-command does not support ↵sebres2019-01-211-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 ↵sebres2019-01-212-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 ↵sebres2019-01-211-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | directory), use "ln" instead of "cp" if possible
* | | | | | Merge 8.7jan.nijtmans2018-12-301-920/+0
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-291-0/+920
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-291-0/+920
| |\ \ \ \ \ | | |/ / / /
| | * | | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-291-0/+920
| | | | | |
* | | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be ↵jan.nijtmans2018-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | handled correctly in many more places.
* | | | | | Merge 8.7jan.nijtmans2018-12-122-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2018-12-124-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.7jan.nijtmans2018-12-114-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.7jan.nijtmans2018-11-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | re-generate configure scriptjan.nijtmans2018-11-241-1/+1
| | | | | |
* | | | | | merge 8.7sebres2018-11-231-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | make: better algo to wrap to absolute zip-path (for systems resp. toolchains ↵sebres2018-11-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | without readlink/realpath), e. g. avoid xcode/macosx build error "readlink: illegal option -- m"
* | | | | | merge 8.7sebres2018-11-232-4/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-232-4/+3
| | | | | |