Changes between Version 4 and Version 5 of Ticket #24135
- Timestamp:
- 11/01/17 09:13:27 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135 – Description
v4 v5 9 9 5. Rename the `iteritems()` method to `items()`. 10 10 11 6. Generic code cleanup. 11 6. Introduce a new inline function `valid(ptr)` to replace the very common `ptr != NULL and ptr != dummy` 12 13 7. Generic code cleanup.