6 Commits (1824bcbd0c93003d7f809bd64420111b4dea659d)

Author SHA1 Message Date
leitner d26b8082d8 shut up new gcc 6 warnings 9 years ago
leitner e0a6a1cb84 try to catch malicious input in textcode fmt_* functions 17 years ago
leitner 3004b518ef switch to size_t and ssize_t 18 years ago
leitner 60f3320ae0 allow specifying more characters to encode for subset encoders (for
example, you can say that fmt_quotedprintable should also escape ':', if
you want to use ':' as separator in a data file.
20 years ago
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
21 years ago
leitner 5a9a7e6f1a quoted unprintable 23 years ago