| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | sebres | 2019-04-01 | 1 | -1/+11 |
|\ |
|
| * | merge 8.5 | sebres | 2019-04-01 | 1 | -1/+11 |
| |\ |
|
| | * | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c... | sebres | 2019-04-01 | 1 | -1/+11 |
|
|
* | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Remove unneeded code from init.tcl | jan.nijtmans | 2019-03-07 | 1 | -10/+9 |
|\ \ \
| |/ / |
|
| * | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -12/+11 |
|
|
* | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -1/+386 |
|\ \ \
| |/ / |
|
| | | | |
| | \ | |
| *-. \ | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities... | sebres | 2019-03-05 | 1 | -1/+386 |
| |\ \ \
| | | |/ |
|
| | * | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ... | sebres | 2019-02-13 | 1 | -14/+36 |
| | |\ \
| | | |/ |
|
| | | * | timerate: extended with ?max-count? optional parameter, code review and more ... | sebres | 2019-02-13 | 1 | -12/+27 |
|
|
| | | * | fixes estimated time of too short execution considering calibrated overhead (... | sergey.brester | 2019-02-12 | 1 | -2/+2 |
|
|
| | | * | timerate: allow break from measurement cycle (usable to provide conditional s... | sergey.brester | 2019-02-12 | 1 | -1/+8 |
|
|
| | | * | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol... | sergey.brester | 2019-02-12 | 1 | -7/+24 |
|
|
| | | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 1 | -12/+23 |
| | | |\ |
|
| | | * \ | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+343 |
| | | |\ \ |
|
| | * | | | | timerate: added dynamic factor by threshold calculation (avoid growing of the... | sebres | 2019-02-07 | 1 | -7/+24 |
|
|
| | * | | | | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 1 | -170/+249 |
| | |\ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -11/+16 |
| | |/ / /
| |/| | | |
|
* | | | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|
|
* | | | | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -13/+13 |
|\ \ \ \ \ |
|
| * | | | | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -2/+2 |
|
|
| * | | | | | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -10/+10 |
|
|
| * | | | | | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)... | jan.nijtmans | 2019-02-18 | 1 | -4/+4 |
|
|
* | | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -6/+6 |
|/ / / / / |
|
* | | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -6/+6 |
|
|
* | | | | | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional ... | sebres | 2019-01-28 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | merge 8.5 | sebres | 2019-01-28 | 1 | -1/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single it... | sebres | 2019-01-28 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Why are we using rvm? Why? | dkf | 2018-12-14 | 1 | -128/+145 |
|
|
* | | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -17/+17 |
|
|
* | | | | | merge 8.6 | dgp | 2018-11-16 | 1 | -4/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Clear up a bunch of small issues found by Coverity analysis. | dkf | 2018-11-16 | 1 | -42/+40 |
|
|
| * | | | | prevents UB/segfault by unexpected return-code (not -1/0/1) and avoid warning... | sebres | 2018-05-08 | 1 | -0/+2 |
|
|
* | | | | | Implement TIP 501 | dkf | 2018-11-06 | 1 | -10/+58 |
|\ \ \ \ \ |
|
| * \ \ \ \ | merge core-8-branch | dkf | 2018-11-06 | 1 | -456/+276 |
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
* | | | | | | merge 8.7 | dgp | 2018-10-18 | 1 | -8/+6 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | TIP #502 implementation: Index value reform. | jan.nijtmans | 2018-10-12 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | merge 8.7 | dgp | 2018-09-25 | 1 | -0/+3 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-24 | 1 | -8/+6 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-11 | 1 | -178/+48 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-04-24 | 1 | -6/+10 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-04-07 | 1 | -1/+0 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Rebase TIP 502 draft implementation. | dgp | 2018-03-30 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun... | jan.nijtmans | 2018-08-28 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | Experiment, resolving platform differences at script level. Don't look ... | jan.nijtmans | 2018-08-16 | 1 | -6/+1 |
| | |_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ... | jan.nijtmans | 2018-06-24 | 1 | -0/+3 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -8/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / |
|