This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Tags: DataDog/ffi
Tags
1.9.24 / 2018-06-02 ------------------- Added: * Added a CHANGELOG file * Add mips64(eb) support, and mips r6 support. (ffi#601) Changed: * Update libffi to latest changes on master. * Don't search in hardcoded /usr paths on Windows. * Don't treat Symbol args different to Strings in ffi_lib. * Make sure size_t is defined in Thread.c. Fixes ffi#609