Commit Graph

994 Commits

Author SHA1 Message Date
green
5826120fbd Add link to Gianni's web site. 2003-11-04 06:09:08 +00:00
jsm
220aa4b27d Newer, better, increased from before! (list of acceptable anon usernames) 2003-01-21 08:07:42 +00:00
green
1c3adc892c Fixed Cygnus references. 2002-12-06 01:28:03 +00:00
green
4af66bb62f Testsuite fixes. 2001-10-21 19:18:42 +00:00
green
5435965f90 * include/ffi_common.h: Delete, after moving contents to...
* include/ffi_private.h: Subsume contents of ffi_common.h.
        * include/Makefile.am (noinst_HEADERS): Remove ffi_common.h.
        * include/Makefile.in: Rebuilt.
        * arm/ffi.c, m68k/ffi.c, mips/ffi.c, powerpc/ffi.c, s390/ffi.c,
        ia64/ffi.c: Include ffi_private.h, not ffi_common.h.
        * alpha/ffi.c, sparc/ffi.c, x86/ffi.c: Don't include ffi_common.h.
        * types.c, raw_api.c, java_raw_api.c, prep_cif.c: Don't include
        ffi_common.h.
        * debug.c: Include ffi_private.h instead of ffi_common.h.

        * mips/ffi.c (calc_n32_struct_flags): Make static.
        (FIX_ARGP): Remove call to debugging routine ffi_stop_here.

        * mips/n32.S: Include ffi_private.h.
        * mips/o32.S: Include ffi_private.h.
2001-04-23 00:32:03 +00:00
green
6fdb7de0fe * README: Update some comments.
* Makefile.am (SUBDIRS): Add include so ffi.h gets installed.
        * Makefile.in: Rebuilt.

        * include/ffi.h: Change ALPHA to __alpha__ and SPARC to __sparc__.
        * types.c: Ditto.
        * prep_cif.c (ffi_prep_cif): Ditto.

        * alpha/ffi.c, alpha/osf.S, sparc/ffi.c, sparc/v8.S, sparc/v9.S:
        Include ffi_private.h.

        * include/ffi_private.h (FFI_TYPE_LAST): Define.
2001-04-22 19:38:34 +00:00
green
bc7144b01b Moved files from old home 2001-04-22 18:28:36 +00:00
green
e57279831e These are dead. 2001-04-22 18:23:47 +00:00
green
7247436b5f All these files live somewhere else now. 2001-04-22 18:22:43 +00:00
green
a8b0d40ff9 Many changes. Not quite there yet. 2001-04-22 18:17:14 +00:00
green
f893d22733 Moved m68k files 2001-04-22 18:13:22 +00:00
green
688ddfeced New, target indepentent, header 2001-04-22 18:12:33 +00:00
green
f9e40776d4 Many changes. 2001-04-22 18:11:57 +00:00
green
8c1d2eb47f Many changes 2001-04-22 18:10:47 +00:00
green
1359dfc658 Moved ia64 files 2001-04-22 18:10:20 +00:00
green
6e2de5eee3 Moved arm files 2001-04-22 18:08:11 +00:00
green
8807355af3 Many many updates. Merge from gcc and then some. 2001-04-09 00:58:38 +00:00
green
f7e9f91ade Mnay fixes. 2000-04-17 03:32:37 +00:00
green
c4860de618 Merge from libgcj. Merged patches from net. See ChangeLog for details. 2000-04-17 03:18:46 +00:00
jsm
c578b58314 1999-10-09 Jason Molenda (jsm@bugshack.cygnus.com)
* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
	Deleted; generic versions now used for all repositories.

	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
	generic versions.

        * CVSROOT/checkoutlist:  Don't try to check out the removed
        files any longer.
1999-10-09 20:18:16 +00:00
jsm
acdb200512 1999-10-09 Jason Molenda (jsm@bugshack.cygnus.com)
* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
	Deleted; generic versions now used for all repositories.

	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
	generic versions.

        * CVSROOT/checkoutlist:  Don't try to check out the removed
        files any longer.
