Commit Graph

11 Commits (dd5f8d13c3b2778d168da1dad324d869da57aa95)

Author SHA1 Message Date
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 5226dd010d change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
leitner 5674c5186d add long long fmt routines
leitner 40bba8865b add fmt_human, fmt_humank and fmt_httpdate
leitner a3b08eb5e5 add fmt_human and fmt_humank
leitner 85c18a49cb Lots of good clean-ups from Jukka Zitting!
leitner 31d016c7c4 don't include str.h in fmt.h
leitner 3683655654 remove __THROW
leitner ada92190c4 change semantic of fmt_fill and add man pages.
leitner 6629de6768 add fmt_pad and fmt_fill.
leitner 3083708670 Initial revision