radare2/libr/config
Riccardo Schirone d8f2b4a4db Do not try to convert to true/false, as it breaks integer vars
See discussion at https://github.com/radareorg/radare2/pull/15681 .
Unfortunately the change cannot be done for non-int vars only, because
right now vars are not statically typed, so a var that is initially
CN_INT can then become CN_STR if you set a string.

Changing vars to assign them a static type when they are created would
require a much bigger change and discussion.
2020-01-17 12:22:44 +01:00
..
callback.c Code cleanup in RConfig and bring back 'e asm.' for listing ##config 2019-05-05 23:18:53 +02:00
config.c Do not try to convert to true/false, as it breaks integer vars 2020-01-17 12:22:44 +01:00
hold.c Some Coverity defect fixes (#15626) 2019-12-13 11:25:19 -06:00
Makefile
meson.build Link sdb fully into r_util in meson (#15338) ##build 2019-10-23 15:52:19 +02:00