summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-25Really fixed cmake warning.John MacFarlane
2015-04-25CMakeLists.txt: quote variable to avoid warning.John MacFarlane
2015-04-25appveyor.yml - set up for using nmake.John MacFarlane
2015-04-25Fixed typo in build script for appveyorJohn MacFarlane
2015-04-25Fixed appveyor build_scriptJohn MacFarlane
2015-04-25Fixed tabs in appveyor.ymlJohn MacFarlane
2015-04-25Tried build_script in appveyor.ymlJohn MacFarlane
2015-04-25Added build_script to appveyorJohn MacFarlane
2015-04-25Trying configuration in appveyor.ymlJohn MacFarlane
2015-04-25Made environment a mapping in appveyor.yamlJohn MacFarlane
2015-04-25Fixed yaml error in appveyor.ymlJohn MacFarlane
2015-04-25Added appveyor.ymlJohn MacFarlane
2015-04-19astyle reformatting.John MacFarlane
2015-04-18Added to afl_dictionary.John MacFarlane
2015-04-18make afl: use afl_dictionary, raise timeout for hangs.John MacFarlane
2015-04-18Added test/afl_dictionary.John MacFarlane
2015-04-16Merge pull request #28 from nwellnhof/accept_unicode_noncharsJohn MacFarlane
2015-04-16Added "Standardized" bullet to README.John MacFarlane
2015-04-16Improved README.John MacFarlane
2015-04-16Pass-through Unicode non-charactersNick Wellnhofer
2015-04-15Check return status of utf8proc_iterate. Closes #27.John MacFarlane
2015-04-14Added afl to .PHONY in Makefile.John MacFarlane
2015-04-01Bump version to 0.18.3.John MacFarlane
2015-04-01Updated changelog.John MacFarlane
2015-04-01Merge pull request #25 from nwellnhof/include_patchlevel_in_sonameJohn MacFarlane
2015-04-01Include patch level in sonameNick Wellnhofer
2015-03-31Merge pull request #24 from yangcha/masterJohn MacFarlane
2015-03-31Install compiler-provided system runtime libraries.Changjiang Yang
2015-03-30Use strbuf_printf instead of snprintf.John MacFarlane
2015-03-30Fixed memory issue.John MacFarlane
2015-03-30Merge pull request #22 from yangcha/masterJohn MacFarlane
2015-03-30snprintf is not implemented in Visual Studio 2013 or earlier. Use _snprintf i...Changjiang Yang
2015-03-30Modified copyright message with --version.John MacFarlane
2015-03-30Updated man page.John MacFarlane
2015-03-30Updated changelog.John MacFarlane
2015-03-30Updated version to 0.18.2John MacFarlane
2015-03-29Travis: only do roundtrip test on linux.John MacFarlane
2015-03-29Fixed roundtrip.sh.John MacFarlane
2015-03-29Merge branch 'master' of github.com:jgm/cmarkJohn MacFarlane
2015-03-29commonmark - use strlen not strnlen for portability.John MacFarlane
2015-03-29Updated cmark path in roundtrip.sh.John MacFarlane
2015-03-29commonmark renderer - render links as autolinks when appropriate.John MacFarlane
2015-03-29Scanners: added _scan_scheme, scan_scheme.John MacFarlane
2015-03-29Added roundtrip_test Makefile target.John MacFarlane
2015-03-29Fixed bug in cmark_strbuf_unescape (buffer.c).John MacFarlane
2015-03-29Don't wrap inline HTML.John MacFarlane
2015-03-29commonmark renderer - improved tight list detection.John MacFarlane
2015-03-29commonmark writer - more tight list fixes.John MacFarlane
2015-03-29commonmark - don't use indented code if first thing in list item.John MacFarlane
2015-03-29commonmark renderer - don't escape in fenced code blocks.John MacFarlane