Improve libffi comments
[gcc.git] / libffi / src / x86 / ffi.c
2010-08-06 Matthias KloseImprove libffi comments
2010-08-06 Anthony GreenEnable build with microsoft compiler
2009-09-17 Loren J. RittlePR testsuite/32843 (strikes again)
2009-07-24 Dave Kornre PR libffi/40807 (libffi.call/return_sc.c)
2009-06-12 Andrew Haley[multiple changes]
2009-06-05 Andrew Haleyffitarget.h, ffi.c: Merge stdcall changes from libffi.
2009-06-04 Andrew Haleyffitarget.h, [...]: Back out stdcall changes.
2009-06-04 Andrew Haley[multiple changes]
2009-06-04 Andrew Haleyffi.h.in: Change void (*)() to void (*)(void).
2009-06-04 Andrew Haley2009-06-04 Andrew Haley <aph@redhat.com>
2008-01-06 Andreas Toblerffi.c (ffi_prep_cif_machdep): Fix thinko.
2008-01-05 Andreas Toblerre PR testsuite/32843 (libffi.call/return_sc.c)
2007-07-31 Andrew Haleyre PR testsuite/32843 (libffi.call/return_sc.c)
2007-03-07 Alexandre Olivaffi.h.in (ffi_closure_alloc, [...]): New.
2006-10-10 Paolo Bonziniconfigure.ac [...]: Set X86_DARWIN symbol and conditional.
2006-04-22 Andreas ToblerREADME: Remove notice about 'Crazy Comments'.
2005-08-11 Jakub Jelinekconfigure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New...
2004-03-16 Hosaka Yujitypes.c: Fix alignment size of X86_WIN32 case int64...
2003-12-02 Hosaka Yujire PR libffi/13221 (libffi's closure couldn't pass...
2003-03-21 Zdenek Dvorakffi.h.in: Define X86 instead of X86_64 in 32 bit mode.
2002-12-06 Ranjit Mathewffi.h.in: Added FFI_STDCALL ffi_type enumeration for...
2002-07-19 Bo ThorsenForgot this file.
2002-07-18 Bo Thorsen[multiple changes]
2002-05-28 Bo ThorsenFix last commit. Sorry about that.
2002-05-28 Roger Sayle* src/x86/ffi.c (ffi_prep_args): Remove reference to...
2002-05-27 Bo Thorsenffi.c (ffi_prep_args): Remove unused variable and fix...
2001-10-07 Joseph Myersacinclude.m4: Fix spelling error of "separate" as ...
2001-03-02 Nick CliftonRemove RCS ident strings to allow comparisions with...
1999-08-08 Anthony GreenInitial revision