1. a9ffb44 replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally by Nguyen Anh Quynh · 11 years ago
  2. a8eb7a5 rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  3. 0b93e19 fix off-by-one error in make_id2insn. patch by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  4. 24bf0d9 add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake by Nguyen Anh Quynh · 11 years ago
  5. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  6. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  7. 18103e4 size down insn_map structructure by reducing the size of some fields. this alone makes lib binary size 2.6MB smaller by Nguyen Anh Quynh · 11 years ago
  8. bed9091 x86: calculate op_size properly in special cases regarding rax, eax, ax, al registers by Nguyen Anh Quynh · 11 years ago
  9. f0e4eed Use const on all read-only buffers by pancake · 11 years ago
  10. f35e2ad add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API to 1.4 by Nguyen Anh Quynh · 11 years ago
  11. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago