Subject: CVS commit: pkgsrc/emulators/peace
To: None <pkgsrc-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: pkgsrc-changes
Date: 06/11/2004 12:59:27
Module Name:	pkgsrc
Committed By:	kent
Date:		Fri Jun 11 12:59:27 UTC 2004

Modified Files:
	pkgsrc/emulators/peace: Makefile distinfo

Log Message:
Update PEACE to 20040611 snapshot

- support statvfs change of NetBSD
- implement SuspendThread() and ResumeThread()
- introduce a simple debugger
- IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE
and PF_FLOATING_POINT_PRECISION_ERRATA
- Some HCURSOR-related functions are implemented.
- improve Virtual*() functions support
- SEH support for SIGFPE and SIGSEGV
- debug messages are printed via stderr, not stdout
- fix a problem of CreateDIBitmap()
- implement GetPaletteEntries()
- implement GetDIBColorTable() and SetDIBColorTable()
- implement Heap*() functions
- make kernel object handles indexes in the handle table instead
of addresses of memory block.
- improve Event/Mutex/Semaphore implementation


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/emulators/peace/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/emulators/peace/distinfo

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