tidy-html5/src
Jim Derry 4dc8a2cf9a Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate
merge.
  - Sort all of the existing options and re-indent per Tidy standards. This is
    simply for cosmetic effect.
  - Allow the iterator to return all options again, even "internal" options.
    Things are too embedded with N_TIDY_OPTIONS, etc., to try to hide them.
  - Instead, simply add documentation to LibTidy users that they shouldn't use
    internal options.
  - Also added `TidyInternalCategory` to `TidyConfigCategory` without adding a
    new field to the struct. API users should check for this category before
    use.
  - Defined a two character macro for `TidyInternalCategory` for use in
    `option_defs[]`.
  - Changed struct `option_defs[]` to reflect the new category for affected
    options.
  - Removed string indicating * refers to internal options, since it no longer
    applies.
  - Regen'd all strings for previous point.
  - `tidy.c` now checks for `TidyInternalCategory` everywhere in order to
    suppress output.
2017-03-10 09:13:21 -05:00
..
access.c Several foundational changes preparing for release of 5.4 and future 5.5: 2017-02-17 15:29:26 -05:00
access.h Several foundational changes preparing for release of 5.4 and future 5.5: 2017-02-17 15:29:26 -05:00
alloc.c Add some mem alloc and free debug to chase Issue #217 2015-06-03 20:24:41 +02:00
attrapi.c Combined leftover attribute API stuff into single, new file. 2017-02-18 16:57:11 -05:00
attrdict.c Add optional xmlns:xlink attributes as valid to support inline svg 2017-01-09 01:38:16 +02:00
attrdict.h Issue #199 - Add support for html5's template tag 2015-04-10 15:50:07 -07:00
attrs.c Add optional xmlns:xlink attributes as valid to support inline svg 2017-01-09 01:38:16 +02:00
attrs.h Phase 2 2016-02-13 11:31:16 +08: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 Remove CVS info blocks 2012-08-08 17:27:29 +01:00
clean.c style: ansi conforming comments 2016-12-20 16:51:09 +11:00
clean.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
config.c Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
config.h - Removed deprecated options: 2017-02-18 18:30:41 -05:00
entities.c Issue #373 - Avoid a null added to output. 2016-02-15 13:02:10 +01:00
entities.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
fileio.c avoid DEBUG duplicate newline 2016-04-03 17:54:46 +02:00
fileio.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
forward.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
gdoc.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
gdoc.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
iconvtc.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
iconvtc.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
istack.c Issue #341 - No token can be inserted if istacksize == 0! 2016-02-08 15:12:23 +01:00
language.c Several foundational changes preparing for release of 5.4 and future 5.5: 2017-02-17 15:29:26 -05:00
language.h Several foundational changes preparing for release of 5.4 and future 5.5: 2017-02-17 15:29:26 -05:00
language_en.h Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
language_en_gb.h Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
language_es.h Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
language_es_mx.h Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
language_fr.h Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
language_zh_cn.h Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate 2017-03-10 09:13:21 -05:00
lexer.c Issue #497 - lexer.c - Add comment for this PR @seaburg 2017-02-24 14:38:20 +01:00
lexer.h Add VERS_STRICT to identify future strict document types. 2016-02-12 20:46:49 +08:00
mappedio.c Issue #311 - small changes for MinGW32 build 2015-11-28 15:14:53 +01:00
mappedio.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
message.c Several foundational changes preparing for release of 5.4 and future 5.5: 2017-02-17 15:29:26 -05:00
message.h Several foundational changes preparing for release of 5.4 and future 5.5: 2017-02-17 15:29:26 -05:00
parser.c Issue #498 - parser.c - if a <table> in a <table> just close. 2017-02-24 16:20:10 +01:00
parser.h Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
pprint.c Removed language as tidy config option; it is only CLI option. 2017-02-18 17:16:35 -05:00
pprint.h Make pretty printer keep track of line numbers as it prints. 2015-11-28 14:16:17 +08:00
sprtf.c Fix license for SPRTF modules. 2017-02-12 17:38:44 +01:00
sprtf.h Fix license for SPRTF modules. 2017-02-12 17:38:44 +01:00
streamio.c Consistent tabs 2016-01-30 15:51:54 +08:00
streamio.h Fixes Mac OS X encoding issues and harmonizes output across platforms. 2015-12-31 13:57:34 +08:00
tagask.c Removed deprecated NodeIsElementName from API. 2017-02-18 16:33:21 -05:00
tags.c style: ansi conforming comments 2016-12-20 16:51:09 +11:00
tags.h allow zero LI in UL when html5. fix for #396 2016-04-08 23:08:56 +02:00
tidy-int.h allow zero LI in UL when html5. fix for #396 2016-04-08 23:08:56 +02:00
tidylib.c Restore the previous status of gnu-emacs-file 2017-03-07 20:11:31 -05:00
tmbstr.c Consistent tabs 2016-01-30 15:51:54 +08:00
tmbstr.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
utf8.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
utf8.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
version.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
win32tc.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
win32tc.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00