Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 09/30/2004 22:59:47
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Thu Sep 30 22:59:47 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES TODO
	pkgsrc/emulators/pearpc: Makefile distinfo
Added Files:
	pkgsrc/emulators/pearpc/patches: patch-aa

Log Message:
Update emulators/pearpc to 0.3.1, patch provided by zul in PR pkg/27092,
thanks!

Changes:

version 0.3.1 (released 5. September 2004):
	- JITC_X86: increased translation cache size
	- (Win32) fixed: '`'/'~' key wasn't mapped
	- (SDL) fixed: right-alt was mapped to left-alt
	- fixed: German '<>|' key wasn't mapped
	- JITC_X86: corrected tw/twi instructions
          (should fix java native IO calls fail)
	- fixed: rfi instruction
          (should also fix java native IO calls fail)
	- fixed: some mysterious partition mappings in
          src/io/prom/fs/hfsplus/partition.c
	- (BEOS) updated
	- disabled unused keyboard shortcuts

version 0.3 (released 13. August 2004):
	- clean up everything on exit
	- (experimental) idle sleep for the JITC CPU
	- asynchronous keyboard and mouse events
	- implemented IDE Flush
	- Win32: implemented fullscreen mode proposed by Matt Jobson
	- short cut keys are configurable
	- correct clock/timing (Win32 + Posix) by Keith Rothman,
          Kimball Thurston and Stefan Weyergraf
	- SDL support
	- SDL: implemented fullscreen mode
	- source tree reorganisation
		- display functions moved to src/system/ui directory
		- src/system/arch created
		- system/posix,win32 and beos moved to system/osapi/
		- host keyboard support separated from SystemDisplay
		- host mouse support separated from SystemDisplay
	- architecture-specific video acceleration functions (x86)
	- configure-system: choose "jitc_x86" on x86s when no
          --enable-cpu given
	- JITC: srawix, subfcx, divwx, divuwx,
		mulhwx, mulwx, subfex, extshx implemented
	- JITC: align entrypoints


To generate a diff of this commit:
cvs rdiff -r1.7301 -r1.7302 pkgsrc/doc/CHANGES
cvs rdiff -r1.2183 -r1.2184 pkgsrc/doc/TODO
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/emulators/pearpc/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/emulators/pearpc/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/emulators/pearpc/patches/patch-aa

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