diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changes.html | 1 | ||||
| -rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index 125b58b4..82d3c140 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
| @@ -123,6 +123,7 @@ Please take a look at the commit history for more details. | |||
| 123 | <li>FFI: Compile lightuserdata to <tt>void *</tt> conversion.</li> | 123 | <li>FFI: Compile lightuserdata to <tt>void *</tt> conversion.</li> |
| 124 | <li>FFI: Compile <tt>ffi.gc(cdata, nil)</tt>, too.</li> | 124 | <li>FFI: Compile <tt>ffi.gc(cdata, nil)</tt>, too.</li> |
| 125 | <li>FFI: Add <tt>ffi.typeinfo()</tt>.</li> | 125 | <li>FFI: Add <tt>ffi.typeinfo()</tt>.</li> |
| 126 | <li>FFI: Add <tt>ssize_t</tt> declaration.</li> | ||
| 126 | </ul></li> | 127 | </ul></li> |
| 127 | </ul> | 128 | </ul> |
| 128 | </div> | 129 | </div> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 889d44d8..f65fe8f3 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
| @@ -185,6 +185,8 @@ a <tt>typedef</tt>, except re-declarations will be ignored): | |||
| 185 | <tt>uint16_t</tt>, <tt>uint32_t</tt>, <tt>uint64_t</tt>, | 185 | <tt>uint16_t</tt>, <tt>uint32_t</tt>, <tt>uint64_t</tt>, |
| 186 | <tt>intptr_t</tt>, <tt>uintptr_t</tt>.</li> | 186 | <tt>intptr_t</tt>, <tt>uintptr_t</tt>.</li> |
| 187 | 187 | ||
| 188 | <li>From <tt><unistd.h></tt> (POSIX): <tt>ssize_t</tt>.</li> | ||
| 189 | |||
| 188 | </ul> | 190 | </ul> |
| 189 | <p> | 191 | <p> |
| 190 | You're encouraged to use these types in preference to | 192 | You're encouraged to use these types in preference to |
