Mercurial > pub > dyncall > dyncall
graph
-
- changelog mentioning darwin/ppc fixes2017-05-02, by Tassilo Philipp
-
- dyncallback 'long long' arg fix for Darwin/PPC2017-05-02, by Tassilo Philipp
-
Darwin/PPC:2017-05-02, by Tassilo Philipp
-
- dynload_plain test ReactOS support2017-04-16, by Tassilo Philipp
-
- make dynload_plain test build on windows2017-04-16, by Tassilo Philipp
-
- todo comment2017-04-16, by Tassilo Philipp
-
- dynload_syms_elf.c cleanup2017-04-16, by Tassilo Philipp
-
- dynload_syms_pe.c cleanup2017-04-16, by Tassilo Philipp
-
- dynload_windows.c cosmetics2017-04-16, by Tassilo Philipp
-
- completed dynload API doc2017-04-16, by Tassilo Philipp
-
- resolve_self test cleanups2017-04-16, by Tassilo Philipp
-
- marked off sparc64/freebsd as complete in manual, after testing it2017-04-15, by Tassilo Philipp
-
- changelog2017-04-15, by Tassilo Philipp
-
- dynload mach-o handling fixes for 64bit platforms2017-04-15, by Tassilo Philipp
-
- fix to configure for universal binary support for >= macos el capitan2017-04-14, by Tassilo Philipp
-
- changelog2017-04-11, by Tassilo Philipp
-
- make dynload symbol iteration return symbol names as in C code, on Darwin2017-04-11, by Tassilo Philipp
-
- mach-o symbol iteration stability fixes2017-04-11, by Tassilo Philipp
-
- dynload_plain test fixes2017-04-06, by Tassilo Philipp
-
dynload darwin/mach-o update:2017-04-06, by Tassilo Philipp
-
- dynload man page clarification about resolving own symbols2017-04-06, by Tassilo Philipp
-
- dynload_plain test now run with helper script2017-04-06, by Tassilo Philipp
-
tests:2017-04-06, by Tassilo Philipp
-
- TEX fix2017-03-28, by Tassilo Philipp
-
- "2017-03-28, by Tassilo Philipp
-
- more doc overview corrections2017-03-28, by Tassilo Philipp
-
- "2017-03-28, by Tassilo Philipp
-
- manual fix, removed platform from overview that never existed2017-03-28, by Tassilo Philipp
-
- marked off netbsd/sparc64 as completely supported in manual (tested it)2017-03-26, by Tassilo Philipp
-
- netbsd include fix (stddef.h needed before elf.h)2017-03-26, by Tassilo Philipp
-
- changelog cleanup2017-03-22, by Tassilo Philipp
-
- doc update2017-03-22, by Tassilo Philipp
-
- sparc64 endian detection on non-explicit platforms2017-03-22, by Tassilo Philipp
-
- allocwx changes from last commit mentioned in Changelog and adapted testcode2017-03-21, by Tassilo Philipp
-
- changed allocwx code:2017-03-20, by Tassilo Philipp
-
- todo update2017-03-19, by Tassilo Philipp
-
- manual cleanup2017-03-19, by Tassilo Philipp
-
- mark sparc64/linux as completely supported in manual overview2017-03-19, by Tassilo Philipp
-
- safety fix for sparc32, protecting from callback handler problems when handler itself needs to spill2017-03-19, by Tassilo Philipp
-
- sparc doc improvements for both, 32 and 642017-03-19, by Tassilo Philipp
-
- sparc64 callbacks:2017-03-19, by Tassilo Philipp
-
- comment cleanup2017-03-18, by Tassilo Philipp
-
- sparc doc improvements (esp. for sparc64)2017-03-18, by Tassilo Philipp
-
- sparc manual changes2017-03-14, by Tassilo Philipp
-
- b/c no preproc needed, changed some files from .S -> .s2017-03-14, by Tassilo Philipp
-
- first draft at sparc64 callbacks (floats not working, yet)2017-03-17, by Tassilo Philipp
-
- doc and comment fixes2017-03-13, by Tassilo Philipp
-
- first impl of sparc64 thunks2017-03-13, by Tassilo Philipp
-
- more endian detection in macros2017-03-13, by Tassilo Philipp
-
- comment cleanup/corrections2017-03-13, by Tassilo Philipp
-
- doc cleanups and correction about support, added bibitems, etc.2017-03-13, by Tassilo Philipp
-
- impl. for allocwx stuff on POSIX-strict systems where there is no MAP_ANON for mmap()2017-02-24, by Tassilo Philipp
-
- simplified some platform check2017-02-17, by Tassilo Philipp
-
- typo fix in x64 asm end_proc use (only affected masm)2017-02-13, by Tassilo Philipp
-
- excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly2017-02-11, by cslag
-
- sparc predef cleanup2017-02-10, by cslag
-
- renamings: sparc_v9 -> sparc642017-02-10, by cslag
-
- cleanup: remove old/unused code that was superseded by *sparc_v9.* files2017-02-09, by cslag
-
- testcode: missing include fixed2017-02-09, by cslag
-
- doc tweaks2017-02-08, by cslag
-
- added SunOS line to doc overview, for os family2017-01-15, by cslag
-
- compatibility for older platforms - use ANSI comments2017-01-10, by cslag
-
- fixed configure on SunOS2017-01-08, by cslag
-
- chmod -x some files that had x set by mistake2017-01-05, by cslag
-
- removed unused, redundant asm file2017-01-05, by cslag
-
- tiny compatibility fix with < c99 compilers2017-01-01, by cslag
-
- tested openbsd/sparc for complete support, confirmed, thus marking it off in doc2016-12-29, by cslag
-
- sparc dcb support entries in changelog2016-12-29, by cslag
-
- sparc callback asm and args code (still some stack alignment issues, currently)2016-12-28, by cslag
-
- cosmetics2016-11-25, by cslag
-
- sparc32 thunk code2016-11-24, by cslag
-
- cleanup/cosmetics/typos2016-11-10, by cslag
-
- Changelog2016-09-17, by cslag
-
- changelog update for armhf fix2016-09-09, by cslag
-
- fixed armhf ellipsis calls, were ignoring spill area2016-09-08, by cslag
-
- minix fix for callbacks (floats are also returned via eax/edx on minix)2016-08-20, by cslag
-
- merge2016-08-20, by cslag
-
- arm arm/thumb cleanup, sharing more files, directly2016-08-20, by cslag
-
- cleanup2016-08-20, by cslag
-
- todo update2016-08-20, by cslag
-
- todo update2016-08-08, by cslag
-
- mips64 doc about impl status2016-08-08, by cslag
-
mips n64 fixes for platforms using hiword of addresses2016-08-08, by cslag
-
- mips64 callback fixes for addresses using high word bits2016-07-23, by cslag
-
- mips64 thunk fix2016-07-23, by cslag
-
- todo/changelog update2016-07-14, by cslag
-
- mips o32 callback fixes for big endian platforms2016-07-14, by cslag
-
- added debug help 'show-compiler-predefs' target to Makefile.generic2016-07-14, by cslag
-
- manual update, started splitting platform overview in EP and EL for some platforms2016-07-09, by cslag
-
- fixed mips64 n32 build (not sure if working, though)2016-07-07, by cslag
-
- Changelog update2016-07-06, by cslag
-
- todo update2016-07-06, by cslag
-
- mips n64 vararg call fixes if non-variadic arguments are floats2016-07-06, by cslag
-
- doc and todo update to reflect working mips64 n64 big endian support2016-07-05, by cslag
-
- mips doc stuff2016-07-05, by cslag
-
- big-endian mips fixes for return values2016-07-04, by cslag
-
- manual callconv clarifications2016-07-04, by cslag
-
- first draft of mips64 n64 callbacks, not everything working, though2016-07-03, by cslag
-
- added padding to mips64 thunk2016-07-03, by cslag
-
- minor callback cleanups2016-07-03, by cslag
-
- mips64 manual appendix clarifications2016-07-03, by cslag
-
- cleanups in comments, etc.2016-07-02, by cslag