summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 8.7jan.nijtmans2019-03-081-2/+5
|\ \ | |/
| * Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-081-2/+5
* | 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 end-o...jan.nijtmans2019-03-071-1/+1
* | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-0/+71
|\ \ \ | |/ /
| * | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-0/+71
| |\ \ | | |/
| | *-. integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities...sebres2019-03-051-0/+71
| | |\ \
| | | | * merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-128-22/+115
| | | | |\
| | | | * \ 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) an...jan.nijtmans2019-02-272-2/+2
* | | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-057-30/+31
* | | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-018-11/+12
|\ \ \ \ \ \ | |/ / / / /
* | | | | | 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
| * | | | | Many simplifications in tclExecute.c, now that libtommath provides new functi...jan.nijtmans2019-01-221-0/+13
| * | | | | 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
| * | | | | fixes creation of libtcl.vfs using links, if ln-command does not support "-t"...sebres2019-01-211-1/+1
| * | | | | avoid additional in-between path-segment "." in zip, some zip-programs (inclu...sebres2019-01-212-4/+4
| * | | | | speed up build process (preparing zip - creating of libtcl.vfs/tcl_library di...sebres2019-01-211-4/+11
* | | | | | 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 handled...jan.nijtmans2018-12-261-1/+1
* | | | | | Merge 8.7jan.nijtmans2018-12-122-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-124-11/+11
* | | | | | Merge 8.7jan.nijtmans2018-12-114-9/+7
|\ \ \ \ \ \ | |/ / / / /
* | | | | | 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
* | | | | | merge 8.7sebres2018-11-232-4/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-232-4/+3
* | | | | | merge 8.7 (build zipfs fixes)sebres2018-11-223-4/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of m...sebres2018-11-223-4/+7
* | | | | | Fix encoding handling (check for TCL_IO_FAILURE was wrong). Eliminate (size_t...jan.nijtmans2018-11-221-2/+2
* | | | | | Merge 8.7jan.nijtmans2018-11-211-5/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Further refinements for the fix for bug [4e812aadae68af384605a5e78845abe40206...hypnotoad2018-11-211-1/+2
| * | | | | Fix for ticket [9cc1db9fb675bf64dfc775372fab1f697e46bb44]hypnotoad2018-11-191-4/+4
* | | | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-182-5/+5
* | | | | | merge 8.7dgp2018-11-151-6/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.6dgp2018-11-151-6/+3
| |\ \ \ \ \ | | |/ / / /