summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2020-05-13Comment out unused function cmark_strbuf_cstr in buffer.hJohn MacFarlane
2017-01-03Revert "Change types for source map offsets (#174)"John MacFarlane
2016-12-30Change types for source map offsets (#174)Nick Wellnhofer
2016-06-24Reformatted.John MacFarlane
2016-06-06msvc: Fix warnings and errorsVicent Marti
2016-06-06Do not include `stdbool`Vicent Marti
2016-06-06buffer: rever to using a 32-bit bufsize_tVicent Marti
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2016-06-06config: Add SSIZE_T compat for Win32Vicent Marti
2016-06-06cmake: Global handler for OOM situationsVicent Marti
2016-06-06buffer: proper safety checks for unbounded memoryVicent Marti
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-07-25Removed cmark_strbuf_printf and cmark_strbuf_vprintf.John MacFarlane
2015-06-07Helper to safely call strlenNick Wellnhofer
2015-06-07Check for overflow in S_parser_feedNick Wellnhofer
2015-06-07Change return type of cmark_strbuf_lenNick Wellnhofer
2015-06-07Remove unused function cmark_strbuf_attachNick Wellnhofer
2015-06-07Account for null terminator in cmark_strbuf_growNick Wellnhofer
2015-06-07Use custom type bufsize_t for string buffer sizesNick Wellnhofer
2015-06-07Abort on strbuf errorsNick Wellnhofer
2015-01-05Reformatted code consistently with astyle.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-16Move inline function definitions to header filesNick Wellnhofer
2014-11-16Feature test for GCC attributesNick Wellnhofer
2014-11-16Declare all functions as extern "C"Nick Wellnhofer
2014-11-16Probe for stdbool.hNick Wellnhofer
2014-11-16Remove unneeded #includesNick Wellnhofer
2014-11-16Rename include guards for consistency and to avoid reserved identifiersCraig Barnes
2014-11-15Expose lower-level parsing API.John MacFarlane
2014-11-14Moved code from buffer.h to buffer.c. Make strbuf_cstr static.John MacFarlane
2014-11-14Exported some functions from buffer that are used elsewhere.John MacFarlane
2014-11-14Use cmake's generate_export_header.John MacFarlane
2014-11-13Made buffer functions visible in shared library.John MacFarlane
2014-11-12Prefix names in buffer.hNick Wellnhofer
2014-11-06buffer: added strbuf_rtrim function.John MacFarlane
2014-09-10Cleanup reference implementationVicent Marti
2014-09-09Rename to strbufVicent Marti
2014-09-09338/103Vicent Marti
2014-09-09ffffixVicent Marti
2014-09-09lolVicent Marti