Age | Commit message (Expand) | Author |
2015-04-07 | Fix regression in remove_trailing_blank_lines(). | Ben Trask |
2015-04-07 | Support for CRLF and CR line endings. | Ben Trask |
2015-03-27 | Removed an unnecessary check. | John MacFarlane |
2015-02-20 | Cleaned up some comments. | John MacFarlane |
2015-02-19 | Fixed use-after-free error. | John MacFarlane |
2015-02-19 | Fixed use-after-free bug. | John MacFarlane |
2015-02-16 | Made 'options' an int rather than a long. | John MacFarlane |
2015-02-16 | Move normalization step from main to cmark_parser_finish. | John MacFarlane |
2015-02-15 | Added options parameter to cmark_parse_document, cmark_parse_file. | John MacFarlane |
2015-02-14 | astyle changes (code formatting only). | John MacFarlane |
2015-01-18 | Readjust parser->current after closing fenced block. | John MacFarlane |
2015-01-17 | Removed some unneeded tests (code clarity). | John MacFarlane |
2015-01-17 | Small code clarification. | John MacFarlane |
2015-01-17 | Put check for fence close with the other checks for end-of-block. | John MacFarlane |
2015-01-16 | Fixed #285 in cmark. | John MacFarlane |
2015-01-16 | Nonrecursive rewrite of ends_with_blank_line. | John MacFarlane |
2015-01-16 | Renamed parameters cmark_node -> node. | John MacFarlane |
2015-01-05 | Reformatted code consistently with astyle. | John MacFarlane |
2014-12-29 | Added cmark_ prefix to functions in cmark_ctype. | John MacFarlane |
2014-12-29 | Added cmark_ctype.h with locale-independent isspace, ispunct, etc. | John MacFarlane |
2014-12-28 | Improved end column/end line calculations in finalize. | John MacFarlane |
2014-12-28 | Added end_column to cmark_node struct. | John MacFarlane |
2014-12-28 | blocks.c - removed unneeded start_line parameter from make_block. | John MacFarlane |
2014-12-28 | blocks.c: removed redundant line_number param in finalize. | John MacFarlane |
2014-12-28 | Rename CMARK_NODE_LIST_ITEM -> CMARK_NODE_ITEM. | John MacFarlane |
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 |