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
2018-05-19 Tassilo Philipp - changed style of support matrix, marked freebsd/mips complet (hardfloat, only, though)
2018-05-17 Tassilo Philipp - simpler ./configure check if freebsd/mips platform is hard-float
2018-05-16 Tassilo Philipp - doc typo
2018-05-16 Tassilo Philipp - FBSD12-CURRENT/mipshf needs to be told explicitly to use -mhard_float (at least as of may 2018)
2018-05-07 Tassilo Philipp - adding mips softfloat to ToDo
2018-04-25 Tassilo Philipp - ./configure arch detection support for newer iOS SDK versions (10+)
2018-04-24 Tassilo Philipp - removed unused include from callback_plain test
2018-04-24 Tassilo Philipp - removed relative #include
2018-04-23 Tassilo Philipp Added tag r1.0 for changeset 4e63c6411e59
2018-04-23 Tassilo Philipp - adjusted release date of r1.0 in changelog r1.0
2018-04-21 Tassilo Philipp Added tag r1.0-RC3 for changeset 8d9629a078e4
2018-04-21 Tassilo Philipp - merged separate ToDo files, cleanups r1.0-RC3
2018-04-21 Tassilo Philipp Added tag r1.0-RC2 for changeset ce688f871d51
2018-04-21 Tassilo Philipp - todo r1.0-RC2
2018-04-21 Tassilo Philipp - dynload_plain test: better guessing what .so to use
2018-04-20 Daniel Adler added ToDo for configure on macOS
2018-04-19 Daniel Adler added missing headers for 'install' target
2018-04-19 Tassilo Philipp - removed some restriction in mach-o loader
2018-04-19 Tassilo Philipp - file header cleanups for release
2018-04-19 Tassilo Philipp - cleanup in Changelog and Todo for 1.0
2018-04-19 Tassilo Philipp Added tag r1.0-RC1 for changeset dfc6f1736141
2017-08-20 Tassilo Philipp - prep for 1.0 release r1.0-RC1
2018-03-04 Tassilo Philipp - doc fix in callconv appendix
2018-03-04 Tassilo Philipp - typo
2018-02-01 Tassilo Philipp - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
2017-12-29 Tassilo Philipp - more make compat fixes for test/dynload_plain
2017-12-29 Tassilo Philipp - make portability fix
2017-12-29 Tassilo Philipp - dynload_plain test handling symbol aliases, now
2017-12-11 Tassilo Philipp - OpenBSD/arm64 exists officially, now, so mark as existing in manual, but "not know if dyncall works"
2017-08-21 Tassilo Philipp - doc consistency cleanup/addition
2017-05-27 Tassilo Philipp - cleanups
2017-05-27 Tassilo Philipp - reintroduced .note.GNU-stack section, as mentioned in prev commit
2017-05-27 Tassilo Philipp - removed configure-based checks for using --noexecstack / -Wa,--noexecstack in make A{S,C,}FLAGS variables, b/c inconsistent behaviour across platforms and often unusable, b/c:
2017-05-25 Tassilo Philipp - also testing no flags at all, for asflags rw- detection
2017-05-24 Tassilo Philipp - typo in prev commit
2017-05-24 Tassilo Philipp - some platforms ingeniously use AFLAGS with CC so --noexecstack must be set as -Wa,--noexecstack
2017-05-24 Tassilo Philipp - portability fix for configure's asflags detection
2017-05-22 Tassilo Philipp configure:
2017-05-22 Tassilo Philipp - added _MIPSE[BL] to (long) list of mips endian detection #ifdefs
2017-05-21 Tassilo Philipp - declutter
2017-05-21 Tassilo Philipp - cosmetics
2017-05-21 Tassilo Philipp - configure: noexecstack flag check/search now reflecting what dyncall build needs/does
2017-05-20 Tassilo Philipp - portability changes to configure's "--noexecstack" flag detection (mainly for macos)
2017-05-19 Tassilo Philipp - added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane
2017-05-17 Tassilo Philipp - added "Unknown" type as executable format #define next to PE, Mach and ELF ones for cases like Minix < 3.2.0
2017-05-15 Tassilo Philipp - better cpp checking whether dlinfo() is available, to also cover GLIBC based systems that don't identify as Linux (e.g. debian/k*BSD)
2017-05-15 Tassilo Philipp - improved support for older OS versions for dynloads dlGetLibraryPath
2017-05-14 Tassilo Philipp - see last commit - sloppy me forgot a part of that regression fix
2017-05-14 Tassilo Philipp - regression fix for changing writable to executable memory for platforms where
2017-05-13 Tassilo Philipp - note about c99 (+ anon struct/union) requirements in doc
2017-05-13 Tassilo Philipp - replaced `.set' directives used to set symbol values in assembly files with (seemingly) more portable `=' syntax (e.g. older versions of Sun's `as' don't handle `.set')
2017-05-05 Tassilo Philipp - BeOS impl for dlGetLibraryPath
2017-05-04 Tassilo Philipp - changelog update
2017-05-04 Tassilo Philipp changes for dynload for macOS and OpenBSD:
2017-05-04 Tassilo Philipp - dynload dlGetLibraryPath simplifications:
2017-05-04 Tassilo Philipp - Todo
2017-05-04 Tassilo Philipp dynload doc:
2017-05-04 Tassilo Philipp dynload:
2017-05-02 Tassilo Philipp - doc cleanup
2017-05-02 Tassilo Philipp - replaced character constants in ppc assembly files with their values for compatibility with older toolchains
2017-05-02 Tassilo Philipp - whitespace cleanup in ppc32 asm files
2017-05-02 Tassilo Philipp - ppc32 doc tweak
2017-05-02 Tassilo Philipp - changelog mentioning darwin/ppc fixes
2017-05-02 Tassilo Philipp - dyncallback 'long long' arg fix for Darwin/PPC
2017-05-02 Tassilo Philipp Darwin/PPC:
2017-04-16 Tassilo Philipp - dynload_plain test ReactOS support
2017-04-16 Tassilo Philipp - make dynload_plain test build on windows
2017-04-16 Tassilo Philipp - todo comment
2017-04-16 Tassilo Philipp - dynload_syms_elf.c cleanup
2017-04-16 Tassilo Philipp - dynload_syms_pe.c cleanup
2017-04-16 Tassilo Philipp - dynload_windows.c cosmetics
2017-04-16 Tassilo Philipp - completed dynload API doc
2017-04-16 Tassilo Philipp - resolve_self test cleanups
2017-04-15 Tassilo Philipp - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
2017-04-15 Tassilo Philipp - marked off sparc64/freebsd as complete in manual, after testing it
2017-04-15 Tassilo Philipp - changelog
2017-04-15 Tassilo Philipp - dynload mach-o handling fixes for 64bit platforms
2017-04-14 Tassilo Philipp - fix to configure for universal binary support for >= macos el capitan
2017-04-11 Tassilo Philipp - changelog
2017-04-11 Tassilo Philipp - make dynload symbol iteration return symbol names as in C code, on Darwin
2017-04-11 Tassilo Philipp - mach-o symbol iteration stability fixes
2017-04-06 Tassilo Philipp - dynload_plain test fixes
2017-04-06 Tassilo Philipp dynload darwin/mach-o update:
2017-04-06 Tassilo Philipp - dynload man page clarification about resolving own symbols
2017-04-06 Tassilo Philipp - dynload_plain test now run with helper script
2017-04-06 Tassilo Philipp tests:
2017-03-28 Tassilo Philipp - TEX fix
2017-03-28 Tassilo Philipp - "
2017-03-28 Tassilo Philipp - more doc overview corrections
2017-03-28 Tassilo Philipp - "