Changes between Version 59 and Version 60 of ReleaseNotes/Mainline
- Timestamp:
- 2018-07-08T17:46:53Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v59 v60 55 55 * The async framework API has been streamlined and the abstraction no longer leaks the internals of the low-level IPC mechanism. The async framework server calls no longer require the call capability handle and the pointer to the IPC call structure serves as an universal identifier of the given IPC call on the server side. 56 56 * Improved ISO C comformance 57 * Some ISO C symbols that were previously only available through `libposix` now moved to `libc` 58 * In many cases improved implementation 59 * `scanf` family, temporary file functions from stdio.h, `(at)exit` family from `stdlib.h`, etc. 57 60 * C++14 Runtime support 58 61 * C++ source files are compiled with `-std=c++17` (which grants most, if not all, C++17 language features)