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
/
houdini_html_u.c
Age
Commit message (
Expand
)
Author
2016-11-04
Fix for non-matching entities (#161)
Yuki Izumi
2015-12-19
Use fully qualified versions of constants.
John MacFarlane
2015-12-10
Fix warnings about dropping const qualifier
Kevin Wojniak
2015-08-06
Prefix utf8proc functions to avoid conflict with existing library
Kevin Wojniak
2015-07-27
Use clang-format, llvm style, for formatting.
John MacFarlane
2015-06-17
Renamed entities.h -> entities.inc.
John MacFarlane
2015-06-16
Simpler approach for entity lookup.
John MacFarlane
2015-06-16
entities: Make the first entity in the array (TripleDot) work.
John MacFarlane
2015-06-16
astyle formatting changes.
John MacFarlane
2015-06-16
Replace gperf-based entity lookup with binary tree lookup.
John MacFarlane
2015-06-13
Fixed entity lookup table.
John MacFarlane
2015-06-07
Convert code base to strbuf_t
Nick Wellnhofer
2015-05-07
Multiple issues with numeric entities
Nick Wellnhofer
2015-02-02
Don't rely on strnlen being available
Nick Wellnhofer
2015-01-12
Reduce size of gperf entity table
Nick Wellnhofer
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-04
Moved source files from src/html into src.
John MacFarlane