summaryrefslogtreecommitdiff
path: root/src/references.c
AgeCommit message (Expand)Author
2020-02-16Add casts for MSVC10.John MacFarlane
2020-02-16Fix #220 (hash collisions for references).John MacFarlane
2020-01-23Use C string instead of chunk for link URL and titleNick Wellnhofer
2016-09-26Use cmark_mem to free where used to allocYuki Izumi
2016-06-24Reformatted.John MacFarlane
2016-06-22cmark_reference_lookup: Return NULL if reference is null string.John MacFarlane
2016-06-06msvc: Fix warnings and errorsVicent Marti
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2016-06-06cmake: Global handler for OOM situationsVicent Marti
2015-08-06Prefix utf8proc functions to avoid conflict with existing libraryKevin Wojniak
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
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