summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-06-11Small logic fixes and a simplification in process_emphasis.John MacFarlane
2015-06-11Updated benchmarks.md.John MacFarlane
2015-06-11Fixed `process_emphasis` to handle new pathological cases.John MacFarlane
2015-06-11Added another case to pathological tests.John MacFarlane
2015-06-11Added timetouts to pathological tests.John MacFarlane
2015-06-10More code simplification.John MacFarlane
2015-06-10Code simplification.John MacFarlane
2015-06-10Added more pathological tests.John MacFarlane
2015-06-10Added pathological test case for jgm/commonmark#43.John MacFarlane
2015-06-10process_inlines: remove closers from delim stack when possible.John MacFarlane
2015-06-10Revert "Merge pull request #58 from nwellnhof/optimize_utf8proc_detab"John MacFarlane
2015-06-09Updated spec.John MacFarlane
2015-06-09Merge pull request #58 from nwellnhof/optimize_utf8proc_detabJohn MacFarlane
2015-06-09Further optimize utf8proc_validNick Wellnhofer
2015-06-09Merge pull request #57 from nwellnhof/optimize_utf8proc_detabJohn MacFarlane
2015-06-09Roll utf8proc_charlen into utf8proc_validNick Wellnhofer
2015-06-09Optimize utf8proc_detabNick Wellnhofer
2015-06-08Updated spec.John MacFarlane
2015-06-07Updated changelog.John MacFarlane
2015-06-07Merge pull request #56 from nwellnhof/bufsize_tJohn MacFarlane