libfwevt-python 20260522__tar.gz → 20260602__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.
- {libfwevt_python-20260522 → libfwevt_python-20260602}/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/PKG-INFO +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/byte_stream.h +61 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/config.h +9 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/config.h.in +6 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/configure +394 -65
- {libfwevt_python-20260522 → libfwevt_python-20260602}/configure.ac +10 -1
- libfwevt_python-20260602/dpkg/changelog +5 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/definitions.h +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_definitions.h +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_extern.h +0 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_system.c +48 -66
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_definitions.h +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_extern.h +13 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_stream.c +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_stream.h +3 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_verbose.h +0 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_definitions.h +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_extern.h +0 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_repeating_thread.c +98 -63
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_repeating_thread.h +16 -8
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_thread.c +5 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt.c +4 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt.rc +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_definitions.h +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_extern.h +14 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_keyword.c +5 -9
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_level.c +5 -9
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_map.c +6 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_opcode.c +5 -10
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_task.c +5 -10
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_document.c +4 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_value.c +10 -16
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt.spec +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_access_control_entry.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_access_control_entry.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_access_control_list.c +7 -9
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_access_control_list.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_bit_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_bit_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_debug.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_debug.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_definitions.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_error.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_error.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_extern.h +1 -7
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_huffman_tree.c +12 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_huffman_tree.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_libcdata.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_libcerror.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_libcnotify.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_locale_identifier.c +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_locale_identifier.h +4 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_lznt1.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_lznt1.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_lzx.c +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_lzx.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_lzxpress.c +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_lzxpress.h +2 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_notify.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_notify.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_security_descriptor.c +7 -8
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_security_descriptor.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_security_identifier.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_security_identifier.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_support.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_support.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_types.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/libfwnt_unused.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_base16_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_base16_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_base32_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_base32_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_base64_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_base64_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_byte_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_byte_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_10.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_10.h +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_13.c +2 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_13.h +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_14.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_14.h +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_15.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_15.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_16.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_16.h +7 -7
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_2.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_2.h +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_3.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_3.h +7 -7
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_4.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_4.h +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_5.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_5.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_6.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_6.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_7.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_7.h +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_8.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_8.h +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_9.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_iso_8859_9.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_koi8_r.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_koi8_r.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_koi8_u.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_koi8_u.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_arabic.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_arabic.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_celtic.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_celtic.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_centraleurroman.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_centraleurroman.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_croatian.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_croatian.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_cyrillic.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_cyrillic.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_dingbats.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_dingbats.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_farsi.c +7 -7
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_farsi.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_gaelic.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_gaelic.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_greek.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_greek.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_icelandic.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_icelandic.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_inuit.c +6 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_inuit.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_roman.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_roman.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_romanian.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_romanian.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_russian.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_russian.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_symbol.c +6 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_symbol.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_thai.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_thai.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_turkish.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_turkish.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_ukrainian.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_mac_ukrainian.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1250.c +7 -7
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1250.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1251.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1251.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1252.c +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1252.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1253.c +5 -5
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1253.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1254.c +6 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1254.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1255.c +6 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1255.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1256.c +6 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1256.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1257.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1257.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1258.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_1258.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_874.c +4 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_874.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_932.c +61 -61
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_932.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_936.c +137 -137
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_936.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_949.c +140 -145
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_949.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_950.c +182 -182
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_codepage_windows_950.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_definitions.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_error.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_error.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_extern.h +15 -8
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_libcerror.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_scsu.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_scsu.h +3 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_support.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_support.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_types.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_unicode_character.c +47 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_unicode_character.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_unused.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_url_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_url_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf16_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf16_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf16_string.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf16_string.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf32_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf32_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf32_string.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf32_string.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf7_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf7_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf8_stream.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf8_stream.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf8_string.c +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/libuna_utf8_string.h +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/common.m4 +59 -37
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/pthread.m4 +22 -4
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/python.m4 +19 -5
- libfwevt_python-20260602/m4/tests.m4 +210 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/types.m4 +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/manuals/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ossfuzz/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/Makefile.in +1 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyproject.toml +1 -1
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/Makefile.am +4 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/Makefile.in +5 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_memory.h +17 -3
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/test_library.sh +1 -6
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/test_python_module.sh +6 -2
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/test_runner.sh +13 -403
- libfwevt_python-20260522/dpkg/changelog +0 -5
- libfwevt_python-20260522/m4/tests.m4 +0 -33
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ABOUT-NLS +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/AUTHORS +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/COPYING +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/COPYING.LESSER +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ChangeLog +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/INSTALL +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/NEWS +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/README +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/_build.py +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/acinclude.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/aclocal.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/common.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/config_borlandc.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/config_msc.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/config_winapi.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/file_stream.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/memory.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/narrow_string.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/system_string.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/types.h.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/common/wide_string.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/compile +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/config.guess +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/config.rpath +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/config.sub +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/depcomp +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/changelog.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/compat +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/control +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/copyright +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/libfwevt-dev.install +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/libfwevt-python3.install +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/libfwevt.install +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/rules +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/dpkg/source/format +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/definitions.h.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/extern.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/features.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/features.h.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt/types.h.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/include/libfwevt.h.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/install-sh +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_array.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_array.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_btree.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_btree.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_btree_node.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_btree_node.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_definitions.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_extern.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_libcthreads.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_list.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_list.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_list_element.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_list_element.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_range_list.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_range_list.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_range_list_value.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_range_list_value.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_tree_node.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_tree_node.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcdata/libcdata_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_system.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcerror/libcerror_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_print.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_print.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcnotify/libcnotify_verbose.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_condition.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_condition.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_lock.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_lock.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_mutex.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_mutex.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_queue.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_queue.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_thread.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libcthreads/libcthreads_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_definitions.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_extern.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_identifier.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_identifier.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfguid/libfguid_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/fwevt_template.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt.rc.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_channel.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_channel.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_data_segment.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_data_segment.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_date_time.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_date_time.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_debug.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_debug.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_definitions.h.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_event.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_event.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_floating_point.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_floating_point.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_integer.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_integer.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_keyword.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_level.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libcdata.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libcnotify.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libfdatetime.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libfguid.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libfwnt.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_libuna.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_manifest.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_manifest.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_map.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_notify.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_notify.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_opcode.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_provider.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_provider.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_support.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_task.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_template.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_template.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_template_item.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_template_item.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_types.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_document.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_string.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_string.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_tag.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_tag.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_template_value.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_template_value.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_token.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_token.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt/libfwevt_xml_value.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt.pc.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwevt.spec.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libfwnt/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/libuna/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ltmain.sh +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/gettext.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/iconv.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/intlmacosx.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/lib-ld.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/lib-link.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/lib-prefix.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libcdata.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libcerror.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libcnotify.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libcthreads.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libfdatetime.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libfguid.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libfwnt.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libtool.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/libuna.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/ltoptions.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/ltsugar.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/ltversion.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/lt~obsolete.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/nls.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/po.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/m4/progtest.m4 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/manuals/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/manuals/libfwevt.3 +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/missing +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_channel/fwevt_test_channel.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_data_segment/fwevt_test_data_segment.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_date_time/fwevt_test_date_time.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_error/fwevt_test_error.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_event/fwevt_test_event.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_floating_point/fwevt_test_floating_point.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_integer/fwevt_test_integer.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_keyword/fwevt_test_keyword.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_level/fwevt_test_level.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_manifest/fwevt_test_manifest.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_map/fwevt_test_map.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_notify/fwevt_test_notify.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_opcode/fwevt_test_opcode.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_provider/fwevt_test_provider.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_support/fwevt_test_support.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_task/fwevt_test_task.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_template/fwevt_test_template.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_template_item/fwevt_test_template_item.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_xml_document/fwevt_test_xml_document.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_xml_tag/fwevt_test_xml_tag.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_xml_template_value/fwevt_test_xml_template_value.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_xml_token/fwevt_test_xml_token.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/fwevt_test_xml_value/fwevt_test_xml_value.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libfwevt/libfwevt.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libfwevt.sln +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libfwnt/libfwnt.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/msvscpp/pyfwevt/pyfwevt.vcproj +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ossfuzz/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ossfuzz/manifest_fuzzer.cc +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ossfuzz/ossfuzz_libfwevt.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/ossfuzz/xml_document_fuzzer.cc +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/ChangeLog +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/Makefile.in.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/Makevars +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/Makevars.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/POTFILES.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/Rules-quot +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/boldquot.sed +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/en@boldquot.header +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/en@quot.header +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/insert-header.sin +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/quot.sed +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/po/remove-potcdate.sin +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/Makefile.am +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_channel.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_channel.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_channels.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_channels.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_error.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_event.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_event.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_events.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_events.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_guid.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_guid.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_integer.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_integer.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_keyword.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_keyword.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_keywords.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_keywords.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_level.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_level.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_levels.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_levels.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_libfguid.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_libfwevt.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_manifest.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_manifest.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_map.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_map.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_maps.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_maps.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_opcode.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_opcode.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_opcodes.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_opcodes.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_provider.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_provider.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_providers.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_providers.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_python.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_task.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_task.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_tasks.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_tasks.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_template.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_template.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_template_item.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_template_item.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_template_items.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_template_items.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_templates.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_templates.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyfwevt/pyfwevt_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/pyproject.toml.in +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/test-driver +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_channel.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_data_segment.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_date_time.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_error.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_event.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_floating_point.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_integer.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_keyword.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_level.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_libcerror.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_libcnotify.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_libfwevt.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_libuna.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_macros.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_manifest.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_map.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_memory.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_notify.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_opcode.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_provider.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_support.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_task.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_template.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_template_item.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_unused.h +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_xml_document.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_xml_tag.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_xml_template_value.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_xml_token.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/fwevt_test_xml_value.c +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/pyfwevt_test_event.py +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/pyfwevt_test_manifest.py +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/pyfwevt_test_provider.py +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/pyfwevt_test_support.py +0 -0
- {libfwevt_python-20260522 → libfwevt_python-20260602}/tests/test_manpage.sh +0 -0
|
@@ -29,13 +29,68 @@
|
|
|
29
29
|
extern "C" {
|
|
30
30
|
#endif
|
|
31
31
|
|
|
32
|
-
#define
|
|
33
|
-
#define
|
|
34
|
-
#define
|
|
32
|
+
#define _BYTE_STREAM_ENDIAN_BIG 'b'
|
|
33
|
+
#define _BYTE_STREAM_ENDIAN_LITTLE 'l'
|
|
34
|
+
#define _BYTE_STREAM_ENDIAN_MIDDLE 'm'
|
|
35
35
|
|
|
36
|
-
#
|
|
37
|
-
|
|
38
|
-
#
|
|
36
|
+
#undef _BYTE_STREAM_HOST_BYTE_ORDER
|
|
37
|
+
|
|
38
|
+
#if defined( __BYTE_ORDER__ ) && defined( __ORDER_LITTLE_ENDIAN__ ) && defined( __ORDER_BIG_ENDIAN__ ) && defined( __ORDER_PDP_ENDIAN__ )
|
|
39
|
+
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
|
40
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_BIG
|
|
41
|
+
|
|
42
|
+
#elif __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
|
|
43
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_LITTLE
|
|
44
|
+
|
|
45
|
+
#elif __BYTE_ORDER__ == __ORDER_PDP_ENDIAN__
|
|
46
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_MIDDLE
|
|
47
|
+
#endif
|
|
48
|
+
|
|
49
|
+
#elif defined( __linux__ ) || defined( __GLIBC__ )
|
|
50
|
+
#include <endian.h>
|
|
51
|
+
|
|
52
|
+
#if defined( __BYTE_ORDER ) && defined( __LITTLE_ENDIAN ) && defined( __BIG_ENDIAN ) && defined( __PDP_ENDIAN )
|
|
53
|
+
#if __BYTE_ORDER == __BIG_ENDIAN
|
|
54
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_BIG
|
|
55
|
+
|
|
56
|
+
#elif __BYTE_ORDER == __LITTLE_ENDIAN
|
|
57
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_LITTLE
|
|
58
|
+
|
|
59
|
+
#elif __BYTE_ORDER == __PDP_ENDIAN
|
|
60
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_MIDDLE
|
|
61
|
+
|
|
62
|
+
#endif
|
|
63
|
+
#endif
|
|
64
|
+
|
|
65
|
+
#elif defined( __APPLE__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ )
|
|
66
|
+
#include <machine/endian.h>
|
|
67
|
+
|
|
68
|
+
#if defined( BYTE_ORDER ) && defined( LITTLE_ENDIAN ) && defined( BIG_ENDIAN )
|
|
69
|
+
#if BYTE_ORDER == BIG_ENDIAN
|
|
70
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_BIG
|
|
71
|
+
|
|
72
|
+
#elif BYTE_ORDER == LITTLE_ENDIAN
|
|
73
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_LITTLE
|
|
74
|
+
|
|
75
|
+
#endif
|
|
76
|
+
#endif
|
|
77
|
+
|
|
78
|
+
#elif defined( _MSC_VER ) || defined( _WIN32 )
|
|
79
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_LITTLE
|
|
80
|
+
|
|
81
|
+
#elif defined( __hppa__ ) || defined( __m68k__ ) || defined( __mips__ ) || defined( __powerpc__ ) || defined( __sparc__ )
|
|
82
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_BIG
|
|
83
|
+
|
|
84
|
+
#elif defined( __i386__ ) || defined( __x86_64__ ) || defined( __arm__ ) || defined( __aarch64__ )
|
|
85
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_LITTLE
|
|
86
|
+
|
|
87
|
+
#elif defined( __pdp11__ )
|
|
88
|
+
#define _BYTE_STREAM_HOST_BYTE_ORDER _BYTE_STREAM_ENDIAN_MIDDLE
|
|
89
|
+
#endif
|
|
90
|
+
|
|
91
|
+
#if !defined( _BYTE_STREAM_HOST_BYTE_ORDER )
|
|
92
|
+
#error "Unable to determine host byte-order"
|
|
93
|
+
#endif
|
|
39
94
|
|
|
40
95
|
typedef union byte_stream_float32
|
|
41
96
|
{
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
language is requested. */
|
|
6
6
|
#define ENABLE_NLS 1
|
|
7
7
|
|
|
8
|
+
/* Define to 1 whether file system is case-insensitive. */
|
|
9
|
+
/* #undef HAVE_CASE_INSENSITIVE_FILE_SYSTEM */
|
|
10
|
+
|
|
8
11
|
/* Define to 1 if you have the Mac OS X function
|
|
9
12
|
CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
|
|
10
13
|
/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
|
|
@@ -190,6 +193,9 @@
|
|
|
190
193
|
/* Define to 1 if multi thread support should be used. */
|
|
191
194
|
#define HAVE_MULTI_THREAD_SUPPORT 1
|
|
192
195
|
|
|
196
|
+
/* Define to 1 if the compiler supports -fno-builtin-memcpy. */
|
|
197
|
+
/* #undef HAVE_NO_BUILTIN_MEMCPY */
|
|
198
|
+
|
|
193
199
|
/* Define to 1 whether printf supports the conversion specifier "%jd". */
|
|
194
200
|
#define HAVE_PRINTF_JD 1
|
|
195
201
|
|
|
@@ -368,7 +374,7 @@
|
|
|
368
374
|
#define PACKAGE_NAME "libfwevt"
|
|
369
375
|
|
|
370
376
|
/* Define to the full name and version of this package. */
|
|
371
|
-
#define PACKAGE_STRING "libfwevt
|
|
377
|
+
#define PACKAGE_STRING "libfwevt 20260602"
|
|
372
378
|
|
|
373
379
|
/* Define to the one symbol short name of this package. */
|
|
374
380
|
#define PACKAGE_TARNAME "libfwevt"
|
|
@@ -377,7 +383,7 @@
|
|
|
377
383
|
#define PACKAGE_URL ""
|
|
378
384
|
|
|
379
385
|
/* Define to the version of this package. */
|
|
380
|
-
#define PACKAGE_VERSION "
|
|
386
|
+
#define PACKAGE_VERSION "20260602"
|
|
381
387
|
|
|
382
388
|
/* The size of `int', as computed by sizeof. */
|
|
383
389
|
#define SIZEOF_INT 4
|
|
@@ -403,7 +409,7 @@
|
|
|
403
409
|
/* #undef STRERROR_R_CHAR_P */
|
|
404
410
|
|
|
405
411
|
/* Version number of package */
|
|
406
|
-
#define VERSION "
|
|
412
|
+
#define VERSION "20260602"
|
|
407
413
|
|
|
408
414
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
409
415
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
language is requested. */
|
|
5
5
|
#undef ENABLE_NLS
|
|
6
6
|
|
|
7
|
+
/* Define to 1 whether file system is case-insensitive. */
|
|
8
|
+
#undef HAVE_CASE_INSENSITIVE_FILE_SYSTEM
|
|
9
|
+
|
|
7
10
|
/* Define to 1 if you have the Mac OS X function
|
|
8
11
|
CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
|
|
9
12
|
#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
|
|
@@ -189,6 +192,9 @@
|
|
|
189
192
|
/* Define to 1 if multi thread support should be used. */
|
|
190
193
|
#undef HAVE_MULTI_THREAD_SUPPORT
|
|
191
194
|
|
|
195
|
+
/* Define to 1 if the compiler supports -fno-builtin-memcpy. */
|
|
196
|
+
#undef HAVE_NO_BUILTIN_MEMCPY
|
|
197
|
+
|
|
192
198
|
/* Define to 1 whether printf supports the conversion specifier "%jd". */
|
|
193
199
|
#undef HAVE_PRINTF_JD
|
|
194
200
|
|