summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* closes [1a3fa1232e306a44], test case cmdMZ-6.5 fixed to cover float value by ...sebres2019-04-011-2/+5
* timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c...sebres2019-04-011-1/+11
* Update TZ info to tzdata2019ajan.nijtmans2019-03-276-55/+68
* Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
* Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
* For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-172-8/+8
* fixed mistake ($howmuch is substituted in tests and can be larger as last eve...sebres2019-03-081-1/+1
* merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c...sebres2019-03-0516-194/+1931
|\
| * extended performance test-suite, since max-count is implemented in timerate, ...sebres2019-03-052-95/+81
| * back-porting other performance test (timer-event.perf.tcl) from event-perf-br...sebres2019-03-051-0/+219
| * back-porting test-performance suite and clock.perf.tcl from clock-speedup branchsebres2019-03-052-0/+532
| * helper to import `timerate` on demand in unknown/autoload proceeding.sebres2019-03-051-0/+3
| * regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i...sebres2019-03-051-7/+20
| * highlightingsebres2019-03-051-4/+4
| * amend: html-code order changedsebres2019-03-041-1/+1
| * tools/tcltk-man2html: html-code for micro (sec) charactersebres2019-03-041-0/+1
| * re-integrates the changes from the TIP#527 description into the manpagesebres2019-03-041-25/+37
| * timerate documentation extendedsebres2019-02-131-4/+7
| * timerate: extended with ?max-count? optional parameter, code review and more ...sebres2019-02-133-16/+53
| * small amend (correct wrong utf-8 prevention for micro sign in RE of check tes...sergey.brester2019-02-121-1/+1
| * few test cases for timerate commandsergey.brester2019-02-121-0/+45
| * fixes estimated time of too short execution considering calibrated overhead (...sergey.brester2019-02-121-2/+2
| * timerate: allow break from measurement cycle (usable to provide conditional s...sergey.brester2019-02-121-1/+8
| * cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol...sergey.brester2019-02-121-7/+24
| * merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-12225-7970/+9599
| |\
| * | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-ca...sebres2017-05-231-53/+122
| * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-1610-141/+944
| |\ \
* | | | Update internal tables to Unicode 12.0jan.nijtmans2019-03-012-974/+1011
* | | | Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode ...jan.nijtmans2019-02-241-11/+11
* | | | No longer run socket test-cases on travis with OSX: There are too many random...jan.nijtmans2019-02-241-3/+7
| |_|/ |/| |
* | | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single it...sebres2019-01-281-1/+1
* | | Do not assume that literals have a non-NULL bytes field; user code could purg...dkf2019-01-251-15/+26
* | | cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in fast_s_mp_mul_di...sebres2019-01-071-1/+1
* | | Update TZ info to tzdata2018i.jan.nijtmans2019-01-0416-56/+240
* | | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f...jan.nijtmans2019-01-042-6/+6
* | | Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
* | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
* | | (cherry-pick) relax the timings of 2 tests, which incidentally fail on Travis...jan.nijtmans2018-12-203-3/+21
* | | No need for latest "rvm" any more in osx builds (now even gives an error)jan.nijtmans2018-12-185-28/+0
* | | win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dep...sebres2018-11-221-1/+1
* | | fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for ...sebres2018-11-225-46/+71
|\ \ \
| * | | prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and st...sebres2018-11-221-8/+10
| * | | win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x...sebres2018-11-211-4/+11
| * | | win: fixed pwd-related test-cases in winPipe.test: several test-cases expect ...sebres2018-11-201-1/+7
| * | | win: fixes case sensitivity of glob test cases (winFile-2.*): current directo...sebres2018-11-201-2/+4
| * | | refactoring normalize in case of second path starting with tilde (~/~foo) - f...sebres2018-11-202-34/+38
| * | | fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ...sebres2018-11-201-2/+6
|/ / /
* | | Fix brokenness in GNUmakefiledkf2018-11-121-2/+4
* | | Fix builds on Travis.dkf2018-11-112-33/+26
* | | [35a8f1c04a] Fix bad lengths when creating string rep of some lists.dgp2018-11-093-1/+53
|\ \ \