Changes between Version 15 and Version 16 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Jul 2, 2015, 10:31:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v15 v16 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 altogether5 * NUKE GCC2 FROM ORBIT 6 6 7 7 '''POSIX:''' 8 8 * 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. 10 11 * 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]). 12 13 13 14 '''Application Kit:'''