racket/pkgs/racket-doc/scribblings/foreign
Matthew Flatt 1149d6cdcd ffi/unsafe: add checking of _array values
When an array value is provided, make sure that it's an array
with at least the expected length (or longer) and same element
layout. That's weaker than checking that the array elements have
the right type, because an `eq?` check at the ctype layer seems
too strong, and the ctype API doesn't provide enough information
for a more flexible equality.
2016-05-10 10:56:32 -06:00
..
active-x.scrbl adjust Active-X example to work with newer IE 2015-06-05 09:15:25 -06:00
alloc.scrbl
atomic.scrbl try again to clarify atomic mode's unsafety 2016-02-03 10:51:17 -07:00
com-auto.scrbl ffi/unsafe/com: repair for safe arrays, and add com-omit? 2015-11-04 16:51:09 -07:00
com-common.rkt
com-intf.scrbl Adjust "6.2.0.2" history notes to just "6.2" 2015-04-28 15:36:04 -06:00
com.scrbl Fix typo in ffi COM docs 2015-05-13 11:02:14 -04:00
cpointer.scrbl
custodian.scrbl added register-finalizer-and-custodian-shutdown 2014-12-12 00:25:31 -05:00
cvector.scrbl
define.scrbl doc tweak 2015-10-01 21:30:46 -06:00
derived.scrbl
file.scrbl
foreign.scrbl
info.rkt
intro.scrbl
libs.scrbl
misc.scrbl add saved-errno setter variant 2016-02-26 17:57:56 -05:00
ns.scrbl ffi/unsafe/nsstring docs: fix C type description 2015-01-02 18:44:05 -07:00
objc.scrbl Fix history annotations to refer to 6.3. 2015-10-12 13:49:55 -05:00
pointers.scrbl add support for defining GC traversals through ffi/unsafe 2016-02-27 20:33:50 -07:00
serialize-cstruct.scrbl
try-atomic.scrbl
types.scrbl ffi/unsafe: add checking of _array values 2016-05-10 10:56:32 -06:00
unexported.scrbl
utils.rkt
vector.scrbl
winapi.scrbl