pancake
|
f8a35da205
|
Dont use != NULL as its implicit in C, even for bool casts ##refactor
$ find binr libr -name "*.c" -exec sed -i -e 's/ != NULL//g' {} \;
|
2022-03-15 19:54:04 +01:00 |
|
Lazula
|
ad749a0b1a
|
Fix static/R_API function definition formatting
* Remove spaces before parens
* Remove spaces after asterisks
|
2021-12-21 20:58:12 +01:00 |
|
condret
|
965b0fa4e0
|
Implement first/last/next/prev fd APIs ##io
|
2020-11-01 11:33:31 +01:00 |
|
pancake
|
d08ea37ae9
|
Code cleanup in R_IO
|
2020-11-01 11:33:31 +01:00 |
|
Anton Kochkov
|
e11b2a9145
|
Some Coverity defect fixes (#15626)
|
2019-12-13 11:25:19 -06:00 |
|
Anton Kochkov
|
bb67b54f74
|
Remove CYGWIN & MINGW remnants (#13377)
|
2019-03-15 12:55:08 +08:00 |
|
dav1901
|
9b0fbf1ee4
|
Minor code cleanups - free/R_FREE/etc
|
2018-11-13 00:23:49 +01:00 |
|
condret
|
0107afb372
|
implement r_oids_otake and r_oids_odelete
|
2018-07-02 01:01:02 +00:00 |
|
condret
|
f530674780
|
implement r_oids_sort
|
2018-06-30 04:00:47 +00:00 |
|
condret
|
c37fa5c0ce
|
fix a tiny bug
|
2018-06-30 02:31:40 +00:00 |
|
condret
|
66dd2af480
|
remove r_oids_sort (reimplementation wip)
|
2018-05-29 12:19:25 +00:00 |
|
David CARLIER
|
6bf6b99993
|
qsort_r is not supported under OpenBSD. (#10181)
|
2018-05-25 12:53:48 +02:00 |
|
condret
|
867f765219
|
Implement ordered id-storage (future storage for RIOMap) (#8769)
|
2018-05-24 00:10:19 +02:00 |
|
radare
|
6da28493f5
|
Initial work on using idpool+idstorage from RBin + initial new RBin.open() api (#10160)
|
2018-05-22 17:48:34 +02:00 |
|
pancake
|
52d93207af
|
Initial de-rcorefile-fication
|
2018-01-10 13:45:37 +01:00 |
|
Fangrui Song
|
24fb614da2
|
Fix a mem leak in idpool.c (#8445)
|
2017-09-12 00:40:21 +02:00 |
|
Anton Kochkov
|
e8b34389fc
|
Fix UBSAN complaint
|
2017-08-18 18:59:34 +08:00 |
|
Anton Kochkov
|
8041b3c284
|
Fix a few leaks
|
2017-07-29 20:30:02 +08:00 |
|
pancake
|
a966076747
|
Fix warnings
|
2017-03-13 03:45:06 +01:00 |
|
Giovanni
|
43532031c4
|
Fixes for windows and some are also global (#6936)
|
2017-03-08 08:49:31 +01:00 |
|
pancake
|
93eb47ccac
|
Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts
|
2017-02-12 22:44:13 +01:00 |
|
condret
|
f4e2627fa9
|
fix reallocation in id-storage
|
2017-02-12 19:28:53 +00:00 |
|
condret
|
ba63a776d7
|
fix r_id_storage_get/delete, reduce number of reallocations a lot
|
2017-02-12 17:38:39 +00:00 |
|
alvarofe
|
845316d409
|
Fix indentation
|
2017-02-12 16:18:55 +01:00 |
|
pancake
|
70930f4496
|
Bring back the interest on sys/indent.sh
|
2017-02-10 02:05:58 +01:00 |
|