# ChangeLog for dev-libs/libffi # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.33 2005/05/22 14:00:02 weeve Exp $ 22 May 2005; Jason Wever libffi-3.4.3.ebuild: Added ~sparc keyword. 06 May 2005; Sven Wegener libffi-3.4.1-r1.ebuild, libffi-3.4.3.ebuild: Removed * postfix from <, <=, >= and > dependencies. 09 Apr 2005; Armando Di Cianno -libffi-3.3.3.ebuild, -libffi-3.3.3-r1.ebuild, -libffi-3.3.4.ebuild, libffi-3.4.1-r1.ebuild: Pruning old ebuilds that are no longer needed. 06 Apr 2005; Markus Rothe libffi-3.4.3.ebuild: Stable on ppc64 06 Apr 2005; libffi-3.3.3-r1.ebuild, libffi-3.3.5.ebuild: ~alpha cleanup. 04 Apr 2005; Michael Hanselmann libffi-3.4.3.ebuild: Stable on ppc. 04 Apr 2005; Gustavo Zacarias libffi-3.3.4.ebuild, libffi-3.3.5.ebuild: 3.3.5 to sparc stable, 3.3.4 removed ~sparc for cleanup 04 Apr 2005; Gustavo Zacarias libffi-3.3.5.ebuild: Stable on sparc *libffi-3.3.5 (14 Mar 2005) 14 Mar 2005; Eric Shattow +libffi-3.3.5.ebuild: Version Bump (interim, closes #80281). 12 Mar 2005; Eric Shattow libffi-3.3.4.ebuild: quasi-stable on x86 (fixes broken dependency tracking in stable arch) 05 Mar 2005; Markus Rothe libffi-3.4.3.ebuild: Added ~ppc64 to KEYWORDS and don't use multilib on ppc64; bug #72258 *libffi-3.4.3 (03 Dec 2004) 03 Dec 2004; Armando Di Cianno +libffi-3.4.3.ebuild: Version bump to match gcc-3.4.3; hopefully this will be the last libffi of this type/in this series that I make - >=gcc-3.4.3-r1 should support libffi with gcj and objc now 23 Nov 2004; Tom Gall libffi-3.4.1-r1.ebuild: added ~ppc64 23 Nov 2004; Jeremy Huddleston libffi-3.4.1.ebuild: Stable amd64... bug #68857. 31 Oct 2004; libffi-3.3.3-r1.ebuild: ~alpha keyword. 24 Oct 2004; Jason Wever libffi-3.3.4.ebuild: Added ~sparc keyword wrt bug #68729. 24 Oct 2004; Armando Di Cianno libffi-3.3.3-r1.ebuild, libffi-3.3.4.ebuild: Making gcc depends more explicit; libffi really needs to be installed alongside gcc on of these days... 09 Oct 2004; David Holm libffi-3.4.1-r1.ebuild: Added to ~ppc. *libffi-3.3.4 (25 Sep 2004) 25 Sep 2004; Armando Di Cianno +libffi-3.3.4.ebuild: New version to complement gcc-3.3.4. *libffi-3.3.3-r1 (22 Sep 2004) 22 Sep 2004; Armando Di Cianno +files/libffi-soversion.dpatch, +files/libffi-without-libgcj.dpatch, +libffi-3.3.3-r1.ebuild, +libffi-3.4.1-r1.ebuild: Updated,new 3.3.3-r1 and 3.4.1-r1 for ~x86; 3.4.1-r1 now applies patches that allow building without turning on libgcj as well. *libffi-3.3.3 (27 Aug 2004) 27 Aug 2004; Armando Di Cianno +libffi-3.3.3.ebuild, libffi-3.4.1.ebuild: Added specific as-is type license for libffi; added libffi-3.3.3 for x86; set HOMEPAGE to more proper url. 27 Aug 2004; Armando Di Cianno libffi-3.4.1.ebuild: Added email address next to comment I had previously made in file. 14 Aug 2004; Sven Wegener libffi-3.4.1.ebuild: Fixed CVS Header. *libffi-3.4.1 (17 Jul 2004) 17 Jul 2004; Travis Tilley +libffi-3.4.1.ebuild: added an ebuild for the libffi 2.0 beta from the gcc 3.4.1 tarball. keyworded ~amd64 01 Jul 2004; Jeremy Huddleston libffi-1.20.ebuild: virtual/glibc -> virtual/libc 18 Mar 2004; David Holm libffi-1.20.ebuild: Added to ~ppc. 14 Mar 2004; Michael Sterrett libffi-1.20.ebuild: Don't assign default to S; header fix *libffi-1.20 (13 Feb 2003) 12 Jul 2003; Daniel Ahlberg : Added missing changelog entry. 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords *libffi-0.20 ( 10 Feb 2002 ) 10 Feb 2002; Karl Trygve Kalleberg ChangeLog files/digest-libffi-0.20 libffi-0.20: The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. Ffi stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.