summaryrefslogtreecommitdiff
path: root/src/references.c
AgeCommit message (Expand)Author
2014-11-13Removed ast modules, moved these defs back to cmark.h.John MacFarlane
2014-11-09Added MAX_LINK_LABEL_LENGTH to cmark.h.John MacFarlane
2014-11-06Reformatted code consistently.John MacFarlane
2014-10-24Renamed c program and library stmd -> cmark.John MacFarlane
2014-10-24Merge branch 'master' of https://github.com/tchetch/stmd into tchetch-masterJohn MacFarlane
2014-10-24Use unsigned char, not char, throughout.John MacFarlane
2014-10-18Reindented c sources.John MacFarlane
2014-10-06- Use of calloc instead of malloctchetch
2014-09-15Cleanup external APIsVicent Marti
2014-09-10Do not create references with empty namesVicent Marti
2014-09-10Fix misc bugsVicent Marti
2014-09-10Cleanup reference implementationVicent Marti