radare2/libr/util
pancake ea7387ab72 Add 'sync-regex' command to sync libr/util/regex with OpenBSD
- Requires some manual review because there are interesting changes
  that must be checked properly. Also, OpenBSD has been notified
  about this issue, and we should update as soon as they get it
  done in master.

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778402

- In addition, Coverity reported 3 issues that must be addressed in
  OpenBSD/CVS before merge

    https://gist.github.com/crowell/6812b899164bdeed3027
2015-03-11 17:57:52 +01:00
..
regex Fix GCC warnings: array subscript has type 'char' 2014-12-04 03:26:08 +00:00
t Remove unused r_alloca_* 2014-08-18 02:36:08 +02:00
base64.c Initial implementation of Pn command for project notes 2015-02-10 02:13:53 +01:00
base85.c Add cfg.sandbox functionality 2012-10-20 00:31:18 +02:00
big-gmp.c * Autodetect and honor CC environment in ragg2-cc 2011-11-30 18:05:46 +01:00
big-ssl.c
big.c
bitmap.c Better http support and handle asm.offset in 'px'. 2013-01-04 10:16:41 +01:00
btree.c Fix some bugs reported by clang-analyzer 2013-02-08 11:42:46 +01:00
buf.c Fix crash when passing NULL to RBufRead 2014-12-11 17:05:30 +01:00
cache.c Initial work supporting emscripten compilation 2013-09-07 00:39:08 +02:00
calc.c Fix GCC warnings: array subscript has type 'char' 2014-12-04 03:26:08 +00:00
chmod.c Fix coverity issues in r_util 2014-03-08 11:56:15 +01:00
constr.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
debruijn.c Refactor debruijn code and make it accessible from ragg2 -P 2014-09-05 16:03:40 +02:00
file.c JSONify PDB and remove useless function in r_util 2015-03-08 17:30:41 +01:00
flist.c Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
graph.c Fix CID #1134712 2014-04-25 05:24:21 +04:00
hex.c Fix all latest Coverity issues 2014-11-07 10:52:44 +01:00
ht64.c New io.buffer cache system and refactorized RHashTable 2013-01-12 04:29:45 +01:00
ht.c Fix crash in tms320 finalization 2014-10-02 10:11:46 +02:00
iconv.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
Jamroot Somewhat better BoostJam support 2014-10-26 02:47:08 +02:00
judy64na.c Support get/set introspection in 'pf' and handle scr.stride in px 2013-02-01 03:15:48 +01:00
lib.c Little split of the RLib logic 2014-07-30 11:14:30 +02:00
list.c Fix memleak related to r_list_join() responsabilities 2015-01-21 13:33:52 +01:00
log.c Support get/set introspection in 'pf' and handle scr.stride in px 2013-02-01 03:15:48 +01:00
Makefile Add 'sync-regex' command to sync libr/util/regex with OpenBSD 2015-03-11 17:57:52 +01:00
mem.c Add RReg bufdiffing apis to retrieve list of modified regs 2014-06-26 12:18:45 +02:00
mixed.c Remove r_list_destroy, replaced it by r_list_purge 2014-05-03 01:27:10 +02:00
name.c Fix #2004 - filter flag names in dm* 2015-01-29 02:25:00 +01:00
num.c Enhace r-num-units() and show size of dm maps 2015-02-23 10:39:56 +01:00
p_date.c Coverifix 2014-07-30 22:26:13 +02:00
p_format.c Fix pf warning 2015-03-05 23:57:32 +01:00
p_seven.c Support get/set introspection in 'pf' and handle scr.stride in px 2013-02-01 03:15:48 +01:00
pool.c Fix coverity issues in r_util 2014-03-08 11:56:15 +01:00
print.c Initial support for debugger memory snapshots dms. Enhace hexdiffing 2015-02-23 03:29:40 +01:00
prof.c Fixes parsing bug in java class and and rbinelfFixes in java class and and rbinelf)) 2012-11-14 04:57:56 +01:00
randomart.c Fix some warns and enhace GIT_TAP in makefiles 2013-08-26 01:07:21 +02:00
range.c Remove r_list_destroy, replaced it by r_list_purge 2014-05-03 01:27:10 +02:00
sandbox.c Fix #1935 - Fix autocompletion on sandbox mode and enhace tab 2015-01-05 05:11:42 +01:00
slist.c Use dynamically allocated *next (+15% analysis speedup + better analysis) 2014-02-20 00:43:06 +01:00
str.c More goodies for the V2 panels, fixes in r_str_chop 2015-03-05 23:07:39 +01:00
strbuf.c Re-enable ranal2 build 2014-11-10 03:55:44 +01:00
strht.c Add hints and named print formats and more 2013-01-22 05:06:12 +01:00
strpool.c Add RCoreLog API ('l' command), '-' cmd is now '$' 2012-12-23 13:52:57 +01:00
sys.c Fixing r_sys_pid_to_path on recent versions of Windows 2015-02-22 17:07:10 +01:00
thread_lock.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread_msg.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread_pipe.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
uleb128.c Enhacements for DEX sections and ignore methods at 0 (wip) 2015-02-06 18:53:11 +01:00
utf8.c Fix crash in r_utf8_decode 2014-11-04 23:17:52 +01:00
w32-sys.c Fix lot of warnings 2013-09-14 14:04:08 +02:00
zip.c Fix and clean r_inflate 2014-09-08 00:04:27 +02:00