Age | Commit message (Expand) | Author |
2020-01-02 | build: chmod -x CMakeLists.txt (NFC) | Saleem Abdulrasool |
2020-01-02 | build: reduce property computation in CMake | Saleem Abdulrasool |
2020-01-02 | build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY` | Saleem Abdulrasool |
2020-01-02 | build: improve man page installation | Saleem Abdulrasool |
2020-01-02 | build: only include GNUInstallDirs once | Saleem Abdulrasool |
2019-12-26 | build: replace `add_compile_definitions` (#321) | Saleem Abdulrasool |
2019-12-22 | build: cleanup CMake (#319) | Saleem Abdulrasool |
2019-12-21 | Commonmark renderer: always use fences for code (#317). | John MacFarlane |
2019-12-21 | Ensure that consecutive indented code blocks aren't merged... | John MacFarlane |
2019-12-19 | Improve rendering of commonmark code spans with spaces. | John MacFarlane |
2019-11-27 | normalize.py: use html.escape instead of cgi.escape. | John MacFarlane |
2019-11-11 | Cleaner approach to max digits for numeric entities. | John MacFarlane |
2019-11-11 | Fix entity parser (and api test) to respect length limit on numeric entities. | John MacFarlane |
2019-11-11 | Code reformat | John MacFarlane |
2019-11-11 | Don't allow link destinations with unbalanced unescaped parentheses. | John MacFarlane |
2019-11-11 | Updaet spec.txt. | John MacFarlane |
2019-10-14 | Create FUNDING.yml | John MacFarlane |
2019-07-05 | print_usage(): Minor grammar fix, swap two words (#305) | Øyvind A. Holm |
2019-06-01 | Clarify which backtick strings (#301) | Johel Ernesto Guerrero Peña |
2019-05-29 | Remove "-rdynamic" flag for static builds (#300) | Eric Pruitt |
2019-04-23 | Merge pull request #294 from JerwuQu/cmark-issue-291-jerwuqu | John MacFarlane |
2019-04-23 | Merge pull request #295 from nwellnhof/link-exe-with-lib | John MacFarlane |
2019-04-23 | Link executable with static or shared library | Nick Wellnhofer |
2019-04-23 | Add built cmark.exe as an AppVeyor artifact | Marcus Ramse |
2019-04-08 | Revise changelog | John MacFarlane |
2019-04-07 | Updaet changelog. | John MacFarlane |
2019-04-07 | For afl target, don't build tests. | John MacFarlane |
2019-04-07 | Update spec. | John MacFarlane |
2019-04-06 | Bump version to 0.29.0. | John MacFarlane |
2019-04-06 | Update spec. | John MacFarlane |
2019-04-06 | Update spec. | John MacFarlane |
2019-04-06 | Update spec. | John MacFarlane |
2019-04-06 | Resolve link references before creating setext header. | John MacFarlane |
2019-04-06 | commonmark renderer: improve escaping. | John MacFarlane |
2019-04-06 | render: only emit actual newline when escape mode is LITERAL. | John MacFarlane |
2019-04-06 | Update spec. | John MacFarlane |
2019-04-04 | Update code span normalization... | John MacFarlane |
2019-04-04 | Update spec. | John MacFarlane |
2019-04-03 | Allow empty `<>` link destination in reference link. | John MacFarlane |
2019-04-03 | Update spec | John MacFarlane |
2019-03-28 | Remove leftover includes of memory.h. | John MacFarlane |
2019-03-26 | Merge pull request #269 from foonathan/master | John MacFarlane |
2019-03-26 | Fix #289. | John MacFarlane |
2019-03-26 | Update spec.txt. | John MacFarlane |
2019-03-26 | Update regression tests in light of recent spec changes... | John MacFarlane |
2019-03-25 | Add regression test for #517. | John MacFarlane |
2019-03-25 | Update test/spec.txt | John MacFarlane |
2019-03-23 | Update spec; allow internal delimiter runs to match if... | John MacFarlane |
2019-03-22 | Include references.h in parser.h | John MacFarlane |
2019-03-19 | Update spec. Fix `[link](<foo\>)`. | John MacFarlane |