forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.3 Same as 1.0.2, apart from doc and test fixes on some platforms. 1.0.2 Variadic C functions (ending in a ... argument) were not supported in the out-of-line ABI mode. This was a bug-there was even a (non-working) example doing exactly that! 1.0.1 ffi.set_source() crashed if passed a sources=[..] argument. Fixed by chrippa on pull request #60. Issue #193: if we use a struct between the first cdef() where it is declared and another cdef() where its fields are defined, then this definition was ignored. Enums were buggy if you used too many ... in their definition. 1.0.0 The main news item is out-of-line module generation: for ABI level, with ffi.dlopen() for API level, which used to be with ffi.verify(), now deprecated
- Loading branch information
wiz
committed
May 28, 2015
1 parent
34a1072
commit 50fdeaa
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2015/03/15 21:08:00 wiz Exp $ | ||
$NetBSD: distinfo,v 1.7 2015/05/28 07:06:32 wiz Exp $ | ||
|
||
SHA1 (cffi-0.9.2.tar.gz) = 7cfc992699ef8b65d6300c04f3efad00bd2a6cba | ||
RMD160 (cffi-0.9.2.tar.gz) = e974258700148f68ab80ef6dda20d8fb260c6642 | ||
Size (cffi-0.9.2.tar.gz) = 209160 bytes | ||
SHA1 (cffi-1.0.3.tar.gz) = af4484ec231710368455ad18644ce3b0c28c7c85 | ||
RMD160 (cffi-1.0.3.tar.gz) = 4f533b9bdc30b69cc16cbb45f36bf591446a4e61 | ||
Size (cffi-1.0.3.tar.gz) = 317372 bytes |