Age | Commit message (Expand) | Author |
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 |
2016-02-06 | Merge branch 'refactor-S_processLine' of https://github.com/MathieuDuponchell... | John MacFarlane |
2016-02-06 | Fixed handling of tabs in lists. | John MacFarlane |
2016-02-07 | blocks: Factorize S_processLines | Mathieu Duponchelle |
2016-02-06 | Properly handle tabs with blockquotes and fenced blocks. | John MacFarlane |
2016-02-06 | Clarify logic in S_advance_offset. | John MacFarlane |
2016-02-06 | S_advance_offset: Only set partially_consumed_tab in columns mode. | John MacFarlane |
2016-02-05 | Simplified add_line (only need parser parameter). | John MacFarlane |
2016-02-05 | Properly handle partially consumed tab. | John MacFarlane |
2016-02-05 | Added partially_consumed_tab to parser. | John MacFarlane |
2016-02-05 | Fixed tabs in indentation. | John MacFarlane |
2016-01-07 | Allow multiline setext header content, as per spec. | John MacFarlane |
2015-12-28 | Reformat sources. | John MacFarlane |
2015-12-28 | Replaced hard-coded 4 with TAB_STOP. | John MacFarlane |
2015-12-28 | Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE. | John MacFarlane |
2015-12-28 | Use input not parser->curline to determine last line length. | John MacFarlane |
2015-12-22 | Rename hrule -> thematic_break. | John MacFarlane |
2015-12-22 | CMARK_NODE_HEADER -> CMARK_NODE_HEADING. | John MacFarlane |