summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-10Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.John 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-03Reformat source code with 'make format'Nguyễn Thái Ngọc Duy
2017-08-01Advertise --validate-utf8 in usage informationNguyễn Thái Ngọc Duy
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-11Use unsigned integer when shiftingPhil Turnbull
2017-07-06Avoid memcpy'ing NULL pointersPhil Turnbull
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-27Check for NULL pointer in get_link_typePhil Turnbull
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-06-23Reset bytes after UTF8 procYuki Izumi
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-07Re-add CMARK_OPT_NORMALIZE without effect.Yuki Izumi
2017-05-05Remove normalize as an option per #190 (#194)Yuki Izumi
2017-04-03Fixed code for freeing delimiter stack.John MacFarlane
2017-04-03Removed abort outside of conditional (typo).John MacFarlane
2017-04-03Removed coercion in error message when aborting from buffer.John MacFarlane
2017-04-03Print message to stderr when we abort due to memory demands.John MacFarlane
2017-02-05libcmark.pc: use CMAKE_INSTALL_LIBDIR (#185)Jens Petersen
2017-01-20Fixed buffer overflow error in S_parser_feed.John MacFarlane
2017-01-08Update emphasis parsing for spec change.John MacFarlane
2017-01-07Fixes for the LaTeX renderer (#182)Doeme
2017-01-06Merge pull request #179 from winterheart/cmakeJohn MacFarlane
2017-01-06Make shared and static libraries optionalAzamat H. Hackimov
2017-01-06Added support for built-in ${LIB_SUFFIX} featureAzamat H. Hackimov
2017-01-05Automatic code reformatting.John MacFarlane
2017-01-05Added a test for NULL when freeing subj->last_delim.John MacFarlane
2017-01-05Cleaned up setting of lower bounds for openers.John MacFarlane
2017-01-03Fixes #178, quadratic parsing bug.John MacFarlane
2017-01-03Slight improvement of clarity of logic in emph matching.John MacFarlane
2017-01-03Revert "More sourcepos! (#169)"John MacFarlane
2017-01-03Revert "Change types for source map offsets (#174)"John MacFarlane
2017-01-03Fix "multiple of 3" determination in emph/strong parsing.John MacFarlane
2016-12-30Change types for source map offsets (#174)Nick Wellnhofer
2016-12-20More sourcepos! (#169)Mathieu Duponchelle
2016-12-09Correctly initialize chunk in S_process_line (#170)Nick Wellnhofer
2016-12-05scanners.c generated with re2c 0.16 (68K smaller!).John MacFarlane
2016-12-05scanners.re - fixed warnings; use * for fallback.John MacFarlane