leitner
19c65ab54f
fix two complaints by clang's static analyzer
2020-06-16 12:40:57 +00:00
leitner
bbaf63c7fd
remove compiler warnings in ent
...
try to fix io_waituntil2 on freebsd
2020-05-14 14:46:31 +00:00
leitner
99a29eaf6b
don't assume memory allocations will succeed
2020-05-05 12:39:19 +00:00
leitner
112ccf19e7
zero-terminate utf8 strings in ent
2018-02-02 17:43:25 +00:00
leitner
dba47741bf
remove new compiler warnings from gcc 7
2017-04-30 20:22:21 +00:00
leitner
607801f2fd
one less warning
2017-04-28 13:58:42 +00:00
leitner
9b2377c4be
fix operator precedence
2015-12-15 14:11:35 +00:00
leitner
321b30565d
change return type to void
2014-04-10 20:50:53 +00:00
leitner
35942878c2
$ make WERROR=-Werror now builds with -Werror
...
add some single char escaping routines to fmt.h
pull in html5 entities from w3c and use those to do a proper scan_html decoding
fix an off-by-one in fmt_to_array
add a ton of unit tests for the fmt routines
2014-03-13 22:25:20 +00:00