Commit Graph

8 Commits

Author SHA1 Message Date
leitner
ea2b3e6c6f updates makefile dependencies
remove compiler.h include from tryinline.c
add #ifdef INTERNAL to files included by n.c and ent.c so they don't need headers in libowfat/ and can compile without an installed or build libowfat
2025-01-22 17:32:17 +00:00
leitner
2d90963bf8 add fmt_utf8_scratch 2025-01-20 19:00:58 +00:00
leitner
42308df614 fmt_utf8 failed on ARM where char == unsigned char (Friedrich Beckmann) 2024-11-16 13:13:24 +00:00
leitner
4422ec3770 gcc 13 -fanalyze run with fixes / comments about false positives 2023-05-02 12:51:56 +00:00
leitner
b9eb81c58f move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
leitner
14f26729e9 add scan_utf8_sem
add utf8 test suite
2017-03-13 15:44:48 +00:00
leitner
73db80daec get rid of some compiler warnings 2014-02-25 18:39:59 +00:00
leitner
d17c2d1012 add functions to encode and decode integers in variable length binary
formats
2012-02-06 07:59:56 +00:00