log dynload/dynload_unix.c @ 552:61c485f8cc06

age author description
Mon, 20 Jun 2022 15:11:52 +0200 Tassilo Philipp cosmetics & c-comments for consistency
Wed, 07 Apr 2021 18:51:38 +0200 Tassilo Philipp comment cleanups and clarification
Thu, 21 Jan 2021 19:50:31 +0100 Tassilo Philipp - haiku dynload fix
Wed, 15 Apr 2020 14:57:23 +0200 Tassilo Philipp - removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
Tue, 14 Apr 2020 19:58:31 +0200 Tassilo Philipp - fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label
Tue, 25 Feb 2020 16:07:45 +0100 Tassilo Philipp - fix to dynload to build with musl libc (latter has dlinfo but not RTLD_SELF, so fallback to dl_iterate_phdr if on ELF targets)
Wed, 13 Nov 2019 17:15:43 +0100 Tassilo Philipp - Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles