log

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