Changes between Version 59 and Version 60 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-08T17:46:53Z (6 years ago)
Author:
Jiri Svoboda
Comment:

ISO C conformance notes

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v59 v60  
    5555  * 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.
    5656  * 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.
    5760  * C++14 Runtime support
    5861    * C++ source files are compiled with `-std=c++17` (which grants most, if not all, C++17 language features)