log

age author description
2021-12-16 Tassilo Philipp Added tag r1.3-RC1 for changeset 4f6c9d3962a5
2021-12-16 Tassilo Philipp - changelog update r1.3-RC1
2021-12-16 Tassilo Philipp - introducing version number
2021-10-07 Tassilo Philipp - fix nameclash due to a previous and bad cleanup
2021-10-07 Tassilo Philipp - comments cleanup
2021-10-05 Tassilo Philipp - removed nm from (cd test; make), as not an actual conformance test
2021-10-05 Tassilo Philipp - cleanups, simplifications, some api clarification, ...
2021-10-03 Tassilo Philipp - regression fix: return values were broken on some arm32-thumb targets
2021-10-03 Tassilo Philipp - changelog addition (and modification of older entry for clarity)
2021-10-03 Tassilo Philipp - use UAL syntax for some arm instructions for armhf targets, as clang's integrated as disallows pre-UAL syntax
2021-10-03 Tassilo Philipp - removed %-prefixes for register names from arm assembly files (was wrong to begin with, gas accepted them but the clang integrated assembler does not)
2021-04-07 Tassilo Philipp comment cleanups and clarification
2021-04-07 Tassilo Philipp - some doc/manual callconv clarifications for arm
2021-04-07 Tassilo Philipp - comment for clarity
2021-04-07 Tassilo Philipp cleanup
2021-04-07 Tassilo Philipp changelog
2021-01-23 Tassilo Philipp windows lib name consistency changes for nmake builds
2021-04-07 Tassilo Philipp - changelog
2021-04-06 Tassilo Philipp - dynload w/ PE files:
2021-01-23 Tassilo Philipp - changelog
2021-01-23 Tassilo Philipp - dynload fixes for newer x86 beos/haiku that come with elf.h by default (removed hacky stub used before for elf hdr refs)
2021-01-22 Tassilo Philipp Added tag r1.2 for changeset 763ab518e1bb
2021-01-22 Tassilo Philipp - added 1.2 release date to changelog r1.2
2021-01-22 Tassilo Philipp - todo cleanup
2021-01-22 Tassilo Philipp - changelog update
2021-01-22 Tassilo Philipp Added tag r1.2-RC2 for changeset f155bda02e10
2021-01-22 Tassilo Philipp changelog update r1.2-RC2
2021-01-22 Tassilo Philipp - manual version number bump
2021-01-21 Tassilo Philipp - haiku dynload fix
2021-01-21 Tassilo Philipp - excluding syscall stuff from callf test for beos/haiku
2021-01-21 Tassilo Philipp - newer and portable beos/haiku uses elf.h instead of elf32.h (maybe older builds only used elf32.h in raw source? either way, just using elf.h now)
2021-01-20 Tassilo Philipp Added tag r1.2-RC1 for changeset 2144287113df
2021-01-20 Tassilo Philipp - prep for 1.2 release candidate r1.2-RC1
2021-01-20 Tassilo Philipp - thunk test: better signal handling, using sigaction(2) with SA_ONSTACK
2021-01-20 Tassilo Philipp - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
2020-12-29 Tassilo Philipp - test fix: no SIGBUS on windows platforms
2020-12-29 Tassilo Philipp makefile helper target to quickly list toolchain versions of current platform
2020-12-28 Tassilo Philipp cosmetics
2020-12-28 Tassilo Philipp - removed unsupported syscall mode from macos/arm64 callvm, so trying to use it will safely return an error
2020-12-28 Tassilo Philipp - simplified thunk-test memory error handling (sigaction setup not needed for this single-threaded test; did also set mutually exclusive union members)
2020-12-28 Tassilo Philipp - simplified callvm setup for win/arm64 a bit, no behaviour changes
2020-12-26 Tassilo Philipp removal of incorrect line in todo list
2020-12-26 Tassilo Philipp - correction to manual overview (in a prev commit I edited the wrong line)
2020-12-25 Tassilo Philipp todo update (macos/arm64 known to work)
2020-12-25 Tassilo Philipp - updated manual platform support overview
2020-12-25 Tassilo Philipp - windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!
2020-12-19 Tassilo Philipp todo update
2020-08-08 Tassilo Philipp - removed all .machine ppc pseudo-ops (see prev commit)
2020-08-05 Tassilo Philipp - removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
2020-07-20 Tassilo Philipp - removed outdated comment
2020-04-15 Tassilo Philipp - removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
2020-04-14 Tassilo Philipp - fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label
2020-04-14 Tassilo Philipp - Todo entries
2020-04-14 Tassilo Philipp - changelog addition
2020-04-14 Tassilo Philipp - added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
2020-04-13 Tassilo Philipp - typos
2020-04-13 Tassilo Philipp - doc updates with more info about signature string usage
2020-04-13 Tassilo Philipp - better implementation of callf sigchar cc mode checking
2020-04-13 Tassilo Philipp - extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall
2020-02-25 Tassilo Philipp - PPC64 asm syntax fix, specifying explicitly comparison mode for cmpi (newer toolchains complain, older ones took optional field of instruction which happened to be same value)
2020-02-25 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)
2020-01-12 Tassilo Philipp - changelog and todo prep for upcoming 1.2
2020-01-11 Tassilo Philipp Added tag r1.1 for changeset 2f28f26c72a7
2020-01-10 Tassilo Philipp - prep/cleanup for 1.1 release r1.1
2020-01-10 Tassilo Philipp - removed misleading help test in configure.bat
2020-01-10 Tassilo Philipp Added tag r1.1-RC4 for changeset 127fe78cb7dd
2020-01-10 Tassilo Philipp - dynload/windows: dlLoadLibrary behaviour now more in line with other platforms by not trying to load provided path with .dll suffix
2020-01-08 Tassilo Philipp Added tag r1.1-RC3 for changeset da4b267c10bf
2020-01-08 Tassilo Philipp - test code fixes and cleanups for win 32 r1.1-RC3
2020-01-08 Tassilo Philipp - C declaration order fix
2020-01-08 Tassilo Philipp Added tag r1.1-RC2 for changeset c607d67cd6b8
2020-01-07 Tassilo Philipp - doc: added syscall info to appendix, fixed broken literature link r1.1-RC2
2020-01-07 Tassilo Philipp - tweaked html doc generation again so that it'll pick up dyncall.org's css file correctly (all in all not clean, see comment in source)
2020-01-07 Tassilo Philipp - more html doc tweak: remove dependency on google fonts
2020-01-07 Tassilo Philipp - fix a url in doc gen
2020-01-04 Tassilo Philipp - gen-masm
2020-01-04 Tassilo Philipp - syscall infos in doc
2020-01-04 Tassilo Philipp - x64 SysV syscall support
2020-01-03 Tassilo Philipp - minor refactoring for clarity
2019-12-03 Tassilo Philipp Added tag r1.1-RC1 for changeset 3c6bc720bc1f
2019-11-30 Tassilo Philipp - doc: added mips64/n32 stub r1.1-RC1
2019-11-27 Tassilo Philipp - test/plain additions mainly for preparing future struct support, experimental at best currently
2019-11-27 Tassilo Philipp - better output for plain test's struct size testing (maybe in prep for full struct support)
2019-11-27 Tassilo Philipp - minor doc cleanups/cosmetics
2019-11-23 Tassilo Philipp - todo and changelog update
2019-11-23 Tassilo Philipp - disassembly example annotations
2019-11-22 Tassilo Philipp - stack layout typo for sparc doc
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 - "
2017-03-28 Tassilo Philipp - manual fix, removed platform from overview that never existed
2017-03-26 Tassilo Philipp - marked off netbsd/sparc64 as completely supported in manual (tested it)
2017-03-26 Tassilo Philipp - netbsd include fix (stddef.h needed before elf.h)
2017-03-22 Tassilo Philipp - changelog cleanup
2017-03-22 Tassilo Philipp - doc update
2017-03-22 Tassilo Philipp - sparc64 endian detection on non-explicit platforms
2017-03-21 Tassilo Philipp - allocwx changes from last commit mentioned in Changelog and adapted testcode
2017-03-20 Tassilo Philipp - changed allocwx code:
2017-03-19 Tassilo Philipp - todo update
2017-03-19 Tassilo Philipp - manual cleanup
2017-03-19 Tassilo Philipp - mark sparc64/linux as completely supported in manual overview
2017-03-19 Tassilo Philipp - safety fix for sparc32, protecting from callback handler problems when handler itself needs to spill
2017-03-19 Tassilo Philipp - sparc doc improvements for both, 32 and 64
2017-03-19 Tassilo Philipp - sparc64 callbacks:
2017-03-18 Tassilo Philipp - comment cleanup
2017-03-18 Tassilo Philipp - sparc doc improvements (esp. for sparc64)
2017-03-14 Tassilo Philipp - sparc manual changes
2017-03-14 Tassilo Philipp - b/c no preproc needed, changed some files from .S -> .s
2017-03-17 Tassilo Philipp - first draft at sparc64 callbacks (floats not working, yet)
2017-03-13 Tassilo Philipp - doc and comment fixes
2017-03-13 Tassilo Philipp - first impl of sparc64 thunks
2017-03-13 Tassilo Philipp - more endian detection in macros
2017-03-13 Tassilo Philipp - comment cleanup/corrections
2017-03-13 Tassilo Philipp - doc cleanups and correction about support, added bibitems, etc.
2017-02-24 Tassilo Philipp - impl. for allocwx stuff on POSIX-strict systems where there is no MAP_ANON for mmap()
2017-02-17 Tassilo Philipp - simplified some platform check
2017-02-13 Tassilo Philipp - typo fix in x64 asm end_proc use (only affected masm)
2017-02-11 cslag - excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
2017-02-10 cslag - removed .note.GNU-stack hint for openbsd, b/c of it always being interpreted as "need execstack" and not needed, b/c of way saner defaults on OpenBSD
2017-02-10 cslag - sparc predef cleanup
2017-02-10 cslag - renamings: sparc_v9 -> sparc64
2017-02-09 cslag - renamed sparc_v9 -> sparc64 for consistency (with other platforms using 32/64 suffix instead of instrset name)
2017-02-09 cslag - cleanup: remove old/unused code that was superseded by *sparc_v9.* files