summaryrefslogtreecommitdiff
path: root/amiga/object.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-4/+5
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
* List traversing tidy-up.Chris Young2008-10-061-2/+3
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-0/+4
* Code cleanup.Chris Young2008-08-211-35/+0
* Generic objects code implemented using Exec lists. Currently used by schedul...Chris Young2008-08-031-0/+107