Age | Commit message (Expand) | Author | Files | Lines |
2004-02-26 | ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes. | Matt Kraai | 2 | -7/+15 |
2004-02-09 | * src/types.c (pointer): POWERPC64 has 8 byte pointers. | Alan Modra | 2 | -1/+3 |
2004-02-09 | ffi.c (ffi_prep_args64): Correct long double handling. | Alan Modra | 5 | -19/+48 |
2004-02-08 | ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu... | Alan Modra | 4 | -82/+110 |
2004-02-07 | * src/types.c: Use 16 byte long double for POWERPC64. | Alan Modra | 2 | -1/+5 |
2004-01-25 | ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return... | Eric Botcazou | 5 | -95/+219 |
2004-01-24 | pyobjc-tc.c (main): Treat result value as of type ffi_arg. | Andreas Tobler | 3 | -2/+8 |
2004-01-22 | cls_uint.c (cls_ret_uint_fn): Treat result value as of type ffi_arg, not unsi... | Ulrich Weigand | 2 | -2/+7 |
2004-01-21 | ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS. | Michael Ritzert | 2 | -9/+14 |
2004-01-15 | configure.in: Add in AC_PREREQ(2.13) | Kelley Cook | 2 | -0/+5 |
2004-01-12 | libffi-dg.exp: Set LD_LIBRARY_PATH_32 for Solaris. | Andreas Tobler | 2 | -2/+10 |
2004-01-08 | ffitest.h (allocate_mmap): Cast MAP_FAILED to void *. | Rainer Orth | 2 | -1/+6 |
2003-12-10 | cls_align_pointer.c: Cast pointers to size_t instead of int. | Richard Henderson | 2 | -4/+9 |
2003-12-04 | many_win32.c: Include <float.h>. | Hosaka Yuji | 12 | -1/+999 |
2003-12-02 | re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh... | Hosaka Yuji | 2 | -4/+10 |
2003-12-01 | re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh... | Andreas Tobler | 8 | -1/+538 |
2003-11-26 | ffitest.h: Include <fcntl.h>. | Kaveh R. Ghazi | 3 | -0/+7 |
2003-11-22 | Makefile.in: Rebuilt. | Andreas Tobler | 4 | -113/+248 |
2003-11-21 | acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST. | Andreas Jaeger | 52 | -261/+981 |
2003-11-20 | libffi-dg.exp: Make the -lgcc_s conditional. | Andreas Tobler | 2 | -1/+10 |
2003-11-19 | libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin. | Andreas Tobler | 2 | -2/+12 |
2003-11-12 | re PR libffi/11147 (fficonfig.h is abi-specific) | Andreas Tobler | 7 | -88/+178 |
2003-11-09 | closure_fn0.c: Print result and check with dg-output to make debugging easier. | Andreas Tobler | 39 | -193/+221 |
2003-11-08 | cls_9byte2.c: New test case. | Andreas Tobler | 14 | -0/+1154 |
2003-11-08 | cls_double.c: Do a check on the result. | Andreas Tobler | 7 | -18/+30 |
2003-11-06 | prep_cif.c (ffi_prep_cif): Move the validity check after the initialization. | Andreas Tobler | 2 | -3/+10 |
2003-10-23 | java_raw_api.c (ffi_java_ptrarray_to_raw): Replace FFI_ASSERT(FALSE) with FFI... | Andreas Tobler | 2 | -1/+6 |
2003-10-22 | ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode_... | David Daney | 2 | -4/+9 |
2003-10-22 | * src/ia64/ffi.c: Replace FALSE/TRUE with false/true. | Andreas Schwab | 2 | -13/+17 |
2003-10-21 | remove unnecessary files. | Andreas Tobler | 2 | -149/+0 |
2003-10-21 | commit missing adds. | Andreas Tobler | 11 | -0/+756 |
2003-10-21 | [multiple changes] | Andreas Tobler | 44 | -1077/+657 |
2003-10-20 | ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_A... | Rainer Orth | 2 | -10/+15 |
2003-10-20 | ffi_darwin.c (ffi_prep_args): Declare bytes again. | Andreas Tobler | 2 | -0/+6 |
2003-10-14 | types.c (double, longdouble): Default POWERPC64 to 8 byte size and align. | Alan Modra | 2 | -1/+6 |
2003-10-06 | ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs, FFI_MIPS_O32 for O32 ABI. | Rainer Orth | 2 | -6/+7 |
2003-10-01 | libffi-dg.exp: Set LD_LIBRARY_PATH_64 for SPARC64. | Andreas Tobler | 2 | -13/+19 |
2003-09-19 | closure_fn0.c: Xfail mips, arm, strongarm, xscale. | Andreas Tobler | 31 | -349/+383 |
2003-09-18 | aix.S: Cleanup whitespaces. | David Edelsohn | 3 | -23/+27 |
2003-09-18 | darwin.S: Cleanup whitespaces, comment formatting. | Andreas Tobler | 4 | -224/+225 |
2003-09-18 | types.c (double): Add AIX and Darwin to the right TYPEDEF. | Andreas Tobler | 5 | -184/+184 |
2003-09-18 | ffi.c (ffi_prep_args): Take account into the alignement for the register size. | Kaz Kojima | 3 | -20/+32 |
2003-09-17 | libffi-dg.exp (libffi_target_compile): Search in srcdir for ffi_mips.h. | Rainer Orth | 2 | -1/+7 |
2003-09-12 | prep_cif.c (initialize_aggregate): Include tail padding in structure size. | Alan Modra | 4 | -3/+21 |
2003-09-11 | types.c (double, longdouble): Merge identical SH and ARM typedefs, and add PO... | Alan Modra | 4 | -13/+17 |
2003-09-09 | 2003-09-09 Andreas Tobler <a.tobler@schweiz.ch> | Andreas Tobler | 2 | -2/+19 |
2003-09-09 | * libtool.m4 (LD): Correct powerpc64 host match. | Alan Modra | 2 | -1/+5 |
2003-09-04 | Makefile.am: Remove build rules for ffitest. | Andreas Tobler | 3 | -42/+17 |
2003-09-04 | sorry forgot the changelog. | Andreas Tobler | 1 | -0/+5 |
2003-09-04 | java_raw_api.c: Include <stdlib.h> to fix compiler warning about implicit dec... | Andreas Tobler | 1 | -0/+1 |