diff ChangeLog @ 320:85c80b0c021c

- Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles - Changelog updated - readme tweak
author Tassilo Philipp
date Wed, 13 Nov 2019 17:15:43 +0100
parents b2e4e23d9953
children 73c528d2cd4d
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 13 16:13:07 2019 +0100
+++ b/ChangeLog	Wed Nov 13 17:15:43 2019 +0100
@@ -9,7 +9,10 @@
   o added UTF-8 support for pathnames on windows
   o reliability/stability fix for dlGetLibraryPath() on glibc based platforms (avoiding
     internal use of glibc's bad impl of dlinfo() which doesn't do any error checking at all)
+  o Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles (did return
+    paths to random libraries under some circumstances, instead of returning an error)
   o support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3
+  o dlGetLibraryPath() now accepts NULL as argument to return path to executable
 doc:
   o more detail in support matrix for bi-endian platforms
 tests: