summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2018-09-21 21:30:18 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2018-09-21 21:30:18 +0000
commite7fd895295db6291319af09ffaa3b6d93180788c (patch)
tree6ad80501db199c916e8fc2ed5648bf694a257675 /CHANGELOG.rst
parent938c8095e7456fbcdf4ce261bdb6dfa3a8e41b80 (diff)
parent9bc7c737b311fcbba71af11884b7f9111dba57ba (diff)
downloadgcompat-e7fd895295db6291319af09ffaa3b6d93180788c.tar.gz
gcompat-e7fd895295db6291319af09ffaa3b6d93180788c.tar.bz2
gcompat-e7fd895295db6291319af09ffaa3b6d93180788c.tar.xz
gcompat-e7fd895295db6291319af09ffaa3b6d93180788c.zip
Merge branch 'patch-3' into 'master'
Add some more functions (notably __cxa_thread_atexit_impl and realpath) and run clang-format See merge request !3
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst30
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
------