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-12-16
Added 'literal' field to 'code' struct.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-14
Use cmark_iter to avoid stack allocation in process_inlines.
John MacFarlane
2014-12-14
Use chunk for fenced code info, instead of strbuf.
John MacFarlane
2014-12-14
Use as.literal instead of string_content for HTML and code blocks.
John MacFarlane
2014-12-13
Remove CMARK_NODE_REFERENCE_DEF from API.
John MacFarlane
2014-12-13
Removed cmark_ prefix on chunk and strbuf.
John MacFarlane
2014-12-12
Revert "Removed CMARK_NODE_REFERENCE_DEF from API."
John MacFarlane
2014-12-12
Removed CMARK_NODE_REFERENCE_DEF from API.
John MacFarlane
2014-12-08
Fix last_line_blank logic
Nick Wellnhofer
2014-12-04
Moved source files from src/html into src.
John MacFarlane
2014-12-02
Fix EOF detection
Nick Wellnhofer
2014-11-30
Renamed cmark_parser_push -> cmark_parser_feed.
John MacFarlane
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
[next]