tidy-html5/src
Jim Derry 132fb352b1 The XML Parser and XML Pretty Printer are now non-recursive. 2021-08-17 07:24:53 -04:00
..
access.c Spelling fixes, thanks to @jschleus. 2021-07-21 15:50:53 -04:00
access.h HTTPS Migration 2021-07-21 17:21:27 -04:00
alloc.c Issue #604 - Try to fix. Initial cut. WIP 2017-10-13 20:50:53 +02:00
attrdict.c Add muted and playsinline video attributes for HTML5. 2021-05-11 20:53:03 -07:00
attrdict.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
attrs.c HTTPS Migration 2021-07-21 17:21:27 -04:00
attrs.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
buffio.c Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
charsets.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
charsets.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
clean.c Remove more recursion. 2021-07-30 17:15:58 -04:00
clean.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
config.c Fix issues with user-specified settings changing 2021-07-01 16:08:37 -04:00
config.h Spelling fixes, thanks to @jschleus. 2021-07-21 15:50:53 -04:00
entities.c Issue #643 - Only break lookup if 'code' AND 'version' found. 2017-11-17 02:46:14 +01:00
entities.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
fileio.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
fileio.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
forward.h Fixes #967. I'm not going to bump versions, as this is a build fix without affecting binary outputs. 2021-07-12 09:53:05 -04:00
gdoc.c Fixes #946 by refactoring the recursion into a loop with a heap-based stack. 2021-07-31 08:26:16 -04:00
gdoc.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
istack.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
language.c Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
language.h Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
language_de.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_en.h HTTPS Migration 2021-07-21 17:21:27 -04:00
language_en_gb.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_es.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_es_mx.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_fr.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_pt_br.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_zh_cn.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
lexer.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
lexer.h Improve internal documentation. 2021-07-28 19:46:54 -04:00
mappedio.c Documentation formatting. 2017-10-03 15:30:21 -04:00
mappedio.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
message.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
message.h Spelling fixes, thanks to @jschleus. 2021-07-21 15:50:53 -04:00
messageobj.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
messageobj.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
parser.c The XML Parser and XML Pretty Printer are now non-recursive. 2021-08-17 07:24:53 -04:00
parser.h The XML Parser and XML Pretty Printer are now non-recursive. 2021-08-17 07:24:53 -04:00
pprint.c The XML Parser and XML Pretty Printer are now non-recursive. 2021-08-17 07:24:53 -04:00
pprint.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
sprtf.c Issue #604 - Remove 'sprtf' code if not ENABLE_DEBUG_LOG 2017-10-14 12:27:19 +02:00
sprtf.h Issue #604 - Remove 'sprtf' code if not ENABLE_DEBUG_LOG 2017-10-14 12:27:19 +02:00
streamio.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
streamio.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
tagask.c Removed deprecated NodeIsElementName from API. 2017-02-18 16:33:21 -05:00
tags.c Fixes #816. 2021-08-15 07:29:40 -04:00
tags.h HTML Tidy now parses HTML non-recursively. 2021-08-14 20:42:43 -04:00
tidy-int.h Improve internal documentation. 2021-07-28 19:46:54 -04:00
tidylib.c The XML Parser and XML Pretty Printer are now non-recursive. 2021-08-17 07:24:53 -04:00
tmbstr.c Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
tmbstr.h Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
utf8.c HTTPS Migration 2021-07-21 17:21:27 -04:00
utf8.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
version.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00