summaryrefslogtreecommitdiff
path: root/src/chunk.h
AgeCommit message (Expand)Author
2015-05-14Allow NULL value in string settersNick Wellnhofer
2015-05-14Store link URL and title as cmark_chunkNick Wellnhofer
2014-12-29Added cmark_ prefix to functions in cmark_ctype.John MacFarlane
2014-12-29Added cmark_ctype.h with locale-independent isspace, ispunct, etc.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-12-13Removed cmark_ prefix on chunk and strbuf.John MacFarlane
2014-11-28Always define short name macros for private symbolsNick Wellnhofer
2014-11-18Add node constructor and accessors to the public APINick Wellnhofer
2014-11-16Cast void pointers explicitlyNick Wellnhofer
2014-11-16Rename include guards for consistency and to avoid reserved identifiersCraig Barnes
2014-11-12Prefix names in chunk.hNick Wellnhofer
2014-11-12Prefix names in buffer.hNick Wellnhofer
2014-10-06- Use of calloc instead of malloctchetch
2014-09-09Rename to strbufVicent Marti
2014-09-09Add chunk.hVicent Marti