1999-10-09 20:18:15 +00:00
green
e75be655ce New configury 1999-08-08 13:16:41 +00:00
green
d6669a0dd5 * include/ffi.h.in: Try to work around messy header problem
with PACKAGE and VERSION.

	* configure: Rebuilt.
	* configure.in: Change version to 2.00-beta.

        * fficonfig.h.in: Rebuilt.
	* acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.

	* src/x86/ffi.c (ffi_raw_call): Rename.
1999-08-08 13:05:12 +00:00
green
4819d52b00 New file for Kresten's closure work 1999-08-04 18:02:34 +00:00
green
2dbf801eb4 Kresten's closure work. Initial checkin. 1999-08-04 18:00:05 +00:00
green
d170961701 * configure.in: Add x86 and powerpc BeOS configurations.
From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
1999-07-08 14:36:52 +00:00
jsm
c7747d9769 1999-05-12 Jason Molenda (jsm@bugshack.cygnus.com)
* index.html: Add links to libffi* mail list archives.
1999-05-12 23:32:16 +00:00
green
dd2aa9a8de * configure.in: Add warning about this being beta code.
Remove src/Makefile.am from the picture.
	* configure: Rebuilt.
	* Makefile.am: Move logic from src/Makefile.am.  Add changes
	to support libffi as a target library.
	* Makefile.in: Rebuilt.
	* aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
	Upgraded to new autoconf, automake, libtool.
	* README: Tweaks.
	* LICENSE: Update copyright date.
	* src/Makefile.am, src/Makefile.in: Removed.
1999-05-06 05:34:36 +00:00
green
4e9452abed Updated to new automake, libtool, autoconf - nothing works :-) 1999-05-05 22:06:13 +00:00
jsm
6d3b2bddaf 1999-04-26 Jason Molenda (jsm@bugshack.cygnus.com)
* index.html: Missed a reference to libffi-discuss@cygnus.com.  Fixed.
1999-04-26 15:55:28 +00:00
jsm
ebc6a9c28a 1999-04-26 Jason Molenda (jsm@bugshack.cygnus.com)
* index.html: Change links to ftp directory to point to sourceware
        directory.
        Change mailing list subscription forms to point to sourceware lists.
1999-04-26 15:53:29 +00:00
jsm
78ffc52a8b Standard sourceware setup. 1999-04-18 01:33:21 +00:00
jsm
b4d77e827d Small typeo. (I wouldn't bother except that it made the sentence hard
for me to parse on a casual read.)
1998-11-30 11:11:25 +00:00
jsm
bfb73f08fd A few cleanups. Most notably, point to the correct subscribe cgi-bin
script.
1998-11-30 10:44:55 +00:00
green
af8b7f037c * index.html: Reformatted and updated to reflect hosting on
sourceware.cygnus.com (new mailing lists, etc).
1998-11-30 06:20:05 +00:00
green
334f0b0609 initial snapshot of documentation 1998-11-29 16:56:12 +00:00
green
3ab5cb4a1d Initial revision 1998-11-29 16:56:10 +00:00
green
d2a9eb5a8b This commit was generated by cvs2svn to compensate for changes in r7, which
included commits to RCS files with non-trunk default branches.
1998-11-29 16:48:16 +00:00
green
bc75c54bd3 Import of v1 code. 1998-11-29 16:48:16 +00:00
jsm
d3782ec816 Send commit messages to mailing lists. 1998-11-20 20:18:00 +00:00
jsm
8d8d3843c4 initial checkin 1998-10-01 22:08:36 +00:00
jsm
49634f3bf2 Add standard setup. 1998-10-01 22:08:35 +00:00
jsm
c64a84c769 Add readers and standard modules file. 1998-10-01 22:08:34 +00:00
jsm
9813273b07 initial checkin 1998-10-01 22:08:33 +00:00