Age | Commit message (Expand) | Author |
2017-08-10 | Fix inlines spanning newlines, text in non-para | Yuki Izumi |
2017-08-09 | --smart: open quote can never occur right after `]` or `)`. | John MacFarlane |
2017-08-09 | Add sourcepos info for inlines | Yuki Izumi |
2017-08-03 | Merge pull request #224 from pclouds/make-format-source-code | John MacFarlane |
2017-08-03 | Reformat source code with 'make format' | Nguyễn Thái Ngọc Duy |
2017-08-03 | Update README.md, replace 'make astyle' with 'make format' | Nguyễn Thái Ngọc Duy |
2017-08-02 | Merge pull request #222 from PavloKapyshin/master | John MacFarlane |
2017-08-02 | Fix typo | Pavlo Kapyshin |
2017-08-01 | Update spec. | John MacFarlane |
2017-08-01 | Update changelog. | John MacFarlane |
2017-08-01 | Merge branch 'master' of github.com:jgm/cmark | John MacFarlane |
2017-08-01 | Merge pull request #221 from pclouds/document-validate-utf8 | John MacFarlane |
2017-08-01 | Update changelog. | John MacFarlane |
2017-08-01 | Bump version to 0.28.0. | John MacFarlane |
2017-08-01 | Update spec. | John MacFarlane |
2017-08-01 | Advertise --validate-utf8 in usage information | Nguyễn Thái Ngọc Duy |
2017-07-25 | Merge pull request #219 from github/upstream/left-angle-link | John MacFarlane |
2017-07-17 | Fix URL scanner. | Yuki Izumi |
2017-07-13 | Reverted mistaken fix to #193. | John MacFarlane |
2017-07-12 | > 32 nested balanced parens in a link is bananas | Yuki Izumi |
2017-07-11 | Merge pull request #213 from github/upstream/undefined-shift | John MacFarlane |
2017-07-11 | Merge pull request #212 from github/upstream/memcpy-nonnull | John MacFarlane |
2017-07-11 | Use unsigned integer when shifting | Phil Turnbull |
2017-07-06 | Avoid memcpy'ing NULL pointers | Phil Turnbull |
2017-06-29 | Updated spec.txt. | John MacFarlane |
2017-06-29 | DeMorgan simplification of some tests in emphasis parser. | John MacFarlane |
2017-06-29 | Fixed undefined shift in commonmark writer. | John MacFarlane |
2017-06-29 | latex writer: fix memory overflow. | John MacFarlane |
2017-06-29 | Makefile: add libFuzzer to phony | John MacFarlane |
2017-06-27 | Merge pull request #209 from philipturnbull/libFuzzer | John MacFarlane |
2017-06-27 | Check for NULL pointer in get_link_type | Phil Turnbull |
2017-06-27 | Add Makefile target and harness to fuzz with libFuzzer | Phil Turnbull |
2017-06-27 | Move fuzzing dictionary into single file | Phil Turnbull |
2017-06-23 | Add hyphen to dictionary | Phil Turnbull |
2017-06-23 | Merge pull request #207 from github/upstream/oob-read | John MacFarlane |
2017-06-23 | Reset bytes after UTF8 proc | Yuki Izumi |
2017-06-21 | Merge pull request #205 from github/dont-scan-past-eol | John MacFarlane |
2017-06-21 | Don't scan past newline either | Yuki Izumi |
2017-06-21 | Don't scan past an EOL | Yuki Izumi |
2017-06-02 | Merge pull request #195 from github/revert-194-upstream/remove-normalize | John MacFarlane |
2017-06-02 | Document cases where get_ functions return NULL. | John MacFarlane |
2017-06-02 | Properly handle backslashes in link destinations. | John MacFarlane |
2017-06-02 | Fixed bug with unescaped left angle bracket in link destination. | John MacFarlane |
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-18 | Merge pull request #198 from PavloKapyshin/master | John MacFarlane |
2017-05-16 | Add link to Python wrapper | Pavlo Kapyshin |
2017-05-16 | Prettify languages list | Pavlo Kapyshin |
2017-05-15 | README: Add link to cmark-scala (#196) | Tim Nieradzik |
2017-05-07 | Re-add CMARK_OPT_NORMALIZE without effect. | Yuki Izumi |