libfwps-python 20230130__tar.gz → 20230711__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.
- {libfwps-20230130 → libfwps-20230711}/ChangeLog +0 -2
- {libfwps-20230130 → libfwps-20230711}/PKG-INFO +1 -1
- {libfwps-20230130 → libfwps-20230711}/acinclude.m4 +1 -1
- {libfwps-20230130 → libfwps-20230711}/common/config.h +3 -3
- {libfwps-20230130 → libfwps-20230711}/common/config_winapi.h +5 -0
- {libfwps-20230130 → libfwps-20230711}/common/types.h +5 -0
- {libfwps-20230130 → libfwps-20230711}/common/types.h.in +5 -0
- {libfwps-20230130 → libfwps-20230711}/configure +2375 -478
- {libfwps-20230130 → libfwps-20230711}/configure.ac +1 -1
- libfwps-20230711/dpkg/changelog +5 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/definitions.h +2 -2
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/types.h +0 -3
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/types.h.in +0 -3
- {libfwps-20230130 → libfwps-20230711}/include/libfwps.h +52 -44
- {libfwps-20230130 → libfwps-20230711}/include/libfwps.h.in +52 -44
- {libfwps-20230130 → libfwps-20230711}/libfwps/Makefile.am +1 -3
- {libfwps-20230130 → libfwps-20230711}/libfwps/Makefile.in +3 -11
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps.rc +2 -2
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_definitions.h +2 -2
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_record.c +530 -5
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_record.h +32 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_types.h +0 -6
- {libfwps-20230130 → libfwps-20230711}/libfwps.spec +5 -10
- {libfwps-20230130 → libfwps-20230711}/libfwps.spec.in +3 -8
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_base16_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_base16_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_base32_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_base32_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_base64_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_base64_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_byte_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_byte_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_10.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_10.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_13.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_13.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_14.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_14.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_15.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_15.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_16.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_16.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_2.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_2.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_3.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_3.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_4.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_4.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_5.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_5.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_6.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_6.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_7.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_7.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_8.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_8.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_9.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_iso_8859_9.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_koi8_r.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_koi8_r.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_koi8_u.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_koi8_u.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_arabic.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_arabic.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_celtic.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_celtic.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_centraleurroman.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_centraleurroman.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_croatian.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_croatian.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_cyrillic.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_cyrillic.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_dingbats.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_dingbats.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_farsi.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_farsi.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_gaelic.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_gaelic.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_greek.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_greek.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_icelandic.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_icelandic.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_inuit.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_inuit.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_roman.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_roman.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_romanian.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_romanian.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_russian.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_russian.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_symbol.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_symbol.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_thai.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_thai.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_turkish.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_turkish.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_ukrainian.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_mac_ukrainian.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1250.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1250.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1251.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1251.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1252.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1252.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1253.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1253.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1254.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1254.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1255.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1255.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1256.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1256.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1257.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1257.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1258.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_1258.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_874.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_874.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_932.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_932.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_936.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_936.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_949.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_949.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_950.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_codepage_windows_950.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_definitions.h +6 -5
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_error.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_error.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_extern.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_libcerror.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_scsu.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_scsu.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_support.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_support.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_types.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_unicode_character.c +2045 -950
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_unicode_character.h +67 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_unused.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_url_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_url_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf16_stream.c +13 -10
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf16_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf16_string.c +61 -93
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf16_string.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf32_stream.c +13 -10
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf32_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf32_string.c +61 -93
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf32_string.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf7_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf7_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf8_stream.c +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf8_stream.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf8_string.c +61 -93
- {libfwps-20230130 → libfwps-20230711}/libuna/libuna_utf8_string.h +1 -1
- {libfwps-20230130 → libfwps-20230711}/m4/libuna.m4 +264 -32
- {libfwps-20230130 → libfwps-20230711}/manuals/libfwps.3 +9 -1
- {libfwps-20230130 → libfwps-20230711}/msvscpp/Makefile.am +0 -1
- {libfwps-20230130 → libfwps-20230711}/msvscpp/Makefile.in +0 -1
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libfwps/libfwps.vcproj +0 -16
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libfwps.sln +0 -10
- {libfwps-20230130 → libfwps-20230711}/msvscpp/pyfwps/pyfwps.vcproj +10 -6
- {libfwps-20230130 → libfwps-20230711}/ossfuzz/Makefile.am +11 -9
- {libfwps-20230130 → libfwps-20230711}/ossfuzz/Makefile.in +34 -32
- libfwps-20230130/ossfuzz/storage_fuzzer.cc → libfwps-20230711/ossfuzz/record_fuzzer.cc +32 -8
- {libfwps-20230130 → libfwps-20230711}/pyfwps/Makefile.am +2 -1
- {libfwps-20230130 → libfwps-20230711}/pyfwps/Makefile.in +20 -18
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps.c +0 -18
- libfwps-20230711/pyfwps/pyfwps_libuna.h +60 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_record.c +146 -3
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_record.h +4 -0
- libfwps-20230711/pyfwps/pyfwps_string.c +321 -0
- libfwps-20230711/pyfwps/pyfwps_string.h +54 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps-python2/Makefile.am +2 -1
- {libfwps-20230130 → libfwps-20230711}/pyfwps-python2/Makefile.in +15 -14
- {libfwps-20230130 → libfwps-20230711}/pyfwps-python3/Makefile.am +2 -1
- {libfwps-20230130 → libfwps-20230711}/pyfwps-python3/Makefile.in +15 -14
- {libfwps-20230130 → libfwps-20230711}/setup.py +2 -1
- {libfwps-20230130 → libfwps-20230711}/tests/Makefile.am +0 -13
- {libfwps-20230130 → libfwps-20230711}/tests/Makefile.in +3 -29
- {libfwps-20230130 → libfwps-20230711}/tests/test_library.sh +3 -3
- {libfwps-20230130 → libfwps-20230711}/tests/test_manpage.sh +2 -2
- {libfwps-20230130 → libfwps-20230711}/tests/test_python_module.sh +2 -2
- {libfwps-20230130 → libfwps-20230711}/tests/test_runner.sh +2 -2
- libfwps-20230130/dpkg/changelog +0 -5
- libfwps-20230130/libfwps/libfwps_storage.c +0 -503
- libfwps-20230130/libfwps/libfwps_storage.h +0 -68
- libfwps-20230130/libfwps/libfwps_value.c +0 -511
- libfwps-20230130/libfwps/libfwps_value.h +0 -76
- libfwps-20230130/msvscpp/fwps_test_storage/fwps_test_storage.vcproj +0 -222
- libfwps-20230130/pyfwps/pyfwps_storage.c +0 -373
- libfwps-20230130/pyfwps/pyfwps_storage.h +0 -67
- libfwps-20230130/tests/fwps_test_storage.c +0 -475
- {libfwps-20230130 → libfwps-20230711}/ABOUT-NLS +0 -0
- {libfwps-20230130 → libfwps-20230711}/AUTHORS +0 -0
- {libfwps-20230130 → libfwps-20230711}/COPYING +0 -0
- {libfwps-20230130 → libfwps-20230711}/COPYING.LESSER +0 -0
- {libfwps-20230130 → libfwps-20230711}/INSTALL +0 -0
- {libfwps-20230130 → libfwps-20230711}/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/NEWS +0 -0
- {libfwps-20230130 → libfwps-20230711}/README +0 -0
- {libfwps-20230130 → libfwps-20230711}/aclocal.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/byte_stream.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/common.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/config.h.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/config_borlandc.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/config_msc.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/file_stream.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/memory.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/narrow_string.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/system_string.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/common/wide_string.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/compile +0 -0
- {libfwps-20230130 → libfwps-20230711}/config.guess +0 -0
- {libfwps-20230130 → libfwps-20230711}/config.rpath +0 -0
- {libfwps-20230130 → libfwps-20230711}/config.sub +0 -0
- {libfwps-20230130 → libfwps-20230711}/depcomp +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/changelog.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/compat +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/control +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/copyright +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/libfwps-dev.install +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/libfwps-python3.install +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/libfwps.install +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/rules +0 -0
- {libfwps-20230130 → libfwps-20230711}/dpkg/source/format +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/codepage.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/definitions.h.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/features.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/include/libfwps/features.h.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/install-sh +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_array.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_array.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_btree.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_btree.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_btree_node.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_btree_node.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_libcthreads.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_list.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_list.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_list_element.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_list_element.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_range_list.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_range_list.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_range_list_value.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_range_list_value.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_tree_node.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_tree_node.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_types.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcdata/libcdata_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_system.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_system.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_types.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcerror/libcerror_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_codepage.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_codepage.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_locale.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_locale.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_wide_string.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libclocale/libclocale_wide_string.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_print.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_print.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_stream.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_stream.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_verbose.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcnotify/libcnotify_verbose.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_condition.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_condition.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_lock.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_lock.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_mutex.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_mutex.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_queue.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_queue.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_thread.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_thread.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_types.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libcthreads/libcthreads_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_types.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_identifier.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_identifier.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_types.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfguid/libfguid_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_definitions.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_types.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_value_type.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfole/libfole_value_type.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps.rc.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_codepage.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_definitions.h.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_extern.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_format_class_identifier.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_format_class_identifier.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_libcdata.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_libcnotify.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_libfguid.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_libfole.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_libuna.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_property_identifier.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_property_identifier.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_set.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_set.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_store.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_store.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_support.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps/libfwps_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/libfwps.pc.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/libuna/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/libuna/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/ltmain.sh +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/common.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/gettext.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/iconv.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/intlmacosx.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/lib-ld.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/lib-link.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/lib-prefix.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libcdata.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libcerror.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libclocale.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libcnotify.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libcthreads.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libfdatetime.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libfguid.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libfole.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/libtool.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/ltoptions.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/ltsugar.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/ltversion.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/lt~obsolete.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/nls.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/po.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/progtest.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/pthread.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/python.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/tests.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/m4/types.m4 +0 -0
- {libfwps-20230130 → libfwps-20230711}/manuals/Makefile.am +0 -0
- {libfwps-20230130 → libfwps-20230711}/manuals/Makefile.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/missing +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/fwps_test_error/fwps_test_error.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/fwps_test_record/fwps_test_record.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/fwps_test_set/fwps_test_set.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/fwps_test_store/fwps_test_store.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/fwps_test_support/fwps_test_support.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libfole/libfole.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwps-20230130 → libfwps-20230711}/ossfuzz/ossfuzz_libfwps.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/ossfuzz/set_fuzzer.cc +0 -0
- {libfwps-20230130 → libfwps-20230711}/ossfuzz/store_fuzzer.cc +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/ChangeLog +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/Makefile.in.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/Makevars +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/Makevars.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/POTFILES.in +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/Rules-quot +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/boldquot.sed +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/en@boldquot.header +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/en@quot.header +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/insert-header.sin +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/quot.sed +0 -0
- {libfwps-20230130 → libfwps-20230711}/po/remove-potcdate.sin +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_codepage.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_codepage.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_error.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_guid.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_guid.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_integer.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_integer.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_libclocale.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_libfguid.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_libfwps.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_python.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_records.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_records.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_set.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_set.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_sets.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_sets.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_store.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_store.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/pyfwps/pyfwps_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/test-driver +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_error.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_libcerror.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_libfwps.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_macros.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_memory.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_memory.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_property_identifier.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_record.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_set.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_store.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_support.c +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/fwps_test_unused.h +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/pyfwps_test_set.py +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/pyfwps_test_store.py +0 -0
- {libfwps-20230130 → libfwps-20230711}/tests/pyfwps_test_support.py +0 -0
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
#define PACKAGE_NAME "libfwps"
|
|
399
399
|
|
|
400
400
|
/* Define to the full name and version of this package. */
|
|
401
|
-
#define PACKAGE_STRING "libfwps
|
|
401
|
+
#define PACKAGE_STRING "libfwps 20230711"
|
|
402
402
|
|
|
403
403
|
/* Define to the one symbol short name of this package. */
|
|
404
404
|
#define PACKAGE_TARNAME "libfwps"
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
#define PACKAGE_URL ""
|
|
408
408
|
|
|
409
409
|
/* Define to the version of this package. */
|
|
410
|
-
#define PACKAGE_VERSION "
|
|
410
|
+
#define PACKAGE_VERSION "20230711"
|
|
411
411
|
|
|
412
412
|
/* The size of `int', as computed by sizeof. */
|
|
413
413
|
#define SIZEOF_INT 4
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
/* #undef STRERROR_R_CHAR_P */
|
|
434
434
|
|
|
435
435
|
/* Version number of package */
|
|
436
|
-
#define VERSION "
|
|
436
|
+
#define VERSION "20230711"
|
|
437
437
|
|
|
438
438
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
439
439
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -45,7 +45,10 @@
|
|
|
45
45
|
#endif
|
|
46
46
|
|
|
47
47
|
/* Define the size of size_t for WINAPI
|
|
48
|
+
* Do not define when pyconfig.h has been included via python.h
|
|
48
49
|
*/
|
|
50
|
+
#if !defined( HAVE_PYCONFIG_H )
|
|
51
|
+
|
|
49
52
|
#if !defined( SIZEOF_SIZE_T )
|
|
50
53
|
#if __WORDSIZE == 64
|
|
51
54
|
#define SIZEOF_SIZE_T 8
|
|
@@ -54,6 +57,8 @@
|
|
|
54
57
|
#endif
|
|
55
58
|
#endif
|
|
56
59
|
|
|
60
|
+
#endif /* !defined( HAVE_PYCONFIG_H ) */
|
|
61
|
+
|
|
57
62
|
/* Define the size of the wide character for WINAPI
|
|
58
63
|
*/
|
|
59
64
|
#if !defined( SIZEOF_WCHAR_T )
|
|
@@ -60,7 +60,10 @@ typedef int system_integer_t;
|
|
|
60
60
|
#endif /* defined( WINAPI ) && ( defined( _UNICODE ) || defined( UNICODE ) ) */
|
|
61
61
|
|
|
62
62
|
/* Fallback for systems without PRI definitions
|
|
63
|
+
* Do not define when pyconfig.h has been included via python.h
|
|
63
64
|
*/
|
|
65
|
+
#if !defined( HAVE_PYCONFIG_H )
|
|
66
|
+
|
|
64
67
|
#if !defined( PRId8 )
|
|
65
68
|
#define PRId8 "d"
|
|
66
69
|
#endif
|
|
@@ -216,6 +219,8 @@ typedef int system_integer_t;
|
|
|
216
219
|
#endif
|
|
217
220
|
#endif /* !defined( PRIx64 ) */
|
|
218
221
|
|
|
222
|
+
#endif /* !defined( HAVE_PYCONFIG_H ) */
|
|
223
|
+
|
|
219
224
|
/* Fallback for systems without printf %jd definition
|
|
220
225
|
*/
|
|
221
226
|
#if defined( HAVE_PRINTF_JD )
|
|
@@ -60,7 +60,10 @@ typedef int system_integer_t;
|
|
|
60
60
|
#endif /* defined( WINAPI ) && ( defined( _UNICODE ) || defined( UNICODE ) ) */
|
|
61
61
|
|
|
62
62
|
/* Fallback for systems without PRI definitions
|
|
63
|
+
* Do not define when pyconfig.h has been included via python.h
|
|
63
64
|
*/
|
|
65
|
+
#if !defined( HAVE_PYCONFIG_H )
|
|
66
|
+
|
|
64
67
|
#if !defined( PRId8 )
|
|
65
68
|
#define PRId8 "d"
|
|
66
69
|
#endif
|
|
@@ -216,6 +219,8 @@ typedef int system_integer_t;
|
|
|
216
219
|
#endif
|
|
217
220
|
#endif /* !defined( PRIx64 ) */
|
|
218
221
|
|
|
222
|
+
#endif /* !defined( HAVE_PYCONFIG_H ) */
|
|
223
|
+
|
|
219
224
|
/* Fallback for systems without printf %jd definition
|
|
220
225
|
*/
|
|
221
226
|
#if defined( HAVE_PRINTF_JD )
|