Age | Commit message (Expand) | Author |
2015-08-06 | Prefix utf8proc functions to avoid conflict with existing library | Kevin Wojniak |
2015-07-27 | Disallow list item starting with multiple blank lines. | John MacFarlane |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-07-16 | Allow tabs before closing ##s in ATX header | John MacFarlane |
2015-07-14 | astyle reformatting. | John MacFarlane |
2015-07-14 | Limit 'start' to 8 digits to avoid undefined behavior (overflows). | John MacFarlane |
2015-07-11 | Removed dependence on debug.h. | John MacFarlane |
2015-07-10 | Updates for new HTML block spec. | John MacFarlane |
2015-06-18 | Minor astyle reformatting. | John MacFarlane |
2015-06-17 | Fixed off-by-one error in line splitting routine. | John MacFarlane |
2015-06-16 | Added `CMARK_OPT_VALIDATE_UTF8` option. | John MacFarlane |
2015-06-16 | is_blank: recognize tab as a blank character. | John MacFarlane |
2015-06-16 | Removed utf8 validation. | John MacFarlane |
2015-06-16 | Renamed utf8proc_detab as utf8proc_check, removed detabbing function. | John MacFarlane |
2015-06-16 | Preliminary changes for new tab handling. | John MacFarlane |
2015-06-16 | astyle formatting changes. | John MacFarlane |
2015-06-11 | Removed "add newline if line doesn't have one." | John MacFarlane |
2015-06-07 | Check for overflow in S_parser_feed | Nick Wellnhofer |
2015-06-07 | Convert code base to strbuf_t | Nick Wellnhofer |
2015-06-06 | Rename `is_line_end_char` to `S_is_line_end_char`. | John MacFarlane |
2015-06-06 | Factored out `S_find_first_nonspace` in `S_proces_line`. | John MacFarlane |
2015-06-06 | astyle formatting changes. | John MacFarlane |
2015-06-06 | Allow new list item container indented > 4 spaces. | John MacFarlane |
2015-06-04 | Cleaned up with is_line_end_char function. | John MacFarlane |
2015-06-03 | Revised "add newline to end if missing" for performance. | John MacFarlane |
2015-06-03 | Merge branch 'master' of https://github.com/btrask/cmark into btrask-master | John MacFarlane |
2015-06-03 | Fixed bug in list item parsing when items indented >= 4 spaces. | John MacFarlane |
2015-04-07 | Check length before reading. | Ben Trask |
2015-04-07 | Try to match existing style better. | Ben Trask |
2015-04-07 | Bug fixes for CRLF support. | Ben Trask |
2015-04-07 | Fix regression in remove_trailing_blank_lines(). | Ben Trask |
2015-04-07 | Support for CRLF and CR line endings. | Ben Trask |
2015-03-27 | Removed an unnecessary check. | John MacFarlane |
2015-02-20 | Cleaned up some comments. | John MacFarlane |
2015-02-19 | Fixed use-after-free error. | John MacFarlane |
2015-02-19 | Fixed use-after-free bug. | John MacFarlane |
2015-02-16 | Made 'options' an int rather than a long. | John MacFarlane |
2015-02-16 | Move normalization step from main to cmark_parser_finish. | John MacFarlane |
2015-02-15 | Added options parameter to cmark_parse_document, cmark_parse_file. | John MacFarlane |
2015-02-14 | astyle changes (code formatting only). | John MacFarlane |
2015-01-18 | Readjust parser->current after closing fenced block. | John MacFarlane |
2015-01-17 | Removed some unneeded tests (code clarity). | John MacFarlane |
2015-01-17 | Small code clarification. | John MacFarlane |
2015-01-17 | Put check for fence close with the other checks for end-of-block. | John MacFarlane |
2015-01-16 | Fixed #285 in cmark. | John MacFarlane |
2015-01-16 | Nonrecursive rewrite of ends_with_blank_line. | John MacFarlane |
2015-01-16 | Renamed parameters cmark_node -> node. | John MacFarlane |
2015-01-05 | Reformatted code consistently with astyle. | John MacFarlane |
2014-12-29 | Added cmark_ prefix to functions in cmark_ctype. | John MacFarlane |
2014-12-29 | Added cmark_ctype.h with locale-independent isspace, ispunct, etc. | John MacFarlane |