summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-05Added LaTeX renderer.John MacFarlane
2015-07-05commonmark writer: correctly handle email autolinks.John MacFarlane
2015-07-03Use utf-8 aware re2c.John MacFarlane
2015-07-03`spec_test.py`: changed default to `spec.txt` (not `test/spec.txt`).John MacFarlane
2015-07-01html renderer: properly split info on first space char.John MacFarlane
2015-06-26Merge pull request #61 from txdv/version-functions-ffiJohn MacFarlane
2015-06-25Changed version variables to functions.Andrius Bentkus
2015-06-18Added algorithm.md, informal explanation of emph/link parsing.John MacFarlane
2015-06-18process_emphasis: Fixed setting lower bound to potential openers.John MacFarlane
2015-06-18Rename potential_openers -> openers_bottom.John MacFarlane
2015-06-18Rename start_delim -> stack_bottom.John MacFarlane
2015-06-18Minor astyle reformatting.John MacFarlane
2015-06-17Added case for #59 to pathological_test.py.John MacFarlane
2015-06-17Fixed emphasis/link parsing bug.John MacFarlane
2015-06-17Fixed off-by-one error in line splitting routine.John MacFarlane
2015-06-17Added assertion to peek_char to catch any stray NULLs.John MacFarlane
2015-06-17README: added 'make afl' instructions.John MacFarlane
2015-06-17Small changes to README and benchmark files.John MacFarlane
2015-06-17Renamed entities.h -> entities.inc.John MacFarlane
2015-06-16Updated benchmarks.John MacFarlane
2015-06-16Added `CMARK_OPT_VALIDATE_UTF8` option.John MacFarlane
2015-06-16Small code simplification in inlines.c.John MacFarlane
2015-06-16is_blank: recognize tab as a blank character.John MacFarlane
2015-06-16skip_spaces: skip tabs too.John MacFarlane
2015-06-16Don't rtrim in subject_from_buffer.John MacFarlane
2015-06-16Removed utf8 validation tests.John MacFarlane
2015-06-16Removed utf8 validation.John MacFarlane
2015-06-16Updated spec for new tab behavior.John MacFarlane
2015-06-16Renamed utf8proc_detab as utf8proc_check, removed detabbing function.John MacFarlane
2015-06-16Preliminary changes for new tab handling.John MacFarlane
2015-06-16spec_tests.py: allow → for tab in HTML examples.John MacFarlane
2015-06-16normalize.py: don't collapse whitespace in pre contexts.John MacFarlane
2015-06-16Simpler approach for entity lookup.John MacFarlane
2015-06-16make_entities_h.py: confirm there are no hash collisions.John MacFarlane
2015-06-16Revert "Rebuild src/entities.h when the generating python program changes."John MacFarlane
2015-06-16Rebuild src/entities.h when the generating python program changes.John MacFarlane
2015-06-16Mark entity data structures as const.John MacFarlane
2015-06-16entities: Make the first entity in the array (TripleDot) work.John MacFarlane
2015-06-16astyle formatting changes.John MacFarlane
2015-06-16Added explanatory note about entities.h in Makefile.John MacFarlane
2015-06-16Replace gperf-based entity lookup with binary tree lookup.John MacFarlane
2015-06-15Fixed cases likeJohn MacFarlane
2015-06-15inlines.c: Added utility functions to skip spaces and line endings.John MacFarlane
2015-06-15Updated spec.txt.John MacFarlane
2015-06-13Fixed backslashes in link destinations that are not part of escapes.John MacFarlane
2015-06-13Updated spec.txt.John MacFarlane
2015-06-13Updated spec.txt.John MacFarlane
2015-06-13Fixed entity lookup table.John MacFarlane
2015-06-11Removed "add newline if line doesn't have one."John MacFarlane
2015-06-11pathological_tests: removed timeout stuff.John MacFarlane