51cb236673
- Enhanced generics support: now all arguments of methods are specialized, not only the first one. - Bugfixes + Now ships with (g-wrap gw-wct) compatibilty module needed by GnuCash at runtime. + Fixes for handling output arguments: - Wrapped functions with void return value and output arguments now return expected results - Optional argument count is now correctly computed in the presence of output arguments + The libffi alignment requirements are now honored. This fixes bus errors on many non-x86 architectures. + On big-endian architectures libffi-wrapped functions that return char now work correctly. + Some "uninitialized variable" warnings were fixed in generated code which caused compiles with GCC 4.0 to fail (Debian Bug#290305).
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
@comment $NetBSD: PLIST,v 1.9 2005/02/27 13:19:20 wiz Exp $
|
|
bin/g-wrap-config
|
|
include/ffi.h
|
|
include/ffitarget.h
|
|
include/g-wrap-wct.h
|
|
include/g-wrap/core-runtime.h
|
|
include/g-wrap/ffi-support.h
|
|
include/g-wrap/guile-compatibility.h
|
|
include/g-wrap/guile-runtime.h
|
|
include/g-wrap/guile-wct.h
|
|
lib/libffi.la
|
|
lib/libgw-guile-gw-glib.la
|
|
lib/libgw-guile-standard.la
|
|
lib/libgwrap-core-runtime.la
|
|
lib/libgwrap-guile-runtime.la
|
|
lib/pkgconfig/g-wrap-2.0-guile.pc
|
|
share/guile/site/g-wrap.scm
|
|
share/guile/site/g-wrap/c-types.scm
|
|
share/guile/site/g-wrap/compat.scm
|
|
share/guile/site/g-wrap/enumeration.scm
|
|
share/guile/site/g-wrap/guile.scm
|
|
share/guile/site/g-wrap/gw-glib-spec.scm
|
|
share/guile/site/g-wrap/gw-standard-spec.scm
|
|
share/guile/site/g-wrap/gw-wct-spec.scm
|
|
share/guile/site/g-wrap/gw-wct.scm
|
|
share/guile/site/g-wrap/gw/glib.scm
|
|
share/guile/site/g-wrap/gw/standard.scm
|
|
share/guile/site/g-wrap/rti.scm
|
|
share/guile/site/g-wrap/simple-type.scm
|
|
share/guile/site/g-wrap/util.scm
|
|
share/guile/site/g-wrap/ws/standard.scm
|
|
@dirrm share/guile/site/g-wrap/ws
|
|
@dirrm share/guile/site/g-wrap/gw
|
|
@dirrm share/guile/site/g-wrap
|
|
@dirrm include/g-wrap
|