Subject: CVS commit: pkgsrc/lang/py-pyrex
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 05/29/2006 15:37:03
Module Name:	pkgsrc
Committed By:	joerg
Date:		Mon May 29 15:37:03 UTC 2006

Modified Files:
	pkgsrc/lang/py-pyrex: Makefile distinfo

Log Message:
Update to pyrex-0.9.4.1.

Changes in 0.9.4.1:
   Tiny bugfix to correct a tab/space problem in the distutils
extension.

Changes in 0.9.4:
   LValue Casting Is Dead
   I have redesigned the code generator to eliminate the need for lvalue
casting. This means that Pyrex-generated code should now be
gcc4-compatible, although I haven't tested this. Let me know if you find
any remaining lvalue casts; they should be fairly easy to fix now.

   C++ Compilable
   The generated code should now be compilable as either C or C++
without errors (although there may still be warnings). However, note
that you can still only call C++ functions if they have been declared
"extern C", even if you compile the Pyrex output as C++. I hope to
introduce some C++ interface features soon.

   and more.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/py-pyrex/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/py-pyrex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.