summaryrefslogtreecommitdiff
path: root/src/iterator.c
AgeCommit message (Expand)Author
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2020-01-23Use C string instead of chunk for literal textNick Wellnhofer
2017-08-09Add sourcepos info for inlinesYuki Izumi
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2016-06-06cmake: Global handler for OOM situationsVicent Marti
2016-01-17iterator: handle NULL root.John MacFarlane
2015-12-28Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE.John MacFarlane
2015-12-22Rename hrule -> thematic_break.John MacFarlane
2015-08-10Remove need to disable MSVC warning 4800Kevin Wojniak
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-05-07cmark_consolidate_text_nodes: Avoid an unnecessary string allocation.John MacFarlane
2015-05-06cmark_consolidate_text_nodes: avoid some unnecessary allocation.John MacFarlane
2015-05-04Better solution for memory leak in `cmark_consolidate_text_nodes`.John MacFarlane
2015-05-04Straightforward fix for memory leak #32.John MacFarlane
2015-02-15Fixed segfault with --normalize (closes #7).John MacFarlane
2015-01-20Accessor for iterator's root nodeNick Wellnhofer
2015-01-12Some astyle reformatting.John MacFarlane
2015-01-10Rework iteratorsNick Wellnhofer
2015-01-10Optimize S_is_leafNick Wellnhofer
2015-01-09Minor code reformatting.John MacFarlane
2015-01-08Added `cmark_iter_reset` and a note about handling destructive updates.John MacFarlane
2015-01-07cmark: Add function & option to normalize text nodes.John MacFarlane
2014-12-14Rename CMARK_NODE_INLINE_CODE -> CMARK_NODE_CODE.John MacFarlane
2014-12-13Added iterator interface to API, removed cmark_walk.John MacFarlane