summaryrefslogtreecommitdiff
path: root/src/iterator.c
AgeCommit message (Expand)Author
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