summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-10Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.John MacFarlane
2017-09-13Merge pull request #232 from github/upstream/refparseJohn MacFarlane
2017-09-14blocks: Fix quadratic behavior in `finalize`Vicent Marti
2017-08-09--smart: open quote can never occur right after `]` or `)`.John MacFarlane
2017-08-03Merge pull request #224 from pclouds/make-format-source-codeJohn MacFarlane
2017-08-03Reformat source code with 'make format'Nguyễn Thái Ngọc Duy
2017-08-03Update README.md, replace 'make astyle' with 'make format'Nguyễn Thái Ngọc Duy
2017-08-02Merge pull request #222 from PavloKapyshin/masterJohn MacFarlane
2017-08-02Fix typoPavlo Kapyshin
2017-08-01Update spec.John MacFarlane
2017-08-01Update changelog.John MacFarlane
2017-08-01Merge branch 'master' of github.com:jgm/cmarkJohn MacFarlane
2017-08-01Merge pull request #221 from pclouds/document-validate-utf8John MacFarlane
2017-08-01Update changelog.John MacFarlane
2017-08-01Bump version to 0.28.0.John MacFarlane
2017-08-01Update spec.John MacFarlane
2017-08-01Advertise --validate-utf8 in usage informationNguyễn Thái Ngọc Duy
2017-07-25Merge pull request #219 from github/upstream/left-angle-linkJohn MacFarlane
2017-07-17Fix URL scanner.Yuki Izumi
2017-07-13Reverted mistaken fix to #193.John MacFarlane
2017-07-11Merge pull request #213 from github/upstream/undefined-shiftJohn MacFarlane
2017-07-11Merge pull request #212 from github/upstream/memcpy-nonnullJohn MacFarlane
2017-07-11Use unsigned integer when shiftingPhil Turnbull
2017-07-06Avoid memcpy'ing NULL pointersPhil Turnbull
2017-06-29Updated spec.txt.John MacFarlane
2017-06-29DeMorgan simplification of some tests in emphasis parser.John MacFarlane
2017-06-29Fixed undefined shift in commonmark writer.John MacFarlane
2017-06-29latex writer: fix memory overflow.John MacFarlane
2017-06-29Makefile: add libFuzzer to phonyJohn MacFarlane
2017-06-27Merge pull request #209 from philipturnbull/libFuzzerJohn MacFarlane
2017-06-27Check for NULL pointer in get_link_typePhil Turnbull
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-06-27Move fuzzing dictionary into single filePhil Turnbull
2017-06-23Add hyphen to dictionaryPhil Turnbull
2017-06-23Merge pull request #207 from github/upstream/oob-readJohn MacFarlane
2017-06-23Reset bytes after UTF8 procYuki Izumi
2017-06-21Merge pull request #205 from github/dont-scan-past-eolJohn MacFarlane
2017-06-21Don't scan past newline eitherYuki Izumi
2017-06-21Don't scan past an EOLYuki Izumi
2017-06-02Merge pull request #195 from github/revert-194-upstream/remove-normalizeJohn MacFarlane
2017-06-02Document cases where get_ functions return NULL.John MacFarlane
2017-06-02Properly handle backslashes in link destinations.John MacFarlane
2017-06-02Fixed bug with unescaped left angle bracket in link destination.John MacFarlane
2017-06-02Fixed cmark_node_get_list_start to return 0 for bullet lists...John MacFarlane
2017-05-30Use CMARK_NO_DELIM for bullet lists. Closes #201.John MacFarlane
2017-05-18Merge pull request #198 from PavloKapyshin/masterJohn MacFarlane
2017-05-16Add link to Python wrapperPavlo Kapyshin
2017-05-16Prettify languages listPavlo Kapyshin
2017-05-15README: Add link to cmark-scala (#196)Tim Nieradzik
2017-05-07Re-add CMARK_OPT_NORMALIZE without effect.Yuki Izumi