summaryrefslogtreecommitdiff
path: root/riscos/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-0/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-1/+3
| | | | svn path=/trunk/netsurf/; revision=6447
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-05-17 23:25:32 by rjw]Richard Wilson2005-05-171-0/+2
| | | | | | Don't allow things to be scheduled twice. svn path=/import/netsurf/; revision=1725
* [project @ 2004-07-09 10:58:45 by bursa]James Bursa2004-07-091-1/+7
| | | | | | Fix race condition in schedule_run() (fixes download-related crashes). svn path=/import/netsurf/; revision=1062
* [project @ 2004-03-21 13:54:53 by bursa]James Bursa2004-03-211-0/+2
| | | | | | Fix schedule_remove(). svn path=/import/netsurf/; revision=643
* [project @ 2004-03-21 12:46:56 by bursa]James Bursa2004-03-211-0/+135
Implement scheduled callbacks. svn path=/import/netsurf/; revision=640