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 CHANGED
@@ -84,7 +84,7 @@ PROJ.name = 'ffi'
84
84
  PROJ.authors = 'Wayne Meissner'
85
85
  PROJ.email = 'wmeissner@gmail.com'
86
86
  PROJ.url = 'http://wiki.github.com/ffi/ffi'
87
- PROJ.version = '0.5.3'
87
+ PROJ.version = '0.5.4'
88
88
  PROJ.rubyforge.name = 'ffi'
89
89
  PROJ.readme_file = 'README.rdoc'
90
90
 
@@ -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 /Users/wayne/src/ffi-0.5/ext/ffi_c/libffi/doc/libffi.info,
2
- produced by makeinfo version 4.7 from
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
- This manual is for Libffi, a portable foreign-function interface
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. *Note Multiple ABIs:: for more information.
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 *Note Missing
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: Top754
521
- Node: Introduction1490
522
- Node: Using libffi3126
523
- Node: The Basics3561
524
- Node: Simple Example6168
525
- Node: Types7195
526
- Node: Primitive Types7478
527
- Node: Structures9298
528
- Node: Type Example10158
529
- Node: Multiple ABIs11381
530
- Node: The Closure API11752
531
- Node: Missing Features14672
532
- Node: Index15165
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
Binary file
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.3
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-20 00:00:00 +10:00
12
+ date: 2009-11-28 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency