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
/
blocks.c
Age
Commit message (
Expand
)
Author
2014-11-17
Set prev, parent and last_child for inlines
Nick Wellnhofer
2014-11-17
Rename ast.h to parser.h
Nick Wellnhofer
2014-11-17
Switch cmark_node_inl over to cmark_node
Nick Wellnhofer
2014-11-17
Switch cmark_node_block over to cmark_node
Nick Wellnhofer
2014-11-16
Moved refmap from the top-level block node to the doc_parser.
John MacFarlane
2014-11-16
Export enums for inline, block types, list and list delim types.
John MacFarlane
2014-11-16
Removed CMARK_CODE_INDENT, CODE_INDENT from public header.
John MacFarlane
2014-11-16
Probe for stdbool.h
Nick Wellnhofer
2014-11-16
Use named enum types
Nick Wellnhofer
2014-11-16
Cast void pointers explicitly
Nick Wellnhofer
2014-11-16
Moved AST details from public header cmark.h to private ast.h.
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 ast.[c,h] for AST definitions and AST-manipulating functions.
John MacFarlane
2014-11-12
Mark some functions as static
Nick Wellnhofer
2014-11-06
Use non-recursive algorithm for process_inlines.
John MacFarlane
2014-11-06
Reformatted code consistently.
John MacFarlane
2014-11-05
Made block-freeing slightly more efficient by using last_child.
John MacFarlane
2014-11-05
Made cmark_free_nodes non-recursive.
John MacFarlane
2014-10-26
Require space before closing # sequence in ATX header.
John MacFarlane
2014-10-24
Renamed c program and library stmd -> cmark.
John MacFarlane
2014-10-24
Add a newline to a line that doesn't end with one.
John MacFarlane
2014-10-24
Merge branch 'master' of https://github.com/tchetch/stmd into tchetch-master
John MacFarlane
2014-10-24
Use unsigned char, not char, throughout.
John MacFarlane
2014-10-18
Reindented c sources.
John MacFarlane
2014-10-06
- Use of calloc instead of malloc
tchetch
2014-09-17
Better handle trailing backslashes in ATX-style headers
Jordan Milne
2014-09-15
Cleanup external APIs
Vicent Marti
2014-09-10
Cleanup reference implementation
Vicent Marti
2014-09-09
Abstract the Block union
Vicent Marti
2014-09-09
UTF8-aware detabbing and entity handling
Vicent Marti
2014-09-09
Rename block literals
Vicent Marti
2014-09-09
Rename node_block
Vicent Marti
2014-09-09
Rename to strbuf
Vicent Marti
2014-09-09
379/62
Vicent Marti
2014-09-09
368/73
Vicent Marti
2014-09-09
338/103
Vicent Marti
2014-09-09
It buiiiilds
Vicent Marti
2014-09-09
ffffix
Vicent Marti
2014-09-09
lol
Vicent Marti
2014-08-13
Initial commit
John MacFarlane
[prev]