log

age author description
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: