summaryrefslogtreecommitdiff
path: root/src/references.c
AgeCommit message (Expand)Author
2015-05-14Store link URL and title as cmark_chunkNick Wellnhofer
2015-01-05Reformatted code consistently with astyle.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-11-28Use prefixed names for symbols from references.hNick Wellnhofer
2014-11-28Use prefixed names for symbols from inlines.hNick Wellnhofer
2014-11-17Rename ast.h to parser.hNick Wellnhofer
2014-11-16Cast void pointers explicitlyNick Wellnhofer
2014-11-16Moved AST details from public header cmark.h to private ast.h.John MacFarlane
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