summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-13Removed an implicit cast in node.js 'next'.John MacFarlane
2015-01-13Updated benchmarks.John MacFarlane
2015-01-13Initialize fields in objects to null rather than undefined.John MacFarlane
2015-01-13blocks.js - avoid an implicit boolean cast.John MacFarlane
2015-01-13Updated benchmarks.John MacFarlane
2015-01-13Simplified some of the new-block-start logic.John MacFarlane
2015-01-13Assign marker_offset to list data at initialization.John MacFarlane
2015-01-13last_matched_container -> lastMatchedContainer.John MacFarlane
2015-01-13Ensure that closeUnmatchedBlocks is not called unnecessarily.John MacFarlane
2015-01-13Fixed start column for blockquotes.John MacFarlane
2015-01-13Added lineNumber proper to DocParser.John MacFarlane
2015-01-13Fixed typo in spec.John MacFarlane
2015-01-12Updated benchmarks.John MacFarlane
2015-01-12Made closeUnmatchedBlocks a method of DocParser...John MacFarlane
2015-01-12Another try at .travis.yml.John MacFarlane
2015-01-12More travis fixes.John MacFarlane
2015-01-12Fixed typo in travis script.John MacFarlane
2015-01-12Revert "Moved dingus to js directory."John MacFarlane
2015-01-12Fixed travis (I hope).John MacFarlane
2015-01-12Improved README.John MacFarlane
2015-01-12Cleaned up Makefile.John MacFarlane
2015-01-12Some astyle reformatting.John MacFarlane
2015-01-12Moved spec2js.js to tools/.John MacFarlane
2015-01-12Moved templates, makespec.py, and specfilter.hs -> tools/.John MacFarlane
2015-01-12Moved mkcasefold.pl to tools/.John MacFarlane
2015-01-12Moved eslint.json to js/ subdir.John MacFarlane
2015-01-12Moved python, rb, lua wrappers to wrappers subdirectory.John MacFarlane
2015-01-12Moved dingus to js directory.John MacFarlane
2015-01-12Removed Makefile.old.John MacFarlane
2015-01-12.travis.yml: don't run valgrind on osx.John MacFarlane
2015-01-12Simplified release archive.John MacFarlane
2015-01-12Updated benchmarks with new multilingual progit sample.John MacFarlane
2015-01-12For benchmarks, read file rather than piping from stdin.John MacFarlane
2015-01-12Fixed ANSI color 'reset' in js/test.js.John MacFarlane
2015-01-12Use much more multilingual benchmark source.John MacFarlane
2015-01-12Fixed .travis.yml for osx.John MacFarlane
2015-01-12Fixed sh syntax in .travis.yml.John MacFarlane
2015-01-12Wrap decodeURI in a try.John MacFarlane
2015-01-12html.js, xml.js: avoid using concat.John MacFarlane
2015-01-12Use new with Document and NodeWalker constructors.John MacFarlane
2015-01-12js/bench.js: use capital letter for Showdown so eslint doesn't complain.John MacFarlane
2015-01-12Improved eslint.json.John MacFarlane
2015-01-12Updated travis script to install osx dependencies using brew.John MacFarlane
2015-01-12Enable testing on osx with travis.John MacFarlane
2015-01-12Use decodeURI instead of the deprecated 'unescape'.John MacFarlane
2015-01-12Relaxed some eslint rules that don't make sense for us.John MacFarlane
2015-01-12Fixed some linter errors.John MacFarlane
2015-01-12Moved "use strict" to top of modules.John MacFarlane
2015-01-11Moved common xml escaping code from xml.js, html.js to common.js.John MacFarlane
2015-01-11Factored out normalizeURI into a single function in common.js.John MacFarlane