summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
...
* Enable shared libs on OpenBSDMatthias Kilian2010-09-181-0/+2
* eliminate clutter from make outputSimon Marlow2010-09-151-3/+3
* Don't fail with absolute silenceMatthias Kilian2010-09-121-3/+3
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-3/+3
* quiet some new spewageSimon Marlow2010-07-091-3/+3
* Check files are really created in libffiIan Lynagh2010-06-201-0/+6
* Rename some variables from FOO to FOO_CMDIan Lynagh2010-06-161-1/+1
* Don't run "set -o igncr" before configuring libffiIan Lynagh2010-05-201-14/+0
* Set more env variables when configuring libffiIan Lynagh2010-05-181-0/+3
* Fix makefile loop (#4050)pho@cielonegro.org2010-05-071-1/+2
* Tidy up the "rm" flags in the build systemIan Lynagh2010-05-081-1/+1
* The libffi patches are no longer neededIan Lynagh2010-05-043-74405/+0
* Fix dynamic libs on OS X, and enable them by defaultIan Lynagh2010-05-031-3/+3
* libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusableSimon Marlow2010-03-291-1/+4
* Don't rely on tar supporting -z; trac #3841Ian Lynagh2010-02-141-1/+1
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-2/+1
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-0/+8
* Windows DLLs: Slurp across the actually static version of libffiBen.Lippmeier@anu.edu.au2009-11-191-0/+8
* Windows DLLs: add #ifdefery to turn off DLL import of libffi when building st...Ben.Lippmeier@anu.edu.au2009-11-181-1/+1
* Put the libffi files to be installed into a dist directoryIan Lynagh2009-11-182-28/+27
* Remove redundant libffi/tarball directoryIan Lynagh2009-11-181-3/+0
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-1/+1
* Remove libffi tarball from the repoIan Lynagh2009-10-141-0/+0
* Install libHSffi_p.aIan Lynagh2009-10-121-1/+1
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-171-3/+3
* Use _ rather than : for the builtin package filenamesIan Lynagh2009-09-131-1/+1
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-0/+1
* Update the libffi filenames to follow the new version numberIan Lynagh2009-08-061-1/+1
* Update to libffi 3.0.8; fixes trac #3119Ian Lynagh2009-06-056-2586/+74203
* Fix the libffi MakefileIan Lynagh2009-06-051-1/+1
* Add a README saying where libffi tarballs come fromIan Lynagh2009-06-051-0/+3
* Use -w when compiling libffi, to stop -Werror failuresIan Lynagh2009-06-021-2/+4
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-11/+11
* Pass CFLAGS and LDFLAGS to libffi's configureIan Lynagh2009-05-211-3/+6
* Use SRC_CC_OPTS when making HSffi.oIan Lynagh2009-05-191-1/+1
* Fix make for libffi again, properly this timeDuncan Coutts2009-04-301-0/+1
* Fix parallel make for libffi.Duncan Coutts2009-04-301-10/+6
* Clean up building of libffi for dynamic lib wayDuncan Coutts2009-04-291-21/+29
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-266-202/+199
* Install libHSffi_p.aIan Lynagh2009-02-181-1/+1
* Make the libffi patch files portableIan Lynagh2009-01-232-202/+209
* Fix libffi bindistClemens Fruhwirth2008-11-081-6/+6
* Patching libffi so it can be built as DLLClemens Fruhwirth2008-10-143-7/+2806
* Version bump for libffi to 3.0.6Clemens Fruhwirth2008-10-142-0/+0
* Encode shared/static configuration into stamps to do the right thing when reb...Clemens Fruhwirth2008-10-131-5/+14
* Add HsFFI.o to INSTALL_LIBSClemens Fruhwirth2008-10-131-1/+1
* Drop libm from the linker dependencies for libffiClemens Fruhwirth2008-10-111-2/+0
* Do not generate haddock documentation when running install-docs in libffiClemens Fruhwirth2008-10-101-0/+2
* Delay building libffi until package.conf is created and fix bindistClemens Fruhwirth2008-10-101-3/+5