diff options
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee9851d..edc96f5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,17 @@ Build system * Allow building against libucontext. +ctype +----- + +* Add __ctype_b. + + +cxx_thread +---------- + +* Add __cxa_thread_atexit_impl. + math ---- @@ -24,6 +35,14 @@ math * Add most __*_finite functions, courtesy of Elizabeth Myers. +readlink/realpath +----------------- + +* Intercept realpath as well as readlink. +* Report EIO on /proc read failure. +* Report ENOSYS on dlsym failure. + + resolv ------ @@ -36,6 +55,12 @@ socket * Add __poll_chk +stdlib +------ + +* Add secure_getenv alias to __secure_getenv. + + string ------ @@ -43,6 +68,11 @@ string * Add memfrob. * Add strfry. +unistd +------ + +* Add __open_2/__open64_2. + malloc ------ |