log

age author description
Mon, 28 Dec 2020 14:04:32 +0100 Tassilo Philipp - simplified callvm setup for win/arm64 a bit, no behaviour changes
Sat, 26 Dec 2020 22:39:46 +0100 Tassilo Philipp removal of incorrect line in todo list
Sat, 26 Dec 2020 20:23:55 +0100 Tassilo Philipp - correction to manual overview (in a prev commit I edited the wrong line)
Fri, 25 Dec 2020 18:51:03 +0100 Tassilo Philipp todo update (macos/arm64 known to work)
Fri, 25 Dec 2020 18:45:57 +0100 Tassilo Philipp - updated manual platform support overview
Fri, 25 Dec 2020 18:07:39 +0100 Tassilo Philipp - windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!
Sat, 19 Dec 2020 20:02:08 +0100 Tassilo Philipp todo update
Sat, 08 Aug 2020 20:39:54 +0200 Tassilo Philipp - removed all .machine ppc pseudo-ops (see prev commit)
Wed, 05 Aug 2020 15:50:49 +0200 Tassilo Philipp - removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
Mon, 20 Jul 2020 14:07:36 +0200 Tassilo Philipp - removed outdated comment
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, 14 Apr 2020 19:35:30 +0200 Tassilo Philipp - Todo entries
Tue, 14 Apr 2020 17:47:33 +0200 Tassilo Philipp - changelog addition
Tue, 14 Apr 2020 16:56:57 +0200 Tassilo Philipp - added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
Mon, 13 Apr 2020 21:40:28 +0200 Tassilo Philipp - typos
Mon, 13 Apr 2020 21:35:43 +0200 Tassilo Philipp - doc updates with more info about signature string usage
Mon, 13 Apr 2020 16:01:17 +0200 Tassilo Philipp - better implementation of callf sigchar cc mode checking
Mon, 13 Apr 2020 15:12:01 +0200 Tassilo Philipp - extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall
Tue, 25 Feb 2020 18:16:13 +0100 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)
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)
Sun, 12 Jan 2020 11:30:40 +0100 Tassilo Philipp - changelog and todo prep for upcoming 1.2
Sat, 11 Jan 2020 15:55:49 +0100 Tassilo Philipp Added tag r1.1 for changeset 2f28f26c72a7
Fri, 10 Jan 2020 15:29:13 +0100 Tassilo Philipp - prep/cleanup for 1.1 release r1.1
Fri, 10 Jan 2020 14:07:57 +0100 Tassilo Philipp - removed misleading help test in configure.bat
Fri, 10 Jan 2020 13:29:49 +0100 Tassilo Philipp Added tag r1.1-RC4 for changeset 127fe78cb7dd
Fri, 10 Jan 2020 13:30:57 +0100 Tassilo Philipp - dynload/windows: dlLoadLibrary behaviour now more in line with other platforms by not trying to load provided path with .dll suffix
Wed, 08 Jan 2020 18:20:49 +0100 Tassilo Philipp Added tag r1.1-RC3 for changeset da4b267c10bf
Wed, 08 Jan 2020 17:23:24 +0100 Tassilo Philipp - test code fixes and cleanups for win 32 r1.1-RC3
Wed, 08 Jan 2020 17:10:17 +0100 Tassilo Philipp - C declaration order fix
Wed, 08 Jan 2020 02:39:45 +0100 Tassilo Philipp Added tag r1.1-RC2 for changeset c607d67cd6b8
Tue, 07 Jan 2020 21:52:57 +0100 Tassilo Philipp - doc: added syscall info to appendix, fixed broken literature link r1.1-RC2
Tue, 07 Jan 2020 11:34:31 +0100 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)
Tue, 07 Jan 2020 11:14:01 +0100 Tassilo Philipp - more html doc tweak: remove dependency on google fonts
Tue, 07 Jan 2020 10:49:23 +0100 Tassilo Philipp - fix a url in doc gen
Sat, 04 Jan 2020 23:00:02 +0100 Tassilo Philipp - gen-masm
Sat, 04 Jan 2020 22:48:51 +0100 Tassilo Philipp - syscall infos in doc
Sat, 04 Jan 2020 01:07:49 +0100 Tassilo Philipp - x64 SysV syscall support
Fri, 03 Jan 2020 22:48:20 +0100 Tassilo Philipp - minor refactoring for clarity
Tue, 03 Dec 2019 23:49:59 +0100 Tassilo Philipp Added tag r1.1-RC1 for changeset 3c6bc720bc1f
Sat, 30 Nov 2019 15:57:28 +0100 Tassilo Philipp - doc: added mips64/n32 stub r1.1-RC1
Wed, 27 Nov 2019 21:27:58 +0100 Tassilo Philipp - test/plain additions mainly for preparing future struct support, experimental at best currently
Wed, 27 Nov 2019 20:43:51 +0100 Tassilo Philipp - better output for plain test's struct size testing (maybe in prep for full struct support)
Wed, 27 Nov 2019 19:55:18 +0100 Tassilo Philipp - minor doc cleanups/cosmetics
Sat, 23 Nov 2019 13:53:28 +0100 Tassilo Philipp - todo and changelog update
Sat, 23 Nov 2019 13:51:35 +0100 Tassilo Philipp - disassembly example annotations
Fri, 22 Nov 2019 23:28:17 +0100 Tassilo Philipp - stack layout typo for sparc doc
Fri, 22 Nov 2019 23:23:14 +0100 Tassilo Philipp - tex formatting fix
Fri, 22 Nov 2019 23:11:56 +0100 Tassilo Philipp - review and fixes, cleanup, amendments to calling convention appendix of manual
Fri, 22 Nov 2019 23:08:59 +0100 Tassilo Philipp - doc: added disassembly examples for many platforms and calling conventions, for reference
Fri, 22 Nov 2019 23:03:01 +0100 Tassilo Philipp - configure:
Fri, 22 Nov 2019 23:00:35 +0100 Tassilo Philipp - super old vs2005 solution files simplified (should probably be removed altogether)
Thu, 21 Nov 2019 12:50:37 +0100 Tassilo Philipp - removal of never-adopted mini-test framework stub
Sat, 16 Nov 2019 00:15:58 +0100 Tassilo Philipp - cosmetics and comments cleanup for readability
Sat, 16 Nov 2019 00:12:32 +0100 Tassilo Philipp - doc: stack layout fix for mips/o32
Sat, 16 Nov 2019 00:14:47 +0100 Tassilo Philipp - cosmetics/cleanup
Wed, 13 Nov 2019 17:15:43 +0100 Tassilo Philipp - Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles
Wed, 13 Nov 2019 16:13:07 +0100 Tassilo Philipp - test/dynload_plain build fix for Darwin cc (use flag -dynamiclib instead of -shared to build test .dylib)
Wed, 13 Nov 2019 01:21:02 +0100 Tassilo Philipp - dynload_plain test code build fix for windows
Tue, 12 Nov 2019 21:16:58 +0100 Tassilo Philipp - dynload fix to get proc name when elf relocation is in use
Sat, 09 Nov 2019 20:34:09 +0100 Tassilo Philipp - fix for some cmake/cpack doc paths (fixup for files that were removed by r303)
Wed, 06 Nov 2019 14:13:49 +0100 Tassilo Philipp - allowing lookup of running executable's path by passing NULL to dynload's dlGetLibraryPath()
Wed, 06 Nov 2019 12:32:53 +0100 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
Tue, 05 Nov 2019 15:19:16 +0100 Tassilo Philipp - dynload_plain test: stability fix for picking right testing lib on build
Tue, 29 Oct 2019 16:09:58 +0100 Tassilo Philipp - stability fix: avoid sigsegv in dynload's dlGetLibraryPath() in some cases (e.g. wrong handle given or OS specific quirk)
Sat, 26 Oct 2019 22:02:32 +0200 Tassilo Philipp - test code fix avoiding sigsegv on some platforms
Fri, 25 Oct 2019 00:32:29 +0200 Tassilo Philipp - comment cleanup
Thu, 24 Oct 2019 23:39:57 +0200 Tassilo Philipp - changelog about dynload UTF-8 support on windows
Thu, 24 Oct 2019 23:19:20 +0200 Tassilo Philipp dynload UTF-8 support for library paths:
Mon, 29 Apr 2019 11:51:30 +0200 Tassilo Philipp better MacOS Mojave support in ./configure (Mojave dropped i386 builds)
Sat, 09 Jun 2018 18:03:18 +0200 Tassilo Philipp - todo update reflecting mips softfloat status more precisely (as only lacking for mips64/n32 callconv)
Wed, 23 May 2018 11:41:34 +0200 Tassilo Philipp - softfloat support for mips64/n64 abi
Wed, 23 May 2018 11:39:40 +0200 Tassilo Philipp - mips32 doc
Wed, 23 May 2018 11:29:44 +0200 Tassilo Philipp - cleanup of outdated docs
Mon, 21 May 2018 02:48:12 +0200 Tassilo Philipp - mips softfloat support for o32 callconv (calls and callbacks, little and big endian)
Sun, 20 May 2018 02:23:44 +0200 Tassilo Philipp - changelog
Sun, 20 May 2018 02:00:46 +0200 Tassilo Philipp - more verbose support matrix
Sat, 19 May 2018 18:25:29 +0200 Tassilo Philipp - changed style of support matrix, marked freebsd/mips complet (hardfloat, only, though)
Thu, 17 May 2018 16:55:24 +0200 Tassilo Philipp - simpler ./configure check if freebsd/mips platform is hard-float
Wed, 16 May 2018 18:27:59 +0200 Tassilo Philipp - doc typo
Wed, 16 May 2018 16:35:39 +0200 Tassilo Philipp - FBSD12-CURRENT/mipshf needs to be told explicitly to use -mhard_float (at least as of may 2018)
Tue, 08 May 2018 00:37:28 +0200 Tassilo Philipp - adding mips softfloat to ToDo
Wed, 25 Apr 2018 11:10:13 +0200 Tassilo Philipp - ./configure arch detection support for newer iOS SDK versions (10+)
Tue, 24 Apr 2018 23:21:48 +0200 Tassilo Philipp - removed unused include from callback_plain test
Tue, 24 Apr 2018 13:31:30 +0200 Tassilo Philipp - removed relative #include
Mon, 23 Apr 2018 20:53:15 +0200 Tassilo Philipp Added tag r1.0 for changeset 4e63c6411e59
Mon, 23 Apr 2018 20:52:43 +0200 Tassilo Philipp - adjusted release date of r1.0 in changelog r1.0
Sat, 21 Apr 2018 15:08:58 +0200 Tassilo Philipp Added tag r1.0-RC3 for changeset 8d9629a078e4
Sat, 21 Apr 2018 15:01:42 +0200 Tassilo Philipp - merged separate ToDo files, cleanups r1.0-RC3
Sat, 21 Apr 2018 14:35:25 +0200 Tassilo Philipp Added tag r1.0-RC2 for changeset ce688f871d51
Sat, 21 Apr 2018 14:34:38 +0200 Tassilo Philipp - todo r1.0-RC2
Sat, 21 Apr 2018 14:32:35 +0200 Tassilo Philipp - dynload_plain test: better guessing what .so to use
Fri, 20 Apr 2018 08:01:00 +0200 Daniel Adler added ToDo for configure on macOS
Thu, 19 Apr 2018 22:39:55 +0200 Daniel Adler added missing headers for 'install' target
Thu, 19 Apr 2018 22:01:56 +0200 Tassilo Philipp - removed some restriction in mach-o loader
Thu, 19 Apr 2018 20:10:26 +0200 Tassilo Philipp - file header cleanups for release
Thu, 19 Apr 2018 19:19:41 +0200 Tassilo Philipp - cleanup in Changelog and Todo for 1.0
Thu, 19 Apr 2018 12:49:10 +0200 Tassilo Philipp Added tag r1.0-RC1 for changeset dfc6f1736141
Sun, 20 Aug 2017 19:56:00 +0200 Tassilo Philipp - prep for 1.0 release r1.0-RC1
Sun, 04 Mar 2018 17:18:38 +0100 Tassilo Philipp - doc fix in callconv appendix
Sun, 04 Mar 2018 13:29:22 +0100 Tassilo Philipp - typo
Thu, 01 Feb 2018 12:59:00 +0100 Tassilo Philipp - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Sat, 30 Dec 2017 00:36:00 +0100 Tassilo Philipp - more make compat fixes for test/dynload_plain
Fri, 29 Dec 2017 23:38:35 +0100 Tassilo Philipp - make portability fix
Fri, 29 Dec 2017 21:19:07 +0100 Tassilo Philipp - dynload_plain test handling symbol aliases, now
Mon, 11 Dec 2017 22:53:46 +0100 Tassilo Philipp - OpenBSD/arm64 exists officially, now, so mark as existing in manual, but "not know if dyncall works"
Mon, 21 Aug 2017 03:39:16 +0200 Tassilo Philipp - doc consistency cleanup/addition
Sat, 27 May 2017 19:59:11 +0200 Tassilo Philipp - cleanups
Sat, 27 May 2017 19:57:34 +0200 Tassilo Philipp - reintroduced .note.GNU-stack section, as mentioned in prev commit
Sat, 27 May 2017 19:18:23 +0200 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:
Thu, 25 May 2017 02:13:32 +0200 Tassilo Philipp - also testing no flags at all, for asflags rw- detection
Thu, 25 May 2017 01:19:00 +0200 Tassilo Philipp - typo in prev commit
Thu, 25 May 2017 01:04:39 +0200 Tassilo Philipp - some platforms ingeniously use AFLAGS with CC so --noexecstack must be set as -Wa,--noexecstack
Thu, 25 May 2017 00:52:59 +0200 Tassilo Philipp - portability fix for configure's asflags detection
Tue, 23 May 2017 00:08:26 +0200 Tassilo Philipp configure:
Mon, 22 May 2017 16:49:59 +0200 Tassilo Philipp - added _MIPSE[BL] to (long) list of mips endian detection #ifdefs
Sun, 21 May 2017 21:51:35 +0200 Tassilo Philipp - declutter
Sun, 21 May 2017 21:48:04 +0200 Tassilo Philipp - cosmetics
Sun, 21 May 2017 22:21:47 +0200 Tassilo Philipp - configure: noexecstack flag check/search now reflecting what dyncall build needs/does
Sat, 20 May 2017 17:41:08 +0200 Tassilo Philipp - portability changes to configure's "--noexecstack" flag detection (mainly for macos)
Sat, 20 May 2017 00:02:59 +0200 Tassilo Philipp - added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane
Wed, 17 May 2017 02:39:41 +0200 Tassilo Philipp - added "Unknown" type as executable format #define next to PE, Mach and ELF ones for cases like Minix < 3.2.0
Mon, 15 May 2017 13:06:04 +0200 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)
Mon, 15 May 2017 02:50:03 +0200 Tassilo Philipp - improved support for older OS versions for dynloads dlGetLibraryPath
Sun, 14 May 2017 02:29:55 +0200 Tassilo Philipp - see last commit - sloppy me forgot a part of that regression fix
Sun, 14 May 2017 02:26:21 +0200 Tassilo Philipp - regression fix for changing writable to executable memory for platforms where
Sun, 14 May 2017 00:19:15 +0200 Tassilo Philipp - note about c99 (+ anon struct/union) requirements in doc
Sat, 13 May 2017 23:02:17 +0200 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')
Fri, 05 May 2017 13:13:43 +0200 Tassilo Philipp - BeOS impl for dlGetLibraryPath
Thu, 04 May 2017 23:53:05 +0200 Tassilo Philipp - changelog update
Thu, 04 May 2017 23:38:30 +0200 Tassilo Philipp changes for dynload for macOS and OpenBSD:
Thu, 04 May 2017 15:11:46 +0200 Tassilo Philipp - dynload dlGetLibraryPath simplifications:
Thu, 04 May 2017 13:54:29 +0200 Tassilo Philipp - Todo
Thu, 04 May 2017 13:54:09 +0200 Tassilo Philipp dynload doc:
Thu, 04 May 2017 13:42:17 +0200 Tassilo Philipp dynload:
Tue, 02 May 2017 03:49:56 +0200 Tassilo Philipp - doc cleanup
Tue, 02 May 2017 03:29:47 +0200 Tassilo Philipp - replaced character constants in ppc assembly files with their values for compatibility with older toolchains
Tue, 02 May 2017 03:49:43 +0200 Tassilo Philipp - whitespace cleanup in ppc32 asm files
Tue, 02 May 2017 03:00:55 +0200 Tassilo Philipp - ppc32 doc tweak
Tue, 02 May 2017 02:55:16 +0200 Tassilo Philipp - changelog mentioning darwin/ppc fixes
Tue, 02 May 2017 02:52:56 +0200 Tassilo Philipp - dyncallback 'long long' arg fix for Darwin/PPC
Tue, 02 May 2017 02:47:34 +0200 Tassilo Philipp Darwin/PPC:
Sun, 16 Apr 2017 19:27:32 +0200 Tassilo Philipp - dynload_plain test ReactOS support
Sun, 16 Apr 2017 17:50:55 +0200 Tassilo Philipp - make dynload_plain test build on windows
Sun, 16 Apr 2017 15:08:50 +0200 Tassilo Philipp - todo comment
Sun, 16 Apr 2017 15:05:50 +0200 Tassilo Philipp - dynload_syms_elf.c cleanup
Sun, 16 Apr 2017 16:17:47 +0200 Tassilo Philipp - dynload_syms_pe.c cleanup
Sun, 16 Apr 2017 14:55:17 +0200 Tassilo Philipp - dynload_windows.c cosmetics
Sun, 16 Apr 2017 13:34:39 +0200 Tassilo Philipp - completed dynload API doc
Sun, 16 Apr 2017 13:29:36 +0200 Tassilo Philipp - resolve_self test cleanups
Sat, 15 Apr 2017 22:02:58 +0200 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)
Sat, 15 Apr 2017 17:36:13 +0200 Tassilo Philipp - marked off sparc64/freebsd as complete in manual, after testing it
Sat, 15 Apr 2017 15:44:33 +0200 Tassilo Philipp - changelog
Sat, 15 Apr 2017 15:21:37 +0200 Tassilo Philipp - dynload mach-o handling fixes for 64bit platforms
Fri, 14 Apr 2017 21:23:22 +0200 Tassilo Philipp - fix to configure for universal binary support for >= macos el capitan
Tue, 11 Apr 2017 15:32:47 +0200 Tassilo Philipp - changelog
Tue, 11 Apr 2017 15:13:32 +0200 Tassilo Philipp - make dynload symbol iteration return symbol names as in C code, on Darwin
Tue, 11 Apr 2017 09:37:14 +0200 Tassilo Philipp - mach-o symbol iteration stability fixes
Thu, 06 Apr 2017 13:35:50 +0200 Tassilo Philipp - dynload_plain test fixes
Thu, 06 Apr 2017 12:00:36 +0200 Tassilo Philipp dynload darwin/mach-o update:
Thu, 06 Apr 2017 11:40:15 +0200 Tassilo Philipp - dynload man page clarification about resolving own symbols
Thu, 06 Apr 2017 02:17:35 +0200 Tassilo Philipp - dynload_plain test now run with helper script
Thu, 06 Apr 2017 02:13:57 +0200 Tassilo Philipp tests:
Tue, 28 Mar 2017 15:45:20 +0200 Tassilo Philipp - TEX fix
Tue, 28 Mar 2017 15:42:00 +0200 Tassilo Philipp - "
Tue, 28 Mar 2017 15:36:45 +0200 Tassilo Philipp - more doc overview corrections
Tue, 28 Mar 2017 15:27:21 +0200 Tassilo Philipp - "
Tue, 28 Mar 2017 15:17:50 +0200 Tassilo Philipp - manual fix, removed platform from overview that never existed
Mon, 27 Mar 2017 01:13:48 +0200 Tassilo Philipp - marked off netbsd/sparc64 as completely supported in manual (tested it)
Mon, 27 Mar 2017 01:00:30 +0200 Tassilo Philipp - netbsd include fix (stddef.h needed before elf.h)
Wed, 22 Mar 2017 12:17:43 +0100 Tassilo Philipp - changelog cleanup
Wed, 22 Mar 2017 12:06:32 +0100 Tassilo Philipp - doc update
Wed, 22 Mar 2017 12:02:23 +0100 Tassilo Philipp - sparc64 endian detection on non-explicit platforms
Tue, 21 Mar 2017 02:31:55 +0100 Tassilo Philipp - allocwx changes from last commit mentioned in Changelog and adapted testcode
Mon, 20 Mar 2017 23:12:58 +0100 Tassilo Philipp - changed allocwx code:
Sun, 19 Mar 2017 20:26:01 +0100 Tassilo Philipp - todo update
Sun, 19 Mar 2017 20:09:59 +0100 Tassilo Philipp - manual cleanup
Sun, 19 Mar 2017 19:00:38 +0100 Tassilo Philipp - mark sparc64/linux as completely supported in manual overview
Sun, 19 Mar 2017 18:44:47 +0100 Tassilo Philipp - safety fix for sparc32, protecting from callback handler problems when handler itself needs to spill
Sun, 19 Mar 2017 18:43:39 +0100 Tassilo Philipp - sparc doc improvements for both, 32 and 64
Sun, 19 Mar 2017 19:34:34 +0100 Tassilo Philipp - sparc64 callbacks:
Sat, 18 Mar 2017 19:10:01 +0100 Tassilo Philipp - comment cleanup
Sat, 18 Mar 2017 19:08:45 +0100 Tassilo Philipp - sparc doc improvements (esp. for sparc64)
Tue, 14 Mar 2017 03:25:12 +0100 Tassilo Philipp - sparc manual changes
Tue, 14 Mar 2017 14:14:47 +0100 Tassilo Philipp - b/c no preproc needed, changed some files from .S -> .s
Fri, 17 Mar 2017 03:27:36 +0100 Tassilo Philipp - first draft at sparc64 callbacks (floats not working, yet)
Tue, 14 Mar 2017 00:07:31 +0100 Tassilo Philipp - doc and comment fixes
Mon, 13 Mar 2017 14:13:26 +0100 Tassilo Philipp - first impl of sparc64 thunks
Mon, 13 Mar 2017 13:23:10 +0100 Tassilo Philipp - more endian detection in macros
Mon, 13 Mar 2017 11:56:36 +0100 Tassilo Philipp - comment cleanup/corrections
Mon, 13 Mar 2017 11:27:05 +0100 Tassilo Philipp - doc cleanups and correction about support, added bibitems, etc.
Fri, 24 Feb 2017 23:05:53 +0100 Tassilo Philipp - impl. for allocwx stuff on POSIX-strict systems where there is no MAP_ANON for mmap()
Fri, 17 Feb 2017 09:34:12 +0100 Tassilo Philipp - simplified some platform check
Mon, 13 Feb 2017 14:09:15 +0100 Tassilo Philipp - typo fix in x64 asm end_proc use (only affected masm)
Sat, 11 Feb 2017 01:17:02 +0100 cslag - excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
Fri, 10 Feb 2017 12:15:35 +0100 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
Fri, 10 Feb 2017 01:28:47 +0100 cslag - sparc predef cleanup
Fri, 10 Feb 2017 01:07:12 +0100 cslag - renamings: sparc_v9 -> sparc64
Fri, 10 Feb 2017 00:58:08 +0100 cslag - renamed sparc_v9 -> sparc64 for consistency (with other platforms using 32/64 suffix instead of instrset name)
Fri, 10 Feb 2017 00:46:05 +0100 cslag - cleanup: remove old/unused code that was superseded by *sparc_v9.* files
Thu, 09 Feb 2017 16:04:51 +0100 cslag - testcode: missing include fixed
Thu, 09 Feb 2017 15:44:14 +0100 cslag - fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
Wed, 08 Feb 2017 12:56:59 +0100 cslag - loosened OS detection macros a bit to not bail out and thus make it easier to use dyncall on baremetal
Wed, 08 Feb 2017 12:54:05 +0100 cslag - doc tweaks
Sun, 15 Jan 2017 16:07:23 +0100 cslag - added SunOS line to doc overview, for os family
Tue, 10 Jan 2017 12:01:59 +0100 cslag - compatibility for older platforms - use ANSI comments
Sun, 08 Jan 2017 14:21:41 +0100 cslag - fixed configure on SunOS
Sun, 08 Jan 2017 03:07:57 +0100 cslag - marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
Fri, 06 Jan 2017 00:19:13 +0100 cslag - "tag" also non-linux assembly files with .note.GNU-stack, to mark .o files generated from manual assembly code as not needing an executable stack (still only for x* archs)
Thu, 05 Jan 2017 11:10:39 +0100 cslag - chmod -x some files that had x set by mistake
Thu, 05 Jan 2017 11:07:29 +0100 cslag - added portasm support for adding .section .note.GNU-stack "hints" marking generated .o files from assembly files as not needing an executable stack
Thu, 05 Jan 2017 10:35:12 +0100 cslag - file name/layout cleanup, removed "-att" from x64 .S filenames, as unnecessary and also misleading
Thu, 05 Jan 2017 10:17:37 +0100 cslag - removed unused, redundant asm file
Sun, 01 Jan 2017 23:26:39 +0100 cslag - tiny compatibility fix with < c99 compilers
Thu, 29 Dec 2016 13:00:35 -0600 cslag - tested openbsd/sparc for complete support, confirmed, thus marking it off in doc
Thu, 29 Dec 2016 10:55:56 -0600 cslag - marked linux sparc as fully supported, as callback support is in and tests all confirmed working
Thu, 29 Dec 2016 06:33:11 -0600 cslag - doc overview update for sparc callback support (just for netbsd right now, as others are still untested)
Thu, 29 Dec 2016 06:27:56 -0600 cslag - sparc dcb support entries in changelog
Thu, 29 Dec 2016 06:07:43 -0600 cslag - sparc32 callbacks now complete, fixed 64bit value access alignment problems that caused SIGBUS errors
Wed, 28 Dec 2016 16:48:35 -0600 cslag - sparc callback asm and args code (still some stack alignment issues, currently)
Fri, 25 Nov 2016 18:59:26 +0000 cslag - cosmetics
Thu, 24 Nov 2016 23:47:31 +0000 cslag - sparc32 thunk code
Thu, 10 Nov 2016 20:37:21 +0100 cslag - cleanup/cosmetics/typos
Thu, 10 Nov 2016 19:05:01 +0100 cslag - removing experimental *nix/win-cross-platform dynmake system, as probably never used
Sat, 22 Oct 2016 15:55:54 +0200 cslag - integrated all headers containing DCCallback definition into the translation units used (arm64 already avoided this pointless header, so following that style)
Sat, 17 Sep 2016 14:31:54 +0200 cslag - Changelog
Sat, 17 Sep 2016 14:15:02 +0200 cslag - make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
Sat, 17 Sep 2016 14:10:53 +0200 cslag - make cmake based builds work on systems without a C++ compiler (thanks Franklin Mathieu)
Sun, 11 Sep 2016 01:19:27 +0200 cslag - performance improvement and more correct handling of arm32 armhf calls, not copying bogus data just to reserve spill area space
Fri, 09 Sep 2016 15:23:16 +0200 cslag - changelog update for armhf fix
Thu, 08 Sep 2016 23:00:45 +0200 cslag - fixed armhf ellipsis calls, were ignoring spill area
Sat, 20 Aug 2016 22:27:47 +0200 cslag - minix fix for callbacks (floats are also returned via eax/edx on minix)
Sat, 20 Aug 2016 15:57:20 +0200 cslag - merge
Sat, 20 Aug 2016 11:39:54 +0200 cslag - arm arm/thumb cleanup, sharing more files, directly
Sat, 20 Aug 2016 09:57:57 +0200 cslag - cleanup
Sat, 20 Aug 2016 09:47:45 +0200 cslag - todo update
Mon, 08 Aug 2016 11:54:50 +0200 cslag - todo update
Mon, 08 Aug 2016 11:54:27 +0200 cslag - mips64 doc about impl status
Mon, 08 Aug 2016 11:24:25 +0200 cslag mips n64 fixes for platforms using hiword of addresses
Sat, 23 Jul 2016 20:22:50 +0200 cslag - mips64 callback fixes for addresses using high word bits
Sat, 23 Jul 2016 19:43:32 +0200 cslag - mips64 thunk fix
Thu, 14 Jul 2016 23:40:31 +0200 cslag - todo/changelog update
Thu, 14 Jul 2016 16:05:24 +0200 cslag - mips o32 callback fixes for big endian platforms
Thu, 14 Jul 2016 14:41:32 +0200 cslag - added debug help 'show-compiler-predefs' target to Makefile.generic
Sat, 09 Jul 2016 16:39:33 +0200 cslag - manual update, started splitting platform overview in EP and EL for some platforms
Thu, 07 Jul 2016 14:51:30 +0200 cslag - fixed mips64 n32 build (not sure if working, though)
Wed, 06 Jul 2016 20:07:08 +0200 cslag - Changelog update
Wed, 06 Jul 2016 15:21:51 +0200 cslag - todo update
Wed, 06 Jul 2016 15:13:43 +0200 cslag - mips n64 vararg call fixes if non-variadic arguments are floats
Tue, 05 Jul 2016 14:30:56 +0200 cslag - doc and todo update to reflect working mips64 n64 big endian support
Tue, 05 Jul 2016 14:20:57 +0200 cslag - mips64 n64 float fixes (big endian), now mips64 n64 is fully supported (for at least big-endian platforms, still need to test little endian)
Tue, 05 Jul 2016 14:15:56 +0200 cslag - mips doc stuff
Mon, 04 Jul 2016 16:14:59 +0200 cslag - big-endian mips fixes for return values
Mon, 04 Jul 2016 16:13:59 +0200 cslag - manual callconv clarifications
Mon, 04 Jul 2016 01:11:08 +0200 cslag - first draft of mips64 n64 callbacks, not everything working, though
Mon, 04 Jul 2016 01:03:27 +0200 cslag - added padding to mips64 thunk
Mon, 04 Jul 2016 01:02:47 +0200 cslag - minor callback cleanups
Mon, 04 Jul 2016 00:59:59 +0200 cslag - mips64 manual appendix clarifications
Sun, 03 Jul 2016 01:41:43 +0200 cslag - cleanups in comments, etc.
Sun, 03 Jul 2016 01:39:37 +0200 cslag - doc, added first version of mips64 callconv page
Thu, 23 Jun 2016 12:38:51 +0200 cslag - mips n64 working thunks
Thu, 23 Jun 2016 12:21:07 +0200 cslag - added more macros to detect MIPS platforms
Sat, 18 Jun 2016 21:17:27 +0200 cslag - revert last commit, as others would need same treatment, but won't do this now
Sat, 18 Jun 2016 21:12:08 +0200 cslag - cosmetics: use dyncall types
Sat, 18 Jun 2016 20:47:20 +0200 cslag - added __mips_n64 predef detection to macros.h
Sat, 18 Jun 2016 19:49:36 +0200 cslag - doc updates for mips32
Sat, 18 Jun 2016 19:38:22 +0200 cslag - working mips32 eabi callbacks
Sat, 11 Jun 2016 21:44:38 +0200 cslag - mips comment cleanups
Sat, 11 Jun 2016 21:38:46 +0200 cslag - mips clarifications in doc
Sat, 11 Jun 2016 19:00:25 +0200 cslag - silenced some debug warnings on mips o32
Sat, 11 Jun 2016 13:07:23 +0200 cslag - dyncallback/mips_o32 fixes for when using -O? optimization flags; basically not using $fp directly, anymore
Thu, 09 Jun 2016 16:11:37 +0200 cslag - more cases for checked-in config of callback_suite test (needed some more floats as first params)
Thu, 09 Jun 2016 15:13:53 +0200 cslag - complete, working mips o32 callback (using hardware fp); fixes error from last commit, which ignored first 2 float args
Wed, 08 Jun 2016 02:27:12 +0200 cslag - mostly functional mips o32 callbacks (seems to still have problems with 64bit params)
Tue, 07 Jun 2016 09:05:34 +0200 cslag - mips o32 callbacks, first draft (calls into handler correctly, with correct params, but doesn't return)
Tue, 07 Jun 2016 07:34:37 +0200 cslag - mips related cleanup, mostly comments, cpp macro lib
Sun, 05 Jun 2016 14:41:58 +0200 cslag - manual: fixed html output of tables rendered as .png, using tex multirow
Sat, 04 Jun 2016 21:50:03 +0200 cslag - doc clarification for mips o32 appendix
Sat, 04 Jun 2016 21:42:40 +0200 cslag - MIPS o32 manual appendix
Sat, 04 Jun 2016 19:35:58 +0200 cslag - internal linkage for some helper functions
Sat, 04 Jun 2016 19:32:21 +0200 cslag - updated dyncallback.3, blurb about handler's retval signature character was outdated
Sat, 04 Jun 2016 18:36:12 +0200 cslag - doc fixes (mainly for html output)
Sat, 04 Jun 2016 17:11:44 +0200 cslag - stubs for mips callback support
Sat, 04 Jun 2016 12:54:10 +0200 cslag - better, more neutral .3 SEE ALSO
Sat, 04 Jun 2016 12:33:09 +0200 cslag - manual work
Fri, 03 Jun 2016 14:21:14 +0200 cslag - html improvements of manual (paragraphs and css)
Fri, 03 Jun 2016 02:40:13 +0200 cslag - manual improvements
Sun, 29 May 2016 15:38:26 +0200 cslag - todo update
Sun, 29 May 2016 15:36:32 +0200 cslag - cosmetics
Sun, 29 May 2016 13:16:38 +0200 cslag - cleanup, removed hardcoded value in syscall test
Sat, 09 Apr 2016 17:03:20 -0500 cslag - todo cleanup
Wed, 06 Apr 2016 02:02:34 +0200 cslag - ToDo update
Wed, 06 Apr 2016 00:21:51 +0200 cslag - bigger cleanup in callvm code
Mon, 28 Mar 2016 23:46:59 +0200 cslag - PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
Thu, 24 Mar 2016 23:53:03 +0100 cslag - html doc todo note
Thu, 24 Mar 2016 22:55:53 +0100 cslag - manpage formatting cleanup
Mon, 21 Mar 2016 01:32:59 +0100 cslag - layout tweak for manual
Mon, 21 Mar 2016 01:28:01 +0100 cslag - changelog additions for 1.0, cleanup
Mon, 21 Mar 2016 01:25:10 +0100 cslag - todo entry
Mon, 21 Mar 2016 01:23:37 +0100 cslag - manual layout tweaks
Mon, 21 Mar 2016 01:15:37 +0100 cslag - tweaks in manual, mainly for html generation
Sun, 20 Mar 2016 18:44:41 +0100 cslag - html manual: moved some generation steps to website build
Sat, 19 Mar 2016 15:43:29 +0100 cslag - pointer cast for callf to make C++ compilers happy that don't do void* implicit casts (also, as DC_POINTER might be set to something other than void*, this cast would be needed)
Sun, 13 Mar 2016 21:49:16 +0100 cslag - doc cleanup and html work
Sun, 13 Mar 2016 21:08:59 +0100 cslag - html manual work
Mon, 07 Mar 2016 01:45:36 +0100 cslag - more html doc work
Sun, 06 Mar 2016 23:30:44 +0100 cslag - progress on html doc generation
Sun, 06 Mar 2016 16:28:01 +0100 cslag - work on html doc generation
Sun, 06 Mar 2016 12:53:02 +0100 cslag - cleanup
Tue, 12 Jan 2016 08:17:50 +0100 dadler minor fix for documentation
Wed, 06 Jan 2016 15:04:33 +0100 Daniel Adler fix for universal binary build on OS X > 10.10
Thu, 31 Dec 2015 01:31:16 +0100 cslag - started changelog section for 1.0
Thu, 31 Dec 2015 00:49:47 +0100 cslag - changelog update, better list for r0.9
Thu, 31 Dec 2015 00:23:19 +0100 cslag Added tag r0.9 for changeset 8b3f468f1bf9
Thu, 31 Dec 2015 00:23:04 +0100 cslag - version update of manual r0.9
Thu, 31 Dec 2015 00:22:43 +0100 cslag Removed tag r0.9
Thu, 31 Dec 2015 00:16:10 +0100 cslag Added tag r0.9 for changeset f1d47aca579a
Thu, 31 Dec 2015 00:16:00 +0100 cslag - changelog update listing final 0.9 content
Tue, 29 Dec 2015 17:51:09 +0100 cslag Added tag r0.9-RC5 for changeset 4eef76c8d22f
Fri, 25 Dec 2015 23:13:17 +0100 cslag - another gnu/kfreebsd configure script linker flag r0.9-RC5
Fri, 25 Dec 2015 21:16:04 +0100 cslag - added -lm in GNU/kFreeBSD config, to build all tests out of the box
Wed, 23 Dec 2015 22:20:18 +0100 cslag - merge
Wed, 23 Dec 2015 22:18:08 +0100 cslag - todo update
Wed, 23 Dec 2015 15:03:49 +0100 Daniel Adler configure fixes for iOS 9
Mon, 21 Dec 2015 09:47:37 +0100 cslag Added tag r0.9-RC4 for changeset 9e9d6a90492a
Sun, 20 Dec 2015 20:27:43 +0100 cslag - armhf experimental vararg call support r0.9-RC4
Sun, 20 Dec 2015 15:38:14 +0100 cslag - minor test code fix
Sun, 20 Dec 2015 00:12:06 +0100 Daniel Adler merge
Sat, 19 Dec 2015 23:04:42 +0000 Daniel Adler bugfix: value and control-group arrays need to be max-arg size + 1 (... futher cleanup is needed as index 0 in array is not used at all ;-/ )
Sun, 20 Dec 2015 00:09:47 +0100 cslag - some armhf comments, doc clarification, cleanup
Sat, 19 Dec 2015 23:40:15 +0100 cslag - generated more call_suite cases to include more cases with lots of fp params for armhf
Sat, 19 Dec 2015 23:24:35 +0100 cslag - armhf callback fix for calls with >= 64byte of floating point params where d7 is filled before all args are pushed
Sat, 19 Dec 2015 16:19:15 +0100 cslag - more extreme test case configs, as cconvs like armhf can pass a lot of args via registers, and old config didn't test stack usage in those cases
Sat, 19 Dec 2015 16:01:33 +0100 cslag Added tag r0.9-RC3 for changeset ecc9403e214a
Fri, 18 Dec 2015 23:28:18 +0100 cslag - final touch for complete armhf callback support, yay r0.9-RC3
Fri, 18 Dec 2015 23:10:37 +0100 cslag - doc
Fri, 18 Dec 2015 21:05:58 +0100 cslag - changelog update
Fri, 18 Dec 2015 20:17:51 +0100 cslag - armhf callback support: fixed alignment logic (only return type support still missing)
Fri, 18 Dec 2015 19:07:17 +0100 cslag - armhf callback support (not all working, yet)
Fri, 18 Dec 2015 01:08:14 +0100 cslag - cosmetics
Fri, 18 Dec 2015 01:07:40 +0100 cslag - armhf dyncall optimization/cleanup
Tue, 15 Dec 2015 14:40:19 +0100 cslag - armhf doc update
Tue, 15 Dec 2015 11:19:57 +0100 cslag - started section for armhf in doc
Fri, 27 Nov 2015 01:18:22 +0100 cslag - ported _macros.h change from 2 commits ago to autovar (which will replace former, in 1.0)
Fri, 27 Nov 2015 01:11:49 +0100 cslag - added some exception handling to thunk test, to catch w^x tests, etc.
Fri, 27 Nov 2015 00:04:24 +0100 Snaipe Fixed failing builds when the compiler is ICC/ICPC
Sat, 21 Nov 2015 16:16:26 +0100 cslag - added configure (only sh-version) option to display list of settable targets
Wed, 16 Sep 2015 09:55:53 +0200 cslag Added tag r0.9-RC2 for changeset a461b6977b52
Wed, 16 Sep 2015 09:55:39 +0200 cslag -ToDo r0.9-RC2
Tue, 15 Sep 2015 12:48:52 +0200 cslag - refactored arm calling conventions' callvm code, so that the code that keeps
Sun, 13 Sep 2015 16:52:53 +0200 cslag - doc: openbsd/arm, minix/arm indicators
Sun, 06 Sep 2015 12:01:17 +0200 cslag Added tag r0.9-RC1 for changeset d9c707a699d9
Sun, 06 Sep 2015 00:27:11 +0200 cslag - note about selinux support for 1.0 added to ToDo r0.9-RC1
Sun, 06 Sep 2015 00:06:59 +0200 cslag - removing item from ToDo that's not longer valid
Sat, 05 Sep 2015 23:44:45 +0200 cslag - Todo
Sat, 05 Sep 2015 23:17:56 +0200 cslag - cleanups in changelog and todo
Sun, 02 Aug 2015 19:38:25 +0200 cslag - arm thunk cleanup of old, stale code
Sat, 01 Aug 2015 19:54:23 +0200 cslag - ToDo and Changelog
Sat, 01 Aug 2015 19:50:49 +0200 cslag - fix for arm/thumb on some platforms (e.g. nintendo ds) to keep compiler from overwriting return values in caller-cleanup code
Sat, 01 Aug 2015 19:13:21 +0200 cslag - fix for arm on some platforms (e.g. freebsd/arm32, nintendo ds) to keep compiler from overwriting return values in caller-cleanup code
Sat, 25 Jul 2015 22:45:14 +0200 cslag - flagging freebsd as fully supported after testing arm64
Fri, 24 Jul 2015 01:18:10 +0200 cslag - consistency in filenames that have cpp logic .s -> .S
Thu, 23 Jul 2015 01:30:23 +0200 Daniel Adler added 4-byte alignment for arm64 call kernel
Wed, 22 Jul 2015 22:16:08 +0200 Daniel Adler minor fix for armv7 out-of-source builds
Tue, 21 Jul 2015 17:24:59 +0200 dadler minor typo fix for arm64/apple
Mon, 20 Jul 2015 08:14:50 +0200 cslag - doc cosmetics for consistency
Sun, 19 Jul 2015 23:57:57 +0200 cslag - merge
Sun, 19 Jul 2015 23:57:18 +0200 cslag - doc
Sun, 19 Jul 2015 22:31:09 +0200 Daniel Adler added callvm for varargs
Sun, 19 Jul 2015 13:05:34 +0200 cslag - ppc64 update from Masanori
Thu, 09 Jul 2015 20:51:11 +0200 cslag - todo
Fri, 24 Apr 2015 00:25:43 -0500 cslag - fix from MoarVM team and Tobi Leich for osx configure
Tue, 07 Apr 2015 11:14:05 +0200 dadler added CMakeLists.txt for tests (call_suite and resolveself)
Mon, 06 Apr 2015 22:53:35 +0200 Daniel Adler freebsd: bugfix for cmake build
Mon, 23 Mar 2015 16:36:53 +0100 Daniel Adler added notes on move to hg
Sun, 22 Mar 2015 16:47:54 -0500 cslag - typo fix in manual (thanks Tobi)
Thu, 19 Mar 2015 22:24:28 +0100 Daniel Adler initial from svn dyncall-1745