Changes between Version 27 and Version 28 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Jan 3, 2025, 5:05:25 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v27 v28 22 22 * Replace BAutolock with a proper template based AutoLocker, like the one we have in shared already. 23 23 * convert_encoding_open() convert_encoding_close() with respect to UTF-8, #976 (or perhaps drop textencoding altogether and create a ByteArray class in the Support Kit that can handle encodings?) 24 * BString 25 * Adjust BString's APIs to make character/byte distinctions clearer. 26 * Change class size/definition to support small inline strings? 27 * BList 28 * Consider changing class size/definition to support small (1-sized) inline lists (cf. [https://review.haiku-os.org/c/haiku/+/8628 old change]). 24 29 25 30 '''Interface Kit:'''