Changes between Version 3 and Version 4 of ParrotDeprecations
- Timestamp:
- 06/29/10 16:50:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotDeprecations
v3 v4 8 8 9 9 * Remove sizeof op. No replacement currently exists. TT #633 10 - negligible impact expected: this op was not widely used 10 11 * Replace STRING_is_null with Parrot_str_is_null. TT #1585 12 - moderate impact expected: simple textual substitution for C code dealing with STRING* values 11 13 * Remove in-place substr op variants. TT #1450 14 - high impact expected: most PIR code dealing with string substitution will need to be updated 12 15 13 16 == Changes Between 2.0 and 2.3 ==