log

age author description
2019-11-22 Tassilo Philipp - tex formatting fix
2019-11-22 Tassilo Philipp - review and fixes, cleanup, amendments to calling convention appendix of manual
2019-11-22 Tassilo Philipp - doc: added disassembly examples for many platforms and calling conventions, for reference
2019-11-22 Tassilo Philipp - configure:
2019-11-22 Tassilo Philipp - super old vs2005 solution files simplified (should probably be removed altogether)
2019-11-21 Tassilo Philipp - removal of never-adopted mini-test framework stub
2019-11-15 Tassilo Philipp - cosmetics and comments cleanup for readability
2019-11-15 Tassilo Philipp - doc: stack layout fix for mips/o32
2019-11-15 Tassilo Philipp - cosmetics/cleanup
2019-11-13 Tassilo Philipp - Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles
2019-11-13 Tassilo Philipp - test/dynload_plain build fix for Darwin cc (use flag -dynamiclib instead of -shared to build test .dylib)
2019-11-13 Tassilo Philipp - dynload_plain test code build fix for windows
2019-11-12 Tassilo Philipp - dynload fix to get proc name when elf relocation is in use
2019-11-09 Tassilo Philipp - fix for some cmake/cpack doc paths (fixup for files that were removed by r303)
2019-11-06 Tassilo Philipp - allowing lookup of running executable's path by passing NULL to dynload's dlGetLibraryPath()
2019-11-06 Tassilo Philipp - stop using dlinfo() on glibc platforms but use dl_iterate_phdr() instead, as former's implementation is nothing more than a fancy cast and thus dangerously assuming that every provided handle is valid
2019-11-05 Tassilo Philipp - dynload_plain test: stability fix for picking right testing lib on build
2019-10-29 Tassilo Philipp - stability fix: avoid sigsegv in dynload's dlGetLibraryPath() in some cases (e.g. wrong handle given or OS specific quirk)
2019-10-26 Tassilo Philipp - test code fix avoiding sigsegv on some platforms
2019-10-24 Tassilo Philipp - comment cleanup
2019-10-24 Tassilo Philipp - changelog about dynload UTF-8 support on windows
2019-10-24 Tassilo Philipp dynload UTF-8 support for library paths:
2019-04-29 Tassilo Philipp better MacOS Mojave support in ./configure (Mojave dropped i386 builds)
2018-06-09 Tassilo Philipp - todo update reflecting mips softfloat status more precisely (as only lacking for mips64/n32 callconv)
2018-05-23 Tassilo Philipp - softfloat support for mips64/n64 abi
2018-05-23 Tassilo Philipp - mips32 doc
2018-05-23 Tassilo Philipp - cleanup of outdated docs
2018-05-21 Tassilo Philipp - mips softfloat support for o32 callconv (calls and callbacks, little and big endian)
2018-05-20 Tassilo Philipp - changelog
2018-05-20 Tassilo Philipp - more verbose support matrix