summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
...
* ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand2004-07-112-10/+13
* ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2004-06-302-5/+10
* libtool-version: Fix typo in revision/age.Matthias Klose2004-06-262-1/+5
* Fix incorrect year for some ChangeLog entries.R. Kelley Cook2004-06-181-2/+2
* libtool-version: New.Matthias Klose2004-06-174-2/+14
* configure.ac: New name of configure.in.Paolo Bonzini2004-06-159-1031/+1103
* Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini2004-06-152-0/+5
* unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek2004-06-102-2/+10
* configure.ac: Add x86_64-*-freebsd* support.Sean McNeil2004-06-073-4/+9
* re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima2004-05-181-1/+1
* Bug 15093Joe Buck2004-04-263-281/+835
* Patch 14922Matt Austern2004-04-273-2/+16
* cls_multi_schar.c (main): Fix initialization error.Andreas Tobler2004-04-244-4/+11
* linux.S: Fix typo.Matthias Klose2004-03-202-1/+5
* [multiple changes]Matthias Klose2004-03-1910-63/+1067
* types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji2004-03-164-7/+93
* configure.in: Rename file to ...Kelley Cook2004-03-156-18/+27
* Enabled linkonce support for Darwin.Matt Austern2004-03-121-0/+6
* Enabled linkonce support for Darwin.Matt Austern2004-03-122-11/+13
* Makefile.am (AUTOMAKE_OPTIONS): Set them.Andreas Tobler2004-03-119-3412/+8601
* ffi.c (ffi_prep_incoming_args_UNIX): Get floating point arguments from fp reg...Andreas Schwab2004-03-112-8/+13
* * configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2004-03-092-2/+6
* ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai2004-02-262-7/+15
* * src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra2004-02-092-1/+3
* ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra2004-02-095-19/+48
* ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra2004-02-084-82/+110
* * src/types.c: Use 16 byte long double for POWERPC64.Alan Modra2004-02-072-1/+5
* ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return...Eric Botcazou2004-01-255-95/+219
* pyobjc-tc.c (main): Treat result value as of type ffi_arg.Andreas Tobler2004-01-243-2/+8
* cls_uint.c (cls_ret_uint_fn): Treat result value as of type ffi_arg, not unsi...Ulrich Weigand2004-01-222-2/+7
* ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert2004-01-212-9/+14
* configure.in: Add in AC_PREREQ(2.13)Kelley Cook2004-01-152-0/+5
* libffi-dg.exp: Set LD_LIBRARY_PATH_32 for Solaris.Andreas Tobler2004-01-122-2/+10
* ffitest.h (allocate_mmap): Cast MAP_FAILED to void *.Rainer Orth2004-01-082-1/+6
* cls_align_pointer.c: Cast pointers to size_t instead of int.Richard Henderson2003-12-102-4/+9
* many_win32.c: Include <float.h>.Hosaka Yuji2003-12-0412-1/+999
* re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji2003-12-022-4/+10
* re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Andreas Tobler2003-12-018-1/+538
* ffitest.h: Include <fcntl.h>.Kaveh R. Ghazi2003-11-263-0/+7
* Makefile.in: Rebuilt.Andreas Tobler2003-11-224-113/+248
* acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.Andreas Jaeger2003-11-2152-261/+981
* libffi-dg.exp: Make the -lgcc_s conditional.Andreas Tobler2003-11-202-1/+10
* libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.Andreas Tobler2003-11-192-2/+12
* re PR libffi/11147 (fficonfig.h is abi-specific)Andreas Tobler2003-11-127-88/+178
* closure_fn0.c: Print result and check with dg-output to make debugging easier.Andreas Tobler2003-11-0939-193/+221
* cls_9byte2.c: New test case.Andreas Tobler2003-11-0814-0/+1154
* cls_double.c: Do a check on the result.Andreas Tobler2003-11-087-18/+30
* prep_cif.c (ffi_prep_cif): Move the validity check after the initialization.Andreas Tobler2003-11-062-3/+10
* java_raw_api.c (ffi_java_ptrarray_to_raw): Replace FFI_ASSERT(FALSE) with FFI...Andreas Tobler2003-10-232-1/+6
* ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode_...David Daney2003-10-222-4/+9