Changes between Version 1 and Version 2 of ParrotDeprecationsFor2.6

Show
Ignore:
Timestamp:
07/25/10 02:40:46 (12 years ago)
Author:
cotto
Comment:

add descriptions

Legend:

Unmodified
Added
Removed
Modified
  • ParrotDeprecationsFor2.6

    v1 v2  
    11== Remove sizeof op == 
     2 
     3=== Description === 
     4 
     5The PIR op {{{sizeof}}} was removed. 
    26 
    37=== Rationale === 
     
    1115== Replace STRING_is_null with Parrot_str_is_null == 
    1216 
     17=== Description === 
     18 
     19The C-level macro STRING_is_null was replaced with Parrot_str_is_null. 
     20 
    1321=== Rationale === 
    1422 
     
    2028 
    2129== Remove in-place substr op variants == 
     30 
     31=== Description === 
     32 
     33All variants of the PIR op {{{substr}}} which mutate an argument in-place were removed. 
    2234 
    2335=== Rationale ===