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
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
2014-11-14
buffer: Name functions with cmark_ prefix.
John MacFarlane
2014-11-06
buffer: added strbuf_rtrim function.
John MacFarlane
2014-10-24
Only define MIN if it's undefined.
John MacFarlane
2014-10-24
Merge branch 'master' of https://github.com/abduelhamit/stmd into abduelhamit...
John MacFarlane
2014-10-18
Reindented c sources.
John MacFarlane
2014-10-13
Add missing MIN directive
Abdülhamit Yilmaz
2014-09-10
Do not create references with empty names
Vicent Marti
2014-09-10
Cleanup reference implementation
Vicent Marti
2014-09-09
Rename to strbuf
Vicent Marti
2014-09-09
338/103
Vicent Marti
2014-09-09
It buiiiilds
Vicent Marti
2014-09-09
ffffix
Vicent Marti
2014-09-09
lol
Vicent Marti