pancake
af055ce732
Fix the build conflict between xtensa and loongarch on Windows
2022-05-02 20:29:07 +02:00
pancake
33ce7e78a2
Add initial support for katakana ##charset
...
* Support multibyte charsets
2022-02-16 10:58:45 +01:00
gogo2464
e3e48fef18
Add iso8859_1 ##charset
2022-01-26 08:08:02 +01:00
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
pancake
3c416c54cc
Fix meson build and proper use of cgen ##build ( #18920 )
2021-07-21 17:22:39 +02:00
Jules Maselbas
c3d5286ec3
Add clean target in libr/util/d/Makefile ##build ( #18802 )
...
.sdb and .c files are generated and must be cleared.
Add missing target into .PHONY
2021-06-05 11:01:39 +02:00
pancake
46ec83c5a0
Add use_cgen meson option ##build ( #18766 )
2021-05-27 23:56:28 +02:00
pancake
d80476b698
Update SDB: Use the thin cgen instead of gperf ( #18752 )
2021-05-25 16:14:35 +02:00
pancake
c3953d64d6
Use gperf on anal/d and improve build and checks ##anal
...
* Add --without-gperf configure flag
* Update sdb to support gperf.foreach and faster ls.sort()
* Support cc and types sdb gperfs
* add r_str_newvf
* Honor HAVE_GPERF in more places
* Add CI job to build and test cmds with gperf
2021-05-20 00:22:20 +02:00
pancake
08a8ab6eee
Use gperf in util/charset ( #18672 )
...
Co-authored-by: pancake <pancake@nopcode.org>
2021-05-11 11:21:02 +02:00
pancake
57a9926b1f
Remove globals in cons/grep and random cleanup ( #18671 )
2021-05-10 11:56:08 +02:00
pancake
a00b5d4a4d
Honor cfg.charset in px and support escaped encoding ##print ( #18653 )
2021-05-04 01:59:20 +02:00
pancake
53aaefb283
Implement IBM EBCDIC 0037 character encoding ##charset
2021-04-30 11:32:29 +02:00
gogo2464
025bd47d35
add ? and ! as custom charset for gameboy rom pokemon red and blue ( #18644 )
2021-04-29 20:44:39 +02:00
gogo2464
bc91db92f3
Add more runes to pokered ##charset
2021-02-11 22:57:43 +01:00
pancake
c3f7d0e1d1
Add CI test to ensure symlink reinstalls work ( #18252 ) ##build
2021-01-22 00:52:12 +01:00
gogo2464
8f17b3241a
Add 'ascii' charset #print
2020-12-28 21:30:36 +01:00
pancake
cb33fdb420
Improve code, add cfg.charset, use pse, add test ##print
2020-12-14 12:11:13 +01:00
gogo
f16168fa36
Initial implementation of custom charset encodings ##print
2020-12-14 12:11:13 +01:00