summaryrefslogtreecommitdiff
path: root/src/chunk.h
AgeCommit message (Expand)Author
2020-05-13Add more NOLINTNEXTLINE directives.John MacFarlane
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2019-03-28Remove leftover includes of memory.h.John MacFarlane
2016-12-09Correctly initialize chunk in S_process_line (#170)Nick Wellnhofer
2016-10-11Ran 'make format' to reformat code.John MacFarlane
2016-07-03Fix chunk_set_cstr with suffix of current stringNick Wellnhofer
2016-06-24Reformatted.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
2016-06-06buffer: proper safety checks for unbounded memoryVicent Marti
2016-04-09Reformatted.John MacFarlane
2016-01-18Automatic code reformat.John MacFarlane
2015-12-28Reformat sources.John MacFarlane
2015-12-19Use fully qualified versions of constants.John MacFarlane
2015-08-10Don't include static in CMARK_INLINE.John MacFarlane
2015-08-10Fix MSVC inline errors when cmark is included in other sources that don't hav...Kevin Wojniak
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-06-07Helper to safely call strlenNick Wellnhofer
2015-06-07Convert code base to strbuf_tNick Wellnhofer
2015-06-06astyle formatting changes.John MacFarlane
2015-05-30Fix for UBSAN noteJeroen Ooms
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