Author: Armin Rigo <[email protected]> Branch: Changeset: r1599:c3d175e55b8b Date: 2014-12-24 16:51 +0100 http://bitbucket.org/cffi/cffi/changeset/c3d175e55b8b/
Log: Document ecf4fb44f740. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -435,12 +435,17 @@ * *New in version 0.6:* all `common Windows types`_ are defined if you run on Windows (``DWORD``, ``LPARAM``, etc.). +* *New in version 0.8.7:* the other standard integer types from stdint.h, + as long as they map to integers of 1, 2, 4 or 8 bytes. Larger integers + are not supported. + .. _`common Windows types`: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28v=vs.85%29.aspx .. "versionadded:: 0.4": _Bool .. "versionadded:: 0.6": bool .. "versionadded:: 0.4": FILE .. "versionadded:: 0.6": Wintypes +.. "versionadded:: 0.8.7": intmax_t etc. As we will see on `the verification step`_ below, the declarations can also contain "``...``" at various places; these are placeholders that will _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
