Commit Graph

724 Commits

Author SHA1 Message Date
Nguyen Anh Quynh 4d37ce8dd1 fix RELEASE_NOTES 2014-01-22 17:47:23 +08:00
Nguyen Anh Quynh 33fe7b2dfc one more fix for RELEASE_NOTES 2014-01-22 17:46:25 +08:00
Nguyen Anh Quynh 2b39eb2493 fix RELEASE_NOTES 2014-01-22 17:44:00 +08:00
Nguyen Anh Quynh fe8ab35be9 add RELEASE_NOTES 2014-01-22 17:39:08 +08:00
Nguyen Anh Quynh be8f76d5d8 add RELEASE_NOTES 2014-01-22 17:30:08 +08:00
Nguyen Anh Quynh 11b05193ec reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug 2014-01-22 11:06:34 +08:00
Nguyen Anh Quynh 9162aa1756 suite: cleanup benchmark.py 2014-01-22 11:06:22 +08:00
Nguyen Anh Quynh fd2814b71a reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug 2014-01-22 11:04:25 +08:00
Nguyen Anh Quynh 084b3a72d7 Merge branch 'master' of https://github.com/aquynh/capstone 2014-01-22 10:39:58 +08:00
Nguyen Anh Quynh e542c22681 suite: cleanup benchmark.py 2014-01-22 10:39:30 +08:00
Nguyen Anh Quynh 2b25445d39 update README 2014-01-22 10:22:01 +08:00
Nguyen Anh Quynh 38b7bbb552 update README 2014-01-22 10:21:25 +08:00
Nguyen Anh Quynh 9919e3bbf6 update COMPILE.TXT 2014-01-22 10:17:59 +08:00
Nguyen Anh Quynh 04f4da1c16 update COMPILE.TXT 2014-01-22 10:17:17 +08:00
Nguyen Anh Quynh c34959b588 x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake 2014-01-22 09:47:46 +08:00
Nguyen Anh Quynh c36ce95d4a x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake 2014-01-22 09:46:42 +08:00
Nguyen Anh Quynh 06b3c05e20 cs_open() should return error on invalid mode 2014-01-21 15:27:19 +08:00
Nguyen Anh Quynh 53fc5c103a cs_open() should return error on invalid mode 2014-01-21 15:26:02 +08:00
Nguyen Anh Quynh 1031048241 correct usage instruction of make.sh 2014-01-21 14:11:18 +08:00
Nguyen Anh Quynh 7ad216cb1e correct usage instruction of make.sh 2014-01-21 14:10:05 +08:00
Nguyen Anh Quynh 9a291bda75 x86: do not use non-standard strlcat & strlcpy 2014-01-21 14:01:23 +08:00
Nguyen Anh Quynh b9ff3aaf19 x86: do not use non-standard strlcat & strlcpy 2014-01-21 14:00:34 +08:00
Nguyen Anh Quynh 4a4028d45b Merge branch 'prefix' into next 2014-01-21 12:04:02 +08:00
Nguyen Anh Quynh 66c8d5d7fc suite: add test_all.sh 2014-01-21 12:02:30 +08:00
Nguyen Anh Quynh dc8c346cf0 Merge branch 'prefix' into next 2014-01-21 11:59:51 +08:00
Nguyen Anh Quynh 7772d859af x86: fix known issue with prefix by combining with previous prefix instruction. this is not perfect, but good enough for now 2014-01-21 11:49:25 +08:00
Nguyen Anh Quynh 3732725342 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu 2014-01-20 09:52:05 +08:00
Nguyen Anh Quynh f328f30fd9 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu 2014-01-20 09:47:21 +08:00
Nguyen Anh Quynh dd40750aa3 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring 2014-01-19 23:52:45 +08:00
Nguyen Anh Quynh 747c4eff69 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring 2014-01-19 23:51:34 +08:00
Nguyen Anh Quynh 5d1244d194 java: update X86_const.java after last update to x86 core 2014-01-19 22:50:13 +08:00
Nguyen Anh Quynh f46713b521 python: update x86_const.py after last update to x86 core 2014-01-19 22:49:36 +08:00
Nguyen Anh Quynh d68a30f4c3 x86: remove 'opaque' in the output of some instructions 2014-01-19 22:40:58 +08:00
Nguyen Anh Quynh 9dfdae6421 x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake 2014-01-19 22:40:31 +08:00
Nguyen Anh Quynh 38c1322bde x86: remove 'opaque' in the output of some instructions 2014-01-19 17:23:08 +08:00
Nguyen Anh Quynh ceae16d5a9 tests: report error when cs_open() failure 2014-01-19 16:04:23 +08:00
Nguyen Anh Quynh c272e9d000 do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu 2014-01-19 12:03:22 +08:00
Nguyen Anh Quynh a580d92e05 make dist should distribute all source, and accept tagname (so we can do 'make dist TAG=2.0-rc1' 2014-01-18 12:47:15 +08:00
pancake 35cef7f7c0 add 'dist' make target 2014-01-18 03:42:15 +01:00
Nguyen Anh Quynh 92c1750562 update README on PPC & Solaris support 2014-01-17 14:59:21 +08:00
Nguyen Anh Quynh fe5e7f36f0 some minor fixes for COMPILE.TXT 2014-01-17 14:56:03 +08:00
Nguyen Anh Quynh 4b3b8bb411 make.sh: fix usage instruction 2014-01-17 14:27:22 +08:00
Nguyen Anh Quynh c4660571ee remove compile.sh 2014-01-17 14:22:32 +08:00
Nguyen Anh Quynh dba00f8628 make.sh: fix instructions in COMPILE.TXT to switch to use make.sh 2014-01-17 14:20:54 +08:00
Nguyen Anh Quynh f63db27831 simplify build & install for *BSD 2014-01-17 22:12:35 +08:00
Nguyen Anh Quynh d3b3071107 simplify build & install for Solaris 2014-01-17 21:25:18 +08:00
Nguyen Anh Quynh 64d4083c8f add solaris support, and add make.sh 2014-01-17 20:55:21 +08:00
Nguyen Anh Quynh d80cede9a3 last change to support BSD broke cross-comple. fix Makefile so cross-compile work again 2014-01-16 21:07:59 +08:00
Oliver Pinter 6e2c07549d info: update COMPILE.TXT related to bsd target
modified:    COMPILE.TXT

Signed-off-by: Oliver Pinter <op@crysys.hu>
2014-01-16 12:35:50 +01:00
opn 73b6068ba0 build: switch from hardcoded gcc to default c compiler
modified:   tests/Makefile

Signed-off-by: Oliver Pinter <op@crysys.hu>
2014-01-16 12:28:25 +01:00