summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-14Store link URL and title as cmark_chunkNick Wellnhofer
2015-05-07cmark_consolidate_text_nodes: Avoid an unnecessary string allocation.John MacFarlane
2015-05-07Merge pull request #37 from nwellnhof/numeric_entitiesJohn MacFarlane
2015-05-07Multiple issues with numeric entitiesNick Wellnhofer
2015-05-06Updated benchmarks.John MacFarlane
2015-05-06cmark_consolidate_text_nodes: avoid some unnecessary allocation.John MacFarlane
2015-05-06README: add links to go, perl, haskell wrapper libraries.John MacFarlane
2015-05-06Added note to wrapper.rkt, requires racket 5.3+.John MacFarlane
2015-05-06Revised luajit wrapper.John MacFarlane
2015-05-06wrapper.rb: added argument for options.John MacFarlane
2015-05-06Removed wrapper3.py, made wrapper.py work with python 2/3.John MacFarlane
2015-05-06Added build status badges to README.md.John MacFarlane
2015-05-06Merge pull request #36 from elibarzilay/racket-wrapperJohn MacFarlane
2015-05-06New Racket wrapper.Eli Barzilay
2015-05-04Better solution for memory leak in `cmark_consolidate_text_nodes`.John MacFarlane
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