| Commit message (Expand) | Author | Age | Files | Lines |
* | timer: fixed setup of the block-time to 0.0 by pending timer of new generatio... | sebres | 2017-07-13 | 1 | -1/+0 |
|
|
* | after at: added simple workaround for absolute timers/sleep ("after at real-t... | sebres | 2017-07-03 | 1 | -3/+26 |
|
|
* | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind... | sebres | 2017-07-03 | 1 | -115/+75 |
|
|
* | fixed timer-marker handling: timer should be always executed after queued eve... | sebres | 2017-07-03 | 1 | -20/+9 |
|
|
* | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-... | sebres | 2017-07-03 | 1 | -18/+31 |
|
|
* | "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 | 1 | -332/+460 |
|
|
* | interim commit: code review, rewrite tclTimer, etc.
| sebres | 2017-07-03 | 1 | -77/+141 |
|
|
* | 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 |
|
|
* | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 1 | -105/+134 |
|
|
* | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 1 | -167/+345 |
|
|
* | interim commit: try to fix time-drift backwards (calibration? something else?... | sebres | 2017-07-03 | 1 | -1/+1 |
|
|
* | interim commit: try to fix time-drift backwards (too long offset after calibr... | sebres | 2017-07-03 | 1 | -3/+22 |
|
|
* | after info, after cancel: compare interpreter of the timer-events by direct r... | sebres | 2017-07-03 | 1 | -2/+2 |
|
|
* | resolved some warnings / fixed unix resp. x64 compilation
| sebres | 2017-07-03 | 1 | -4/+4 |
|
|
* | code review + better usage of the waiting tolerance (fewer CPU-greedy now, av... | sebres | 2017-07-03 | 1 | -3/+35 |
|
|
* | [win32] use timer resolution handling in Tcl_Sleep also;
| sebres | 2017-07-03 | 1 | -10/+12 |
|
|
* | dynamic increase of timer resolution corresponding wait-time;
| sebres | 2017-07-03 | 1 | -20/+24 |
|
|
* | [enhancement] extend "vwait" with same options as "update", new syntax "vwait... | sebres | 2017-07-03 | 1 | -1/+1 |
|
|
* | [performance] do one event (update / event servicing) cycle optimized (introd... | sebres | 2017-07-03 | 1 | -23/+99 |
|
|
* | [performance] much better handling for timer events within Tcl_ServiceEvent u... | sebres | 2017-07-03 | 1 | -90/+28 |
|
|
* | [performance] large performance increase by event servicing cycles (3x - 5x f... | sebres | 2017-07-03 | 1 | -123/+91 |
|
|
* | [performance] introduced additional queue for prompt timer events (after 0) t... | sebres | 2017-07-03 | 1 | -213/+265 |
|
|
* | bug fix: wrong release of after-id tcl-object if it switch type (object leak)
| sebres | 2017-07-03 | 1 | -7/+13 |
|
|
* | [bug/stable fix] don't execute TimerSetupProc directly (may be unwanted, beca... | sebres | 2017-07-03 | 1 | -21/+55 |
|
|
* | after-id: introduced object of type "afterObjType" as self-referenced weak po... | sebres | 2017-07-03 | 1 | -29/+174 |
|
|
* | timer resp. idle events optimized: better handling using doubly linked lists,... | sebres | 2017-07-03 | 1 | -190/+349 |
|
|
* | [performance] after-event list optimized (interp-assoc switched to doubly lin... | sebres | 2017-07-03 | 1 | -33/+26 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | Bug 1350293 | Kevin B Kenny | 2005-11-09 | 1 | -2/+3 |
|
|
| * | Tcl_ClearChannelHandlers(): bail out early if passed NULL argument | vasiljevic | 2005-10-04 | 1 | -3/+6 |
|
|
| * | purge outdated comment | dgp | 2005-03-23 | 1 | -4/+2 |
|
|
| * | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -14/+4 |
|
|
* | | * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() with | dgp | 2008-01-22 | 1 | -9/+1 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -2/+2 |
|
|
* | | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -3/+3 |
|
|
* | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -3/+3 |
|
|
* | | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -3/+3 |
|
|
* | | fix warning | das | 2006-10-31 | 1 | -2/+1 |
|
|
* | | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -7/+3 |
|
|
* | | More fixing which struct stat to refer to. Some casts from time_t to int requ... | patthoyts | 2006-09-26 | 1 | -4/+4 |
|
|
* | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
* | | bugs 1350291 and 1350293 | Kevin B Kenny | 2005-11-09 | 1 | -57/+79 |
|
|
* | | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ... | dkf | 2005-10-31 | 1 | -69/+70 |
|
|
* | | Tcl_DeleteTimerHandler(): bail out early if passed NULL argument. | vasiljevic | 2005-10-04 | 1 | -3/+6 |
|
|
* | | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -5/+8 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -295/+301 |
|
|