ffi 1.9.21-x86-mingw32 → 1.9.22-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.gitignore +22 -0
- data/.gitmodules +3 -0
- data/.travis.yml +52 -0
- data/.yardopts +5 -0
- data/Gemfile +15 -0
- data/{spec/ffi/LICENSE.SPECS → LICENSE.SPECS} +1 -1
- data/README.md +1 -1
- data/Rakefile +28 -3
- data/appveyor.yml +22 -0
- data/ffi.gemspec +14 -1
- data/lib/2.0/ffi_c.so +0 -0
- data/lib/2.1/ffi_c.so +0 -0
- data/lib/2.2/ffi_c.so +0 -0
- data/lib/2.3/ffi_c.so +0 -0
- data/lib/2.4/ffi_c.so +0 -0
- data/lib/2.5/ffi_c.so +0 -0
- data/lib/ffi/library.rb +1 -1
- data/lib/ffi/version.rb +1 -1
- data/samples/getlogin.rb +8 -0
- data/samples/getpid.rb +8 -0
- data/samples/gettimeofday.rb +18 -0
- data/samples/hello.rb +7 -0
- data/samples/inotify.rb +60 -0
- data/samples/pty.rb +76 -0
- data/samples/qsort.rb +21 -0
- data/samples/sample_helper.rb +6 -0
- metadata +17 -526
- data/ext/ffi_c/AbstractMemory.c +0 -1109
- data/ext/ffi_c/AbstractMemory.h +0 -175
- data/ext/ffi_c/ArrayType.c +0 -162
- data/ext/ffi_c/ArrayType.h +0 -59
- data/ext/ffi_c/Buffer.c +0 -365
- data/ext/ffi_c/Call.c +0 -517
- data/ext/ffi_c/Call.h +0 -110
- data/ext/ffi_c/ClosurePool.c +0 -283
- data/ext/ffi_c/ClosurePool.h +0 -57
- data/ext/ffi_c/DataConverter.c +0 -91
- data/ext/ffi_c/DynamicLibrary.c +0 -339
- data/ext/ffi_c/DynamicLibrary.h +0 -98
- data/ext/ffi_c/Function.c +0 -998
- data/ext/ffi_c/Function.h +0 -87
- data/ext/ffi_c/FunctionInfo.c +0 -271
- data/ext/ffi_c/LastError.c +0 -184
- data/ext/ffi_c/LastError.h +0 -47
- data/ext/ffi_c/LongDouble.c +0 -63
- data/ext/ffi_c/LongDouble.h +0 -51
- data/ext/ffi_c/MappedType.c +0 -168
- data/ext/ffi_c/MappedType.h +0 -59
- data/ext/ffi_c/MemoryPointer.c +0 -197
- data/ext/ffi_c/MemoryPointer.h +0 -53
- data/ext/ffi_c/MethodHandle.c +0 -358
- data/ext/ffi_c/MethodHandle.h +0 -55
- data/ext/ffi_c/Platform.c +0 -129
- data/ext/ffi_c/Platform.h +0 -45
- data/ext/ffi_c/Pointer.c +0 -508
- data/ext/ffi_c/Pointer.h +0 -63
- data/ext/ffi_c/Struct.c +0 -829
- data/ext/ffi_c/Struct.h +0 -106
- data/ext/ffi_c/StructByReference.c +0 -190
- data/ext/ffi_c/StructByReference.h +0 -50
- data/ext/ffi_c/StructByValue.c +0 -150
- data/ext/ffi_c/StructByValue.h +0 -55
- data/ext/ffi_c/StructLayout.c +0 -698
- data/ext/ffi_c/Thread.c +0 -352
- data/ext/ffi_c/Thread.h +0 -95
- data/ext/ffi_c/Type.c +0 -397
- data/ext/ffi_c/Type.h +0 -62
- data/ext/ffi_c/Types.c +0 -139
- data/ext/ffi_c/Types.h +0 -89
- data/ext/ffi_c/Variadic.c +0 -304
- data/ext/ffi_c/compat.h +0 -78
- data/ext/ffi_c/extconf.rb +0 -71
- data/ext/ffi_c/ffi.c +0 -98
- data/ext/ffi_c/libffi.bsd.mk +0 -40
- data/ext/ffi_c/libffi.darwin.mk +0 -105
- data/ext/ffi_c/libffi.gnu.mk +0 -32
- data/ext/ffi_c/libffi.mk +0 -18
- data/ext/ffi_c/libffi.vc.mk +0 -26
- data/ext/ffi_c/libffi.vc64.mk +0 -26
- data/ext/ffi_c/libffi/ChangeLog.libffi +0 -584
- data/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +0 -6000
- data/ext/ffi_c/libffi/ChangeLog.libgcj +0 -40
- data/ext/ffi_c/libffi/ChangeLog.v1 +0 -764
- data/ext/ffi_c/libffi/LICENSE +0 -21
- data/ext/ffi_c/libffi/Makefile.am +0 -205
- data/ext/ffi_c/libffi/Makefile.in +0 -1805
- data/ext/ffi_c/libffi/README +0 -454
- data/ext/ffi_c/libffi/acinclude.m4 +0 -473
- data/ext/ffi_c/libffi/aclocal.m4 +0 -2134
- data/ext/ffi_c/libffi/autogen.sh +0 -2
- data/ext/ffi_c/libffi/autom4te.cache/output.0 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.1 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.2 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.3 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/requests +0 -331
- data/ext/ffi_c/libffi/autom4te.cache/traces.0 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.1 +0 -1005
- data/ext/ffi_c/libffi/autom4te.cache/traces.2 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.3 +0 -4010
- data/ext/ffi_c/libffi/compile +0 -347
- data/ext/ffi_c/libffi/config.guess +0 -1462
- data/ext/ffi_c/libffi/config.sub +0 -1825
- data/ext/ffi_c/libffi/configure +0 -21972
- data/ext/ffi_c/libffi/configure.ac +0 -388
- data/ext/ffi_c/libffi/configure.host +0 -272
- data/ext/ffi_c/libffi/depcomp +0 -791
- data/ext/ffi_c/libffi/doc/Makefile.am +0 -3
- data/ext/ffi_c/libffi/doc/Makefile.in +0 -811
- data/ext/ffi_c/libffi/doc/libffi.texi +0 -985
- data/ext/ffi_c/libffi/doc/mdate-sh +0 -228
- data/ext/ffi_c/libffi/doc/texinfo.tex +0 -10079
- data/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/ext/ffi_c/libffi/fficonfig.h.in +0 -210
- data/ext/ffi_c/libffi/fficonfig.h.in~ +0 -210
- data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -207
- data/ext/ffi_c/libffi/include/Makefile.am +0 -9
- data/ext/ffi_c/libffi/include/Makefile.in +0 -604
- data/ext/ffi_c/libffi/include/ffi.h.in +0 -484
- data/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
- data/ext/ffi_c/libffi/include/ffi_common.h +0 -147
- data/ext/ffi_c/libffi/install-sh +0 -508
- data/ext/ffi_c/libffi/libffi.map.in +0 -80
- data/ext/ffi_c/libffi/libffi.pc.in +0 -11
- data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -637
- data/ext/ffi_c/libffi/libtool-ldflags +0 -106
- data/ext/ffi_c/libffi/libtool-version +0 -29
- data/ext/ffi_c/libffi/ltmain.sh +0 -11156
- data/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -69
- data/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -181
- data/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
- data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -72
- data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -84
- data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -70
- data/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -301
- data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -225
- data/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -79
- data/ext/ffi_c/libffi/m4/libtool.m4 +0 -8387
- data/ext/ffi_c/libffi/m4/ltoptions.m4 +0 -437
- data/ext/ffi_c/libffi/m4/ltsugar.m4 +0 -124
- data/ext/ffi_c/libffi/m4/ltversion.m4 +0 -23
- data/ext/ffi_c/libffi/m4/lt~obsolete.m4 +0 -99
- data/ext/ffi_c/libffi/man/Makefile.am +0 -8
- data/ext/ffi_c/libffi/man/Makefile.in +0 -558
- data/ext/ffi_c/libffi/man/ffi.3 +0 -41
- data/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
- data/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
- data/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
- data/ext/ffi_c/libffi/missing +0 -215
- data/ext/ffi_c/libffi/msvcc.sh +0 -260
- data/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -941
- data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/aarch64/internal.h +0 -67
- data/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -438
- data/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
- data/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
- data/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
- data/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
- data/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
- data/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
- data/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/arm/ffi.c +0 -808
- data/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -82
- data/ext/ffi_c/libffi/src/arm/internal.h +0 -7
- data/ext/ffi_c/libffi/src/arm/sysv.S +0 -383
- data/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
- data/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
- data/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
- data/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
- data/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
- data/ext/ffi_c/libffi/src/closures.c +0 -890
- data/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
- data/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
- data/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
- data/ext/ffi_c/libffi/src/debug.c +0 -64
- data/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
- data/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
- data/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
- data/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
- data/ext/ffi_c/libffi/src/ia64/ffi.c +0 -586
- data/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
- data/ext/ffi_c/libffi/src/ia64/unix.S +0 -560
- data/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
- data/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
- data/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
- data/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
- data/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
- data/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
- data/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
- data/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
- data/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
- data/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
- data/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
- data/ext/ffi_c/libffi/src/mips/ffi.c +0 -1105
- data/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -249
- data/ext/ffi_c/libffi/src/mips/n32.S +0 -661
- data/ext/ffi_c/libffi/src/mips/o32.S +0 -502
- data/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
- data/ext/ffi_c/libffi/src/moxie/ffi.c +0 -272
- data/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
- data/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
- data/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
- data/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
- data/ext/ffi_c/libffi/src/pa/ffi.c +0 -719
- data/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -85
- data/ext/ffi_c/libffi/src/pa/hpux32.S +0 -368
- data/ext/ffi_c/libffi/src/pa/linux.S +0 -357
- data/ext/ffi_c/libffi/src/powerpc/aix.S +0 -328
- data/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -447
- data/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
- data/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
- data/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
- data/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -173
- data/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1359
- data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -945
- data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -94
- data/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
- data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -195
- data/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -228
- data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -488
- data/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
- data/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -175
- data/ext/ffi_c/libffi/src/prep_cif.c +0 -261
- data/ext/ffi_c/libffi/src/raw_api.c +0 -267
- data/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
- data/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
- data/ext/ffi_c/libffi/src/s390/internal.h +0 -11
- data/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
- data/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
- data/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
- data/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
- data/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
- data/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
- data/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
- data/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
- data/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
- data/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
- data/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
- data/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
- data/ext/ffi_c/libffi/src/tile/tile.S +0 -360
- data/ext/ffi_c/libffi/src/types.c +0 -106
- data/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
- data/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
- data/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
- data/ext/ffi_c/libffi/src/x86/ffi.c +0 -733
- data/ext/ffi_c/libffi/src/x86/ffi64.c +0 -857
- data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -141
- data/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -287
- data/ext/ffi_c/libffi/src/x86/internal.h +0 -29
- data/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
- data/ext/ffi_c/libffi/src/x86/sysv.S +0 -1043
- data/ext/ffi_c/libffi/src/x86/unix64.S +0 -525
- data/ext/ffi_c/libffi/src/x86/win64.S +0 -232
- data/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -237
- data/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
- data/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -253
- data/ext/ffi_c/libffi/stamp-h.in +0 -1
- data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -85
- data/ext/ffi_c/libffi/testsuite/Makefile.in +0 -607
- data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -445
- data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -30
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +0 -82
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +0 -96
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +0 -99
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +0 -97
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +0 -88
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +0 -132
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +0 -115
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +0 -105
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +0 -47
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -136
- data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
- data/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +0 -341
- data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +0 -152
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +0 -161
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +0 -133
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +0 -110
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +0 -112
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +0 -145
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +0 -148
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +0 -54
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/ext/ffi_c/rbffi.h +0 -57
- data/ext/ffi_c/rbffi_endian.h +0 -59
- data/ext/ffi_c/win32/stdbool.h +0 -8
- data/ext/ffi_c/win32/stdint.h +0 -201
- data/gen/Rakefile +0 -30
- data/libtest/Benchmark.c +0 -52
- data/libtest/BoolTest.c +0 -34
- data/libtest/BufferTest.c +0 -31
- data/libtest/ClosureTest.c +0 -205
- data/libtest/EnumTest.c +0 -51
- data/libtest/FunctionTest.c +0 -70
- data/libtest/GNUmakefile +0 -149
- data/libtest/GlobalVariable.c +0 -62
- data/libtest/LastErrorTest.c +0 -21
- data/libtest/NumberTest.c +0 -132
- data/libtest/PointerTest.c +0 -63
- data/libtest/ReferenceTest.c +0 -23
- data/libtest/StringTest.c +0 -34
- data/libtest/StructTest.c +0 -243
- data/libtest/UnionTest.c +0 -43
- data/libtest/VariadicTest.c +0 -99
- data/spec/ffi/async_callback_spec.rb +0 -35
- data/spec/ffi/bitmask_spec.rb +0 -575
- data/spec/ffi/bool_spec.rb +0 -32
- data/spec/ffi/buffer_spec.rb +0 -279
- data/spec/ffi/callback_spec.rb +0 -773
- data/spec/ffi/custom_param_type.rb +0 -37
- data/spec/ffi/custom_type_spec.rb +0 -74
- data/spec/ffi/dup_spec.rb +0 -52
- data/spec/ffi/embed-test/ext/Makefile +0 -242
- data/spec/ffi/enum_spec.rb +0 -423
- data/spec/ffi/errno_spec.rb +0 -20
- data/spec/ffi/ffi_spec.rb +0 -28
- data/spec/ffi/fixtures/Benchmark.c +0 -52
- data/spec/ffi/fixtures/BitmaskTest.c +0 -51
- data/spec/ffi/fixtures/BoolTest.c +0 -34
- data/spec/ffi/fixtures/BufferTest.c +0 -31
- data/spec/ffi/fixtures/ClosureTest.c +0 -205
- data/spec/ffi/fixtures/EnumTest.c +0 -51
- data/spec/ffi/fixtures/FunctionTest.c +0 -142
- data/spec/ffi/fixtures/GNUmakefile +0 -149
- data/spec/ffi/fixtures/GlobalVariable.c +0 -62
- data/spec/ffi/fixtures/LastErrorTest.c +0 -21
- data/spec/ffi/fixtures/NumberTest.c +0 -132
- data/spec/ffi/fixtures/PipeHelper.h +0 -21
- data/spec/ffi/fixtures/PipeHelperPosix.c +0 -41
- data/spec/ffi/fixtures/PipeHelperWindows.c +0 -72
- data/spec/ffi/fixtures/PointerTest.c +0 -63
- data/spec/ffi/fixtures/ReferenceTest.c +0 -23
- data/spec/ffi/fixtures/StringTest.c +0 -34
- data/spec/ffi/fixtures/StructTest.c +0 -243
- data/spec/ffi/fixtures/UnionTest.c +0 -43
- data/spec/ffi/fixtures/VariadicTest.c +0 -99
- data/spec/ffi/fixtures/classes.rb +0 -438
- data/spec/ffi/function_spec.rb +0 -97
- data/spec/ffi/io_spec.rb +0 -16
- data/spec/ffi/library_spec.rb +0 -286
- data/spec/ffi/long_double.rb +0 -30
- data/spec/ffi/managed_struct_spec.rb +0 -68
- data/spec/ffi/memorypointer_spec.rb +0 -78
- data/spec/ffi/number_spec.rb +0 -247
- data/spec/ffi/platform_spec.rb +0 -114
- data/spec/ffi/pointer_spec.rb +0 -285
- data/spec/ffi/rbx/attach_function_spec.rb +0 -34
- data/spec/ffi/rbx/memory_pointer_spec.rb +0 -198
- data/spec/ffi/rbx/spec_helper.rb +0 -6
- data/spec/ffi/rbx/struct_spec.rb +0 -18
- data/spec/ffi/spec_helper.rb +0 -93
- data/spec/ffi/string_spec.rb +0 -118
- data/spec/ffi/strptr_spec.rb +0 -50
- data/spec/ffi/struct_by_ref_spec.rb +0 -43
- data/spec/ffi/struct_callback_spec.rb +0 -69
- data/spec/ffi/struct_initialize_spec.rb +0 -35
- data/spec/ffi/struct_packed_spec.rb +0 -50
- data/spec/ffi/struct_spec.rb +0 -882
- data/spec/ffi/typedef_spec.rb +0 -91
- data/spec/ffi/union_spec.rb +0 -67
- data/spec/ffi/variadic_spec.rb +0 -132
- data/spec/spec.opts +0 -4
data/ext/ffi_c/libffi/man/ffi.3
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
.Dd February 15, 2008
|
2
|
-
.Dt FFI 3
|
3
|
-
.Sh NAME
|
4
|
-
.Nm FFI
|
5
|
-
.Nd Foreign Function Interface
|
6
|
-
.Sh LIBRARY
|
7
|
-
libffi, -lffi
|
8
|
-
.Sh SYNOPSIS
|
9
|
-
.In ffi.h
|
10
|
-
.Ft ffi_status
|
11
|
-
.Fo ffi_prep_cif
|
12
|
-
.Fa "ffi_cif *cif"
|
13
|
-
.Fa "ffi_abi abi"
|
14
|
-
.Fa "unsigned int nargs"
|
15
|
-
.Fa "ffi_type *rtype"
|
16
|
-
.Fa "ffi_type **atypes"
|
17
|
-
.Fc
|
18
|
-
.Ft void
|
19
|
-
.Fo ffi_prep_cif_var
|
20
|
-
.Fa "ffi_cif *cif"
|
21
|
-
.Fa "ffi_abi abi"
|
22
|
-
.Fa "unsigned int nfixedargs"
|
23
|
-
.Fa "unsigned int ntotalargs"
|
24
|
-
.Fa "ffi_type *rtype"
|
25
|
-
.Fa "ffi_type **atypes"
|
26
|
-
.Fc
|
27
|
-
.Ft void
|
28
|
-
.Fo ffi_call
|
29
|
-
.Fa "ffi_cif *cif"
|
30
|
-
.Fa "void (*fn)(void)"
|
31
|
-
.Fa "void *rvalue"
|
32
|
-
.Fa "void **avalue"
|
33
|
-
.Fc
|
34
|
-
.Sh DESCRIPTION
|
35
|
-
The foreign function interface provides a mechanism by which a function can
|
36
|
-
generate a call to another function at runtime without requiring knowledge of
|
37
|
-
the called function's interface at compile time.
|
38
|
-
.Sh SEE ALSO
|
39
|
-
.Xr ffi_prep_cif 3 ,
|
40
|
-
.Xr ffi_prep_cif_var 3 ,
|
41
|
-
.Xr ffi_call 3
|
@@ -1,103 +0,0 @@
|
|
1
|
-
.Dd February 15, 2008
|
2
|
-
.Dt ffi_call 3
|
3
|
-
.Sh NAME
|
4
|
-
.Nm ffi_call
|
5
|
-
.Nd Invoke a foreign function.
|
6
|
-
.Sh SYNOPSIS
|
7
|
-
.In ffi.h
|
8
|
-
.Ft void
|
9
|
-
.Fo ffi_call
|
10
|
-
.Fa "ffi_cif *cif"
|
11
|
-
.Fa "void (*fn)(void)"
|
12
|
-
.Fa "void *rvalue"
|
13
|
-
.Fa "void **avalue"
|
14
|
-
.Fc
|
15
|
-
.Sh DESCRIPTION
|
16
|
-
The
|
17
|
-
.Nm ffi_call
|
18
|
-
function provides a simple mechanism for invoking a function without
|
19
|
-
requiring knowledge of the function's interface at compile time.
|
20
|
-
.Fa fn
|
21
|
-
is called with the values retrieved from the pointers in the
|
22
|
-
.Fa avalue
|
23
|
-
array. The return value from
|
24
|
-
.Fa fn
|
25
|
-
is placed in storage pointed to by
|
26
|
-
.Fa rvalue .
|
27
|
-
.Fa cif
|
28
|
-
contains information describing the data types, sizes and alignments of the
|
29
|
-
arguments to and return value from
|
30
|
-
.Fa fn ,
|
31
|
-
and must be initialized with
|
32
|
-
.Nm ffi_prep_cif
|
33
|
-
before it is used with
|
34
|
-
.Nm ffi_call .
|
35
|
-
.Pp
|
36
|
-
.Fa rvalue
|
37
|
-
must point to storage that is sizeof(ffi_arg) or larger for non-floating point
|
38
|
-
types. For smaller-sized return value types, the
|
39
|
-
.Nm ffi_arg
|
40
|
-
or
|
41
|
-
.Nm ffi_sarg
|
42
|
-
integral type must be used to hold
|
43
|
-
the return value.
|
44
|
-
.Sh EXAMPLES
|
45
|
-
.Bd -literal
|
46
|
-
#include <ffi.h>
|
47
|
-
#include <stdio.h>
|
48
|
-
|
49
|
-
unsigned char
|
50
|
-
foo(unsigned int, float);
|
51
|
-
|
52
|
-
int
|
53
|
-
main(int argc, const char **argv)
|
54
|
-
{
|
55
|
-
ffi_cif cif;
|
56
|
-
ffi_type *arg_types[2];
|
57
|
-
void *arg_values[2];
|
58
|
-
ffi_status status;
|
59
|
-
|
60
|
-
// Because the return value from foo() is smaller than sizeof(long), it
|
61
|
-
// must be passed as ffi_arg or ffi_sarg.
|
62
|
-
ffi_arg result;
|
63
|
-
|
64
|
-
// Specify the data type of each argument. Available types are defined
|
65
|
-
// in <ffi/ffi.h>.
|
66
|
-
arg_types[0] = &ffi_type_uint;
|
67
|
-
arg_types[1] = &ffi_type_float;
|
68
|
-
|
69
|
-
// Prepare the ffi_cif structure.
|
70
|
-
if ((status = ffi_prep_cif(&cif, FFI_DEFAULT_ABI,
|
71
|
-
2, &ffi_type_uint8, arg_types)) != FFI_OK)
|
72
|
-
{
|
73
|
-
// Handle the ffi_status error.
|
74
|
-
}
|
75
|
-
|
76
|
-
// Specify the values of each argument.
|
77
|
-
unsigned int arg1 = 42;
|
78
|
-
float arg2 = 5.1;
|
79
|
-
|
80
|
-
arg_values[0] = &arg1;
|
81
|
-
arg_values[1] = &arg2;
|
82
|
-
|
83
|
-
// Invoke the function.
|
84
|
-
ffi_call(&cif, FFI_FN(foo), &result, arg_values);
|
85
|
-
|
86
|
-
// The ffi_arg 'result' now contains the unsigned char returned from foo(),
|
87
|
-
// which can be accessed by a typecast.
|
88
|
-
printf("result is %hhu", (unsigned char)result);
|
89
|
-
|
90
|
-
return 0;
|
91
|
-
}
|
92
|
-
|
93
|
-
// The target function.
|
94
|
-
unsigned char
|
95
|
-
foo(unsigned int x, float y)
|
96
|
-
{
|
97
|
-
unsigned char result = x - y;
|
98
|
-
return result;
|
99
|
-
}
|
100
|
-
.Ed
|
101
|
-
.Sh SEE ALSO
|
102
|
-
.Xr ffi 3 ,
|
103
|
-
.Xr ffi_prep_cif 3
|
@@ -1,68 +0,0 @@
|
|
1
|
-
.Dd February 15, 2008
|
2
|
-
.Dt ffi_prep_cif 3
|
3
|
-
.Sh NAME
|
4
|
-
.Nm ffi_prep_cif
|
5
|
-
.Nd Prepare a
|
6
|
-
.Nm ffi_cif
|
7
|
-
structure for use with
|
8
|
-
.Nm ffi_call
|
9
|
-
.
|
10
|
-
.Sh SYNOPSIS
|
11
|
-
.In ffi.h
|
12
|
-
.Ft ffi_status
|
13
|
-
.Fo ffi_prep_cif
|
14
|
-
.Fa "ffi_cif *cif"
|
15
|
-
.Fa "ffi_abi abi"
|
16
|
-
.Fa "unsigned int nargs"
|
17
|
-
.Fa "ffi_type *rtype"
|
18
|
-
.Fa "ffi_type **atypes"
|
19
|
-
.Fc
|
20
|
-
.Sh DESCRIPTION
|
21
|
-
The
|
22
|
-
.Nm ffi_prep_cif
|
23
|
-
function prepares a
|
24
|
-
.Nm ffi_cif
|
25
|
-
structure for use with
|
26
|
-
.Nm ffi_call
|
27
|
-
.
|
28
|
-
.Fa abi
|
29
|
-
specifies a set of calling conventions to use.
|
30
|
-
.Fa atypes
|
31
|
-
is an array of
|
32
|
-
.Fa nargs
|
33
|
-
pointers to
|
34
|
-
.Nm ffi_type
|
35
|
-
structs that describe the data type, size and alignment of each argument.
|
36
|
-
.Fa rtype
|
37
|
-
points to an
|
38
|
-
.Nm ffi_type
|
39
|
-
that describes the data type, size and alignment of the
|
40
|
-
return value. Note that to call a variadic function
|
41
|
-
.Nm ffi_prep_cif_var
|
42
|
-
must be used instead.
|
43
|
-
.Sh RETURN VALUES
|
44
|
-
Upon successful completion,
|
45
|
-
.Nm ffi_prep_cif
|
46
|
-
returns
|
47
|
-
.Nm FFI_OK .
|
48
|
-
It will return
|
49
|
-
.Nm FFI_BAD_TYPEDEF
|
50
|
-
if
|
51
|
-
.Fa cif
|
52
|
-
is
|
53
|
-
.Nm NULL
|
54
|
-
or
|
55
|
-
.Fa atypes
|
56
|
-
or
|
57
|
-
.Fa rtype
|
58
|
-
is malformed. If
|
59
|
-
.Fa abi
|
60
|
-
does not refer to a valid ABI,
|
61
|
-
.Nm FFI_BAD_ABI
|
62
|
-
will be returned. Available ABIs are
|
63
|
-
defined in
|
64
|
-
.Nm <ffitarget.h> .
|
65
|
-
.Sh SEE ALSO
|
66
|
-
.Xr ffi 3 ,
|
67
|
-
.Xr ffi_call 3 ,
|
68
|
-
.Xr ffi_prep_cif_var 3
|
@@ -1,73 +0,0 @@
|
|
1
|
-
.Dd January 25, 2011
|
2
|
-
.Dt ffi_prep_cif_var 3
|
3
|
-
.Sh NAME
|
4
|
-
.Nm ffi_prep_cif_var
|
5
|
-
.Nd Prepare a
|
6
|
-
.Nm ffi_cif
|
7
|
-
structure for use with
|
8
|
-
.Nm ffi_call
|
9
|
-
for variadic functions.
|
10
|
-
.Sh SYNOPSIS
|
11
|
-
.In ffi.h
|
12
|
-
.Ft ffi_status
|
13
|
-
.Fo ffi_prep_cif_var
|
14
|
-
.Fa "ffi_cif *cif"
|
15
|
-
.Fa "ffi_abi abi"
|
16
|
-
.Fa "unsigned int nfixedargs"
|
17
|
-
.Fa "unsigned int ntotalargs"
|
18
|
-
.Fa "ffi_type *rtype"
|
19
|
-
.Fa "ffi_type **atypes"
|
20
|
-
.Fc
|
21
|
-
.Sh DESCRIPTION
|
22
|
-
The
|
23
|
-
.Nm ffi_prep_cif_var
|
24
|
-
function prepares a
|
25
|
-
.Nm ffi_cif
|
26
|
-
structure for use with
|
27
|
-
.Nm ffi_call
|
28
|
-
for variadic functions.
|
29
|
-
.Fa abi
|
30
|
-
specifies a set of calling conventions to use.
|
31
|
-
.Fa atypes
|
32
|
-
is an array of
|
33
|
-
.Fa ntotalargs
|
34
|
-
pointers to
|
35
|
-
.Nm ffi_type
|
36
|
-
structs that describe the data type, size and alignment of each argument.
|
37
|
-
.Fa rtype
|
38
|
-
points to an
|
39
|
-
.Nm ffi_type
|
40
|
-
that describes the data type, size and alignment of the
|
41
|
-
return value.
|
42
|
-
.Fa nfixedargs
|
43
|
-
must contain the number of fixed (non-variadic) arguments.
|
44
|
-
Note that to call a non-variadic function
|
45
|
-
.Nm ffi_prep_cif
|
46
|
-
must be used.
|
47
|
-
.Sh RETURN VALUES
|
48
|
-
Upon successful completion,
|
49
|
-
.Nm ffi_prep_cif_var
|
50
|
-
returns
|
51
|
-
.Nm FFI_OK .
|
52
|
-
It will return
|
53
|
-
.Nm FFI_BAD_TYPEDEF
|
54
|
-
if
|
55
|
-
.Fa cif
|
56
|
-
is
|
57
|
-
.Nm NULL
|
58
|
-
or
|
59
|
-
.Fa atypes
|
60
|
-
or
|
61
|
-
.Fa rtype
|
62
|
-
is malformed. If
|
63
|
-
.Fa abi
|
64
|
-
does not refer to a valid ABI,
|
65
|
-
.Nm FFI_BAD_ABI
|
66
|
-
will be returned. Available ABIs are
|
67
|
-
defined in
|
68
|
-
.Nm <ffitarget.h>
|
69
|
-
.
|
70
|
-
.Sh SEE ALSO
|
71
|
-
.Xr ffi 3 ,
|
72
|
-
.Xr ffi_call 3 ,
|
73
|
-
.Xr ffi_prep_cif 3
|
data/ext/ffi_c/libffi/missing
DELETED
@@ -1,215 +0,0 @@
|
|
1
|
-
#! /bin/sh
|
2
|
-
# Common wrapper for a few potentially missing GNU programs.
|
3
|
-
|
4
|
-
scriptversion=2013-10-28.13; # UTC
|
5
|
-
|
6
|
-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
7
|
-
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
|
8
|
-
|
9
|
-
# This program is free software; you can redistribute it and/or modify
|
10
|
-
# it under the terms of the GNU General Public License as published by
|
11
|
-
# the Free Software Foundation; either version 2, or (at your option)
|
12
|
-
# any later version.
|
13
|
-
|
14
|
-
# This program is distributed in the hope that it will be useful,
|
15
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17
|
-
# GNU General Public License for more details.
|
18
|
-
|
19
|
-
# You should have received a copy of the GNU General Public License
|
20
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
21
|
-
|
22
|
-
# As a special exception to the GNU General Public License, if you
|
23
|
-
# distribute this file as part of a program that contains a
|
24
|
-
# configuration script generated by Autoconf, you may include it under
|
25
|
-
# the same distribution terms that you use for the rest of that program.
|
26
|
-
|
27
|
-
if test $# -eq 0; then
|
28
|
-
echo 1>&2 "Try '$0 --help' for more information"
|
29
|
-
exit 1
|
30
|
-
fi
|
31
|
-
|
32
|
-
case $1 in
|
33
|
-
|
34
|
-
--is-lightweight)
|
35
|
-
# Used by our autoconf macros to check whether the available missing
|
36
|
-
# script is modern enough.
|
37
|
-
exit 0
|
38
|
-
;;
|
39
|
-
|
40
|
-
--run)
|
41
|
-
# Back-compat with the calling convention used by older automake.
|
42
|
-
shift
|
43
|
-
;;
|
44
|
-
|
45
|
-
-h|--h|--he|--hel|--help)
|
46
|
-
echo "\
|
47
|
-
$0 [OPTION]... PROGRAM [ARGUMENT]...
|
48
|
-
|
49
|
-
Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
|
50
|
-
to PROGRAM being missing or too old.
|
51
|
-
|
52
|
-
Options:
|
53
|
-
-h, --help display this help and exit
|
54
|
-
-v, --version output version information and exit
|
55
|
-
|
56
|
-
Supported PROGRAM values:
|
57
|
-
aclocal autoconf autoheader autom4te automake makeinfo
|
58
|
-
bison yacc flex lex help2man
|
59
|
-
|
60
|
-
Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
|
61
|
-
'g' are ignored when checking the name.
|
62
|
-
|
63
|
-
Send bug reports to <bug-automake@gnu.org>."
|
64
|
-
exit $?
|
65
|
-
;;
|
66
|
-
|
67
|
-
-v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
68
|
-
echo "missing $scriptversion (GNU Automake)"
|
69
|
-
exit $?
|
70
|
-
;;
|
71
|
-
|
72
|
-
-*)
|
73
|
-
echo 1>&2 "$0: unknown '$1' option"
|
74
|
-
echo 1>&2 "Try '$0 --help' for more information"
|
75
|
-
exit 1
|
76
|
-
;;
|
77
|
-
|
78
|
-
esac
|
79
|
-
|
80
|
-
# Run the given program, remember its exit status.
|
81
|
-
"$@"; st=$?
|
82
|
-
|
83
|
-
# If it succeeded, we are done.
|
84
|
-
test $st -eq 0 && exit 0
|
85
|
-
|
86
|
-
# Also exit now if we it failed (or wasn't found), and '--version' was
|
87
|
-
# passed; such an option is passed most likely to detect whether the
|
88
|
-
# program is present and works.
|
89
|
-
case $2 in --version|--help) exit $st;; esac
|
90
|
-
|
91
|
-
# Exit code 63 means version mismatch. This often happens when the user
|
92
|
-
# tries to use an ancient version of a tool on a file that requires a
|
93
|
-
# minimum version.
|
94
|
-
if test $st -eq 63; then
|
95
|
-
msg="probably too old"
|
96
|
-
elif test $st -eq 127; then
|
97
|
-
# Program was missing.
|
98
|
-
msg="missing on your system"
|
99
|
-
else
|
100
|
-
# Program was found and executed, but failed. Give up.
|
101
|
-
exit $st
|
102
|
-
fi
|
103
|
-
|
104
|
-
perl_URL=http://www.perl.org/
|
105
|
-
flex_URL=http://flex.sourceforge.net/
|
106
|
-
gnu_software_URL=http://www.gnu.org/software
|
107
|
-
|
108
|
-
program_details ()
|
109
|
-
{
|
110
|
-
case $1 in
|
111
|
-
aclocal|automake)
|
112
|
-
echo "The '$1' program is part of the GNU Automake package:"
|
113
|
-
echo "<$gnu_software_URL/automake>"
|
114
|
-
echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
|
115
|
-
echo "<$gnu_software_URL/autoconf>"
|
116
|
-
echo "<$gnu_software_URL/m4/>"
|
117
|
-
echo "<$perl_URL>"
|
118
|
-
;;
|
119
|
-
autoconf|autom4te|autoheader)
|
120
|
-
echo "The '$1' program is part of the GNU Autoconf package:"
|
121
|
-
echo "<$gnu_software_URL/autoconf/>"
|
122
|
-
echo "It also requires GNU m4 and Perl in order to run:"
|
123
|
-
echo "<$gnu_software_URL/m4/>"
|
124
|
-
echo "<$perl_URL>"
|
125
|
-
;;
|
126
|
-
esac
|
127
|
-
}
|
128
|
-
|
129
|
-
give_advice ()
|
130
|
-
{
|
131
|
-
# Normalize program name to check for.
|
132
|
-
normalized_program=`echo "$1" | sed '
|
133
|
-
s/^gnu-//; t
|
134
|
-
s/^gnu//; t
|
135
|
-
s/^g//; t'`
|
136
|
-
|
137
|
-
printf '%s\n' "'$1' is $msg."
|
138
|
-
|
139
|
-
configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
|
140
|
-
case $normalized_program in
|
141
|
-
autoconf*)
|
142
|
-
echo "You should only need it if you modified 'configure.ac',"
|
143
|
-
echo "or m4 files included by it."
|
144
|
-
program_details 'autoconf'
|
145
|
-
;;
|
146
|
-
autoheader*)
|
147
|
-
echo "You should only need it if you modified 'acconfig.h' or"
|
148
|
-
echo "$configure_deps."
|
149
|
-
program_details 'autoheader'
|
150
|
-
;;
|
151
|
-
automake*)
|
152
|
-
echo "You should only need it if you modified 'Makefile.am' or"
|
153
|
-
echo "$configure_deps."
|
154
|
-
program_details 'automake'
|
155
|
-
;;
|
156
|
-
aclocal*)
|
157
|
-
echo "You should only need it if you modified 'acinclude.m4' or"
|
158
|
-
echo "$configure_deps."
|
159
|
-
program_details 'aclocal'
|
160
|
-
;;
|
161
|
-
autom4te*)
|
162
|
-
echo "You might have modified some maintainer files that require"
|
163
|
-
echo "the 'autom4te' program to be rebuilt."
|
164
|
-
program_details 'autom4te'
|
165
|
-
;;
|
166
|
-
bison*|yacc*)
|
167
|
-
echo "You should only need it if you modified a '.y' file."
|
168
|
-
echo "You may want to install the GNU Bison package:"
|
169
|
-
echo "<$gnu_software_URL/bison/>"
|
170
|
-
;;
|
171
|
-
lex*|flex*)
|
172
|
-
echo "You should only need it if you modified a '.l' file."
|
173
|
-
echo "You may want to install the Fast Lexical Analyzer package:"
|
174
|
-
echo "<$flex_URL>"
|
175
|
-
;;
|
176
|
-
help2man*)
|
177
|
-
echo "You should only need it if you modified a dependency" \
|
178
|
-
"of a man page."
|
179
|
-
echo "You may want to install the GNU Help2man package:"
|
180
|
-
echo "<$gnu_software_URL/help2man/>"
|
181
|
-
;;
|
182
|
-
makeinfo*)
|
183
|
-
echo "You should only need it if you modified a '.texi' file, or"
|
184
|
-
echo "any other file indirectly affecting the aspect of the manual."
|
185
|
-
echo "You might want to install the Texinfo package:"
|
186
|
-
echo "<$gnu_software_URL/texinfo/>"
|
187
|
-
echo "The spurious makeinfo call might also be the consequence of"
|
188
|
-
echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
|
189
|
-
echo "want to install GNU make:"
|
190
|
-
echo "<$gnu_software_URL/make/>"
|
191
|
-
;;
|
192
|
-
*)
|
193
|
-
echo "You might have modified some files without having the proper"
|
194
|
-
echo "tools for further handling them. Check the 'README' file, it"
|
195
|
-
echo "often tells you about the needed prerequisites for installing"
|
196
|
-
echo "this package. You may also peek at any GNU archive site, in"
|
197
|
-
echo "case some other package contains this missing '$1' program."
|
198
|
-
;;
|
199
|
-
esac
|
200
|
-
}
|
201
|
-
|
202
|
-
give_advice "$1" | sed -e '1s/^/WARNING: /' \
|
203
|
-
-e '2,$s/^/ /' >&2
|
204
|
-
|
205
|
-
# Propagate the correct exit status (expected to be 127 for a program
|
206
|
-
# not found, 63 for a program that failed due to version mismatch).
|
207
|
-
exit $st
|
208
|
-
|
209
|
-
# Local variables:
|
210
|
-
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
211
|
-
# time-stamp-start: "scriptversion="
|
212
|
-
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
213
|
-
# time-stamp-time-zone: "UTC"
|
214
|
-
# time-stamp-end: "; # UTC"
|
215
|
-
# End:
|