selectolax 0.4.0__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {selectolax-0.4.0 → selectolax-0.4.2}/CHANGES.md +11 -0
- {selectolax-0.4.0/selectolax.egg-info → selectolax-0.4.2}/PKG-INFO +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/README.md +2 -2
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/CHANGELOG.md +22 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/LICENSE +46 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/README.md +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/diyfp.c +32 -4
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/diyfp.h +31 -4
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/dtoa.c +30 -33
- selectolax-0.4.2/lexbor/source/lexbor/core/dtoa.h +54 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/str.c +25 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/str.h +6 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/strtod.c +30 -8
- selectolax-0.4.2/lexbor/source/lexbor/core/strtod.h +54 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/document_type.c +104 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/document_type.h +29 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/unicode/base.h +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/url/url.c +853 -31
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/url/url.h +298 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/pyproject.toml +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/__init__.py +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor/selection.pxi +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor.c +6097 -8658
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/parser.c +5541 -7973
- {selectolax-0.4.0 → selectolax-0.4.2/selectolax.egg-info}/PKG-INFO +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/setup.cfg +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/setup.py +1 -1
- {selectolax-0.4.0 → selectolax-0.4.2}/tests/test_lexbor.py +7 -0
- selectolax-0.4.0/lexbor/source/lexbor/core/dtoa.h +0 -28
- selectolax-0.4.0/lexbor/source/lexbor/core/strtod.h +0 -28
- {selectolax-0.4.0 → selectolax-0.4.2}/LICENSE +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/MANIFEST.in +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/Makefile +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/conf.py +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/examples.rst +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/index.rst +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/lexbor.rst +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/logo.png +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/make.bat +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/modules.rst +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/parser.rst +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/docs/selectolax.rst +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/.git +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/.travis.yml +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/CMakeLists.txt +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/INSTALL.md +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/NOTICE +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/config.cmake +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/feature.cmake +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/pvs_studio.sh +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/array.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/array.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/array_obj.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/array_obj.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/avl.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/avl.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/bst.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/bst.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/bst_map.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/bst_map.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/conv.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/conv.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/core.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/def.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/dobject.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/dobject.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/fs.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/hash.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/hash.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/in.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/in.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/lexbor.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/mem.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/mem.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/mraw.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/mraw.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/perf.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/plog.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/plog.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/print.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/print.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/sbst.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/serialize.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/serialize.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/shs.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/shs.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/str_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/swar.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/types.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/utils.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/core/utils.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/at_rule/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/at_rule/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/at_rule/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/at_rule/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/at_rule.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/at_rule.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/css.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/css.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/declaration.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/declaration.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/log.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/log.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/property/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/property/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/property/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/property/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/property.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/property.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/rule.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/rule.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/pseudo.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/pseudo.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/pseudo_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/pseudo_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/pseudo_state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/pseudo_state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/selector.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/selector.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/selectors.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/selectors.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/selectors/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/stylesheet.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/stylesheet.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/anb.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/anb.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/state_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/syntax.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/syntax.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/token.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/token.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/token_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/tokenizer/error.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/tokenizer/error.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/tokenizer.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/syntax/tokenizer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/unit/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/unit/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/unit.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/unit.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/value/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/value/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/value.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/css/value.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/collection.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/collection.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/dom.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/exception.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/exception.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interface.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interface.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/attr.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/attr.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/attr_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/attr_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/cdata_section.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/cdata_section.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/character_data.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/character_data.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/comment.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/comment.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/document.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/document.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/document_fragment.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/document_fragment.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/event_target.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/event_target.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/node.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/node.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/processing_instruction.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/processing_instruction.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/shadow_root.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/shadow_root.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/text.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/dom/interfaces/text.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/decode.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/decode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/encode.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/encode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/encoding.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/encoding.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/multi.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/multi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/range.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/range.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/res.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/single.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/encoding/single.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/engine/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/engine/engine.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/engine/engine.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/encoding.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/encoding.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/html.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interface.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interface.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interface_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/anchor_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/anchor_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/area_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/area_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/audio_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/audio_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/base_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/base_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/body_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/body_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/br_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/br_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/button_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/button_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/canvas_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/canvas_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/d_list_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/d_list_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/data_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/data_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/data_list_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/data_list_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/details_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/details_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/dialog_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/dialog_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/directory_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/directory_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/div_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/div_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/document.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/document.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/embed_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/embed_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/field_set_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/field_set_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/font_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/font_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/form_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/form_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/frame_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/frame_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/frame_set_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/frame_set_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/head_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/head_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/heading_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/heading_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/hr_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/hr_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/html_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/html_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/iframe_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/iframe_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/image_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/image_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/input_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/input_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/label_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/label_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/legend_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/legend_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/li_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/li_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/link_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/link_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/map_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/map_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/marquee_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/marquee_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/media_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/media_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/menu_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/menu_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/meta_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/meta_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/meter_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/meter_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/mod_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/mod_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/o_list_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/o_list_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/object_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/object_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/opt_group_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/opt_group_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/option_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/option_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/output_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/output_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/paragraph_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/paragraph_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/param_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/param_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/picture_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/picture_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/pre_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/pre_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/progress_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/progress_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/quote_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/quote_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/script_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/script_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/search_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/search_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/select_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/select_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/selectedcontent_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/selectedcontent_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/slot_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/slot_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/source_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/source_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/span_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/span_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/style_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/style_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_caption_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_caption_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_cell_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_cell_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_col_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_col_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_row_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_row_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_section_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/table_section_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/template_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/template_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/text_area_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/text_area_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/time_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/time_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/title_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/title_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/track_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/track_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/u_list_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/u_list_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/unknown_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/unknown_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/video_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/video_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/window.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/interfaces/window.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/node.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/node.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/serialize.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/serialize.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tag.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tag_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/token.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/token.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/token_attr.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/token_attr.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/error.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/error.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_comment.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_comment.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_doctype.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_doctype.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_rawtext.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_rawtext.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_rcdata.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_rcdata.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_script.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer/state_script.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tokenizer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/active_formatting.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/active_formatting.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/error.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/error.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_body.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_frameset.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/after_body.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/after_frameset.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/after_head.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/before_head.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/before_html.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/foreign_content.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_body.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_caption.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_cell.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_column_group.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_frameset.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_head.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_head_noscript.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_row.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_table.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_body.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_text.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/in_template.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/initial.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode/text.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/insertion_mode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/open_elements.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/open_elements.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/template_insertion.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree/template_insertion.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/html/tree_res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ns/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ns/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ns/ns.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ns/ns.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ns/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ports/posix/lexbor/core/fs.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ports/posix/lexbor/core/memory.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ports/posix/lexbor/core/perf.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/fs.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/memory.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/perf.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/punycode/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/punycode/punycode.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/punycode/punycode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/selectors/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/selectors/selectors.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/selectors/selectors.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/dom/interfaces/document.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/dom/interfaces/document.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/dom/interfaces/element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/dom/interfaces/element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/event.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/event.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/html/interfaces/document.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/html/interfaces/document.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/html/interfaces/element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/html/interfaces/style_element.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/html/interfaces/style_element.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/style.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/style/style.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/tag/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/tag/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/tag/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/tag/tag.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/tag/tag.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/unicode/idna.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/unicode/idna.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/unicode/res.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/unicode/unicode.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/unicode/unicode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/url/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/utils/base.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/utils/http.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/utils/http.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/utils/utils.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/utils/warc.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/source/lexbor/utils/warc.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/lexbor/version +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/.git +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/.gitignore +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/.travis.yml +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/CHANGELOG.md +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/CMakeLists.txt +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/INSTALL.md +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/LICENSE +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/Makefile +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/Makefile.bin.cfg +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/Makefile.cfg +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/README.md +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/api_breaking_changes.md +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/declaration.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/finder.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/match.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/pseudo_class.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/thread.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/finder/type.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/glue.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/layer/layer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/modest.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/node/node.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/node/property.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/node/raw_property.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/node/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/render/begin.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/render/binding.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/render/tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/render/tree_node.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/default.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/default_entries.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/default_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/map.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/map_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/raw.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/sheet.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/modest/style/type.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/incoming.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/mythread.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/perf.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/thread_queue.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/avl_tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mchar_async.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mcobject.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mcobject_async.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mcsimple.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mcsync.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mctree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/mhash.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycore/utils.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/an_plus_b.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/api.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/check.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/convert.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/default.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/default_entries.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/default_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/entry.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/entry_destroy.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/entry_destroy_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/serialization_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/declaration/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/entry.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/media/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/media/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/media/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/mycss.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/namespace/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/namespace/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/namespace/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/namespace/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/namespace/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/resources_name.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/property/shared.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/function.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/function_parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/function_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/list.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/myosi_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/pseudo.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/pseudo_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/value.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/selectors/value_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/stack.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/stylesheet.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/syntax_ending.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/tokenizer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/tokenizer_end.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/tokenizer_global.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/tokenizer_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/color.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/color_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/color_parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/color_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/consume.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/destroy.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/image.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/image_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/units.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/units_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/mycss/values/values.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myencoding/detect_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myencoding/encoding.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myencoding/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myencoding/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myencoding/resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/cmap.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/glyf.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/head.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/hhea.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/hmtx.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/loca.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/maxp.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/myfont.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/name.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/os_2.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/pclt.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/vhea.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myfont/vmtx.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/api.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/callback.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/charef.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/charef_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/data_process.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/def.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/myhtml.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/mynamespace.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/mynamespace_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/rules.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/stream.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tag.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tag_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/token.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tokenizer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tokenizer_doctype.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tokenizer_end.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tokenizer_script.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myhtml/tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myunicode/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/host.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/path.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/punycode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/scheme.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/scheme_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/scheme_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/url.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/include/myurl/utils.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/modest.pc.in +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/modestConfig.cmake.in +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/declaration.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/declaration.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/finder.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/finder.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/match.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/match.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/pseudo_class.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/pseudo_class.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/thread.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/thread.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/type.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/finder/type.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/glue.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/glue.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/layer/layer.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/layer/layer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/modest.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/modest.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/node.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/node.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/property.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/property.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/raw_property.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/raw_property.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/node/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/begin.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/begin.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/binding.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/binding.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/tree.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/tree_node.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/render/tree_node.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/default.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/default.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/default_entries.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/default_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/map.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/map.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/map_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/raw.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/raw.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/sheet.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/sheet.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/type.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/modest/style/type.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/incoming.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/incoming.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/myosi.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/mystring.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/mythread.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/mythread.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/perf.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/thread_queue.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/thread_queue.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/avl_tree.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/avl_tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mchar_async.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mchar_async.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcobject.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcobject.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcobject_async.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcobject_async.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcsimple.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcsimple.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcsync.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mcsync.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mctree.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mctree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mhash.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/mhash.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycore/utils.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/an_plus_b.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/an_plus_b.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/api.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/check.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/check.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/convert.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/convert.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/default.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/default.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/default_entries.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/default_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/entry.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/entry.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/entry_destroy.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/entry_destroy.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/entry_destroy_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/init.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/serialization_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/declaration/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/entry.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/entry.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/media/init.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/media/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/media/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/media/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/media/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/mycss.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/mycss.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/mystring.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/init.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/namespace/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/init.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/parser_background.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/parser_image.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/parser_text_decoration.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/parser_url.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/resources_name.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/shared.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/property/shared.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/function.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/function.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/function_parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/function_parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/function_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/init.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/init.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/list.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/list.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/myosi_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/pseudo.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/pseudo.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/pseudo_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/state.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/state.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/value.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/value.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/selectors/value_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/stack.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/stack.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/stylesheet.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/stylesheet.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/syntax/ending.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/syntax/syntax.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/syntax_ending.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer_end.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer_end.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer_global.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer_global.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/tokenizer_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/color.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/color.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/color_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/color_parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/color_parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/color_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/consume.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/consume.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/destroy.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/destroy.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/image.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/image.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/image_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/units.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/units.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/units_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/values.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/mycss/values/values.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/detect.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/detect_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/encoding.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/encoding.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/mystring.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myencoding/resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/cmap.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/cmap.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/glyf.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/glyf.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/head.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/head.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/hhea.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/hhea.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/hmtx.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/hmtx.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/loca.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/loca.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/maxp.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/maxp.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/myfont.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/myfont.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/myosi.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/name.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/name.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/os_2.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/os_2.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/pclt.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/pclt.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/vhea.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/vhea.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/vmtx.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myfont/vmtx.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/api.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/callback.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/callback.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/charef.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/charef.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/charef_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/data_process.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/data_process.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/def.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/myhtml.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/myhtml.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/mynamespace.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/mynamespace.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/mynamespace_resource.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/mystring.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/mystring.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/rules.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/rules.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/stream.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/stream.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tag.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tag.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tag_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tag_init.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/token.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/token.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer_doctype.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer_doctype.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer_end.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer_end.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer_script.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tokenizer_script.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tree.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myhtml/tree.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/posix/mycore/io.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/posix/mycore/memory.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/posix/mycore/perf.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/posix/mycore/thread.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/posix/mycore/utils/mcsync.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/windows_nt/mycore/io.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/windows_nt/mycore/memory.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/windows_nt/mycore/perf.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/windows_nt/mycore/thread.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myport/windows_nt/mycore/utils/mcsync.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myunicode/myosi.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myunicode/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/host.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/host.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/myosi.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/myosi.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/parser.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/parser.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/parser_end.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/path.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/path.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/punycode.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/punycode.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/scheme.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/scheme.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/scheme_const.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/scheme_resources.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/serialization.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/serialization.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/url.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/url.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/utils.c +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/modest/source/myurl/utils.h +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/base.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor/attrs.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor/node.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor/node_remove.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor/util.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor.pxd +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor.pyi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/lexbor.pyx +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/modest/node.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/modest/selection.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/modest/util.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/parser.pxd +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/parser.pyi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/parser.pyx +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/py.typed +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax/utils.pxi +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax.egg-info/SOURCES.txt +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax.egg-info/dependency_links.txt +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax.egg-info/not-zip-safe +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax.egg-info/requires.txt +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/selectolax.egg-info/top_level.txt +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/tests/__init__.py +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/tests/test_nodes.py +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/tests/test_parser.py +0 -0
- {selectolax-0.4.0 → selectolax-0.4.2}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# selectolax Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Version 0.4.2
|
|
7
|
+
|
|
8
|
+
- Update `lexbor`
|
|
9
|
+
- Fix missing description on pypi
|
|
10
|
+
|
|
11
|
+
# Version 0.4.1
|
|
12
|
+
|
|
13
|
+
- Fix parsing of CSS selectors that contain Unicode characters.
|
|
14
|
+
|
|
4
15
|
# Version 0.4.0
|
|
5
16
|
|
|
6
17
|
- Fix incorrect default value in docstrings for strict argument
|
|
@@ -103,8 +103,8 @@ assert results[0].text() == "lexbor is AwesOme"
|
|
|
103
103
|
|
|
104
104
|
### Available backends
|
|
105
105
|
|
|
106
|
-
Selectolax supports two backends: `Modest` and `Lexbor`. By default, all examples use the
|
|
107
|
-
Most of the features between backends are almost identical, but there are
|
|
106
|
+
Selectolax supports two backends: `Modest` and `Lexbor`. By default, all examples use the `Lexbor` backend.
|
|
107
|
+
Most of the features between backends are almost identical, but there are some differences.
|
|
108
108
|
|
|
109
109
|
As of 2024, the preferred backend is `Lexbor`. The `Modest` backend is still available for compatibility reasons
|
|
110
110
|
and the underlying C library that selectolax uses is not maintained anymore.
|
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [2.6.0] - 2025-11-10
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Added pseudo-selector :lexbor-contains(). The selector is intended for searching by text within elements.
|
|
9
|
+
- DOM: added the DOMException interface/object.
|
|
10
|
+
- DOM::Node: added functions for manipulating with DOM by specification.
|
|
11
|
+
- URL: add test case.
|
|
12
|
+
- Added interface for the DOM getElementById() function.
|
|
13
|
+
- DOM: added the lxb_dom_document_type_create() function.
|
|
14
|
+
- URL: added support URLSearchParams interface.
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- URL: Fix host setters for opaque paths.
|
|
18
|
+
- Fixed warning on Windows with gcc.
|
|
19
|
+
- Fixed warnings with -Wsign-compare -Wformat.
|
|
20
|
+
- URL: Fix port setter for malformed ports.
|
|
21
|
+
- URL: fixed a use-after-free bug in parser logs.
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
- Unicode: update to version 17.0.0.
|
|
25
|
+
- HTML: relax <select> parser. The approach to parsing the <select> tag has been changed according to the specification. Regarding recent changes to the specifications.
|
|
26
|
+
|
|
5
27
|
## [2.5.0] - 2025-08-13
|
|
6
28
|
### Added
|
|
7
29
|
- Added new module Engine.
|
|
@@ -175,3 +175,49 @@
|
|
|
175
175
|
of your accepting any such warranty or additional liability.
|
|
176
176
|
|
|
177
177
|
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
Lexbor SUBCOMPONENTS:
|
|
181
|
+
|
|
182
|
+
The Lexbor includes a number of subcomponents with
|
|
183
|
+
separate copyright notices and license terms. Your use of the source
|
|
184
|
+
code for the these subcomponents is subject to the terms and
|
|
185
|
+
conditions of the following licenses. Paths are relative to the lexbor
|
|
186
|
+
folder.
|
|
187
|
+
|
|
188
|
+
Portions of source/lexbor/core/dtoa.h, source/lexbor/core/dtoa.c,
|
|
189
|
+
source/lexbor/core/strtod.h, source/lexbor/core/strtod.c,
|
|
190
|
+
source/lexbor/core/diyfp.h, source/lexbor/core/diyfp.c is based on
|
|
191
|
+
NGINX NJS project (https://github.com/nginx/njs/) which is
|
|
192
|
+
available under BSD 2-clause "Simplified" License.
|
|
193
|
+
|
|
194
|
+
BSD-2-Clause license.
|
|
195
|
+
|
|
196
|
+
Copyright (C) 2015-2019 NGINX, Inc.
|
|
197
|
+
Copyright (C) 2019-2025 F5, Inc.
|
|
198
|
+
Copyright (C) 2015-2021 Igor Sysoev
|
|
199
|
+
Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
200
|
+
Copyright (C) 2019-2022 Alexander Borisov
|
|
201
|
+
Copyright (C) 2022-2025 Vadim Zhestikov
|
|
202
|
+
All rights reserved.
|
|
203
|
+
|
|
204
|
+
Redistribution and use in source and binary forms, with or without
|
|
205
|
+
modification, are permitted provided that the following conditions
|
|
206
|
+
are met:
|
|
207
|
+
1. Redistributions of source code must retain the above copyright
|
|
208
|
+
notice, this list of conditions and the following disclaimer.
|
|
209
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
210
|
+
notice, this list of conditions and the following disclaimer in the
|
|
211
|
+
documentation and/or other materials provided with the distribution.
|
|
212
|
+
|
|
213
|
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
214
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
215
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
216
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
217
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
218
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
219
|
+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
220
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
221
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
222
|
+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
223
|
+
SUCH DAMAGE.
|
|
@@ -222,7 +222,7 @@ Please, see [roadmap](https://lexbor.com/roadmap/) on [lexbor.com](https://lexbo
|
|
|
222
222
|
|
|
223
223
|
## Our Sponsors
|
|
224
224
|
|
|
225
|
-
[<img src="images/neural-logo.png" alt="goneural.ai" width="320">](https://goneural.ai/)
|
|
225
|
+
[<img src="images/neural-logo.png" alt="goneural.ai" width="320">](https://goneural.ai/) [<img src="images/SerpApi-logo.png" alt="serpapi.com" width="320">](https://serpapi.com/?utm_source=lexbor)
|
|
226
226
|
|
|
227
227
|
## Sponsorship
|
|
228
228
|
|
|
@@ -1,16 +1,44 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (C)
|
|
2
|
+
* Copyright (C) 2015-2019 NGINX, Inc.
|
|
3
|
+
* Copyright (C) 2019-2025 F5, Inc.
|
|
4
|
+
* Copyright (C) 2015-2021 Igor Sysoev
|
|
5
|
+
* Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
6
|
+
* Copyright (C) 2019-2022 Alexander Borisov
|
|
7
|
+
* Copyright (C) 2022-2025 Vadim Zhestikov
|
|
8
|
+
* All rights reserved.
|
|
3
9
|
*
|
|
4
|
-
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
5
18
|
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
* Copyright (C) Alexander Borisov
|
|
8
34
|
*
|
|
35
|
+
* Based on nxt_diyfp.h from NGINX NJS project
|
|
9
36
|
* An internal diy_fp implementation.
|
|
10
37
|
* For details, see Loitsch, Florian. "Printing floating-point numbers quickly
|
|
11
38
|
* and accurately with integers." ACM Sigplan Notices 45.6 (2010): 233-243.
|
|
12
39
|
*/
|
|
13
40
|
|
|
41
|
+
|
|
14
42
|
#include "lexbor/core/diyfp.h"
|
|
15
43
|
|
|
16
44
|
|
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (C)
|
|
2
|
+
* Copyright (C) 2015-2019 NGINX, Inc.
|
|
3
|
+
* Copyright (C) 2019-2025 F5, Inc.
|
|
4
|
+
* Copyright (C) 2015-2021 Igor Sysoev
|
|
5
|
+
* Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
6
|
+
* Copyright (C) 2019-2022 Alexander Borisov
|
|
7
|
+
* Copyright (C) 2022-2025 Vadim Zhestikov
|
|
8
|
+
* All rights reserved.
|
|
3
9
|
*
|
|
4
|
-
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
5
18
|
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
* Copyright (C) Alexander Borisov
|
|
8
34
|
*
|
|
35
|
+
* Based on nxt_diyfp.h from NGINX NJS project
|
|
9
36
|
* An internal diy_fp implementation.
|
|
10
37
|
* For details, see Loitsch, Florian. "Printing floating-point numbers quickly
|
|
11
38
|
* and accurately with integers." ACM Sigplan Notices 45.6 (2010): 233-243.
|
|
@@ -1,39 +1,36 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (C)
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* Copyright (C)
|
|
7
|
-
* Copyright (C)
|
|
8
|
-
*
|
|
9
|
-
* Grisu2 algorithm implementation for printing floating-point numbers based
|
|
10
|
-
* upon the work of Milo Yip and Doug Currie.
|
|
11
|
-
*
|
|
12
|
-
* For algorithm information, see Loitsch, Florian. "Printing
|
|
13
|
-
* floating-point numbers quickly and accurately with integers." ACM Sigplan
|
|
14
|
-
* Notices 45.6 (2010): 233-243.
|
|
15
|
-
*
|
|
16
|
-
* Copyright (C) 2015 Doug Currie
|
|
17
|
-
* based on dtoa_milo.h
|
|
18
|
-
* Copyright (C) 2014 Milo Yip
|
|
2
|
+
* Copyright (C) 2015-2019 NGINX, Inc.
|
|
3
|
+
* Copyright (C) 2019-2025 F5, Inc.
|
|
4
|
+
* Copyright (C) 2015-2021 Igor Sysoev
|
|
5
|
+
* Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
6
|
+
* Copyright (C) 2019-2022 Alexander Borisov
|
|
7
|
+
* Copyright (C) 2022-2025 Vadim Zhestikov
|
|
8
|
+
* All rights reserved.
|
|
19
9
|
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
26
18
|
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* THE SOFTWARE
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
* Copyright (C) Alexander Borisov
|
|
37
34
|
*/
|
|
38
35
|
|
|
39
36
|
#include "lexbor/core/str.h"
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2015-2019 NGINX, Inc.
|
|
3
|
+
* Copyright (C) 2019-2025 F5, Inc.
|
|
4
|
+
* Copyright (C) 2015-2021 Igor Sysoev
|
|
5
|
+
* Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
6
|
+
* Copyright (C) 2019-2022 Alexander Borisov
|
|
7
|
+
* Copyright (C) 2022-2025 Vadim Zhestikov
|
|
8
|
+
* All rights reserved.
|
|
9
|
+
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
18
|
+
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
* Copyright (C) Alexander Borisov
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
#ifndef LEXBOR_DTOA_H
|
|
37
|
+
#define LEXBOR_DTOA_H
|
|
38
|
+
|
|
39
|
+
#ifdef __cplusplus
|
|
40
|
+
extern "C" {
|
|
41
|
+
#endif
|
|
42
|
+
|
|
43
|
+
#include "lexbor/core/base.h"
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
LXB_API size_t
|
|
47
|
+
lexbor_dtoa(double value, lxb_char_t *begin, size_t len);
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
#ifdef __cplusplus
|
|
51
|
+
} /* extern "C" */
|
|
52
|
+
#endif
|
|
53
|
+
|
|
54
|
+
#endif /* LEXBOR_DTOA_H */
|
|
@@ -80,6 +80,7 @@ lexbor_str_destroy(lexbor_str_t *str, lexbor_mraw_t *mraw, bool destroy_obj)
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
if (str->data != NULL) {
|
|
83
|
+
lexbor_str_clean(str);
|
|
83
84
|
str->data = lexbor_mraw_free(mraw, str->data);
|
|
84
85
|
}
|
|
85
86
|
|
|
@@ -380,6 +381,30 @@ lexbor_str_whitespace_from_end(lexbor_str_t *target)
|
|
|
380
381
|
return 0;
|
|
381
382
|
}
|
|
382
383
|
|
|
384
|
+
lxb_char_t *
|
|
385
|
+
lexbor_str_copy_to(lexbor_str_t *str, const lxb_char_t *buff, size_t length)
|
|
386
|
+
{
|
|
387
|
+
lxb_char_t *data_begin;
|
|
388
|
+
|
|
389
|
+
data_begin = &str->data[str->length];
|
|
390
|
+
memcpy(data_begin, buff, sizeof(lxb_char_t) * length);
|
|
391
|
+
|
|
392
|
+
str->length += length;
|
|
393
|
+
|
|
394
|
+
return data_begin;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
lxb_char_t *
|
|
398
|
+
lexbor_str_copy_to_with_null(lexbor_str_t *str,
|
|
399
|
+
const lxb_char_t *buff, size_t length)
|
|
400
|
+
{
|
|
401
|
+
lxb_char_t *data_begin = lexbor_str_copy_to(str, buff, length);
|
|
402
|
+
|
|
403
|
+
str->data[str->length] = '\0';
|
|
404
|
+
|
|
405
|
+
return data_begin;
|
|
406
|
+
}
|
|
407
|
+
|
|
383
408
|
/*
|
|
384
409
|
* Data utils
|
|
385
410
|
* TODO: All functions need optimization.
|
|
@@ -117,6 +117,12 @@ lexbor_str_whitespace_from_begin(lexbor_str_t *target);
|
|
|
117
117
|
LXB_API size_t
|
|
118
118
|
lexbor_str_whitespace_from_end(lexbor_str_t *target);
|
|
119
119
|
|
|
120
|
+
LXB_API lxb_char_t *
|
|
121
|
+
lexbor_str_copy_to(lexbor_str_t *str, const lxb_char_t *buff, size_t length);
|
|
122
|
+
|
|
123
|
+
LXB_API lxb_char_t *
|
|
124
|
+
lexbor_str_copy_to_with_null(lexbor_str_t *str,
|
|
125
|
+
const lxb_char_t *buff, size_t length);
|
|
120
126
|
|
|
121
127
|
/* Data utils */
|
|
122
128
|
/*
|
|
@@ -1,14 +1,36 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (C)
|
|
3
|
-
*
|
|
4
|
-
*
|
|
2
|
+
* Copyright (C) 2015-2019 NGINX, Inc.
|
|
3
|
+
* Copyright (C) 2019-2025 F5, Inc.
|
|
4
|
+
* Copyright (C) 2015-2021 Igor Sysoev
|
|
5
|
+
* Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
6
|
+
* Copyright (C) 2019-2022 Alexander Borisov
|
|
7
|
+
* Copyright (C) 2022-2025 Vadim Zhestikov
|
|
8
|
+
* All rights reserved.
|
|
5
9
|
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
8
18
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
* Copyright (C) Alexander Borisov
|
|
12
34
|
*/
|
|
13
35
|
|
|
14
36
|
#include <stdint.h>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2015-2019 NGINX, Inc.
|
|
3
|
+
* Copyright (C) 2019-2025 F5, Inc.
|
|
4
|
+
* Copyright (C) 2015-2021 Igor Sysoev
|
|
5
|
+
* Copyright (C) 2017-2025 Dmitry Volyntsev
|
|
6
|
+
* Copyright (C) 2019-2022 Alexander Borisov
|
|
7
|
+
* Copyright (C) 2022-2025 Vadim Zhestikov
|
|
8
|
+
* All rights reserved.
|
|
9
|
+
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
18
|
+
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
* Copyright (C) Alexander Borisov
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
#ifndef LEXBOR_STRTOD_H
|
|
37
|
+
#define LEXBOR_STRTOD_H
|
|
38
|
+
|
|
39
|
+
#ifdef __cplusplus
|
|
40
|
+
extern "C" {
|
|
41
|
+
#endif
|
|
42
|
+
|
|
43
|
+
#include "lexbor/core/base.h"
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
LXB_API double
|
|
47
|
+
lexbor_strtod_internal(const lxb_char_t *start, size_t length, int exp);
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
#ifdef __cplusplus
|
|
51
|
+
} /* extern "C" */
|
|
52
|
+
#endif
|
|
53
|
+
|
|
54
|
+
#endif /* LEXBOR_STRTOD_H */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (C) 2018-
|
|
2
|
+
* Copyright (C) 2018-2025 Alexander Borisov
|
|
3
3
|
*
|
|
4
4
|
* Author: Alexander Borisov <borisov@lexbor.com>
|
|
5
5
|
*/
|
|
@@ -12,6 +12,10 @@ LXB_API lxb_dom_attr_data_t *
|
|
|
12
12
|
lxb_dom_attr_qualified_name_append(lexbor_hash_t *hash, const lxb_char_t *name,
|
|
13
13
|
size_t length);
|
|
14
14
|
|
|
15
|
+
LXB_API lxb_dom_attr_data_t *
|
|
16
|
+
lxb_dom_attr_local_name_append(lexbor_hash_t *hash,
|
|
17
|
+
const lxb_char_t *name, size_t length);
|
|
18
|
+
|
|
15
19
|
|
|
16
20
|
lxb_dom_document_type_t *
|
|
17
21
|
lxb_dom_document_type_interface_create(lxb_dom_document_t *document)
|
|
@@ -29,6 +33,8 @@ lxb_dom_document_type_interface_create(lxb_dom_document_t *document)
|
|
|
29
33
|
node->owner_document = lxb_dom_document_owner(document);
|
|
30
34
|
node->type = LXB_DOM_NODE_TYPE_DOCUMENT_TYPE;
|
|
31
35
|
|
|
36
|
+
element->name = LXB_DOM_ATTR_HTML;
|
|
37
|
+
|
|
32
38
|
return element;
|
|
33
39
|
}
|
|
34
40
|
|
|
@@ -105,6 +111,103 @@ lxb_dom_document_type_interface_destroy(lxb_dom_document_type_t *document_type)
|
|
|
105
111
|
return NULL;
|
|
106
112
|
}
|
|
107
113
|
|
|
114
|
+
lxb_dom_document_type_t *
|
|
115
|
+
lxb_dom_document_type_create(lxb_dom_document_t *document,
|
|
116
|
+
const lxb_char_t *name, size_t name_len,
|
|
117
|
+
const lxb_char_t *pub, size_t pub_len,
|
|
118
|
+
const lxb_char_t *sys, size_t sys_len,
|
|
119
|
+
lxb_dom_exception_code_t *code)
|
|
120
|
+
{
|
|
121
|
+
lxb_dom_attr_data_t *data;
|
|
122
|
+
lxb_dom_document_type_t *doctype;
|
|
123
|
+
|
|
124
|
+
if (!lxb_dom_document_type_valid_name(name, name_len)) {
|
|
125
|
+
if (code != NULL) {
|
|
126
|
+
*code = LXB_DOM_EXCEPTION_INVALID_CHARACTER_ERR;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
return NULL;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
doctype = lxb_dom_document_type_interface_create(document);
|
|
133
|
+
if (doctype == NULL) {
|
|
134
|
+
goto failed;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
data = lxb_dom_attr_local_name_append(document->attrs, name, name_len);
|
|
138
|
+
if (data == NULL) {
|
|
139
|
+
goto failed;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
doctype->name = data->attr_id;
|
|
143
|
+
|
|
144
|
+
if (pub != NULL && pub_len != 0) {
|
|
145
|
+
doctype->public_id.data = lxb_dom_document_create_text(document,
|
|
146
|
+
pub_len + 1);
|
|
147
|
+
if (doctype->public_id.data == NULL) {
|
|
148
|
+
goto failed;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
(void) lexbor_str_copy_to_with_null(&doctype->public_id, pub, pub_len);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
if (sys != NULL && sys_len != 0) {
|
|
155
|
+
doctype->system_id.data = lxb_dom_document_create_text(document,
|
|
156
|
+
sys_len + 1);
|
|
157
|
+
if (doctype->system_id.data == NULL) {
|
|
158
|
+
goto failed;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
(void) lexbor_str_copy_to_with_null(&doctype->system_id, sys, sys_len);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
if (code != NULL) {
|
|
165
|
+
*code = LXB_DOM_EXCEPTION_OK;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
return doctype;
|
|
169
|
+
|
|
170
|
+
failed:
|
|
171
|
+
|
|
172
|
+
if (doctype != NULL && doctype->public_id.data != NULL) {
|
|
173
|
+
lxb_dom_document_destroy_text(document, doctype->public_id.data);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
if (code != NULL) {
|
|
177
|
+
*code = LXB_DOM_EXCEPTION_ERR;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
return NULL;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
bool
|
|
184
|
+
lxb_dom_document_type_valid_name(const lxb_char_t *name, size_t length)
|
|
185
|
+
{
|
|
186
|
+
lxb_char_t c;
|
|
187
|
+
const lxb_char_t *end;
|
|
188
|
+
|
|
189
|
+
if (name == NULL || length == 0) {
|
|
190
|
+
return false;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
end = name + length;
|
|
194
|
+
|
|
195
|
+
while (name < end) {
|
|
196
|
+
c = *name++;
|
|
197
|
+
/*
|
|
198
|
+
* U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, or U+0020 SPACE,
|
|
199
|
+
* or U+0000 NULL, or U+003E (>)
|
|
200
|
+
*/
|
|
201
|
+
if (c == 0x09 || c == 0x0A || c == 0x0C || c == 0x0D || c == 0x20
|
|
202
|
+
|| c == 0x00 || c == 0x3E)
|
|
203
|
+
{
|
|
204
|
+
return false;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
return true;
|
|
209
|
+
}
|
|
210
|
+
|
|
108
211
|
/*
|
|
109
212
|
* No inline functions for ABI.
|
|
110
213
|
*/
|