| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't rely on tar supporting -z; trac #3841 | Ian Lynagh | 2010-02-14 | 1 | -1/+1 |
* | Patch for shared libraries support on FreeBSD | Ian Lynagh | 2010-01-06 | 1 | -2/+1 |
* | Link all dynamic libraries with the correct install_name on Mac OS/X. | Ian Lynagh | 2009-12-04 | 1 | -0/+8 |
* | Windows DLLs: Slurp across the actually static version of libffi | Ben.Lippmeier@anu.edu.au | 2009-11-19 | 1 | -0/+8 |
* | Windows DLLs: add #ifdefery to turn off DLL import of libffi when building st... | Ben.Lippmeier@anu.edu.au | 2009-11-18 | 1 | -1/+1 |
* | Put the libffi files to be installed into a dist directory | Ian Lynagh | 2009-11-18 | 2 | -28/+27 |
* | Remove redundant libffi/tarball directory | Ian Lynagh | 2009-11-18 | 1 | -3/+0 |
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -1/+1 |
* | Remove libffi tarball from the repo | Ian Lynagh | 2009-10-14 | 1 | -0/+0 |
* | Install libHSffi_p.a | Ian Lynagh | 2009-10-12 | 1 | -1/+1 |
* | Use CONF_CC_OPTS | Manuel M T Chakravarty | 2009-09-17 | 1 | -3/+3 |
* | Use _ rather than : for the builtin package filenames | Ian Lynagh | 2009-09-13 | 1 | -1/+1 |
* | Add unique package identifiers (InstalledPackageId) in the package DB | Simon Marlow | 2009-08-20 | 1 | -0/+1 |
* | Update the libffi filenames to follow the new version number | Ian Lynagh | 2009-08-06 | 1 | -1/+1 |
* | Update to libffi 3.0.8; fixes trac #3119 | Ian Lynagh | 2009-06-05 | 6 | -2586/+74203 |
* | Fix the libffi Makefile | Ian Lynagh | 2009-06-05 | 1 | -1/+1 |
* | Add a README saying where libffi tarballs come from | Ian Lynagh | 2009-06-05 | 1 | -0/+3 |
* | Use -w when compiling libffi, to stop -Werror failures | Ian Lynagh | 2009-06-02 | 1 | -2/+4 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -11/+11 |
* | Pass CFLAGS and LDFLAGS to libffi's configure | Ian Lynagh | 2009-05-21 | 1 | -3/+6 |
* | Use SRC_CC_OPTS when making HSffi.o | Ian Lynagh | 2009-05-19 | 1 | -1/+1 |
* | Fix make for libffi again, properly this time | Duncan Coutts | 2009-04-30 | 1 | -0/+1 |
* | Fix parallel make for libffi. | Duncan Coutts | 2009-04-30 | 1 | -10/+6 |
* | Clean up building of libffi for dynamic lib way | Duncan Coutts | 2009-04-29 | 1 | -21/+29 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 2 | -0/+24 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 6 | -202/+199 |
* | Install libHSffi_p.a | Ian Lynagh | 2009-02-18 | 1 | -1/+1 |
* | Make the libffi patch files portable | Ian Lynagh | 2009-01-23 | 2 | -202/+209 |
* | Fix libffi bindist | Clemens Fruhwirth | 2008-11-08 | 1 | -6/+6 |
* | Patching libffi so it can be built as DLL | Clemens Fruhwirth | 2008-10-14 | 3 | -7/+2806 |
* | Version bump for libffi to 3.0.6 | Clemens Fruhwirth | 2008-10-14 | 2 | -0/+0 |
* | Encode shared/static configuration into stamps to do the right thing when reb... | Clemens Fruhwirth | 2008-10-13 | 1 | -5/+14 |
* | Add HsFFI.o to INSTALL_LIBS | Clemens Fruhwirth | 2008-10-13 | 1 | -1/+1 |
* | Drop libm from the linker dependencies for libffi | Clemens Fruhwirth | 2008-10-11 | 1 | -2/+0 |
* | Do not generate haddock documentation when running install-docs in libffi | Clemens Fruhwirth | 2008-10-10 | 1 | -0/+2 |
* | Delay building libffi until package.conf is created and fix bindist | Clemens Fruhwirth | 2008-10-10 | 1 | -3/+5 |
* | Drop ghcconfig.h/RtsConfig.h from libffi's package.conf.in | Clemens Fruhwirth | 2008-10-09 | 1 | -3/+0 |
* | Don't use sed's -i flag as Solaris doesn't know it in libffi/Makefile | Clemens Fruhwirth | 2008-10-08 | 1 | -3/+4 |
* | Don't use /dev/null trick to create empty object files in libffi/Makefile | Clemens Fruhwirth | 2008-10-08 | 1 | -5/+3 |
* | Turn libffi into a Haskell package | Clemens Fruhwirth | 2008-10-08 | 2 | -5/+100 |
* | Unconditionalize definition of DYNAMIC_* so that libffi.so/.dll is removed ev... | Clemens Fruhwirth | 2008-09-30 | 1 | -5/+2 |
* | Fix how we put libffi into bindists | Ian Lynagh | 2008-09-19 | 1 | -15/+5 |
* | add --enable-shared to configure, and $(BuildSharedLibs) to the build system | Simon Marlow | 2008-07-24 | 1 | -40/+35 |
* | libffi now doesn't have an artificial make boot/all split | Ian Lynagh | 2008-07-05 | 1 | -2/+0 |
* | FIX BUILD (Windows): Copy the ln trick used by the GMP build | Simon Marlow | 2008-04-14 | 2 | -2/+10 |
* | Import libffi-3.0.4, and use it to provide FFI support in GHCi | Simon Marlow | 2008-04-08 | 2 | -0/+124 |