racket/src/foreign
Eli Barzilay 1605526ba1 fixed more big-endian problems
svn: r3683
2006-07-11 21:44:37 +00:00
..
gcc bitwise ops accept 0 arguments; module and local binding expansion more consistent, because a module-level binding can have let-binding context; load/cd fixed; X non-Xft font problem fixed; added openbsd support and chage README in libffi; JIT inlines string-ref and bytes-ref 2006-04-17 16:58:43 +00:00
libffi_msvc catchup to cvs version of ctypes 2006-07-09 22:27:22 +00:00
foreign.c fixed more big-endian problems 2006-07-11 21:44:37 +00:00
foreign.ssc fixed more big-endian problems 2006-07-11 21:44:37 +00:00
Makefile.in Removed traces of lightning 2005-06-29 19:28:16 +00:00
README set svn:eol-style 2006-04-17 17:01:33 +00:00
ssc-utils.ss Added src, set properties for all DOS files. 2005-05-27 21:53:51 +00:00

The copy of libffi for PLT Scheme has been changed in a few small
ways:

 * Added i386 Mac OS X support from the PyObjC project:
     gcc/libffi/src/x86/ffi_darwin.c
     gcc/libffi/src/x86/darwin.S
   and changed ffi.c and sysv.S to #include these when __APPLE__
   is defined.

 * Added line to "configure" for i*86-*-darwin*

 * Added line to "configure" for i*86-*-openbsd*