pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/parrot
Module Name: pkgsrc
Committed By: he
Date: Fri Nov 23 08:47:25 UTC 2012
Modified Files:
pkgsrc/lang/parrot: Makefile PLIST distinfo
Removed Files:
pkgsrc/lang/parrot/patches: patch-ap
Log Message:
Update parrot to version 4.8.0.
Local changes:
o Remove patch now included upstream
o Adapt PLIST to installed files
Upstream changes:
- Core
+ Prevent interpreter from dying twice
+ Complete rewrite of the IO system, including new unified IO PMC
semantics.
+ The Integer and Float PMCs now have a get_pointer vtable which is
needed when using NCI to bind to Fortran libraries such as LAPACK
- Deprecations
+ Moved dynpmc/os to pmc os. loadlib 'os' is not needed anymore.
- Platforms
+ Fixed for the FileHandle open method the append mode on Windows.
+ Fix compilation on Windows without working mt.exe
+ Detect GNU/Hurd as linux proper.
+ Fixed broken int3 trap on Solaris with gcc.
+ Updated the vms port on a YAPC::EU hackathon with vaxman and mvorl.
- Tests
+ Improve testability with valgrind or thread-sanitizer
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/parrot/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/parrot/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/parrot/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/parrot/patches/patch-ap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index