Subject: CVS commit: pkgsrc/devel/yasm
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2007 19:09:28
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 8 19:09:28 UTC 2007
Modified Files:
pkgsrc/devel/yasm: Makefile PLIST distinfo
Log Message:
Update to 0.6.0:
New features (compared to 0.5.0):
* Brand-new "virtual" multi-pass optimizer that automatically
generates much smaller code for jumps and immediates.
* Support for Mach-O object format used in MacOS X, including
both the 32-bit (x86) and 64-bit (AMD64) versions (contributed
by Henryk Richter).
* Support for structured exception handling on Win64.
* Support for RDOFF2 (.rdf) object format.
* Support for STRICT keyword in NASM syntax.
* Rewritten NASM and GAS parsers (now recursive descent rather
than Bison-based).
* Absolute / FAR location bugfixes.
* Yasm no longer defaults to reading from standard input if no
files are specified; standard input can be specified with "-".
* Many other bugfixes.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/yasm/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/yasm/PLIST pkgsrc/devel/yasm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.