Commit Graph

196 Commits

Author SHA1 Message Date
pancake
e16e42568b Release 1.5.0 - Codename RubyCup 2017-05-30 18:46:34 +02:00
xarkes
926f024909 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
pancake
4163a0511e Update configure with acr-1.2 2017-04-23 23:51:04 +02:00
pancake
1325993bcc Update configure with acr-1.2 2017-04-23 23:49:33 +02:00
pancake
bfc043bfe9 Bump for 1.5.0-git 2017-04-23 23:37:06 +02:00
pancake
076ab1a023 Get ready for 1.4.0 - codename: no comments 2017-04-18 11:11:36 +02:00
mid-kid
0187ac8281 Use DOCDIR in configure (#7034)
This allows users to specify where to install the documentation
2017-03-15 19:00:52 +01:00
pancake
d301ff28b4 After-release version bump 1.4.0-git 2017-03-13 14:41:40 +01:00
pancake
65bc4e702f Release 1.3.0 - Codename: refactoring forever 2017-03-13 02:32:19 +01:00
pancake
ff5bee0ef0 Fix #7005 - Do not check for lua 2017-03-12 23:20:08 +01:00
pancake
34eaf5eeeb Update to acr-1.1 and bump for 1.3.0-git 2017-02-09 01:21:15 +01:00
pancake
3a101795b4 Release 1.2.1 2017-02-02 13:25:24 +01:00
pancake
4791574278 Release 1.2.0 - Codename HopeBells 2017-01-30 10:23:28 +01:00
Sevan Janiyan
0e4b401635 Upstream patches from pkgsrc/devel/radare2 (#6491)
* Upstream patches from pkgsrc/devel/radare2
Switch to using egrep instead of non-portable "grep -e".
Add support for SunOS.

* Add support for SunOS.

* FIONREAD is defined in sys/filio.h on SunOS.

* Ask find(1) to look for files with desired extension rather than searching for
all files & fishing out the desired extension in the pipeline, with grep.
2017-01-18 00:47:46 +01:00
pancake
8e59afb91c Update acr and fix some tiny covs 2017-01-02 15:56:08 +01:00
pancake
16e98fc1f5 Update version number moving forward the next release 2016-12-21 01:52:17 +01:00
pancake
3cab378e00 Fix regression after memleak fix 2016-12-20 02:14:37 +01:00
pancake
88f4faa037 Bump to acr-0.10.5 and 1.1.0-git 2016-11-22 16:24:38 +01:00
pancake
ac175aabb9 Release 1.0.2 2016-11-10 17:15:20 +01:00
pancake
b589c21525 Release 1.0.1 2016-11-10 01:11:39 +01:00
pancake
9e8341e85c Release 1.0 - finally 2016-11-09 03:10:46 +01:00
pancake
d41b577106 Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
pancake
eb53c42730 Release 0.10.6 - codename: Sleepy Autumn 2016-09-27 03:02:17 +02:00
pancake
3bc4716aad After release version bump 2016-08-18 00:15:30 +02:00
pancake
940f2d311d Release 0.10.5 - codename: PreCon 2016-08-17 01:28:34 +02:00
pancake
4fe2e3f3bf Bump for 0.10.5-git 2016-07-07 23:03:26 +02:00
pancake
092e859c5c Release 0.10.4 - codename: padron peppers 2016-07-07 00:32:59 +02:00
pancake
f7c2cdfdce Remove r_db from the pkg-config templates and update capstone 2016-06-20 23:16:13 +02:00
pancake
b85f5cca78 Bump for 0.10.4-git 2016-05-26 12:33:22 +02:00
pancake
58cc6558ce Release 0.10.3 - codename: Bleeding Tooth 2016-05-25 01:32:30 +02:00
pancake
1ea99fd31c Update to acr 0.10.2 and show HOST BUILD TARGET in REPORT 2016-05-15 23:02:59 +02:00
XVilka
f87859818a Fix build 2016-05-06 21:25:49 +03:00
Damien Zammit
632dccc217 Remove LIL_ENDIAN macro and configure option
TODO: Remove other endian cruft from:
- hashing algs
- judy
- squashfs
- grub
- tms320

Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-05-06 10:21:55 +02:00
pancake
1f468b51f1 Fix dislexic issue in mingw32.bat and do not maintain version number twice 2016-05-01 15:08:25 +02:00
pancake
dc46208c77 Bump for 0.10.3-git 2016-04-25 16:53:52 +02:00
pancake
9695961e74 Release 0.10.2 2016-04-11 13:15:50 +02:00
pancake
f7b0eb4b19 Bump after release 2016-03-01 13:23:00 +01:00
pancake
b559833a00 Release 0.10.1 Codename "Solid Chair Society" 2016-02-29 22:59:35 +01:00
pancake
f09f4770b3 Update configure script and fix type punned issues in tcc 2016-02-06 23:14:05 +01:00
pancake
1d4b7156db Bump for acr-0.10 and drop backslash in + regex 2016-02-27 10:37:10 +01:00
pancake
35e6a4d958 Bump version for git and ios builds 2016-02-20 22:16:28 +01:00
pancake
b87dcd067d Bump for 0.10.0 release 2016-01-20 04:05:36 +01:00
Álvaro Felipe Melchor
d9e77ca0d1 xnu: first series of patches to use mach exceptions
* use set_trace_bit and clear_trace_bit macros

* use PT_ATTACHEXC since PT_ATTACH will be deprecated in the future
and we are interested in receiving mach exceptions

* first attempt to handle mach exceptions

* api change: added a parameter to r_core_setup_debugger
at least in OS X this function was producing double attachment.
I've added a boolean value to indicate when use dpa.

* added pipe to communicate between main process and traced process
by far this is not a good implementation. We should develop a better
approach/design to save all the exceptions and handle them accordingly.
This is the initial implementation

* bring back ptrace for stability and in order to merge this into master
2016-01-18 22:24:16 +01:00
pancake
d42ecbf95b Some random code cleanup and fixes 2015-11-23 02:36:26 +01:00
Anton Kochkov
08a4cd1306 Fix Mingw32 builds 2015-11-12 01:40:22 +03:00
sghctoma
d2aa2c4c5d Fixed compile error on FreeBSD 2015-10-25 11:56:12 +01:00
pancake
efa8fd9990 Remove all references to the deprecated CPARSE code 2015-10-23 00:30:33 +02:00
Álvaro Felipe Melchor
4784c5d380 change OSTYPE in configure file 2015-08-19 17:31:01 +02:00
pancake
e2c9783402 shlr/ build fixes 2015-07-14 12:50:36 +02:00
pancake
6183956770 Another build fixup 2015-07-13 17:29:12 +02:00