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-29
Push parser interface
Nick Wellnhofer
2014-11-28
Renamed identifiers in public API:
John MacFarlane
2014-11-28
Avoid potential memory leak.
John MacFarlane
2014-11-28
Removed unnecessary assignment.
John MacFarlane
2014-11-28
Use prefixed names for symbols from references.h
Nick Wellnhofer
2014-11-28
Use prefixed names for symbols from inlines.h
Nick Wellnhofer
2014-11-24
Cast void* for MSVC compatibility
Nick Wellnhofer
2014-11-23
Added 'fenced' flag to cmark_code struct, renamed from cmark_fenced_code.
John MacFarlane
2014-11-23
Added internal flag to distinguish setext from atx headers.
John MacFarlane
2014-11-23
Do not distinguish btw fenced and indented code in AST.
John MacFarlane
2014-11-23
Revert "Revert "Remove distinction btw atx and setext header in AST.""
John MacFarlane
2014-11-23
Fix segfault on docs without trailing newline
Nick Wellnhofer
2014-11-22
Revert "Remove distinction btw atx and setext header in AST."
John MacFarlane
2014-11-22
Remove distinction btw atx and setext header in AST.
John MacFarlane
2014-11-22
Renamed NODE_BQUOTE -> NODE_BLOCK_QUOTE.
John MacFarlane
2014-11-22
Fixed #192.
John MacFarlane
2014-11-22
Updated JS and C implementations for #209.
John MacFarlane
2014-11-22
Make parser accept a char*
Nick Wellnhofer
2014-11-22
Fix and test node_check
Nick Wellnhofer
2014-11-17
Make parse_inlines add directly to parent.
John MacFarlane
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
[next]