Commit Graph

5 Commits (f7fee036c1290ebeb4d557f59d333751251c40fe)

Author SHA1 Message Date
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
leitner 3004b518ef switch to size_t and ssize_t
leitner 60d00ede11 remove some warnings
leitner a8f6a1c121 remove special case stralloc textcode functions
write generic stralloc and array textcode wrapper functions
change textcode API to use long instead of int
add cescape fmt and scan functions to textcode
add fmt_foldwhitespace to textcode
leitner 0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API