summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-04Straightforward fix for memory leak #32.John MacFarlane
2015-05-04Improved 'make leakcheck'.John MacFarlane
2015-04-29Updated spec.txt.John MacFarlane
2015-04-28Updated changelog.txt.John MacFarlane
2015-04-28Updated spec.John MacFarlane
2015-04-27Bump version to 0.19.0.John MacFarlane
2015-04-27Fixed _ emphasis parsing to conform to spec.John MacFarlane
2015-04-27Updated spec.txt.John MacFarlane
2015-04-26Merge pull request #29 from nwellnhof/static_library_flagsJohn MacFarlane
2015-04-26Suppress warnings about Windows runtime library filesNick Wellnhofer
2015-04-26Compile static library with -DCMARK_STATIC_DEFINENick Wellnhofer
2015-04-26Appveyor - use 64-bit python.John MacFarlane
2015-04-26Use os.path.join in test/cmark.py.John MacFarlane
2015-04-26Makefile.nmake fixes.John MacFarlane
2015-04-26Fixed spec location in Makefile.nmake.John MacFarlane
2015-04-26appveyor - use nmake for build and test.John MacFarlane
2015-04-26Appveyor - don't cd in test_script.John MacFarlane
2015-04-25appveyor - removed pushd/popdJohn MacFarlane
2015-04-25appveyor - add python to pathJohn MacFarlane
2015-04-25Revert "CMakeLists.txt: quote variable to avoid warning."John MacFarlane
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