summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2019-03-28Remove leftover includes of memory.h.John MacFarlane
2017-04-03Removed abort outside of conditional (typo).John MacFarlane
2017-04-03Removed coercion in error message when aborting from buffer.John MacFarlane
2017-04-03Print message to stderr when we abort due to memory demands.John 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-06mem: Add a `realloc` pointer to the memory handlerVicent Marti
2016-06-06buffer: rever to using a 32-bit bufsize_tVicent 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-03-12Switch from "inline" to "CMARK_INLINE"Nick Wellnhofer
2016-01-22Removed an unnecessary C99-ism in buffer.c.John MacFarlane
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-08Improved cmark_strbuf_normalize_whitespace.John MacFarlane
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-16astyle formatting changes.John MacFarlane
2015-06-07Helper to safely call strlenNick Wellnhofer
2015-06-07Change return type of cmark_strbuf_lenNick Wellnhofer
2015-06-07Missing bounds checks in buffer.cNick Wellnhofer
2015-06-07Remove unused function cmark_strbuf_attachNick Wellnhofer
2015-06-07Fix check in cmark_strbuf_vprintfNick Wellnhofer
2015-06-07Check for negative lengths in buffer.cNick Wellnhofer
2015-06-07Check for overflow when growing strbufsNick Wellnhofer
2015-06-07Remove useless code in cmark_strbuf_growNick Wellnhofer
2015-06-07Account for null terminator in cmark_strbuf_growNick Wellnhofer
2015-06-07Check for overflow in cmark_strbuf_growNick Wellnhofer
2015-06-07Simplify oversizing of strbufsNick Wellnhofer
2015-06-07Use custom type bufsize_t for string buffer sizesNick Wellnhofer
2015-06-07Abort on strbuf errorsNick Wellnhofer
2015-06-06fix ENSURE_SIZE to actually check left arg length.bryant
2015-05-29Cope with broken snprintf on WindowsNick Wellnhofer
2015-03-29Fixed bug in cmark_strbuf_unescape (buffer.c).John MacFarlane
2015-01-05Reformatted code consistently with astyle.John MacFarlane
2014-12-31Feature test for va_copyNick Wellnhofer
2014-12-31Add missing va_endNick Wellnhofer
2014-12-30Revert "Remove unneeded va_copy"John MacFarlane
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-16Move inline function definitions to header filesNick Wellnhofer
2014-11-16Remove unneeded va_copyNick Wellnhofer
2014-11-16Remove unneeded #includesNick Wellnhofer
2014-11-16Cast void pointers explicitlyNick Wellnhofer
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