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
2020-03-03
Skip UTF-8 BOM if present at beginning of buffer.
John MacFarlane
2020-01-23
Rearrange struct cmark_node
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for literal text
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for code info and literal
Nick Wellnhofer
2019-04-06
Resolve link references before creating setext header.
John MacFarlane
2019-03-17
Use hand-rolled scanner for thematic break.
John MacFarlane
2019-03-17
Do cheaper test first.
John MacFarlane
2019-03-17
Rename ends_with_blank_line with S_ prefix.
John MacFarlane
2019-03-17
Add CMARK_NODE__LAST_LINE_CHECKED flag.
John MacFarlane
2019-03-17
In ends_with_blank_line, call S_set_last_line_blank...
John MacFarlane
2018-04-14
Optimize S_find_first_nonspace.
John MacFarlane
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
[next]