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
2018-03-25
Don't allow list markers to be indented >= 4 spaces.
John MacFarlane
2017-11-02
Merge branch 'master' into upstream/inline-sourcepos
Ashe Connor
2017-09-14
blocks: Fix quadratic behavior in `finalize`
Vicent Marti
2017-08-10
Fix inlines spanning newlines, text in non-para
Yuki Izumi
2017-06-23
Reset bytes after UTF8 proc
Yuki Izumi
2017-06-02
Fixed cmark_node_get_list_start to return 0 for bullet lists...
John MacFarlane
2017-05-30
Use CMARK_NO_DELIM for bullet lists. Closes #201.
John MacFarlane
2017-05-05
Remove normalize as an option per #190 (#194)
Yuki Izumi
2017-01-20
Fixed buffer overflow error in S_parser_feed.
John MacFarlane
2017-01-03
Revert "More sourcepos! (#169)"
John MacFarlane
2017-01-03
Revert "Change types for source map offsets (#174)"
John MacFarlane
2016-12-30
Change types for source map offsets (#174)
Nick Wellnhofer
2016-12-20
More sourcepos! (#169)
Mathieu Duponchelle
2016-12-09
Correctly initialize chunk in S_process_line (#170)
Nick Wellnhofer
2016-10-11
Ran 'make format' to reformat code.
John MacFarlane
2016-10-11
Changed logic for null/eol checks.
John MacFarlane
2016-10-11
Fix by not advancing past both \0 and \n
Yuki Izumi
2016-09-26
Merge pull request #157 from kivikakk/list-parse-mem-leak
John MacFarlane
2016-09-26
Fix memory leak in list parsing
Yuki Izumi
2016-09-26
Use cmark_mem to free where used to alloc
Yuki Izumi
2016-07-15
Reformatted.
John MacFarlane
2016-07-13
Fix sourcepos for blockquotes.
John MacFarlane
2016-07-13
Replaced check for `\n` with `S_is_line_end_char`.
John MacFarlane
2016-07-13
Empty list items cannot interrupt paragraphs (spec change).
John MacFarlane
2016-07-11
Fix mistaken sourcepos for atx headers.
John MacFarlane
2016-07-11
Removed "two blanks breaks out of a list" feature.
John MacFarlane
2016-07-11
Don't allow ordered lists to interrupt paragraphs unless...
John MacFarlane
2016-06-24
Reformatted.
John MacFarlane
2016-06-06
msvc: Fix warnings and errors
Vicent Marti
2016-06-06
mem: Rename the new APIs
Vicent Marti
2016-06-06
mem: Add a `realloc` pointer to the memory handler
Vicent Marti
2016-06-06
node: Memory diet
Vicent Marti
2016-06-06
node: Memory diet
Vicent Marti
2016-06-06
cmark: Implement support for custom allocators
Vicent Marti
2016-06-06
cmake: Global handler for OOM situations
Vicent Marti
2016-06-06
buffer: proper safety checks for unbounded memory
Vicent Marti
2016-04-09
Reformatted.
John MacFarlane
2016-04-09
Correctly handle list marker followed only by spaces.
John MacFarlane
2016-03-26
Handle buffer split across a CRLF line ending (closes #117).
John MacFarlane
2016-03-26
Reset partially_consumed_tab on every new line
Nick Wellnhofer
2016-03-12
Switch from "inline" to "CMARK_INLINE"
Nick Wellnhofer
2016-02-12
blocks: More documentation and refactoring
Mathieu Duponchelle
2016-02-10
Removed unnecessary check for empty string_content.
John MacFarlane
2016-02-10
Revert "Simplified condition for lazy line."
John MacFarlane
2016-02-09
Factored out contains_inlines.
John MacFarlane
2016-02-09
Simplified condition for lazy line.
John MacFarlane
2016-02-09
Added code comments.
John MacFarlane
2016-02-09
Added code comment.
John MacFarlane
2016-02-06
Code cleanup: add function to test for space or tab.
John MacFarlane
2016-02-06
Use an assertion to check for in-range html_block_type.
John MacFarlane
[next]