Changes between Version 6 and Version 7 of GCTasklist
- Timestamp:
- 12/30/08 01:49:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GCTasklist
v6 v7 14 14 * dod.c -> api.c (it defines the public interface to the GC system, including 'pobject_lives') 15 15 16 - Rename all API functions to Parrot_gc_*.16 - Rename all API functions to Parrot_gc_*. 17 17 18 - If there are any non-API functions in src/gc/api.c move them into another file, possibly src/gc/common.c to indicate that they're internal to the GC system only, but shared between all the GC modules.18 - If there are any non-API functions in src/gc/api.c move them into another file, possibly src/gc/common.c to indicate that they're internal to the GC system only, but shared between all the GC modules. 19 19 20 20 == Completed Tasks ==