Age | Commit message (Expand) | Author |
2016-06-06 | buffer: proper safety checks for unbounded memory | Vicent Marti |
2016-06-06 | Fix character type detection in commonmark.c | Nick Wellnhofer |
2016-06-01 | Coerce realurllen to int. | John MacFarlane |
2016-06-01 | - Changed type from int to size_t to fix implicit type conversion warning | Benedict Cohen |
2016-04-09 | Reformatted. | John MacFarlane |
2016-04-09 | Fixed a number of issues relating to line wrapping. | John MacFarlane |
2016-03-12 | Don't use variable length arrays | Nick Wellnhofer |
2016-03-12 | Switch from "inline" to "CMARK_INLINE" | Nick Wellnhofer |
2016-01-18 | Merge branch 'master' of https://github.com/mbenelli/cmark into mbenelli-master | John MacFarlane |
2015-12-28 | Reformat sources. | John MacFarlane |
2015-12-28 | Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE. | John MacFarlane |
2015-12-27 | latex renderer - better handling of internal links. | John MacFarlane |
2015-12-22 | Rename hrule -> thematic_break. | John MacFarlane |
2015-12-22 | CMARK_NODE_HEADER -> CMARK_NODE_HEADING. | John MacFarlane |
2015-12-22 | Rename 'header' -> 'heading'. | John MacFarlane |
2015-12-19 | Changed API for CUSTOM_BLOCK and CUSTOM_INLINE. | John MacFarlane |
2015-12-19 | Rename RAW_BLOCK -> CUSTOM_BLOCK, RAW_INLINE -> CUSTOM_INLINE. | John MacFarlane |
2015-12-19 | Added RAW_BLOCK and RAW_INLINE node types. | John MacFarlane |
2015-11-02 | Replaced sprintf with snprintf. | Marco Benelli |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-07-14 | astyle reformatting. | John MacFarlane |
2015-07-12 | Small cleanups. | John MacFarlane |
2015-07-12 | Use cmark_render_code_point in renderers. | John MacFarlane |
2015-07-12 | latex renderer - simplified using cmark_render_ascii. | John MacFarlane |
2015-07-12 | Removed options field from renderer struct. | John MacFarlane |
2015-07-12 | Removed enumlevel field of renderer. | John MacFarlane |
2015-07-12 | latex: Removed need to access render->in_tight_list_item. | John MacFarlane |
2015-07-12 | cmark_render: ensure final newline. | John MacFarlane |
2015-07-11 | Restructured common renderer code. | John MacFarlane |
2015-07-11 | Rename cmark_render_state -> cmark_renderer. | John MacFarlane |
2015-07-11 | Factored out common bits of rendering into separate render module. | John MacFarlane |
2015-07-07 | Fixed compiler warnings. | John MacFarlane |
2015-07-06 | Use sprintf rather than snprintf because we know it won't overflow. | John MacFarlane |
2015-07-05 | Another try at getting snprintf part to compile on Windows. | John MacFarlane |
2015-07-05 | Fixed typo in Windows fix. | John MacFarlane |
2015-07-05 | LaTeX writer: fixed some compile errors on MSVC. | John MacFarlane |
2015-07-05 | LaTeX writer: Fixed straight single, double quote. | John MacFarlane |
2015-07-05 | LaTeX renderer: \textbf for strong. | John MacFarlane |
2015-07-05 | astyle formatting improvements. | John MacFarlane |
2015-07-05 | Added LaTeX renderer. | John MacFarlane |