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-01-17 | iterator: handle NULL root. | John MacFarlane |
2015-12-28 | Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE. | John MacFarlane |
2015-12-22 | Rename hrule -> thematic_break. | John MacFarlane |
2015-08-10 | Remove need to disable MSVC warning 4800 | Kevin Wojniak |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-05-07 | cmark_consolidate_text_nodes: Avoid an unnecessary string allocation. | John MacFarlane |
2015-05-06 | cmark_consolidate_text_nodes: avoid some unnecessary allocation. | John MacFarlane |
2015-05-04 | Better solution for memory leak in `cmark_consolidate_text_nodes`. | John MacFarlane |
2015-05-04 | Straightforward fix for memory leak #32. | John MacFarlane |
2015-02-15 | Fixed segfault with --normalize (closes #7). | John MacFarlane |
2015-01-20 | Accessor for iterator's root node | Nick Wellnhofer |
2015-01-12 | Some astyle reformatting. | John MacFarlane |
2015-01-10 | Rework iterators | Nick Wellnhofer |
2015-01-10 | Optimize S_is_leaf | Nick Wellnhofer |
2015-01-09 | Minor code reformatting. | John MacFarlane |
2015-01-08 | Added `cmark_iter_reset` and a note about handling destructive updates. | John MacFarlane |
2015-01-07 | cmark: Add function & option to normalize text nodes. | John MacFarlane |
2014-12-14 | Rename CMARK_NODE_INLINE_CODE -> CMARK_NODE_CODE. | John MacFarlane |
2014-12-13 | Added iterator interface to API, removed cmark_walk. | John MacFarlane |