Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-09 | Added MAX_LINK_LABEL_LENGTH to cmark.h. | John MacFarlane | |
Use in link label parsing and reference lookup. | |||
2014-11-06 | Reformatted code consistently. | John MacFarlane | |
2014-10-24 | Renamed c program and library stmd -> cmark. | John MacFarlane | |
Also renamed internal library functions accordingly. | |||
2014-10-24 | Merge branch 'master' of https://github.com/tchetch/stmd into tchetch-master | John MacFarlane | |
Conflicts: src/inlines.c | |||
2014-10-24 | Use unsigned char, not char, throughout. | John MacFarlane | |
Closes #43. | |||
2014-10-18 | Reindented c sources. | John MacFarlane | |
2014-10-06 | - Use of calloc instead of malloc | tchetch | |
- Test for NULL after allocation | |||
2014-09-15 | Cleanup external APIs | Vicent Marti | |
2014-09-10 | Do not create references with empty names | Vicent Marti | |
2014-09-10 | Fix misc bugs | Vicent Marti | |
2014-09-10 | Cleanup reference implementation | Vicent Marti | |