Age | Commit message (Expand) | Author |
2016-12-03 | Update CaseFolding to latest (#168) | Kevin Wojniak |
2016-12-01 | Allow balanced nested parens in link destinations (#166) | Yuki Izumi |
2016-11-26 | Allocate enough bytes for backticks array. | John MacFarlane |
2016-11-26 | Added pathological test for backticks. | John MacFarlane |
2016-11-26 | Inlines: Ensure that the delimiter stack is freed in subject. | John MacFarlane |
2016-11-26 | Fixed pathological cases with backtick code spans: | John MacFarlane |
2016-11-24 | Remove redundant cmake_minimum_required. | John MacFarlane |
2016-11-19 | Bump version to 0.27.1, update changelog. | John MacFarlane |
2016-11-19 | Use VERSION_GREATER to clean up cmake version test. | John MacFarlane |
2016-11-19 | Put set_policy under cmake version test. | John MacFarlane |
2016-11-18 | Improve afl target. Use afl-clang by default. Set default for path. | John MacFarlane |
2016-11-18 | Set policy for CMP0063 to avoid a warning. | John MacFarlane |
2016-11-18 | Update changelog. | John MacFarlane |
2016-11-18 | Bump to 0.27.0. | John MacFarlane |
2016-11-18 | Update man 3 page. | John MacFarlane |
2016-11-18 | Update spec. | John MacFarlane |
2016-11-13 | Fix warnings building with MSVC on Windows (#165) | Hugh Bellamy |
2016-11-09 | Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 (e.g. 3.6.2... | Hugh Bellamy |
2016-11-04 | Fix for non-matching entities (#161) | Yuki Izumi |
2016-10-30 | Modified print_delimiters (commented out) so it compiles again. | John MacFarlane |
2016-10-11 | Ran 'make format' to reformat code. | John MacFarlane |
2016-10-11 | 'make format': don't change order of includes. | John MacFarlane |
2016-10-11 | Changed logic for null/eol checks. | John MacFarlane |
2016-10-11 | Merge pull request #160 from kivikakk/kivikakk/fix-nul-lf-sequence | John MacFarlane |
2016-10-11 | Fix by not advancing past both \0 and \n | Yuki Izumi |
2016-10-11 | Add test for NUL-LF sequence | Yuki Izumi |
2016-09-27 | Merge pull request #158 from kivikakk/one-more-mem | John MacFarlane |
2016-09-27 | One more cmark_mem use | Yuki Izumi |
2016-09-26 | Merge pull request #157 from kivikakk/list-parse-mem-leak | John MacFarlane |
2016-09-26 | Merge pull request #156 from kivikakk/use-mem-to-free | John MacFarlane |
2016-09-26 | Fix memory leak in list parsing | Yuki Izumi |
2016-09-26 | Use cmark_mem to free where used to alloc | Yuki Izumi |
2016-09-15 | Allow a shortcut link before a (. | John MacFarlane |
2016-09-15 | Update spec. | John MacFarlane |
2016-09-14 | Update spec. | John MacFarlane |
2016-09-14 | Allow tabs after setext header line. | John MacFarlane |
2016-09-13 | Regenerated cmark.3 man page. | John MacFarlane |
2016-09-13 | Regenerated scanners.c. | John MacFarlane |
2016-09-13 | Don't let URI schemes start with spaces. | John MacFarlane |
2016-09-13 | Merge pull request #153 from gaborcsardi/patch-1 | John MacFarlane |
2016-09-12 | Fixed h2..h6 HTML blocks (jgm/CommonMark#430). | John MacFarlane |
2016-09-12 | Update spec | John MacFarlane |
2016-09-12 | autolink scheme can contain digits | Gábor Csárdi |
2016-08-29 | Merge pull request #152 from nwellnhof/function-prototypes | John MacFarlane |
2016-08-26 | Fix nullary function declarations in cmark.h | Nick Wellnhofer |
2016-08-24 | Merge pull request #151 from petere/update-copying | John MacFarlane |
2016-08-21 | COPYING: Update file name and remove duplicate section | Peter Eisentraut |
2016-08-21 | COPYING: Remove removed files | Peter Eisentraut |
2016-08-09 | Merge pull request #149 from PavloKapyshin/master | John MacFarlane |
2016-08-09 | Fix typo | Pavlo Kapyshin |