Changes between Version 27 and Version 28 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Jan 3, 2025, 5:05:25 PM (2 weeks ago)
Author:
waddlesplash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v27 v28  
    2222 * Replace BAutolock with a proper template based AutoLocker, like the one we have in shared already.
    2323 * 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]).
    2429
    2530'''Interface Kit:'''