Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move timer.device stuff to schedule.c | Chris Young | 2011-02-19 | 1 | -0/+5 |
* | Modify scheduler to use a binary heap (using libpbl). | Chris Young | 2011-02-16 | 1 | -12/+3 |
* | First pass of AmigaOS 3 compatibility | John Mark Bell | 2010-12-30 | 1 | -0/+2 |
* | Change schedule_run to a BOOL as this more standard for platform code. | Chris Young | 2010-04-29 | 1 | -3/+1 |
* | The schedule_run function is only called by the frontends so remove it from t... | Vincent Sanders | 2010-04-28 | 1 | -0/+3 |
* | Fix-up the timer.device scheduler and reinstate it as default. Unfortunately... | Chris Young | 2009-10-15 | 1 | -0/+1 |
* | Update for new SDK | Chris Young | 2008-12-20 | 1 | -3/+3 |
* | Scheduled events now signal when the scheduled time has passed. | Chris Young | 2008-09-08 | 1 | -0/+5 |
* | Fully implemented schedule, schedule_run and schedule_remove. | Chris Young | 2008-08-03 | 1 | -0/+31 |