Age | Commit message (Expand) | Author |
---|---|---|
2016-06-06 | Fix character type detection in commonmark.c | Nick Wellnhofer |
2015-11-03 | Fix non-ASCII end-of-line character check | andyuhnak |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-01-05 | Reformatted code consistently with astyle. | John MacFarlane |
2014-12-31 | Include guards and C linkage for cmark_ctype.h | Nick Wellnhofer |
2014-12-29 | Attempted optimization of cmark_ctype. | John MacFarlane |
2014-12-29 | Added cmark_ prefix to functions in cmark_ctype. | John MacFarlane |
2014-12-29 | Added cmark_ctype.h with locale-independent isspace, ispunct, etc. | John MacFarlane |