Subject: CVS commit: pkgsrc/devel/ht
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/30/2004 14:44:02
Module Name: pkgsrc
Committed By: jmmv
Date: Mon Aug 30 14:44:02 UTC 2004
Modified Files:
pkgsrc/devel/ht: Makefile distinfo
Removed Files:
pkgsrc/devel/ht/patches: patch-aa
Log Message:
Update to 0.8.0 (I'm back! ;-):
version 0.8.0:
- g++ v3 abi demangler
- x86 disasm: added undocumented ffreep (df c0) instruction
- compiles with gcc 3.4
- fixed buggy blockop-progress indicator
- fixed ugly segfault with elf symbol loading
- ppc disassebler updated (altivec instructions)
- removed stefan's email address (dead)
version 0.8.0pre1:
- disassembler:
- IBM/Motorola PowerPC (PPC) (new)
- file formats:
- XBE (X-Box executable) support by Stefan Esser (experimental)
- Mach-O header and image support for PPC and x86 (experimental)
- FLT (Flat) support (experimental)
- PEF support (experimental)
- XCOFF32 support
- COFF support for coff files without optional header
- COFF big-endian support
- ELF PPC support
- ELF relocatable file support (experimental)
- fixed buggy ELF reading code partially (thanks rpm28)
- eval dialog: added function help
- eval: not ('~') and logical-not ('!') operators
- disassembler interface (int maxlen, not byte maxlen)
- Win32: fixed access to native windows clipboard
- Win32: high CPU usage problems fixed (sys_suspend() bugged)
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/ht/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/ht/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/devel/ht/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.