radare / valabind

create bindings from vapi to nodejs, python, swig, c++
GNU General Public License v3.0
56 stars 27 forks source link

valabind-cc: Support BSD sed #38

Closed dholm closed 7 years ago

dholm commented 8 years ago

The BSD version of sed uses a different flag to enable extended regular expressions (-E) compared to GNU sed.

radare commented 8 years ago

I dont think we really need extended regexpes... Just a way to specify more than one regex

On 16 Jul 2016, at 12:03, David Holm notifications@github.com wrote:

The BSD version of sed uses a different flag to enable extended regular expressions (-E) compared to GNU sed.

You can view, comment on, or merge this pull request online at:

https://github.com/radare/valabind/pull/38

Commit Summary

valabind-cc: Support BSD sed File Changes

M valabind-cc (6) Patch Links:

https://github.com/radare/valabind/pull/38.patch https://github.com/radare/valabind/pull/38.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.