Age | Commit message (Expand) | Author |
---|---|---|
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-06-16 | Preliminary changes for new tab handling. | John MacFarlane |
2015-06-07 | Convert code base to strbuf_t | Nick Wellnhofer |
2015-06-06 | Factored out `S_find_first_nonspace` in `S_proces_line`. | John MacFarlane |
2015-02-16 | Made 'options' an int rather than a long. | John MacFarlane |
2015-02-15 | Added options parameter to cmark_parse_document, cmark_parse_file. | John MacFarlane |
2014-12-28 | Added end_column to cmark_node struct. | John MacFarlane |
2014-12-15 | Re-added cmark_ prefix to strbuf and chunk. | John MacFarlane |
2014-12-13 | Removed cmark_ prefix on chunk and strbuf. | John MacFarlane |
2014-11-29 | Push parser interface | Nick Wellnhofer |
2014-11-28 | Renamed identifiers in public API: | John MacFarlane |
2014-11-28 | Use prefixed names for symbols from references.h | Nick Wellnhofer |
2014-11-17 | Rename ast.h to parser.h | Nick Wellnhofer |