summaryrefslogtreecommitdiff
path: root/src/cmark_ctype.h
AgeCommit message (Collapse)Author
2014-12-31Include guards and C linkage for cmark_ctype.hNick Wellnhofer
2014-12-29Added cmark_ prefix to functions in cmark_ctype.John MacFarlane
2014-12-29Added cmark_ctype.h with locale-independent isspace, ispunct, etc.John MacFarlane
Otherwise cmark's behavior varies unpredictably with the locale. `is_punctuation` in utf8.h has also been adjusted so that everything that counts all ASCII symbol characters count as punctuation, even though some are not in P* character classes.