Age | Commit message (Expand) | Author |
2016-06-06 | cmark: Implement support for custom allocators | Vicent Marti |
2016-06-06 | cmake: Global handler for OOM situations | Vicent Marti |
2016-05-26 | Add 2016 to copyright | Kevin Burke |
2016-04-09 | Fixed a number of issues relating to line wrapping. | John MacFarlane |
2016-03-27 | Merge pull request #118 from nwellnhof/win-eol-fix2 | John MacFarlane |
2016-03-27 | Set stdin to binary mode on Windows | Nick Wellnhofer |
2016-03-26 | Open files in binary mode | Nick Wellnhofer |
2015-12-19 | Removed bench.h and timing calls in main.c | John MacFarlane |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-07-13 | Added `CMARK_OPT_SAFE` option and `--safe` command-line flag. | John MacFarlane |
2015-07-12 | Added width parameter to render_man. | John MacFarlane |
2015-07-11 | Removed dependence on debug.h. | John MacFarlane |
2015-07-05 | Added LaTeX renderer. | John MacFarlane |
2015-06-16 | Added `CMARK_OPT_VALIDATE_UTF8` option. | John MacFarlane |
2015-04-19 | astyle reformatting. | John MacFarlane |
2015-03-30 | Modified copyright message with --version. | John MacFarlane |
2015-03-22 | Initialize width. | John MacFarlane |
2015-03-21 | CommonMark renderer: Added 'width' parameter. | John MacFarlane |
2015-03-21 | Added commonmark renderer. | John MacFarlane |
2015-02-16 | Rename CMARK_OPT_SMARTPUNCT -> CMARK_OPT_SMART. | John MacFarlane |
2015-02-16 | Made 'options' an int rather than a long. | John MacFarlane |
2015-02-16 | Move normalization step from main to cmark_parser_finish. | John MacFarlane |
2015-02-15 | Added options parameter to cmark_parse_document, cmark_parse_file. | John MacFarlane |
2015-02-15 | Moved normalization step from XML renderer to main. | John MacFarlane |
2015-02-14 | Added CMARK_OPT_SMARTPUNCT and --smart option. | John MacFarlane |
2015-01-23 | Improve version information | Nick Wellnhofer |
2015-01-07 | cmark: Add function & option to normalize text nodes. | John MacFarlane |
2015-01-05 | Reformatted code consistently with astyle. | John MacFarlane |
2014-12-31 | Write to stdout in binary mode on Windows | Nick Wellnhofer |
2014-12-29 | Added options parameter to renderers. | John MacFarlane |
2014-12-28 | Removed old 'ast' format, now that we have 'xml'. | John MacFarlane |
2014-12-28 | Added xml writer, to dump the AST in XML. | John MacFarlane |
2014-12-13 | Added cmark_render_man (man page writer). | John MacFarlane |
2014-12-02 | Fix EOF detection | Nick Wellnhofer |
2014-11-30 | Renamed cmark_parser_push -> cmark_parser_feed. | John MacFarlane |
2014-11-29 | Push parser interface | Nick Wellnhofer |
2014-11-28 | Removed cmark_free_nodes from public API. | John MacFarlane |
2014-11-28 | Renamed identifiers in public API: | John MacFarlane |
2014-11-25 | Replaced cmark_debug_print with cmark_render_ast. | John MacFarlane |
2014-11-22 | Make parser accept a char* | Nick Wellnhofer |
2014-11-22 | Make render_html return a char* | Nick Wellnhofer |
2014-11-17 | Switch cmark_node_inl over to cmark_node | Nick Wellnhofer |
2014-11-17 | Switch cmark_node_block over to cmark_node | Nick Wellnhofer |
2014-11-16 | Free the string returned by html renderer in main program. | John MacFarlane |
2014-11-16 | Moved MAX_LINK_LABEL_LENGTH out of public header. | John MacFarlane |
2014-11-16 | Probe for stdbool.h | Nick Wellnhofer |
2014-11-16 | Don't use variable-length arrays | Nick Wellnhofer |
2014-11-16 | We don't need to include stdbool in the public header. | John MacFarlane |
2014-11-16 | cmark_render_html now just returns a regular C string. | John MacFarlane |
2014-11-15 | Expose lower-level parsing API. | John MacFarlane |