Update missing changes for 3.0.9r4.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
10
|
||||
|
||||
dir
|
||||
152280
|
||||
svn://gcc.gnu.org/svn/gcc/trunk/libffi/doc
|
||||
svn://gcc.gnu.org/svn/gcc
|
||||
155449
|
||||
svn+ssh://green@gcc.gnu.org/svn/gcc/trunk/libffi/doc
|
||||
svn+ssh://green@gcc.gnu.org/svn/gcc
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ file
|
||||
|
||||
|
||||
|
||||
2009-06-10T05:25:05.000000Z
|
||||
2009-12-20T06:01:58.272552Z
|
||||
2c36d1d9259ed7b885ff66784a65d3a0
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
@@ -66,7 +66,7 @@ file
|
||||
|
||||
|
||||
|
||||
2009-06-10T05:25:05.000000Z
|
||||
2009-12-20T06:01:58.272552Z
|
||||
7123a892595757886f0ee120347f9565
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
@@ -100,7 +100,7 @@ file
|
||||
|
||||
|
||||
|
||||
2009-06-10T05:25:05.000000Z
|
||||
2009-12-20T06:01:58.272552Z
|
||||
5f18f2f020ebe104a830fecfe6f6bb22
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
@@ -134,7 +134,7 @@ file
|
||||
|
||||
|
||||
|
||||
2009-06-10T05:25:05.000000Z
|
||||
2009-12-20T06:01:58.273568Z
|
||||
7123a892595757886f0ee120347f9565
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
This is doc/libffi.info, produced by makeinfo version 4.8 from
|
||||
./doc/libffi.texi.
|
||||
This is ../plibffi/doc/libffi.info, produced by makeinfo version 4.13
|
||||
from ../plibffi/doc/libffi.texi.
|
||||
|
||||
This manual is for Libffi, a portable foreign-function interface
|
||||
This manual is for Libffi, a portable foreign-function interface
|
||||
library.
|
||||
|
||||
Copyright (C) 2008 Red Hat, Inc.
|
||||
@@ -13,7 +13,7 @@ library.
|
||||
included in the section entitled "GNU General Public License".
|
||||
|
||||
|
||||
INFO-DIR-SECTION
|
||||
INFO-DIR-SECTION Development
|
||||
START-INFO-DIR-ENTRY
|
||||
* libffi: (libffi). Portable foreign-function interface library.
|
||||
END-INFO-DIR-ENTRY
|
||||
@@ -111,10 +111,10 @@ To prepare a call interface object, use the function `ffi_prep_cif'.
|
||||
This initializes CIF according to the given parameters.
|
||||
|
||||
ABI is the ABI to use; normally `FFI_DEFAULT_ABI' is what you
|
||||
want. *Note Multiple ABIs:: for more information.
|
||||
want. *note Multiple ABIs:: for more information.
|
||||
|
||||
NARGS is the number of arguments that this function accepts.
|
||||
`libffi' does not yet handle varargs functions; see *Note Missing
|
||||
`libffi' does not yet handle varargs functions; see *note Missing
|
||||
Features:: for more information.
|
||||
|
||||
RTYPE is a pointer to an `ffi_type' structure that describes the
|
||||
@@ -516,18 +516,18 @@ Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top672
|
||||
Node: Introduction1408
|
||||
Node: Using libffi3044
|
||||
Node: The Basics3479
|
||||
Node: Simple Example6086
|
||||
Node: Types7113
|
||||
Node: Primitive Types7396
|
||||
Node: Structures9216
|
||||
Node: Type Example10076
|
||||
Node: Multiple ABIs11299
|
||||
Node: The Closure API11670
|
||||
Node: Missing Features14590
|
||||
Node: Index15083
|
||||
Node: Top702
|
||||
Node: Introduction1438
|
||||
Node: Using libffi3074
|
||||
Node: The Basics3509
|
||||
Node: Simple Example6116
|
||||
Node: Types7143
|
||||
Node: Primitive Types7426
|
||||
Node: Structures9246
|
||||
Node: Type Example10106
|
||||
Node: Multiple ABIs11329
|
||||
Node: The Closure API11700
|
||||
Node: Missing Features14620
|
||||
Node: Index15113
|
||||
|
||||
End Tag Table
|
||||
|
||||
@@ -31,7 +31,7 @@ section entitled ``GNU General Public License''.
|
||||
@end quotation
|
||||
@end copying
|
||||
|
||||
@dircategory
|
||||
@dircategory Development
|
||||
@direntry
|
||||
* libffi: (libffi). Portable foreign-function interface library.
|
||||
@end direntry
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@set UPDATED 4 October 2009
|
||||
@set UPDATED-MONTH October 2009
|
||||
@set EDITION 3.0.9rc1
|
||||
@set VERSION 3.0.9rc1
|
||||
@set UPDATED 23 December 2009
|
||||
@set UPDATED-MONTH December 2009
|
||||
@set EDITION 3.0.9rc4
|
||||
@set VERSION 3.0.9rc4
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@set UPDATED 4 October 2009
|
||||
@set UPDATED-MONTH October 2009
|
||||
@set EDITION 3.0.9rc1
|
||||
@set VERSION 3.0.9rc1
|
||||
@set UPDATED 23 December 2009
|
||||
@set UPDATED-MONTH December 2009
|
||||
@set EDITION 3.0.9rc4
|
||||
@set VERSION 3.0.9rc4
|
||||
|
||||
Reference in New Issue
Block a user