Changes between Version 1 and Version 2 of ParrotDeprecationsFor2.6
- Timestamp:
- 07/25/10 02:40:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotDeprecationsFor2.6
v1 v2 1 1 == Remove sizeof op == 2 3 === Description === 4 5 The PIR op {{{sizeof}}} was removed. 2 6 3 7 === Rationale === … … 11 15 == Replace STRING_is_null with Parrot_str_is_null == 12 16 17 === Description === 18 19 The C-level macro STRING_is_null was replaced with Parrot_str_is_null. 20 13 21 === Rationale === 14 22 … … 20 28 21 29 == Remove in-place substr op variants == 30 31 === Description === 32 33 All variants of the PIR op {{{substr}}} which mutate an argument in-place were removed. 22 34 23 35 === Rationale ===