Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-26 | Merge branch 'master' of https://github.com/till-varoquaux/stmd into ↵ | John MacFarlane | |
till-varoquaux-master Conflicts: Makefile | |||
2014-10-25 | Merge branch 'cmake-build' of https://github.com/gittiver/stmd into ↵ | John MacFarlane | |
gittiver-cmake-build Conflicts: .gitignore | |||
2014-10-25 | Fixed update-site target. | John MacFarlane | |
2014-10-24 | More stmd -> commonmark changes. | John MacFarlane | |
2014-10-24 | Renamed javascript implementation to commonmark.js. | John MacFarlane | |
2014-10-24 | Renamed c program and library stmd -> cmark. | John MacFarlane | |
Also renamed internal library functions accordingly. | |||
2014-10-24 | Improved leakcheck so that all syntax features are tested. | John MacFarlane | |
2014-10-18 | Added 'make jshint'. | John MacFarlane | |
2014-10-18 | Use browserify to make js code more modular. | John MacFarlane | |
* Moved js library code to `js/lib`. * `js/stmd.js` is now generated from these files using browserify. * Factored out `html5-entities.js` and `from-code-point.js` from main js parsing code (which is now `index.js`). * Moved `js/markdown` to `js/bin`. | |||
2014-10-07 | Changed bench.js so it no longer requires oldtests. | John MacFarlane | |
2014-10-07 | Removed oldtests. | John MacFarlane | |
2014-10-07 | Build a very simple shared library. | Till Varoquaux | |
2014-09-24 | Suppress 'missing field initializer' warnings | John MacFarlane | |
from gperf generated header. | |||
2014-09-24 | Makefile: Use ?= so variables can be set on command line. | John MacFarlane | |
2014-09-10 | Cleanup reference implementation | Vicent Marti | |
2014-09-09 | Update the spec with better entity handling | Vicent Marti | |
2014-09-09 | UTF8-aware detabbing and entity handling | Vicent Marti | |
2014-09-09 | Remove warnings | Vicent Marti | |
2014-09-09 | Default Makefile settings | Vicent Marti | |
2014-09-09 | 338/103 | Vicent Marti | |
2014-09-09 | ffffix | Vicent Marti | |
2014-09-09 | lol | Vicent Marti | |
2014-09-05 | Merge branch 'master' of github.com:jgm/stmd | John MacFarlane | |
2014-09-04 | Updated Makefile for #29. | John MacFarlane | |
2014-09-04 | Better error | asgh | |
2014-09-04 | Fixed update-site to do a pull first | John MacFarlane | |
2014-09-04 | Don't leave empty file if re2c is missing | asgh | |
Fixes Issue #35 | |||
2014-09-01 | Updated update-site target. | John MacFarlane | |
2014-09-01 | Updated site for latest spec, narrative, js | John MacFarlane | |
2014-08-30 | Makefile: Build index.html in _site from narrative.md | John MacFarlane | |
2014-08-23 | Removed obsolete 'upload' Makefile target | John MacFarlane | |
2014-08-17 | update-site: Don't copy README.html to index.html. | John MacFarlane | |
We'll make index.html a separate document. | |||
2014-08-14 | Fixed update-site Makefile target | John MacFarlane | |
2014-08-14 | Added update-site target to Makefile. | John MacFarlane | |
This assumes we've checked out the gh-pages branch as _site. | |||
2014-08-13 | Makefile: rebuild README.html if template changes. | John MacFarlane | |
2014-08-13 | Use template for HTML version of README. | John MacFarlane | |
2014-08-13 | Makefile: Added README.html target. | John MacFarlane | |
2014-08-13 | Added upload to makefile. | John MacFarlane | |
2014-08-13 | Initial commit | John MacFarlane | |