radare2/libr/main
pancake e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
..
deps.mk Fix #4056 - rename DEPS to R2DEPS ##build (#17020) 2020-06-12 10:49:28 +08:00
index.h Create libr_main and make all binaries use it ##core 2019-03-08 14:22:59 +01:00
main.c Fix #16389 - r2r -qv and r2 -v to show version and quiet versions (#16472) ##tools 2020-04-08 13:56:52 +02:00
Makefile Rename rvc2 to ravc2 to follow the ra*2 pattern ##tools (#18938) 2021-07-26 00:05:35 +02:00
meson.build Rename rvc2 to ravc2 to follow the ra*2 pattern ##tools (#18938) 2021-07-26 00:05:35 +02:00
r2agent.c Use r_sys_getpid() for source portability whetever getpid() is called (#18809) 2021-06-07 17:32:37 +02:00
rabin2.c Improve rabin2 help message and manpage 2021-11-22 11:25:56 +01:00
radare2.c Many indentation style fixes 2021-11-18 10:43:52 +01:00
radiff2.c Implement symbol diffing in radiff2 ##diff 2021-11-30 22:01:07 +01:00
rafind2.c Enable R2_DEBUG_ASSERT=1 in r2r ##tests (#19226) 2021-10-19 01:15:14 +02:00
ragg2.c Add initial support for building r2 on WASI ##build 2021-06-20 17:14:43 +02:00
rahash2.c Many indentation style fixes 2021-11-18 10:43:52 +01:00
rarun2.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
rasign2.c Fix latest covs (#19259) 2021-10-19 10:49:11 +02:00
rasm2.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
ravc2.c Add a clone command ##rvc 2021-10-30 09:35:43 +02:00
rax2.c Avoid array subscript type issues (#18295) 2021-01-26 13:08:58 +01:00