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
/
chunk.h
Age
Commit message (
Expand
)
Author
2015-06-06
astyle formatting changes.
John MacFarlane
2015-05-30
Fix for UBSAN note
Jeroen Ooms
2015-05-14
Allow NULL value in string setters
Nick Wellnhofer
2015-05-14
Store link URL and title as cmark_chunk
Nick Wellnhofer
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-28
Always define short name macros for private symbols
Nick Wellnhofer
2014-11-18
Add node constructor and accessors to the public API
Nick Wellnhofer
2014-11-16
Cast void pointers explicitly
Nick Wellnhofer
2014-11-16
Rename include guards for consistency and to avoid reserved identifiers
Craig Barnes
2014-11-12
Prefix names in chunk.h
Nick Wellnhofer
2014-11-12
Prefix names in buffer.h
Nick Wellnhofer
2014-10-06
- Use of calloc instead of malloc
tchetch
2014-09-09
Rename to strbuf
Vicent Marti
2014-09-09
Add chunk.h
Vicent Marti