Changes between Version 13 and Version 14 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Mar 4, 2015, 2:31:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v13 v14 3 3 '''General:''' 4 4 * 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 6 6 7 '''POSIX:''' … … 8 9 * Switch to a 64-bit time_t. 9 10 * 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]). 10 12 11 13 '''Application Kit:'''