Age | Commit message (Expand) | Author |
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 |
2014-11-14 | Added some includes of buffer.h | John MacFarlane |
2014-11-13 | Moved the timing macros to get finer-grained information. | John MacFarlane |
2014-11-13 | Added bench.h and inserted timing macros in main. | John MacFarlane |
2014-11-13 | Rename cmark_free_nodes -> cmark_free_blocks. | John MacFarlane |
2014-11-11 | Don't include debug.h in any production code. | John MacFarlane |
2014-10-24 | Renamed c program and library stmd -> cmark. | John MacFarlane |
2014-10-18 | Reindented c sources. | John MacFarlane |
2014-09-15 | Cleanup external APIs | Vicent Marti |
2014-09-09 | Rename node_block | Vicent Marti |
2014-09-09 | Rename to strbuf | Vicent Marti |
2014-09-09 | ffffix | Vicent Marti |
2014-09-09 | lol | Vicent Marti |
2014-09-06 | replace Standard Markdown with CommonMark | Pablo RodrÃguez |
2014-08-13 | main.c: Fixed reading of files specified on command line. | John MacFarlane |
2014-08-13 | Initial commit | John MacFarlane |