[pypy-commit] cffi default: Document ecf4fb44f740.

arigo noreply at buildbot.pypy.org
Wed Dec 24 16:51:55 CET 2014


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list