index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
iterator.c
Age
Commit message (
Expand
)
Author
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