File: ChangeLog

package info (click to toggle)
libdisasm 0.23-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,648 kB
  • sloc: sh: 9,096; ansic: 7,970; perl: 1,915; asm: 694; makefile: 133; ruby: 3
file content (20 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0.23    2008-01-16
	* clarified artistic license
	* updated opcode comments to include indexes (Jesse Michael)
	* doc/Makefile.am: corrected to include programming guide
	* Makefile.am: corrected to include LICENSE file

0.22	2007-12-03
	* cleaned up build system & added autoconf
	* added more missing opcodes, fix types
	* clean up oplist free
	* made types 64bit-safe
	* correct bound/enter swapping on AT&T
	* fixed INS_NOTE offsets
	* fixed SIMD instruction register sizes
	* fixed disasm to not produce a size on invalid lookups
	* document need for x86_oplist_free() (SF: #1521909)
	* check for bad mmap in {quik,test}dis.c (SF: #1712507)
	* define special notes for handling certain instruction display
	* don't display hardcoded implicit EAX in certain situations
	* clean up Perl and Python SWIG build