summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge sebres-event-perf-fix-busy-waitsebres_8_6_event_perf_branchsebres2017-07-132-8/+22
|\
| * avoid busy wait if new short block-time will be set within service event-cycl...sebres_event_perf_fix_busy_waitsebres2017-07-131-7/+22
| * timer: fixed setup of the block-time to 0.0 by pending timer of new generatio...sebres2017-07-131-1/+0
| * merge core-8-5-branchsebres2017-07-104-979/+972
| |\
| | * tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec...sebres2017-07-031-84/+70
* | | merge core-8-6-branchsebres2017-07-1027-1209/+1495
|\ \ \
| * | | Pull out of the loop a block of code that can only run in first iteration.bug_adb198c256dgp2017-07-061-18/+19
| * | | Alternative fix for memleaks in fs path join machinery.dgp2017-07-061-17/+16
| * | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-032-28/+28
| * | | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate t...jan.nijtmans2017-06-281-10/+9
| * | | Bump to TclOO 1.1.0dgp2017-06-261-1/+1
| * | | Rebase for final implementation workdkf2017-06-221-5/+27
| * | | Upgrade all internal character tables to Unicode 10jan.nijtmans2017-06-222-806/+831
| |\ \ \ | | | |/ | | |/|
| | * | Upgrade all internal character tables to Unicode 10jan.nijtmans2017-06-222-807/+836
| * | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place.dkf2017-06-181-126/+74
| * | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined.jan.nijtmans2017-06-151-1/+1
| * | | Make read and write operations on Tcl_Var handles available in tclInt API. dkf2017-06-087-58/+349
| |\ \ \
| | * | | Expose some of the core variable access APIs. dkf_expose_ptrgetvar_8_6dkf2017-06-067-58/+349
| * | | | Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed ...jan.nijtmans2017-06-081-12/+35
| * | | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check.jan.nijtmans2017-06-081-13/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check.jan.nijtmans2017-06-081-13/+14
| * | | | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa...jan.nijtmans2017-06-082-36/+13
| * | | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-073-22/+19
| | |/ / | |/| |
| * | | Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in...jan.nijtmans2017-06-061-18/+18
| |\ \ \ | | |/ /
| | * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ...jan.nijtmans2017-06-061-75/+52
| * | | merge core-8-6-branchbug_67aa9a2070jan.nijtmans2017-06-021-10/+8
| |\ \ \
| | * | | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr...jan.nijtmans2017-06-021-10/+8
| * | | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ...jan.nijtmans2017-06-021-3/+9
| |/ / /
| * | | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ...sebres2017-05-291-19/+18
| * | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-298-58/+58
| * | | fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49]aspect2017-05-191-3/+3
* | | | merge sebres-8-5-event-perf-branchsebres2017-07-103-33/+73
|\ \ \ \ | | |_|/ | |/| |
| * | | avoid blocking wait if we've some retarded events (from last event-cycle) and...sebres2017-07-101-0/+12
| * | | reintegrate sebres-8-6-event-perf-branch back to 8.5sebres2017-07-105-198/+406
| |\ \ \ | |/ / / |/| | |
* | | | Stability fix: queue epoch to guarantee avoid broken queue, service level to ...sebres2017-07-104-175/+374
* | | | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6sebres2017-07-1010-619/+2243
|\ \ \ \ | |/ / /
| * | | after at: added simple workaround for absolute timers/sleep ("after at real-t...sebres2017-07-031-3/+26
| * | | code review and small optimizations sebres2017-07-031-8/+10
| * | | fix check event source threshold (corresponds 100-ns ranges, if the wide-clic...sebres2017-07-031-38/+51
| * | | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind...sebres2017-07-035-138/+150
| * | | don't cancel scheduled event as long as the event list is not bidirectional (...sebres2017-07-031-1/+9
| * | | fixed timer-marker handling: timer should be always executed after queued eve...sebres2017-07-035-194/+215
| * | | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-...sebres2017-07-033-60/+118
| * | | Merge branch 'fix-busy-prompt-timers' into event-perf-branch: sebres2017-07-031-34/+81
| * | | "after at" set factor to 1000000 (seconds), test cases fixed sebres2017-07-031-5/+5
| * | | code review, rewrite tclTimer, prolongation, etc. sebres2017-07-036-404/+562
| * | | interim commit: code review, rewrite tclTimer, etc. sebres2017-07-035-111/+219
| * | | revert dual lists (relative/absolute) back to single list (because of better ...sebres2017-07-031-109/+63
| * | | amend with review sebres2017-07-031-16/+53
| * | | don't use tolerance in vwait, because of dual usage, it causes canceling of w...sebres2017-07-031-8/+2