| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-6-branch | sebres | 2017-07-10 | 27 | -1209/+1495 |
|\ |
|
| * | Pull out of the loop a block of code that can only run in first iteration.bug_adb198c256 | dgp | 2017-07-06 | 1 | -18/+19 |
|
|
| * | Alternative fix for memleaks in fs path join machinery. | dgp | 2017-07-06 | 1 | -17/+16 |
|
|
| * | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. | jan.nijtmans | 2017-07-03 | 2 | -28/+28 |
|
|
| * | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate t... | jan.nijtmans | 2017-06-28 | 1 | -10/+9 |
|
|
| * | Bump to TclOO 1.1.0 | dgp | 2017-06-26 | 1 | -1/+1 |
|
|
| * | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -5/+27 |
|
|
| * | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -806/+831 |
| |\ |
|
| | * | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -807/+836 |
|
|
| * | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. | dkf | 2017-06-18 | 1 | -126/+74 |
|
|
| * | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
|
|
| * | | Make read and write operations on Tcl_Var handles available in tclInt API.
| dkf | 2017-06-08 | 7 | -58/+349 |
| |\ \ |
|
| | * | | Expose some of the core variable access APIs.
dkf_expose_ptrgetvar_8_6 | dkf | 2017-06-06 | 7 | -58/+349 |
|
|
| * | | | Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed ... | jan.nijtmans | 2017-06-08 | 1 | -12/+35 |
|
|
| * | | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. | jan.nijtmans | 2017-06-08 | 1 | -13/+14 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. | jan.nijtmans | 2017-06-08 | 1 | -13/+14 |
|
|
| * | | | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa... | jan.nijtmans | 2017-06-08 | 2 | -36/+13 |
|
|
| * | | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica... | jan.nijtmans | 2017-06-07 | 3 | -22/+19 |
| | |/
| |/| |
|
| * | | Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in... | jan.nijtmans | 2017-06-06 | 1 | -18/+18 |
| |\ \
| | |/ |
|
| | * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | jan.nijtmans | 2017-06-06 | 1 | -75/+52 |
|
|
| * | | merge core-8-6-branchbug_67aa9a2070 | jan.nijtmans | 2017-06-02 | 1 | -10/+8 |
| |\ \ |
|
| | * | | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr... | jan.nijtmans | 2017-06-02 | 1 | -10/+8 |
|
|
| * | | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-06-02 | 1 | -3/+9 |
| |/ / |
|
| * | | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ... | sebres | 2017-05-29 | 1 | -19/+18 |
|
|
| * | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 8 | -58/+58 |
|
|
| * | | fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49] | aspect | 2017-05-19 | 1 | -3/+3 |
|
|
* | | | merge sebres-8-5-event-perf-branch | sebres | 2017-07-10 | 3 | -33/+73 |
|\ \ \ |
|
| * | | | avoid blocking wait if we've some retarded events (from last event-cycle) and... | sebres | 2017-07-10 | 1 | -0/+12 |
|
|
| * | | | reintegrate sebres-8-6-event-perf-branch back to 8.5 | sebres | 2017-07-10 | 5 | -198/+406 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Stability fix: queue epoch to guarantee avoid broken queue, service level to ... | sebres | 2017-07-10 | 4 | -175/+374 |
|
|
* | | | | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6 | sebres | 2017-07-10 | 10 | -619/+2243 |
|\ \ \ \
| |/ / / |
|
| * | | | after at: added simple workaround for absolute timers/sleep ("after at real-t... | sebres | 2017-07-03 | 1 | -3/+26 |
|
|
| * | | | code review and small optimizations
| sebres | 2017-07-03 | 1 | -8/+10 |
|
|
| * | | | fix check event source threshold (corresponds 100-ns ranges, if the wide-clic... | sebres | 2017-07-03 | 1 | -38/+51 |
|
|
| * | | | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind... | sebres | 2017-07-03 | 5 | -138/+150 |
|
|
| * | | | don't cancel scheduled event as long as the event list is not bidirectional (... | sebres | 2017-07-03 | 1 | -1/+9 |
|
|
| * | | | fixed timer-marker handling: timer should be always executed after queued eve... | sebres | 2017-07-03 | 5 | -194/+215 |
|
|
| * | | | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-... | sebres | 2017-07-03 | 3 | -60/+118 |
|
|
| * | | | Merge branch 'fix-busy-prompt-timers' into event-perf-branch:
| sebres | 2017-07-03 | 1 | -34/+81 |
|
|
| * | | | "after at" set factor to 1000000 (seconds), test cases fixed
| sebres | 2017-07-03 | 1 | -5/+5 |
|
|
| * | | | code review, rewrite tclTimer, prolongation, etc.
| sebres | 2017-07-03 | 6 | -404/+562 |
|
|
| * | | | interim commit: code review, rewrite tclTimer, etc.
| sebres | 2017-07-03 | 5 | -111/+219 |
|
|
| * | | | revert dual lists (relative/absolute) back to single list (because of better ... | sebres | 2017-07-03 | 1 | -109/+63 |
|
|
| * | | | amend with review
| sebres | 2017-07-03 | 1 | -16/+53 |
|
|
| * | | | don't use tolerance in vwait, because of dual usage, it causes canceling of w... | sebres | 2017-07-03 | 1 | -8/+2 |
|
|
| * | | | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 4 | -148/+180 |
|
|
| * | | | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 4 | -178/+409 |
|
|
| * | | | interim commit: try to fix time-drift backwards (calibration? something else?... | sebres | 2017-07-03 | 2 | -1/+4 |
|
|
| * | | | interim commit: try to fix time-drift backwards (too long offset after calibr... | sebres | 2017-07-03 | 2 | -4/+23 |
|
|
| * | | | bug fix: prevent setting of negative block-time by too few initial wait-time,... | sebres | 2017-07-03 | 1 | -6/+8 |
|
|