log

age author description
2017-01-10 cslag - compatibility for older platforms - use ANSI comments
2017-01-08 cslag - fixed configure on SunOS
2017-01-08 cslag - marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
2017-01-05 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)
2017-01-05 cslag - chmod -x some files that had x set by mistake
2017-01-05 cslag - added portasm support for adding .section .note.GNU-stack "hints" marking generated .o files from assembly files as not needing an executable stack
2017-01-05 cslag - file name/layout cleanup, removed "-att" from x64 .S filenames, as unnecessary and also misleading
2017-01-05 cslag - removed unused, redundant asm file
2017-01-01 cslag - tiny compatibility fix with < c99 compilers
2016-12-29 cslag - tested openbsd/sparc for complete support, confirmed, thus marking it off in doc
2016-12-29 cslag - marked linux sparc as fully supported, as callback support is in and tests all confirmed working
2016-12-29 cslag - doc overview update for sparc callback support (just for netbsd right now, as others are still untested)
2016-12-29 cslag - sparc dcb support entries in changelog
2016-12-29 cslag - sparc32 callbacks now complete, fixed 64bit value access alignment problems that caused SIGBUS errors
2016-12-28 cslag - sparc callback asm and args code (still some stack alignment issues, currently)
2016-11-25 cslag - cosmetics
2016-11-24 cslag - sparc32 thunk code
2016-11-10 cslag - cleanup/cosmetics/typos
2016-11-10 cslag - removing experimental *nix/win-cross-platform dynmake system, as probably never used
2016-10-22 cslag - integrated all headers containing DCCallback definition into the translation units used (arm64 already avoided this pointless header, so following that style)
2016-09-17 cslag - Changelog
2016-09-17 cslag - make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
2016-09-17 cslag - make cmake based builds work on systems without a C++ compiler (thanks Franklin Mathieu)
2016-09-10 cslag - performance improvement and more correct handling of arm32 armhf calls, not copying bogus data just to reserve spill area space
2016-09-09 cslag - changelog update for armhf fix
2016-09-08 cslag - fixed armhf ellipsis calls, were ignoring spill area
2016-08-20 cslag - minix fix for callbacks (floats are also returned via eax/edx on minix)
2016-08-20 cslag - merge
2016-08-20 cslag - arm arm/thumb cleanup, sharing more files, directly
2016-08-20 cslag - cleanup
2016-08-20 cslag - todo update
2016-08-08 cslag - todo update
2016-08-08 cslag - mips64 doc about impl status
2016-08-08 cslag mips n64 fixes for platforms using hiword of addresses
2016-07-23 cslag - mips64 callback fixes for addresses using high word bits
2016-07-23 cslag - mips64 thunk fix
2016-07-14 cslag - todo/changelog update
2016-07-14 cslag - mips o32 callback fixes for big endian platforms
2016-07-14 cslag - added debug help 'show-compiler-predefs' target to Makefile.generic
2016-07-09 cslag - manual update, started splitting platform overview in EP and EL for some platforms
2016-07-07 cslag - fixed mips64 n32 build (not sure if working, though)
2016-07-06 cslag - Changelog update
2016-07-06 cslag - todo update
2016-07-06 cslag - mips n64 vararg call fixes if non-variadic arguments are floats
2016-07-05 cslag - doc and todo update to reflect working mips64 n64 big endian support
2016-07-05 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)
2016-07-05 cslag - mips doc stuff
2016-07-04 cslag - big-endian mips fixes for return values
2016-07-04 cslag - manual callconv clarifications
2016-07-03 cslag - first draft of mips64 n64 callbacks, not everything working, though
2016-07-03 cslag - added padding to mips64 thunk
2016-07-03 cslag - minor callback cleanups
2016-07-03 cslag - mips64 manual appendix clarifications
2016-07-02 cslag - cleanups in comments, etc.
2016-07-02 cslag - doc, added first version of mips64 callconv page
2016-06-23 cslag - mips n64 working thunks
2016-06-23 cslag - added more macros to detect MIPS platforms
2016-06-18 cslag - revert last commit, as others would need same treatment, but won't do this now
2016-06-18 cslag - cosmetics: use dyncall types
2016-06-18 cslag - added __mips_n64 predef detection to macros.h