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