Author: mattip <matti.pi...@gmail.com> Branch: release-2.6.x Changeset: r77497:5835d6f23119 Date: 2015-05-22 18:22 +0300 http://bitbucket.org/pypy/pypy/changeset/5835d6f23119/
Log: fix links, add freebsd (ebarret) diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.rst @@ -385,8 +385,9 @@ namespace. Sometimes it is necessary to really write some functions in C (or whatever -target language). See :ref:`rffi <rpython:rffi>` details. +target language). See rffi_ details. +.. _rffi: https://rpython.readthedocs.org/en/latest/rffi.html application level definitions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst --- a/pypy/doc/release-2.6.0.rst +++ b/pypy/doc/release-2.6.0.rst @@ -50,7 +50,7 @@ due to its integrated tracing JIT compiler. This release supports **x86** machines on most common operating systems -(Linux 32/64, Mac OS X 64, Windows, and OpenBSD), +(Linux 32/64, Mac OS X 64, Windows, OpenBSD_, freebsd_), as well as newer **ARM** hardware (ARMv6 or ARMv7, with VFPv3) running Linux. While we support 32 bit python on Windows, work on the native Windows 64 @@ -59,9 +59,10 @@ `dynamic languages`_ to see what RPython can do for them. .. _`pypy and cpython 2.7.x`: http://speed.pypy.org -.. _`OpenBSD`: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/pypy +.. _OpenBSD: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/pypy +.. _freebsd: https://svnweb.freebsd.org/ports/head/lang/pypy/ .. _`handle that`: http://doc.pypy.org/en/latest/windows.html#what-is-missing-for-a-full-64-bit-translation -.. _`dynamic language`_: http://pypyjs.org +.. _`dynamic languages`: http://pypyjs.org Highlights ========== _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit