ffi 0.5.3-x86-mingw32 → 0.5.4-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.
- data/Rakefile +1 -1
- data/ext/ffi_c/extconf.rb +2 -2
- data/ext/ffi_c/libffi/doc/libffi.info +18 -19
- data/lib/1.8/ffi_c.so +0 -0
- data/lib/1.9/ffi_c.so +0 -0
- metadata +2 -2
data/Rakefile
CHANGED
data/ext/ffi_c/extconf.rb
CHANGED
@@ -17,8 +17,8 @@ $defs << "-DHAVE_EXTCONF_H" if $defs.empty? # needed so create_header works
|
|
17
17
|
|
18
18
|
create_header
|
19
19
|
|
20
|
-
$CFLAGS << "-mwin32 " if Config::CONFIG['host_os'] =~ /cygwin/
|
21
|
-
$CFLAGS << "-Werror -Wunused -Wformat -Wimplicit -Wreturn-type "
|
20
|
+
$CFLAGS << " -mwin32 " if Config::CONFIG['host_os'] =~ /cygwin/
|
21
|
+
$CFLAGS << " -Werror -Wunused -Wformat -Wimplicit -Wreturn-type "
|
22
22
|
|
23
23
|
create_makefile("ffi_c")
|
24
24
|
unless libffi_ok
|
@@ -1,8 +1,7 @@
|
|
1
|
-
This is
|
2
|
-
|
3
|
-
/Users/wayne/src/ffi-0.5/ext/ffi_c/libffi/doc/libffi.texi.
|
1
|
+
This is ../libffi/doc/libffi.info, produced by makeinfo version 4.11
|
2
|
+
from ../libffi/doc/libffi.texi.
|
4
3
|
|
5
|
-
|
4
|
+
This manual is for Libffi, a portable foreign-function interface
|
6
5
|
library.
|
7
6
|
|
8
7
|
Copyright (C) 2008 Red Hat, Inc.
|
@@ -112,10 +111,10 @@ To prepare a call interface object, use the function `ffi_prep_cif'.
|
|
112
111
|
This initializes CIF according to the given parameters.
|
113
112
|
|
114
113
|
ABI is the ABI to use; normally `FFI_DEFAULT_ABI' is what you
|
115
|
-
want. *
|
114
|
+
want. *note Multiple ABIs:: for more information.
|
116
115
|
|
117
116
|
NARGS is the number of arguments that this function accepts.
|
118
|
-
`libffi' does not yet handle varargs functions; see *
|
117
|
+
`libffi' does not yet handle varargs functions; see *note Missing
|
119
118
|
Features:: for more information.
|
120
119
|
|
121
120
|
RTYPE is a pointer to an `ffi_type' structure that describes the
|
@@ -517,18 +516,18 @@ Index
|
|
517
516
|
|
518
517
|
|
519
518
|
Tag Table:
|
520
|
-
Node: Top
|
521
|
-
Node: Introduction
|
522
|
-
Node: Using libffi
|
523
|
-
Node: The Basics
|
524
|
-
Node: Simple Example
|
525
|
-
Node: Types
|
526
|
-
Node: Primitive Types
|
527
|
-
Node: Structures
|
528
|
-
Node: Type Example
|
529
|
-
Node: Multiple ABIs
|
530
|
-
Node: The Closure API
|
531
|
-
Node: Missing Features
|
532
|
-
Node: Index
|
519
|
+
Node: Top688
|
520
|
+
Node: Introduction1424
|
521
|
+
Node: Using libffi3060
|
522
|
+
Node: The Basics3495
|
523
|
+
Node: Simple Example6102
|
524
|
+
Node: Types7129
|
525
|
+
Node: Primitive Types7412
|
526
|
+
Node: Structures9232
|
527
|
+
Node: Type Example10092
|
528
|
+
Node: Multiple ABIs11315
|
529
|
+
Node: The Closure API11686
|
530
|
+
Node: Missing Features14606
|
531
|
+
Node: Index15099
|
533
532
|
|
534
533
|
End Tag Table
|
data/lib/1.8/ffi_c.so
CHANGED
Binary file
|
data/lib/1.9/ffi_c.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Wayne Meissner
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-11-
|
12
|
+
date: 2009-11-28 00:00:00 +10:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|