index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Age
Commit message (
Expand
)
Author
2019-03-28
Remove leftover includes of memory.h.
John MacFarlane
2017-04-03
Removed abort outside of conditional (typo).
John MacFarlane
2017-04-03
Removed coercion in error message when aborting from buffer.
John MacFarlane
2017-04-03
Print message to stderr when we abort due to memory demands.
John MacFarlane
2017-01-03
Revert "Change types for source map offsets (#174)"
John MacFarlane
2016-12-30
Change types for source map offsets (#174)
Nick Wellnhofer
2016-06-24
Reformatted.
John MacFarlane
2016-06-06
msvc: Fix warnings and errors
Vicent Marti
2016-06-06
mem: Add a `realloc` pointer to the memory handler
Vicent Marti
2016-06-06
buffer: rever to using a 32-bit bufsize_t
Vicent Marti
2016-06-06
cmark: Implement support for custom allocators
Vicent Marti
2016-06-06
cmake: Global handler for OOM situations
Vicent Marti
2016-06-06
buffer: proper safety checks for unbounded memory
Vicent Marti
2016-03-12
Switch from "inline" to "CMARK_INLINE"
Nick Wellnhofer
2016-01-22
Removed an unnecessary C99-ism in buffer.c.
John MacFarlane
2015-08-10
Remove need to disable MSVC warning 4244
Kevin Wojniak
2015-08-08
Improved cmark_strbuf_normalize_whitespace.
John MacFarlane
2015-07-27
Use clang-format, llvm style, for formatting.
John MacFarlane
2015-07-25
Removed cmark_strbuf_printf and cmark_strbuf_vprintf.
John MacFarlane
2015-06-16
astyle formatting changes.
John MacFarlane
2015-06-07
Helper to safely call strlen
Nick Wellnhofer
2015-06-07
Change return type of cmark_strbuf_len
Nick Wellnhofer
2015-06-07
Missing bounds checks in buffer.c
Nick Wellnhofer
2015-06-07
Remove unused function cmark_strbuf_attach
Nick Wellnhofer
2015-06-07
Fix check in cmark_strbuf_vprintf
Nick Wellnhofer
2015-06-07
Check for negative lengths in buffer.c
Nick Wellnhofer
2015-06-07
Check for overflow when growing strbufs
Nick Wellnhofer
2015-06-07
Remove useless code in cmark_strbuf_grow
Nick Wellnhofer
2015-06-07
Account for null terminator in cmark_strbuf_grow
Nick Wellnhofer
2015-06-07
Check for overflow in cmark_strbuf_grow
Nick Wellnhofer
2015-06-07
Simplify oversizing of strbufs
Nick Wellnhofer
2015-06-07
Use custom type bufsize_t for string buffer sizes
Nick Wellnhofer
2015-06-07
Abort on strbuf errors
Nick Wellnhofer
2015-06-06
fix ENSURE_SIZE to actually check left arg length.
bryant
2015-05-29
Cope with broken snprintf on Windows
Nick Wellnhofer
2015-03-29
Fixed bug in cmark_strbuf_unescape (buffer.c).
John MacFarlane
2015-01-05
Reformatted code consistently with astyle.
John MacFarlane
2014-12-31
Feature test for va_copy
Nick Wellnhofer
2014-12-31
Add missing va_end
Nick Wellnhofer
2014-12-30
Revert "Remove unneeded va_copy"
John MacFarlane
2014-12-29
Added cmark_ prefix to functions in cmark_ctype.
John MacFarlane
2014-12-29
Added cmark_ctype.h with locale-independent isspace, ispunct, etc.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-13
Removed cmark_ prefix on chunk and strbuf.
John MacFarlane
2014-11-16
Move inline function definitions to header files
Nick Wellnhofer
2014-11-16
Remove unneeded va_copy
Nick Wellnhofer
2014-11-16
Remove unneeded #includes
Nick Wellnhofer
2014-11-16
Cast void pointers explicitly
Nick Wellnhofer
2014-11-15
Expose lower-level parsing API.
John MacFarlane
2014-11-14
Moved code from buffer.h to buffer.c. Make strbuf_cstr static.
John MacFarlane
[next]