Changes between Version 13 and Version 14 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Mar 4, 2015, 2:31:37 PM (9 years ago)
Author:
waddlesplash
Comment:

Adding some more things.

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v13 v14  
    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
    56
    67'''POSIX:'''
     
    89 * Switch to a 64-bit time_t.
    910 * 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]).
    1012
    1113'''Application Kit:'''