selectolax 0.3.21__tar.gz → 0.3.24__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.
Potentially problematic release.
This version of selectolax might be problematic. Click here for more details.
- {selectolax-0.3.21 → selectolax-0.3.24}/CHANGES.rst +16 -1
- {selectolax-0.3.21/selectolax.egg-info → selectolax-0.3.24}/PKG-INFO +3 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/README.rst +1 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/modules.rst +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/selectolax.rst +13 -14
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/CHANGELOG.md +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/CMakeLists.txt +2 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/README.md +104 -28
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/array.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/array.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/array_obj.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/array_obj.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/avl.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/avl.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/bst.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/bst.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/bst_map.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/bst_map.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/def.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/diyfp.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/diyfp.h +2 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/dobject.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/dobject.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/dtoa.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/dtoa.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/fs.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/in.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/in.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/lexbor.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/mem.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/mem.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/mraw.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/mraw.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/perf.h +1 -6
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/plog.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/plog.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/sbst.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/shs.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/shs.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/str.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/str.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/str_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/strtod.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/strtod.h +0 -0
- selectolax-0.3.24/lexbor/source/lexbor/core/swar.h +97 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/types.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/utils.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/utils.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/log.c +0 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/parser.c +10 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/property/state.c +10 -17
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/selector.h +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/syntax.c +0 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/tokenizer/error.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/tokenizer/error.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/tokenizer.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/tokenizer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interface.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/cdata_section.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/cdata_section.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/character_data.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/character_data.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/comment.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/comment.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/document.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/document.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/document_fragment.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/document_fragment.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/document_type.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/document_type.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/element.c +3 -6
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/event_target.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/event_target.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/node.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/node.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/processing_instruction.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/processing_instruction.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/shadow_root.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/shadow_root.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/text.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/text.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/big5.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/decode.c +71 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/decode.h +4 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/encode.c +17 -17
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/euc_kr.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/gb18030.c +2092 -2092
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/iso_2022_jp_katakana.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/jis0208.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/jis0212.c +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/multi.h +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/encoding.c +2 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interface.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interface.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/anchor_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/anchor_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/area_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/area_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/audio_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/audio_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/base_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/base_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/body_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/body_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/br_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/br_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/button_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/button_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/canvas_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/canvas_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/d_list_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/d_list_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/data_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/data_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/data_list_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/data_list_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/details_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/details_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/dialog_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/dialog_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/directory_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/directory_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/div_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/div_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/document.c +20 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/document.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/embed_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/embed_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/field_set_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/field_set_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/font_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/font_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/form_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/form_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/frame_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/frame_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/frame_set_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/frame_set_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/head_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/head_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/heading_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/heading_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/hr_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/hr_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/html_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/html_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/iframe_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/iframe_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/image_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/image_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/input_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/input_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/label_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/label_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/legend_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/legend_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/li_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/li_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/link_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/link_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/map_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/map_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/marquee_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/marquee_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/media_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/media_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/menu_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/menu_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/meta_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/meta_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/meter_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/meter_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/mod_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/mod_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/o_list_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/o_list_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/object_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/object_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/opt_group_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/opt_group_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/option_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/option_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/output_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/output_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/paragraph_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/paragraph_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/param_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/param_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/picture_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/picture_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/pre_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/pre_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/progress_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/progress_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/quote_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/quote_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/script_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/script_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/select_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/select_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/slot_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/slot_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/source_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/source_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/span_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/span_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/style_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/style_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_caption_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_caption_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_cell_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_cell_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_col_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_col_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_row_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_row_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_section_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/table_section_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/template_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/template_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/text_area_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/text_area_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/time_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/time_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/title_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/title_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/track_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/track_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/u_list_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/u_list_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/unknown_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/unknown_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/video_element.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/video_element.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/window.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interfaces/window.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/parser.c +1 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/serialize.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/serialize.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tag.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/token.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/token.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/token_attr.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/token_attr.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/error.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/error.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state.c +5 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_comment.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_comment.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_doctype.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_doctype.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_rawtext.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_rawtext.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_rcdata.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_rcdata.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_script.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer/state_script.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tokenizer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/active_formatting.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/active_formatting.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/error.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/error.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_body.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_frameset.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/after_body.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/after_frameset.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/after_head.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/before_head.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/before_html.c +1 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/foreign_content.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_body.c +0 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_caption.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_cell.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_column_group.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_frameset.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_head.c +2 -11
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_head_noscript.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_row.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_select.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_select_in_table.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_table.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_body.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_text.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/in_template.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/initial.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode/text.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/insertion_mode.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/open_elements.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/open_elements.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/template_insertion.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree/template_insertion.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree.c +10 -19
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree.h +1 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tree_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ns/ns.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ns/ns.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ports/posix/lexbor/core/fs.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ports/posix/lexbor/core/memory.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ports/posix/lexbor/core/perf.c +43 -7
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/memory.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/punycode/punycode.c +149 -108
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/selectors/selectors.c +5 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/tag/tag.c +5 -6
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/tag/tag.h +7 -9
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/idna.c +106 -31
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/idna.h +16 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/unicode.c +5 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/url/url.c +1373 -629
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/url/url.h +11 -6
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/__init__.py +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor/node.pxi +51 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor.c +31298 -16508
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor.pyi +2 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/modest/node.pxi +40 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/parser.c +25045 -11608
- {selectolax-0.3.21 → selectolax-0.3.24/selectolax.egg-info}/PKG-INFO +3 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax.egg-info/SOURCES.txt +1 -0
- selectolax-0.3.24/selectolax.egg-info/requires.txt +3 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/setup.cfg +1 -1
- {selectolax-0.3.21 → selectolax-0.3.24}/setup.py +2 -2
- {selectolax-0.3.21 → selectolax-0.3.24}/tests/test_nodes.py +27 -0
- selectolax-0.3.21/selectolax.egg-info/requires.txt +0 -3
- {selectolax-0.3.21 → selectolax-0.3.24}/LICENSE +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/MANIFEST.in +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/Makefile +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/conf.py +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/index.rst +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/lexbor.rst +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/logo.png +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/make.bat +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/docs/parser.rst +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/.git +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/.travis.yml +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/INSTALL.md +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/LICENSE +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/NOTICE +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/config.cmake +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/feature.cmake +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/pvs_studio.sh +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/conv.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/conv.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/core.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/hash.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/hash.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/print.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/print.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/serialize.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/core/serialize.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/at_rule/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/at_rule/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/at_rule/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/at_rule/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/at_rule.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/at_rule.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/css.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/css.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/declaration.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/declaration.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/log.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/property/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/property/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/property/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/property.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/property.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/rule.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/rule.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/pseudo.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/pseudo.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/pseudo_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/pseudo_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/pseudo_state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/pseudo_state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/selector.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/selectors.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/selectors.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/selectors/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/stylesheet.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/stylesheet.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/anb.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/anb.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/state_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/syntax.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/token.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/token.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/syntax/token_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/unit/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/unit/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/unit.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/unit.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/value/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/value/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/value.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/css/value.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/collection.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/collection.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/dom.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/exception.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/exception.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interface.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/attr.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/attr.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/attr_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/dom/interfaces/attr_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/encode.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/encoding.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/encoding.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/range.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/range.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/res.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/single.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/encoding/single.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/encoding.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/html.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/interface_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/node.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/node.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/style.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/style.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/html/tag_res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ns/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ns/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ns/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/fs.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/perf.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/punycode/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/punycode/punycode.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/selectors/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/selectors/selectors.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/tag/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/tag/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/tag/res.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_0.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_1.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_10.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_11.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_12.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_13.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_14.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_15.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_16.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_17.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_18.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_19.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_2.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_20.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_21.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_22.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_23.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_24.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_25.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_26.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_27.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_28.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_29.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_3.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_30.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_31.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_32.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_33.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_34.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_35.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_36.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_37.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_38.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_39.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_4.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_5.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_6.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_7.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_8.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_9.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_compose.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/table_idna_types.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/unicode/unicode.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/url/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/utils/base.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/utils/http.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/utils/http.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/utils/utils.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/utils/warc.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/source/lexbor/utils/warc.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/lexbor/version +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/.git +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/.gitignore +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/.travis.yml +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/CHANGELOG.md +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/CMakeLists.txt +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/INSTALL.md +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/LICENSE +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/Makefile +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/Makefile.bin.cfg +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/Makefile.cfg +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/README.md +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/api_breaking_changes.md +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/declaration.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/finder.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/match.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/pseudo_class.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/thread.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/finder/type.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/glue.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/layer/layer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/modest.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/node/node.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/node/property.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/node/raw_property.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/node/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/render/begin.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/render/binding.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/render/tree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/render/tree_node.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/default.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/default_entries.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/default_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/map.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/map_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/raw.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/sheet.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/modest/style/type.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/incoming.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/mythread.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/perf.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/thread_queue.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/avl_tree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mchar_async.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mcobject.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mcobject_async.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mcsimple.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mcsync.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mctree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/mhash.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycore/utils.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/an_plus_b.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/api.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/check.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/convert.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/default.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/default_entries.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/default_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/entry.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/entry_destroy.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/entry_destroy_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/serialization_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/declaration/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/entry.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/media/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/media/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/media/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/mycss.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/namespace/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/namespace/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/namespace/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/namespace/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/namespace/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/resources_name.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/property/shared.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/function.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/function_parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/function_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/list.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/myosi_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/pseudo.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/pseudo_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/value.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/selectors/value_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/stack.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/stylesheet.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/syntax_ending.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/tokenizer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/tokenizer_end.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/tokenizer_global.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/tokenizer_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/color.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/color_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/color_parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/color_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/consume.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/destroy.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/image.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/image_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/units.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/units_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/mycss/values/values.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myencoding/detect_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myencoding/encoding.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myencoding/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myencoding/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myencoding/resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/cmap.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/glyf.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/head.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/hhea.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/hmtx.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/loca.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/maxp.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/myfont.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/name.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/os_2.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/pclt.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/vhea.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myfont/vmtx.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/api.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/callback.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/charef.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/charef_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/data_process.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/def.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/myhtml.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/mynamespace.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/mynamespace_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/rules.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/stream.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tag.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tag_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/token.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tokenizer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tokenizer_doctype.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tokenizer_end.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tokenizer_script.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myhtml/tree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myunicode/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/host.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/path.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/punycode.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/scheme.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/scheme_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/scheme_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/url.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/include/myurl/utils.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/modest.pc.in +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/modestConfig.cmake.in +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/declaration.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/declaration.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/finder.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/finder.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/match.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/match.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/pseudo_class.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/pseudo_class.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/thread.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/thread.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/type.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/finder/type.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/glue.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/glue.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/layer/layer.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/layer/layer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/modest.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/modest.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/node.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/node.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/property.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/property.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/raw_property.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/raw_property.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/node/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/begin.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/begin.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/binding.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/binding.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/tree.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/tree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/tree_node.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/render/tree_node.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/default.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/default.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/default_entries.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/default_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/map.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/map.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/map_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/raw.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/raw.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/sheet.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/sheet.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/type.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/modest/style/type.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/incoming.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/incoming.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/myosi.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/mystring.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/mythread.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/mythread.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/perf.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/thread_queue.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/thread_queue.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/avl_tree.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/avl_tree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mchar_async.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mchar_async.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcobject.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcobject.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcobject_async.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcobject_async.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcsimple.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcsimple.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcsync.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mcsync.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mctree.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mctree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mhash.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/mhash.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycore/utils.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/an_plus_b.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/an_plus_b.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/api.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/check.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/check.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/convert.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/convert.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/default.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/default.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/default_entries.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/default_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/entry.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/entry.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/entry_destroy.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/entry_destroy.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/entry_destroy_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/init.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/serialization_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/declaration/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/entry.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/entry.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/media/init.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/media/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/media/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/media/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/media/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/mycss.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/mycss.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/mystring.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/init.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/namespace/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/init.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/parser_background.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/parser_image.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/parser_text_decoration.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/parser_url.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/resources_name.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/shared.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/property/shared.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/function.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/function.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/function_parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/function_parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/function_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/init.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/init.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/list.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/list.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/myosi_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/pseudo.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/pseudo.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/pseudo_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/state.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/state.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/value.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/value.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/selectors/value_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/stack.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/stack.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/stylesheet.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/stylesheet.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/syntax/ending.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/syntax/syntax.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/syntax_ending.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer_end.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer_end.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer_global.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer_global.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/tokenizer_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/color.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/color.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/color_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/color_parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/color_parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/color_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/consume.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/consume.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/destroy.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/destroy.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/image.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/image.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/image_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/units.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/units.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/units_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/values.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/mycss/values/values.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/detect.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/detect_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/encoding.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/encoding.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/mystring.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myencoding/resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/cmap.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/cmap.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/glyf.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/glyf.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/head.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/head.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/hhea.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/hhea.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/hmtx.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/hmtx.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/loca.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/loca.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/maxp.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/maxp.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/myfont.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/myfont.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/myosi.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/name.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/name.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/os_2.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/os_2.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/pclt.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/pclt.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/vhea.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/vhea.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/vmtx.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myfont/vmtx.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/api.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/callback.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/callback.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/charef.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/charef.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/charef_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/data_process.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/data_process.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/def.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/myhtml.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/myhtml.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/mynamespace.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/mynamespace.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/mynamespace_resource.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/mystring.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/mystring.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/rules.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/rules.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/stream.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/stream.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tag.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tag.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tag_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tag_init.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/token.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/token.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer_doctype.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer_doctype.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer_end.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer_end.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer_script.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tokenizer_script.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tree.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myhtml/tree.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/posix/mycore/io.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/posix/mycore/memory.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/posix/mycore/perf.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/posix/mycore/thread.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/posix/mycore/utils/mcsync.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/windows_nt/mycore/io.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/windows_nt/mycore/memory.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/windows_nt/mycore/perf.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/windows_nt/mycore/thread.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myport/windows_nt/mycore/utils/mcsync.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myunicode/myosi.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myunicode/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/host.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/host.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/myosi.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/myosi.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/parser.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/parser.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/parser_end.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/path.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/path.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/punycode.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/punycode.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/scheme.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/scheme.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/scheme_const.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/scheme_resources.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/serialization.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/serialization.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/url.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/url.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/utils.c +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/modest/source/myurl/utils.h +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/base.pxi +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor/attrs.pxi +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor/selection.pxi +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor.pxd +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/lexbor.pyx +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/modest/selection.pxi +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/parser.pxd +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/parser.pyi +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/parser.pyx +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/py.typed +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax/utils.pxi +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax.egg-info/dependency_links.txt +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax.egg-info/not-zip-safe +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/selectolax.egg-info/top_level.txt +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/tests/__init__.py +0 -0
- {selectolax-0.3.21 → selectolax-0.3.24}/tests/test_parser.py +0 -0
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
selectolax Changelog
|
|
2
2
|
====================
|
|
3
3
|
|
|
4
|
+
Version 0.3.24
|
|
5
|
+
-------------
|
|
6
|
+
|
|
7
|
+
Released
|
|
8
|
+
|
|
9
|
+
- Add `Node.insert_child` method to lexbor and modest backends
|
|
10
|
+
|
|
11
|
+
Version 0.3.23
|
|
12
|
+
-------------
|
|
13
|
+
|
|
14
|
+
Released
|
|
15
|
+
|
|
16
|
+
- Add Python 3.13 wheels
|
|
17
|
+
- Update lexbor
|
|
18
|
+
|
|
4
19
|
Version 0.3.21
|
|
5
20
|
-------------
|
|
6
21
|
|
|
7
22
|
Released
|
|
8
23
|
|
|
9
|
-
-
|
|
24
|
+
- ***Breaking change***: `lexbor` backend now includes the root node when querying CSS selectors. Same as `Modest` backend.
|
|
10
25
|
- Fix `css_matches` and `any_css_matches` methods for `Modest` backend on some compilers
|
|
11
26
|
|
|
12
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: selectolax
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.24
|
|
4
4
|
Summary: Fast HTML5 parser with CSS selectors.
|
|
5
5
|
Home-page: https://github.com/rushter/selectolax
|
|
6
6
|
Author: Artem Golubin
|
|
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Provides-Extra: cython
|
|
27
|
-
Requires-Dist: Cython==0.
|
|
27
|
+
Requires-Dist: Cython==3.0.11; extra == "cython"
|
|
28
28
|
|
|
29
29
|
.. image:: docs/logo.png
|
|
30
30
|
:alt: selectolax logo
|
|
@@ -158,6 +158,7 @@ Links
|
|
|
158
158
|
|
|
159
159
|
* `selectolax API reference <http://selectolax.readthedocs.io/en/latest/parser.html>`_
|
|
160
160
|
* `Video introduction to web scraping using selectolax <https://youtu.be/HpRsfpPuUzE>`_
|
|
161
|
+
* `How to Scrape 7k Products with Python using selectolax and httpx <https://www.youtube.com/watch?v=XpGvq755J2U>`_
|
|
161
162
|
* `Detailed overview <https://github.com/rushter/selectolax/blob/master/examples/walkthrough.ipynb>`_
|
|
162
163
|
* `Modest introduction <https://lexborisov.github.io/Modest/>`_
|
|
163
164
|
* `Modest benchmark <http://lexborisov.github.io/benchmark-html-persers/>`_
|
|
@@ -130,6 +130,7 @@ Links
|
|
|
130
130
|
|
|
131
131
|
* `selectolax API reference <http://selectolax.readthedocs.io/en/latest/parser.html>`_
|
|
132
132
|
* `Video introduction to web scraping using selectolax <https://youtu.be/HpRsfpPuUzE>`_
|
|
133
|
+
* `How to Scrape 7k Products with Python using selectolax and httpx <https://www.youtube.com/watch?v=XpGvq755J2U>`_
|
|
133
134
|
* `Detailed overview <https://github.com/rushter/selectolax/blob/master/examples/walkthrough.ipynb>`_
|
|
134
135
|
* `Modest introduction <https://lexborisov.github.io/Modest/>`_
|
|
135
136
|
* `Modest benchmark <http://lexborisov.github.io/benchmark-html-persers/>`_
|
|
File without changes
|
|
@@ -4,27 +4,26 @@ selectolax package
|
|
|
4
4
|
Submodules
|
|
5
5
|
----------
|
|
6
6
|
|
|
7
|
-
selectolax.parser module
|
|
8
|
-
------------------------
|
|
9
|
-
|
|
10
|
-
.. automodule:: selectolax.parser
|
|
11
|
-
:members:
|
|
12
|
-
:undoc-members:
|
|
13
|
-
:show-inheritance:
|
|
14
|
-
|
|
15
7
|
selectolax.lexbor module
|
|
16
8
|
------------------------
|
|
17
9
|
|
|
18
10
|
.. automodule:: selectolax.lexbor
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
11
|
+
:members:
|
|
12
|
+
:undoc-members:
|
|
13
|
+
:show-inheritance:
|
|
22
14
|
|
|
15
|
+
selectolax.parser module
|
|
16
|
+
------------------------
|
|
17
|
+
|
|
18
|
+
.. automodule:: selectolax.parser
|
|
19
|
+
:members:
|
|
20
|
+
:undoc-members:
|
|
21
|
+
:show-inheritance:
|
|
23
22
|
|
|
24
23
|
Module contents
|
|
25
24
|
---------------
|
|
26
25
|
|
|
27
26
|
.. automodule:: selectolax
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
:members:
|
|
28
|
+
:undoc-members:
|
|
29
|
+
:show-inheritance:
|
|
File without changes
|
|
@@ -19,6 +19,7 @@ cmake_minimum_required(VERSION 2.8.12...3.27)
|
|
|
19
19
|
# LEXBOR_BUILD_WITH_FUZZER default: OFF; Build with fuzzer tests if possible
|
|
20
20
|
# LEXBOR_INSTALL_HEADERS default: ON; The header files will be installed
|
|
21
21
|
# if set to ON
|
|
22
|
+
# LEXBOR_WITH_PERF default: OFF; Enables support for rdtsc
|
|
22
23
|
# LEXBOR_MAKE_RPM_FILES default: OFF; Create "spec" files in "packaging" direcotry
|
|
23
24
|
# for create packages
|
|
24
25
|
# LEXBOR_MAKE_DEB_FILES default: OFF; Create "control" files in "packaging" direcotry
|
|
@@ -52,6 +53,7 @@ option(LEXBOR_BUILD_UTILS "Build utils" OFF)
|
|
|
52
53
|
option(LEXBOR_BUILD_WITH_ASAN "Build with address sanitizer" OFF)
|
|
53
54
|
option(LEXBOR_BUILD_WITH_FUZZER "Build with fuzzer" OFF)
|
|
54
55
|
option(LEXBOR_INSTALL_HEADERS "Install header files" ON)
|
|
56
|
+
option(LEXBOR_WITH_PERF "Enables support for rdtsc." OFF)
|
|
55
57
|
option(LEXBOR_MAKE_PACKAGES_FILES "Create files for build packages" OFF)
|
|
56
58
|
option(LEXBOR_PRINT_MODULE_DEPENDENCIES "Prints dependencies" OFF)
|
|
57
59
|
|
|
@@ -1,8 +1,68 @@
|
|
|
1
|
-
|
|
1
|
+
## Lexbor: Crafting a Browser Engine with Simplicity and Flexibility
|
|
2
|
+
|
|
3
|
+
Why build yet another browser engine?
|
|
4
|
+
There's a myriad of challenges developers face in fully utilizing modern web technologies.
|
|
5
|
+
Parsing HTML and CSS, dealing with URLs and encodings often involves slow, resource-heavy implementations or outdated solutions.
|
|
6
|
+
Even established solutions, written in C++ and reaching tens of megabytes in volume, are often not versatile enough.
|
|
7
|
+
Meanwhile, language-specific implementations for Python, Node.js, Rust, or any other favorite of the day are slow and prone to lock-in.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### The Core Requirements
|
|
11
|
+
|
|
12
|
+
Lexbor's core requirements rose from the ashes of these challenges:
|
|
13
|
+
|
|
14
|
+
#### Portability
|
|
15
|
+
|
|
16
|
+
Lexbor aims to adapt to different platforms and integrate into various programming languages.
|
|
17
|
+
It's not yet another library full of quirks and idiosyncrasies;
|
|
18
|
+
Lexbor aims to offer developers flexibility to incorporate it into their work directly, regardless of the programming language they chose.
|
|
19
|
+
|
|
20
|
+
#### Modularity
|
|
21
|
+
|
|
22
|
+
Lexbor wants to keep things simple: Developers should be able to use only the parts they need.
|
|
23
|
+
Whether it's an HTML or URL parser, the engine's code should be straightforward and easy to navigate, promoting rapid development.
|
|
24
|
+
|
|
25
|
+
#### Speed
|
|
26
|
+
|
|
27
|
+
In a nutshell, Lexbor wants things to happen *real fast*.
|
|
28
|
+
It's not just about making a browser engine; it's about making sure that *everything*,
|
|
29
|
+
even the most resource-intensive tasks such as HTML parsing, occur swiftly to meet the real-time demands of modern web applications.
|
|
30
|
+
|
|
31
|
+
#### Independence
|
|
32
|
+
|
|
33
|
+
Lexbor empowers developers by giving them full control over algorithms, resources, and dimensions.
|
|
34
|
+
By eliminating on external dependencies, we let developers customize the engine without sacrificing performance or features.
|
|
35
|
+
|
|
36
|
+
#### Compliance
|
|
37
|
+
|
|
38
|
+
Lexbor commits to industry standards.
|
|
39
|
+
Developers need to be sure that the code aligns with widely established specifications.
|
|
40
|
+
The output of Lexbor's modules, be it HTML, CSS, URLs, or others, should match that of modern browsers, meeting industry specifications.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Origin Story
|
|
44
|
+
|
|
45
|
+
Having had all these goals in mind for about a decade, Alexander Borisov,
|
|
46
|
+
whose name gave the project its title,
|
|
47
|
+
came up with the idea of a browser engine crafted entirely in C
|
|
48
|
+
(there's no school like the old school).
|
|
49
|
+
The language was chosen simply because we believed it could meet all the criteria seamlessly.
|
|
50
|
+
|
|
51
|
+
Unlike heavyweights such as WebKit or Blink, Lexbor takes a lean and focused approach,
|
|
52
|
+
delivering a nimble yet powerful browser engine.
|
|
53
|
+
All it takes is years of top-notch developer expertise.
|
|
54
|
+
|
|
55
|
+
An important point to make: Lexbor doesn't stop at parsing and rendering modern HTML.
|
|
56
|
+
It offers each component as a standalone entity, ready to be integrated into other people's projects.
|
|
57
|
+
This approach sets us apart, providing a modular solution that not only meets browser needs
|
|
58
|
+
but also empowers developers with versatile tools for their own web-related tasks.
|
|
59
|
+
|
|
60
|
+
All in all, we envision Lexbor a promising player in the menagerie of browser technologies,
|
|
61
|
+
pushing the boundaries and helping developers fully leverage modern web technologies.
|
|
2
62
|
|
|
3
|
-
The `lexbor` project is being developed using the `C` language, without dependencies.
|
|
4
63
|
|
|
5
64
|
## Features
|
|
65
|
+
|
|
6
66
|
* [Modules](https://github.com/lexbor/lexbor/tree/master/source/lexbor).
|
|
7
67
|
* [Single or separate](https://github.com/lexbor/lexbor#single-or-separately) libraries for each module.
|
|
8
68
|
* No outside dependencies.
|
|
@@ -11,6 +71,7 @@ The `lexbor` project is being developed using the `C` language, without dependen
|
|
|
11
71
|
* Speed.
|
|
12
72
|
|
|
13
73
|
### HTML Module
|
|
74
|
+
|
|
14
75
|
* Full conformance with the [HTML5 specification](https://html.spec.whatwg.org/multipage/).
|
|
15
76
|
* Manipulation of [elements](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/element_create.c) and [attributes](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/element_attributes.c): add, change, delete and other.
|
|
16
77
|
* Supports fragment parsing (for [innerHTML](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/element_innerHTML.c)).
|
|
@@ -20,9 +81,10 @@ The `lexbor` project is being developed using the `C` language, without dependen
|
|
|
20
81
|
* Two way for parsing HTML: [by Document](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/document_parse.c), [by Parser](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/parse.c).
|
|
21
82
|
* Supports [determining encoding](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/encoding.c) by byte stream.
|
|
22
83
|
* [Parsing CSS Styles](https://github.com/lexbor/lexbor/tree/master/examples/lexbor/styles) in tag attributes and in the `<style>` tag.
|
|
23
|
-
* Fast
|
|
84
|
+
* Fast
|
|
24
85
|
|
|
25
86
|
### CSS Module
|
|
87
|
+
|
|
26
88
|
* Full conformance with the [CSS Syntax](https://drafts.csswg.org/css-syntax-3/) module.
|
|
27
89
|
* Supports:
|
|
28
90
|
* * [x] [Selectors](https://github.com/lexbor/lexbor/tree/master/examples/lexbor/selectors).
|
|
@@ -30,37 +92,46 @@ The `lexbor` project is being developed using the `C` language, without dependen
|
|
|
30
92
|
* * [x] and so on.
|
|
31
93
|
* Fast.
|
|
32
94
|
|
|
33
|
-
|
|
34
|
-
```
|
|
35
|
-
align-content, align-items, align-self, alignment-baseline, background-color,
|
|
36
|
-
baseline-shift, baseline-source, border, border-bottom, border-bottom-color,
|
|
37
|
-
border-left, border-left-color, border-right, border-right-color, border-top,
|
|
38
|
-
border-top-color, bottom, box-sizing, clear, color, direction, display,
|
|
39
|
-
dominant-baseline, flex, flex-basis, flex-direction, flex-flow, flex-grow,
|
|
40
|
-
flex-shrink, flex-wrap, float, float-defer, float-offset, float-reference,
|
|
41
|
-
font-family, font-size, font-stretch, font-style, font-weight,
|
|
42
|
-
hanging-punctuation, height, hyphens, inset-block-end, inset-block-start,
|
|
43
|
-
inset-inline-end, inset-inline-start, justify-content, left, letter-spacing,
|
|
44
|
-
line-break, line-height, margin, margin-bottom, margin-left, margin-right,
|
|
45
|
-
margin-top, max-height, max-width, min-height, min-width, opacity, order,
|
|
46
|
-
overflow-block, overflow-inline, overflow-wrap, overflow-x, overflow-y,
|
|
47
|
-
padding, padding-bottom, padding-left, padding-right, padding-top, position,
|
|
48
|
-
right, tab-size, text-align, text-align-all, text-align-last, text-combine-upright,
|
|
49
|
-
text-decoration, text-decoration-color, text-decoration-line, text-decoration-style,
|
|
50
|
-
text-indent, text-justify, text-orientation, text-overflow, text-transform, top,
|
|
51
|
-
unicode-bidi, vertical-align, visibility, white-space, width, word-break,
|
|
52
|
-
word-spacing, word-wrap, wrap-flow, wrap-through, writing-mode, z-index
|
|
53
|
-
```
|
|
95
|
+
### Selectors Module
|
|
54
96
|
|
|
55
|
-
|
|
56
|
-
|
|
97
|
+
* Search for HTML elements using CSS selectors.
|
|
98
|
+
* Fast.
|
|
57
99
|
|
|
58
100
|
### Encoding Module
|
|
101
|
+
|
|
59
102
|
* Full conformance with the [Encoding specification](https://encoding.spec.whatwg.org/).
|
|
60
103
|
* Supports `40 encodings` for encode/decode.
|
|
61
104
|
* Supports [single](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/encoding/single/from_to.c) and [buffering](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/encoding/buffer/from_to.c) encode/decode.
|
|
62
105
|
* Fast.
|
|
63
106
|
|
|
107
|
+
### URL Module
|
|
108
|
+
|
|
109
|
+
* Conformance with the [URL specification](https://url.spec.whatwg.org/)
|
|
110
|
+
* Support [Unicode ToASCII](https://www.unicode.org/reports/tr46/#ToASCII)
|
|
111
|
+
* Fast.
|
|
112
|
+
|
|
113
|
+
### Punycode Module
|
|
114
|
+
|
|
115
|
+
* Conformance with the [Punycode specification](https://www.rfc-editor.org/rfc/inline-errata/rfc3492.html).
|
|
116
|
+
* Support Encode/Decode.
|
|
117
|
+
|
|
118
|
+
### Unicode Module
|
|
119
|
+
|
|
120
|
+
* Unicode Standard Annex [#15](https://www.unicode.org/reports/tr15/).
|
|
121
|
+
* * Support Unicode normalization forms: D (NFD), C (NFC), KD (NFKD), KC (NFKC).
|
|
122
|
+
* * Support chunks (stream).
|
|
123
|
+
* Unicode Technical Standard [#46](https://unicode.org/reports/tr46/).
|
|
124
|
+
* * Support Unicode [IDNA Processing](https://www.unicode.org/reports/tr46/#Processing).
|
|
125
|
+
* * Support Unicode [ToASCII](https://www.unicode.org/reports/tr46/#ToASCII).
|
|
126
|
+
* * Support Unicode [ToUnicode](https://www.unicode.org/reports/tr46/#ToUnicode).
|
|
127
|
+
* Fast.
|
|
128
|
+
|
|
129
|
+
### Development of modules in process
|
|
130
|
+
|
|
131
|
+
* Layout
|
|
132
|
+
* Font
|
|
133
|
+
* and so on
|
|
134
|
+
|
|
64
135
|
## Build and Installation
|
|
65
136
|
|
|
66
137
|
### Binary packages
|
|
@@ -132,12 +203,13 @@ The `liblexbor-html` library already contains all the pointers to the required d
|
|
|
132
203
|
* [Python](https://github.com/rushter/selectolax#available-backends) binding for modest and lexbor engines.
|
|
133
204
|
* [D](https://github.com/trikko/parserino) Fast HTML5 Parser with CSS selectors for D programming language
|
|
134
205
|
* [Ruby](https://github.com/serpapi/nokolexbor) Fast HTML5 Parser with both CSS selectors and XPath support.
|
|
206
|
+
* [PHP](https://github.com/php/php-src)'s DOM extension uses Lexbor's HTML living standard parser and CSS selector support, starting from PHP 8.4.
|
|
135
207
|
|
|
136
208
|
You can create a binding or wrapper for the `lexbor` and place the link here!
|
|
137
209
|
|
|
138
210
|
## Documentation
|
|
139
211
|
|
|
140
|
-
Available on [lexbor.com](https://lexbor.com) in [Documentation](https://lexbor.com/
|
|
212
|
+
Available on [lexbor.com](https://lexbor.com) in [Documentation](https://lexbor.com/documentation/) section.
|
|
141
213
|
|
|
142
214
|
## Roadmap
|
|
143
215
|
|
|
@@ -147,6 +219,10 @@ Please, see [roadmap](https://lexbor.com/roadmap/) on [lexbor.com](https://lexbo
|
|
|
147
219
|
|
|
148
220
|
* E-mail [support@lexbor.com](mailto:support@lexbor.com)
|
|
149
221
|
|
|
222
|
+
## SAST Tools
|
|
223
|
+
|
|
224
|
+
[PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.
|
|
225
|
+
|
|
150
226
|
## AUTHOR
|
|
151
227
|
|
|
152
228
|
Alexander Borisov <borisov@lexbor.com>
|
|
@@ -155,7 +231,7 @@ Alexander Borisov <borisov@lexbor.com>
|
|
|
155
231
|
|
|
156
232
|
Lexbor.
|
|
157
233
|
|
|
158
|
-
Copyright 2018-
|
|
234
|
+
Copyright 2018-2024 Alexander Borisov
|
|
159
235
|
|
|
160
236
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
161
237
|
you may not use this file except in compliance with the License.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -71,7 +71,7 @@ lexbor_cached_power_bin(int exp, int *dec_exp);
|
|
|
71
71
|
/*
|
|
72
72
|
* Inline functions
|
|
73
73
|
*/
|
|
74
|
-
#
|
|
74
|
+
#ifdef LEXBOR_HAVE_BUILTIN_CLZLL
|
|
75
75
|
#define nxt_leading_zeros64(x) (((x) == 0) ? 64 : __builtin_clzll(x))
|
|
76
76
|
|
|
77
77
|
#else
|
|
@@ -199,7 +199,7 @@ lexbor_diyfp_sub(lexbor_diyfp_t lhs, lexbor_diyfp_t rhs)
|
|
|
199
199
|
lxb_inline lexbor_diyfp_t
|
|
200
200
|
lexbor_diyfp_mul(lexbor_diyfp_t lhs, lexbor_diyfp_t rhs)
|
|
201
201
|
{
|
|
202
|
-
#
|
|
202
|
+
#ifdef LEXBOR_HAVE_UNSIGNED_INT128
|
|
203
203
|
|
|
204
204
|
uint64_t l, h;
|
|
205
205
|
lxb_uint128_t u128;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (C) 2018 Alexander Borisov
|
|
2
|
+
* Copyright (C) 2018-2024 Alexander Borisov
|
|
3
3
|
*
|
|
4
4
|
* Author: Alexander Borisov <borisov@lexbor.com>
|
|
5
5
|
*/
|
|
@@ -14,9 +14,6 @@ extern "C" {
|
|
|
14
14
|
#include "lexbor/core/base.h"
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
#ifdef LEXBOR_WITH_PERF
|
|
18
|
-
|
|
19
|
-
|
|
20
17
|
LXB_API void *
|
|
21
18
|
lexbor_perf_create(void);
|
|
22
19
|
|
|
@@ -36,8 +33,6 @@ LXB_API double
|
|
|
36
33
|
lexbor_perf_in_sec(void *perf);
|
|
37
34
|
|
|
38
35
|
|
|
39
|
-
#endif /* LEXBOR_WITH_PERF */
|
|
40
|
-
|
|
41
36
|
#ifdef __cplusplus
|
|
42
37
|
} /* extern "C" */
|
|
43
38
|
#endif
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2024 Alexander Borisov
|
|
3
|
+
*
|
|
4
|
+
* Author: Niels Dossche <nielsdos@php.net>
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef LEXBOR_SWAR_H
|
|
8
|
+
#define LEXBOR_SWAR_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
#include "lexbor/core/base.h"
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* Based on techniques from https://graphics.stanford.edu/~seander/bithacks.html
|
|
20
|
+
*/
|
|
21
|
+
#define LEXBOR_SWAR_ONES (~((size_t) 0) / 0xFF)
|
|
22
|
+
#define LEXBOR_SWAR_REPEAT(x) (LEXBOR_SWAR_ONES * (x))
|
|
23
|
+
#define LEXBOR_SWAR_HAS_ZERO(v) (((v) - LEXBOR_SWAR_ONES) & ~(v) & LEXBOR_SWAR_REPEAT(0x80))
|
|
24
|
+
#define LEXBOR_SWAR_IS_LITTLE_ENDIAN (*(unsigned char *) &(uint16_t){1})
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/*
|
|
28
|
+
* When handling hot loops that search for a set of characters,
|
|
29
|
+
* this function can be used to quickly move the data pointer much
|
|
30
|
+
* closer to the first occurrence of such a character.
|
|
31
|
+
*/
|
|
32
|
+
lxb_inline const lxb_char_t *
|
|
33
|
+
lexbor_swar_seek4(const lxb_char_t *data, const lxb_char_t *end,
|
|
34
|
+
lxb_char_t c1, lxb_char_t c2, lxb_char_t c3, lxb_char_t c4)
|
|
35
|
+
{
|
|
36
|
+
size_t bytes, matches, t1, t2, t3, t4;
|
|
37
|
+
|
|
38
|
+
if (LEXBOR_SWAR_IS_LITTLE_ENDIAN) {
|
|
39
|
+
while (data + sizeof(size_t) <= end) {
|
|
40
|
+
memcpy(&bytes, data, sizeof(size_t));
|
|
41
|
+
|
|
42
|
+
t1 = bytes ^ LEXBOR_SWAR_REPEAT(c1);
|
|
43
|
+
t2 = bytes ^ LEXBOR_SWAR_REPEAT(c2);
|
|
44
|
+
t3 = bytes ^ LEXBOR_SWAR_REPEAT(c3);
|
|
45
|
+
t4 = bytes ^ LEXBOR_SWAR_REPEAT(c4);
|
|
46
|
+
matches = LEXBOR_SWAR_HAS_ZERO(t1) | LEXBOR_SWAR_HAS_ZERO(t2)
|
|
47
|
+
| LEXBOR_SWAR_HAS_ZERO(t3) | LEXBOR_SWAR_HAS_ZERO(t4);
|
|
48
|
+
|
|
49
|
+
if (matches) {
|
|
50
|
+
data += ((((matches - 1) & LEXBOR_SWAR_ONES) * LEXBOR_SWAR_ONES)
|
|
51
|
+
>> (sizeof(size_t) * 8 - 8)) - 1;
|
|
52
|
+
break;
|
|
53
|
+
} else {
|
|
54
|
+
data += sizeof(size_t);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return data;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
lxb_inline const lxb_char_t *
|
|
63
|
+
lexbor_swar_seek3(const lxb_char_t *data, const lxb_char_t *end,
|
|
64
|
+
lxb_char_t c1, lxb_char_t c2, lxb_char_t c3)
|
|
65
|
+
{
|
|
66
|
+
size_t bytes, matches, t1, t2, t3;
|
|
67
|
+
|
|
68
|
+
if (LEXBOR_SWAR_IS_LITTLE_ENDIAN) {
|
|
69
|
+
while (data + sizeof(size_t) <= end) {
|
|
70
|
+
memcpy(&bytes, data, sizeof(size_t));
|
|
71
|
+
|
|
72
|
+
t1 = bytes ^ LEXBOR_SWAR_REPEAT(c1);
|
|
73
|
+
t2 = bytes ^ LEXBOR_SWAR_REPEAT(c2);
|
|
74
|
+
t3 = bytes ^ LEXBOR_SWAR_REPEAT(c3);
|
|
75
|
+
matches = LEXBOR_SWAR_HAS_ZERO(t1) | LEXBOR_SWAR_HAS_ZERO(t2)
|
|
76
|
+
| LEXBOR_SWAR_HAS_ZERO(t3);
|
|
77
|
+
|
|
78
|
+
if (matches) {
|
|
79
|
+
data += ((((matches - 1) & LEXBOR_SWAR_ONES) * LEXBOR_SWAR_ONES)
|
|
80
|
+
>> (sizeof(size_t) * 8 - 8)) - 1;
|
|
81
|
+
break;
|
|
82
|
+
} else {
|
|
83
|
+
data += sizeof(size_t);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
return data;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
#ifdef __cplusplus
|
|
93
|
+
} /* extern "C" */
|
|
94
|
+
#endif
|
|
95
|
+
|
|
96
|
+
#endif /* LEXBOR_SWAR_H */
|
|
97
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -62,6 +62,16 @@ lxb_css_parser_init(lxb_css_parser_t *parser, lxb_css_syntax_tokenizer_t *tkz)
|
|
|
62
62
|
parser->rules_end = parser->rules_begin + lxb_rules_length;
|
|
63
63
|
parser->rules = parser->rules_begin;
|
|
64
64
|
|
|
65
|
+
/*
|
|
66
|
+
* Zero those parameters that can be used (passed to the function).
|
|
67
|
+
* The parser->rules->phase parameter will be assigned at the end of the
|
|
68
|
+
* parsing.
|
|
69
|
+
*
|
|
70
|
+
* The point is that parser->rules[0] is used as a stub before exiting
|
|
71
|
+
* parsing.
|
|
72
|
+
*/
|
|
73
|
+
parser->rules->context = NULL;
|
|
74
|
+
|
|
65
75
|
/* Temp */
|
|
66
76
|
parser->pos = NULL;
|
|
67
77
|
parser->str.length = 0;
|