racket/collects/ffi
Matthew Flatt d46411d317 ffi/unsafe: add _size', _ssize', _ptrdiff', _intmax', `_uintmax'
These additions could create backward-compatibility problems, but our
searches suggest that problems will be rare; it's more common for
`_size_t' to be incorrectly aliased to `_int', so having definitions
for these standard types is likely to avoid future problems.
2013-02-18 17:01:11 -07:00
..
examples Modernize (& racketize) ffi/examples. 2012-07-27 10:31:26 -04:00
unsafe ffi/com: improve handling of `type-described' 2013-01-25 05:08:46 -07:00
com-registry.rkt
com.rkt ffi/com: add `com-get-property*' 2012-12-18 06:39:59 -07:00
cvector.rkt
file.rkt further error message convention refinements 2012-06-22 09:47:59 +08:00
info.rkt
objc.rkt
unsafe.rkt ffi/unsafe: add _size', _ssize', _ptrdiff', _intmax', `_uintmax' 2013-02-18 17:01:11 -07:00
vector.rkt full unboxing for extflonums, plus `ffi/unsafe' support 2013-02-15 12:15:34 -07:00
winapi.rkt