Changes between Version 15 and Version 16 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Jul 2, 2015, 10:31:29 PM (9 years ago)
Author:
waddlesplash
Comment:

More stuff.

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v15 v16  
    33'''General:'''
    44 * Redo shared libraries: there should be one library per kit and corresponding names for each. (possible conventions are "libsupport.so", "libSupport.so", "libSupportKit.so")
    5  * Consider dropping GCC2 altogether
     5 * NUKE GCC2 FROM ORBIT
    66
    77'''POSIX:'''
    88 * Drop stat_beos in favor of stat.
    9  * Switch to a 64-bit time_t.
     9 * Switch to a 64-bit time_t (bigtime_t).
     10 * Switch to musl over glibc.
    1011 * Maybe implement some non-standard POSIX pieces that Linux/BSDs have? e.g. ptrace (would be nice for GDB/QtCreator porting)
    11  * Multiuser! (some general things that can be cleaned up at the same time: [http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/FSUtils.cpp#n629 Tracker]).
     12 * Multiuser! (some general things that need to be cleaned up at the same time: [http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/FSUtils.cpp#n629 Tracker's ConfirmChangeIfWellKnownDirectory]).
    1213
    1314'''Application Kit:'''