diff udis86-1.4/CHANGES @ 1:4a9dcbd9e54f

-files of 0.13 beta -fixes so that it now compiles with the current dmd version
author marton@basel.hu
date Tue, 05 Apr 2011 20:44:01 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/udis86-1.4/CHANGES	Tue Apr 05 20:44:01 2011 +0200
@@ -0,0 +1,30 @@
+ * [Dec/18/06] Fixed: Printf warnings.
+	       Fixed: set_input_buffered to set_input_buffer in documentation.
+	       Added support for INTEL VMX instructions.
+	       API addition: ud_set_vendor(): UD_VENDOR_{INTEL, AMD}.
+	       Fixed: Handling of invalid combination of bytes. No more input re-syncing.
+	       Added Makefiles for win32 build. (Thanks to Xi Hang).
+	       Added Makefile.standalone for "Standalone Udis86".
+	       Fixed: u->inp_end initialization bug.
+	       Fixed: swapgs only in 64bit mode.
+ * [Oct/27/06] 0xF1 is now int1.
+	       Fixed: cast prefix for Group1_op80/82/C0/D0 instructions.
+	       Fixed: lmsw
+	       Added support for Udis86 Standalone.
+ * [Sep/18/06] Fixed: Missing support for o32 for in/out instructions.
+ * [Jul/26/06] Fixed: Missing REX.W in Group1_op83 instructions.
+ * [Jul/16/06] Fixed: rex.b on [rip+disp]
+ * [Jul/15/06] Fixed: Wrongly printing "loopnz" as "loopn" (Thanks to Sanjay Patel)
+ 	       Fixed: Wrongly decoding "out Ib, AL" ((Thanks to Sanjay Patel)
+ * [Jun/8/06]  Missing instructions added. (As per AMD64 Manual Vol3 Rev 3.11 
+               Dec 2005)
+               Fixed minor decoder issues. (Thanks to Sanjay Patel)
+               Fixed issues with input stream buffer. (Thanks to Sanjay Patel)
+ * [May/18/06] Fixed issues with handling of 64-bit values. 
+               Fixed bug in syntax generation for immediate operands in branch
+               instructions.
+               Fixed decoding of (G, W) operands.
+ * [May/12/06] Added support for data types in MS VC++.
+ * [May/11/06] Fixed portability issues concerning inp_uintXX functions in 
+               input.c and 64-bit casting in syn-intel/syn-att.c (Thanks to 
+               Sanjay Patel)