Changes between Version 10 and Version 11 of ParrotDeprecationsFor2.9

Show
Ignore:
Timestamp:
09/12/10 00:40:50 (11 years ago)
Author:
NotFound
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ParrotDeprecationsFor2.9

    v10 v11  
    137137 
    138138If you must have an equivalent, take a look at NativePCCMethod. Otherwise, enjoy the fact that your segfaults are now most likely "not implemented" errors. 
     139 
     140== GetRuntimePrefix == 
     141 
     142See #1191 
     143 
     144=== Description === 
     145 
     146The function Parrot_get_runtime_prefix has been deleted. 
     147 
     148=== Rationale === 
     149 
     150It returned a char * instead of a Parrot string. A new function provides better functionality and there is no need to keep this. 
     151 
     152 
     153=== Replacement === 
     154 
     155Parrot_get_runtime_path