summaryrefslogtreecommitdiff
path: root/amiga/object.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-4/+5
| | | | svn path=/trunk/netsurf/; revision=9677
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=5649
* List traversing tidy-up.Chris Young2008-10-061-2/+3
| | | | svn path=/trunk/netsurf/; revision=5499
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-0/+4
| | | | | | The timer appears to stop signalling events occasionally - needs some investigation. svn path=/trunk/netsurf/; revision=5287
* Code cleanup.Chris Young2008-08-211-35/+0
| | | | svn path=/trunk/netsurf/; revision=5167
* Generic objects code implemented using Exec lists. Currently used by ↵Chris Young2008-08-031-0/+107
schedule.c to add and delete schedule items from a list. svn path=/trunk/netsurf/; revision=4876