radare2/libr
Fangrui Song 0d4d8c083f
radiff2: drop MODE_DIST (#16986)
MODE_DIST (-s) is the same as MODE_DIST_LENVENSTEIN (-ss) but much slower.
Drop it. Make MODE_DIST_MYERS (-sss, faster than MODE_DIST_LENVENSTEIN) take its place (-s).

The original comment was incorrect (-s is not Eugene W. Myer's algorithm). It is correct now.

* drop buggy Levenshtein and rename the original
* fix tests

Co-authored-by: eagleoflqj and Maskray
2021-01-24 22:17:25 +01:00
..
anal Fix invalid left shift on dalvik parser 2021-01-24 19:54:26 +01:00
asm Fix build for capstone5 ##build (#18273) 2021-01-24 19:09:43 +01:00
bin Fix #18274 - Fix crash in r2 *.wasm ##bin (#18275) 2021-01-24 19:44:32 +01:00
bp Fix issues spotted with gcc -Werror 2021-01-13 01:28:10 +01:00
config Support evar filtering in eq and check for bool type in RConfig.toggle ##core 2021-01-19 05:37:17 +01:00
cons Remove strncat usage (#18229) ##refactor 2021-01-14 17:24:23 +01:00
core Fix 18264 - honor graph.font in more places (#18276) 2021-01-24 21:52:23 +01:00
crypto Fix UB in serpent ##crypto (#17899) 2020-11-10 12:36:16 +08:00
debug Use pj in debug ##refactor (#18270) 2021-01-24 16:07:30 +01:00
egg Remove all dead assignment detect by clang sa (#310) ##rizin 2021-01-19 05:37:17 +01:00
flag Improve and formalize r_name_check() along all the base ##core (#18020) 2020-12-16 14:49:50 +01:00
fs Add support to stream files using mg (#18253) ##fs 2021-01-23 17:16:39 +01:00
hash Use pj in rahash2 ##refactor 2021-01-15 09:37:56 +01:00
include radiff2: drop MODE_DIST (#16986) 2021-01-24 22:17:25 +01:00
io Fix warning 2021-01-13 01:31:59 +01:00
lang Use r_core_cmd_str_pipe when using . in a panels (#17982) ##visual 2020-12-16 14:25:36 +01:00
magic Massage RRegex to fix codingstyle and a null deref. ##regexp 2021-01-08 04:42:07 +01:00
main radiff2: drop MODE_DIST (#16986) 2021-01-24 22:17:25 +01:00
parse Fix HUGE bottleneck in the WebAssembly pseudo disassembler and analyzer ##disasm (#18269) 2021-01-24 18:30:36 +01:00
reg Fixing clang flow warnings (#321) ##rizin 2021-01-19 05:37:17 +01:00
search Massage RRegex to fix codingstyle and a null deref. ##regexp 2021-01-08 04:42:07 +01:00
socket Fix 32 critical COVs (UAF, UB and OOB) (#18077) 2020-12-21 01:10:22 +01:00
syscall Clear syscall and sysregs sdbs if their files are not found (#379) 2021-01-19 05:37:17 +01:00
util radiff2: drop MODE_DIST (#16986) 2021-01-24 22:17:25 +01:00
config.h.head
config.h.in Add support for RAnal.ESIL plugins ##esil (#18206) 2021-01-24 16:39:45 +01:00
config.h.tail
config.mk.head
config.mk.tail Forbid space builds with acr/make and add job to test them with meson/ninja ##build 2020-12-29 15:08:52 +01:00
depgraph.pl
do-ar-sh Fix #3929 - Enable LTO in sys/static.sh ##build (#17141) 2020-08-13 13:55:39 +08:00
ld.script
libr.pc.acr
libs.custom.mk.example Add sys/build-shlib.sh and fix static builds ##build 2019-05-28 23:15:22 +02:00
libs.mk Fix build race condition introduced in 0ba897f5c9 (#17773) 2020-10-10 00:36:10 +08:00
Makefile Add DbgEng based debug backend for Windows ##debug (#17491) 2020-08-24 19:01:10 +08:00
meson.build Add support for RAnal.ESIL plugins ##esil (#18206) 2021-01-24 16:39:45 +01:00
rules.mk Forbid space builds with acr/make and add job to test them with meson/ninja ##build 2020-12-29 15:08:52 +01:00
stripsyms.sh
symgraph.pl