libexe-python 20230318__tar.gz → 20231120__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.
- {libexe-20230318 → libexe-20231120}/Makefile.am +9 -29
- {libexe-20230318 → libexe-20231120}/Makefile.in +27 -56
- {libexe-20230318 → libexe-20231120}/PKG-INFO +4 -2
- {libexe-20230318 → libexe-20231120}/aclocal.m4 +34 -17
- {libexe-20230318 → libexe-20231120}/common/Makefile.am +3 -3
- {libexe-20230318 → libexe-20231120}/common/Makefile.in +16 -28
- {libexe-20230318 → libexe-20231120}/common/config.h +3 -3
- {libexe-20230318 → libexe-20231120}/common/config_winapi.h +5 -0
- {libexe-20230318 → libexe-20231120}/common/types.h +5 -0
- {libexe-20230318 → libexe-20231120}/common/types.h.in +5 -0
- {libexe-20230318 → libexe-20231120}/config.guess +17 -11
- {libexe-20230318 → libexe-20231120}/config.sub +33 -16
- {libexe-20230318 → libexe-20231120}/configure +2528 -1286
- {libexe-20230318 → libexe-20231120}/configure.ac +4 -4
- libexe-20231120/dpkg/changelog +5 -0
- {libexe-20230318 → libexe-20231120}/dpkg/rules +1 -1
- {libexe-20230318 → libexe-20231120}/exetools/Makefile.am +2 -2
- {libexe-20230318 → libexe-20231120}/exetools/Makefile.in +15 -27
- {libexe-20230318 → libexe-20231120}/exetools/exetools_signal.c +3 -3
- {libexe-20230318 → libexe-20231120}/include/Makefile.am +5 -5
- {libexe-20230318 → libexe-20231120}/include/Makefile.in +18 -30
- {libexe-20230318 → libexe-20231120}/include/libexe/definitions.h +2 -2
- {libexe-20230318 → libexe-20231120}/libbfio/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcdata/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcerror/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcfile/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libclocale/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcnotify/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcpath/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcsplit/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libcthreads/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libexe/Makefile.am +6 -4
- {libexe-20230318 → libexe-20231120}/libexe/Makefile.in +19 -29
- {libexe-20230318 → libexe-20231120}/libexe/libexe.rc +2 -2
- {libexe-20230318 → libexe-20231120}/libexe/libexe_definitions.h +2 -2
- {libexe-20230318 → libexe-20231120}/libexe.spec +8 -14
- {libexe-20230318 → libexe-20231120}/libexe.spec.in +6 -12
- {libexe-20230318 → libexe-20231120}/libfcache/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libfdata/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libfdatetime/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libuna/Makefile.in +11 -25
- {libexe-20230318 → libexe-20231120}/libuna/libuna_base16_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_base16_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_base32_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_base32_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_base64_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_base64_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_byte_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_byte_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_10.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_10.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_13.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_13.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_14.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_14.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_15.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_15.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_16.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_16.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_2.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_2.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_3.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_3.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_4.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_4.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_5.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_5.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_6.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_6.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_7.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_7.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_8.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_8.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_9.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_9.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_r.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_r.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_u.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_u.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_arabic.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_arabic.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_celtic.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_celtic.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_centraleurroman.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_centraleurroman.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_croatian.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_croatian.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_cyrillic.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_cyrillic.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_dingbats.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_dingbats.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_farsi.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_farsi.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_gaelic.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_gaelic.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_greek.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_greek.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_icelandic.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_icelandic.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_inuit.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_inuit.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_roman.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_roman.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_romanian.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_romanian.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_russian.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_russian.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_symbol.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_symbol.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_thai.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_thai.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_turkish.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_turkish.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_ukrainian.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_ukrainian.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1250.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1250.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1251.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1251.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1252.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1252.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1253.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1253.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1254.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1254.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1255.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1255.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1256.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1256.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1257.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1257.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1258.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1258.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_874.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_874.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_932.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_932.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_936.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_936.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_949.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_949.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_950.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_950.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_definitions.h +6 -5
- {libexe-20230318 → libexe-20231120}/libuna/libuna_error.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_error.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_extern.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_libcerror.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_scsu.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_scsu.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_support.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_support.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_types.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_unicode_character.c +2045 -950
- {libexe-20230318 → libexe-20231120}/libuna/libuna_unicode_character.h +67 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_unused.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_url_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_url_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_stream.c +13 -10
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_string.c +61 -93
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_string.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_stream.c +13 -10
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_string.c +61 -93
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_string.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf7_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf7_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_stream.c +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_stream.h +1 -1
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_string.c +61 -93
- {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_string.h +1 -1
- {libexe-20230318 → libexe-20231120}/m4/libuna.m4 +264 -32
- libexe-20231120/m4/python.m4 +206 -0
- {libexe-20230318 → libexe-20231120}/manuals/Makefile.am +1 -1
- {libexe-20230318 → libexe-20231120}/manuals/Makefile.in +14 -26
- {libexe-20230318 → libexe-20231120}/msvscpp/Makefile.am +1 -1
- {libexe-20230318 → libexe-20231120}/msvscpp/Makefile.in +14 -26
- {libexe-20230318 → libexe-20231120}/ossfuzz/Makefile.am +2 -2
- {libexe-20230318 → libexe-20231120}/ossfuzz/Makefile.in +15 -27
- {libexe-20230318 → libexe-20231120}/po/Makevars +3 -0
- {libexe-20230318 → libexe-20231120}/po/Makevars.in +3 -0
- {libexe-20230318 → libexe-20231120}/pyexe/Makefile.am +1 -1
- {libexe-20230318 → libexe-20231120}/pyexe/Makefile.in +14 -27
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe.c +12 -2
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file.c +11 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file_object_io_handle.c +4 -4
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_section.c +1 -2
- libexe-20231120/pyproject.toml +4 -0
- libexe-20231120/setup.cfg +16 -0
- libexe-20231120/setup.cfg.in +16 -0
- {libexe-20230318 → libexe-20231120}/setup.py +41 -118
- {libexe-20230318 → libexe-20231120}/tests/Makefile.am +1 -1
- {libexe-20230318 → libexe-20231120}/tests/Makefile.in +14 -26
- {libexe-20230318 → libexe-20231120}/tests/pyexe_test_file.py +6 -6
- {libexe-20230318 → libexe-20231120}/tests/pyexe_test_support.py +7 -4
- {libexe-20230318 → libexe-20231120}/tests/test_exeinfo.sh +47 -6
- {libexe-20230318 → libexe-20231120}/tests/test_library.sh +42 -35
- {libexe-20230318 → libexe-20231120}/tests/test_manpage.sh +2 -2
- {libexe-20230318 → libexe-20231120}/tests/test_python_module.sh +35 -25
- {libexe-20230318 → libexe-20231120}/tests/test_runner.sh +16 -161
- {libexe-20230318 → libexe-20231120}/tests/test_tools.sh +42 -35
- libexe-20230318/dpkg/changelog +0 -5
- libexe-20230318/m4/python.m4 +0 -575
- libexe-20230318/pyexe-python2/Makefile.am +0 -71
- libexe-20230318/pyexe-python2/Makefile.in +0 -1030
- libexe-20230318/pyexe-python3/Makefile.am +0 -71
- libexe-20230318/pyexe-python3/Makefile.in +0 -1030
- {libexe-20230318 → libexe-20231120}/ABOUT-NLS +0 -0
- {libexe-20230318 → libexe-20231120}/AUTHORS +0 -0
- {libexe-20230318 → libexe-20231120}/COPYING +0 -0
- {libexe-20230318 → libexe-20231120}/COPYING.LESSER +0 -0
- {libexe-20230318 → libexe-20231120}/ChangeLog +0 -0
- {libexe-20230318 → libexe-20231120}/INSTALL +0 -0
- {libexe-20230318 → libexe-20231120}/NEWS +0 -0
- {libexe-20230318 → libexe-20231120}/README +0 -0
- {libexe-20230318 → libexe-20231120}/acinclude.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/common/byte_stream.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/common.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/config.h.in +0 -0
- {libexe-20230318 → libexe-20231120}/common/config_borlandc.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/config_msc.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/file_stream.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/memory.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/narrow_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/system_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/common/wide_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/compile +0 -0
- {libexe-20230318 → libexe-20231120}/config.rpath +0 -0
- {libexe-20230318 → libexe-20231120}/depcomp +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/changelog.in +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/compat +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/control +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/copyright +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/libexe-dev.install +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/libexe-python3.install +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/libexe-tools.install +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/libexe.install +0 -0
- {libexe-20230318 → libexe-20231120}/dpkg/source/format +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exeinfo.c +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_getopt.c +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_getopt.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_i18n.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libbfio.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libcnotify.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libexe.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libfdatetime.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_libuna.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_output.c +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_output.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_signal.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/exetools_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/info_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/exetools/info_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/codepage.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/definitions.h.in +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/error.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/features.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/features.h.in +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/types.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe/types.h.in +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe.h +0 -0
- {libexe-20230318 → libexe-20231120}/include/libexe.h.in +0 -0
- {libexe-20230318 → libexe-20231120}/install-sh +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_codepage.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_io_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_pool.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_pool.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range_io_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcdata.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcfile.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcpath.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcthreads.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libuna.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range_io_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_pool.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_pool.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_system_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_system_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libbfio/libbfio_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_array.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_array.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_node.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_node.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_values_list.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_values_list.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_libcthreads.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list_element.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list_element.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list_value.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list_value.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_tree_node.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_tree_node.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcdata/libcdata_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_system.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_system.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcerror/libcerror_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_file.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_file.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libcnotify.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libuna.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_notify.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_notify.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_system_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_system_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_winapi.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcfile/libcfile_winapi.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_codepage.c +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_codepage.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_locale.c +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_locale.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_wide_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libclocale/libclocale_wide_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_print.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_print.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_stream.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_stream.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_verbose.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_verbose.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libcsplit.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libuna.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_path.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_path.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_system_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_system_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcpath/libcpath_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_split_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_split_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_split_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_split_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_string.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_string.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_condition.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_condition.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_lock.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_lock.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_mutex.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_mutex.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_queue.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_queue.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/exe_file_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/exe_le_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/exe_mz_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/exe_ne_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/exe_pe_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/exe_section_table.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe.rc.in +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_codepage.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_optional_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_optional_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_data_directory_descriptor.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_debug.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_debug.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_debug_data.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_debug_data.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_definitions.h.in +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_export_table.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_export_table.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_file.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_file.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_import_table.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_import_table.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_io_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_le_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_le_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libbfio.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libcdata.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libcnotify.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libfcache.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libfdata.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libfdatetime.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_libuna.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_mz_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_mz_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_ne_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_ne_header.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_notify.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_notify.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_section.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_section.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_section_descriptor.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_section_descriptor.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_section_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_section_io_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe/libexe_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libexe.pc.in +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache_value.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache_value.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_date_time.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_date_time.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_libcdata.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfcache/libfcache_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_area.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_area.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_cache.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_cache.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libcdata.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libcnotify.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libfcache.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list_element.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list_element.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_mapped_range.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_mapped_range.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_notify.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_notify.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range_list.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range_list.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_segments_array.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_segments_array.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_stream.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_stream.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_vector.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdata/libfdata_vector.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_extern.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_support.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_types.h +0 -0
- {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/libuna/Makefile.am +0 -0
- {libexe-20230318 → libexe-20231120}/ltmain.sh +0 -0
- {libexe-20230318 → libexe-20231120}/m4/common.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/gettext.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/host-cpu-c-abi.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/iconv.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/intlmacosx.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/lib-ld.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/lib-link.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/lib-prefix.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libbfio.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcdata.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcerror.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcfile.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libclocale.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcnotify.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcpath.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcsplit.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libcthreads.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libfcache.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libfdata.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libfdatetime.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/libtool.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/ltoptions.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/ltsugar.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/ltversion.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/lt~obsolete.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/nls.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/po.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/progtest.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/pthread.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/tests.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/m4/types.m4 +0 -0
- {libexe-20230318 → libexe-20231120}/manuals/exeinfo.1 +0 -0
- {libexe-20230318 → libexe-20231120}/manuals/libexe.3 +0 -0
- {libexe-20230318 → libexe-20231120}/missing +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_coff_header/exe_test_coff_header.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_coff_optional_header/exe_test_coff_optional_header.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_data_directory_descriptor/exe_test_data_directory_descriptor.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_debug_data/exe_test_debug_data.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_error/exe_test_error.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_export_table/exe_test_export_table.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_file/exe_test_file.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_import_table/exe_test_import_table.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_io_handle/exe_test_io_handle.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_le_header/exe_test_le_header.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_mz_header/exe_test_mz_header.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_ne_header/exe_test_ne_header.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_notify/exe_test_notify.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_section/exe_test_section.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_section_descriptor/exe_test_section_descriptor.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_section_io_handle/exe_test_section_io_handle.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_support/exe_test_support.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_tools_info_handle/exe_test_tools_info_handle.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_tools_output/exe_test_tools_output.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_tools_signal/exe_test_tools_signal.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/exeinfo/exeinfo.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libbfio/libbfio.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcfile/libcfile.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcpath/libcpath.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libexe/libexe.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libexe.sln +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libfcache/libfcache.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libfdata/libfdata.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/libuna/libuna.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/msvscpp/pyexe/pyexe.vcproj +0 -0
- {libexe-20230318 → libexe-20231120}/ossfuzz/file_fuzzer.cc +0 -0
- {libexe-20230318 → libexe-20231120}/ossfuzz/ossfuzz_libbfio.h +0 -0
- {libexe-20230318 → libexe-20231120}/ossfuzz/ossfuzz_libexe.h +0 -0
- {libexe-20230318 → libexe-20231120}/po/ChangeLog +0 -0
- {libexe-20230318 → libexe-20231120}/po/Makefile.in.in +0 -0
- {libexe-20230318 → libexe-20231120}/po/POTFILES.in +0 -0
- {libexe-20230318 → libexe-20231120}/po/Rules-quot +0 -0
- {libexe-20230318 → libexe-20231120}/po/boldquot.sed +0 -0
- {libexe-20230318 → libexe-20231120}/po/en@boldquot.header +0 -0
- {libexe-20230318 → libexe-20231120}/po/en@quot.header +0 -0
- {libexe-20230318 → libexe-20231120}/po/insert-header.sin +0 -0
- {libexe-20230318 → libexe-20231120}/po/quot.sed +0 -0
- {libexe-20230318 → libexe-20231120}/po/remove-potcdate.sin +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_codepage.c +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_codepage.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_datetime.c +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_datetime.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_error.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file_object_io_handle.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_integer.c +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_integer.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libbfio.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libexe.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_python.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_section.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_sections.c +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_sections.h +0 -0
- {libexe-20230318 → libexe-20231120}/pyexe/pyexe_unused.h +0 -0
- {libexe-20230318 → libexe-20231120}/test-driver +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_coff_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_coff_optional_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_data_directory_descriptor.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_debug_data.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_error.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_export_table.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_file.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_functions.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_functions.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_getopt.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_getopt.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_import_table.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_le_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_libbfio.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_libcerror.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_libclocale.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_libcnotify.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_libexe.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_libuna.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_macros.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_memory.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_memory.h +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_mz_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_ne_header.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_notify.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_section.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_section_descriptor.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_section_io_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_support.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_tools_info_handle.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_tools_output.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_tools_signal.c +0 -0
- {libexe-20230318 → libexe-20231120}/tests/exe_test_unused.h +0 -0
|
@@ -19,8 +19,6 @@ SUBDIRS = \
|
|
|
19
19
|
libexe \
|
|
20
20
|
exetools \
|
|
21
21
|
pyexe \
|
|
22
|
-
pyexe-python2 \
|
|
23
|
-
pyexe-python3 \
|
|
24
22
|
po \
|
|
25
23
|
manuals \
|
|
26
24
|
tests \
|
|
@@ -48,6 +46,9 @@ PKGCONFIG_FILES = \
|
|
|
48
46
|
libexe.pc.in
|
|
49
47
|
|
|
50
48
|
SETUP_PY_FILES = \
|
|
49
|
+
pyproject.toml \
|
|
50
|
+
setup.cfg \
|
|
51
|
+
setup.cfg.in \
|
|
51
52
|
setup.py
|
|
52
53
|
|
|
53
54
|
SPEC_FILES = \
|
|
@@ -93,35 +94,14 @@ library:
|
|
|
93
94
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
94
95
|
|
|
95
96
|
distclean: clean
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
-rm -f Makefile
|
|
98
|
+
-rm -f config.status
|
|
99
|
+
-rm -f config.cache
|
|
100
|
+
-rm -f config.log
|
|
101
|
+
-rm -f libexe.pc
|
|
102
|
+
-rm -f libexe.spec
|
|
102
103
|
@for dir in ${subdirs}; do \
|
|
103
104
|
(cd $$dir && $(MAKE) distclean) \
|
|
104
105
|
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
105
106
|
done && test -z "$$fail"
|
|
106
107
|
|
|
107
|
-
splint:
|
|
108
|
-
(cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
109
|
-
(cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
110
|
-
(cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
111
|
-
(cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
112
|
-
(cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
113
|
-
(cd $(srcdir)/libcsplit && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
114
|
-
(cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
115
|
-
(cd $(srcdir)/libcfile && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
116
|
-
(cd $(srcdir)/libcpath && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
117
|
-
(cd $(srcdir)/libbfio && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
118
|
-
(cd $(srcdir)/libfcache && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
119
|
-
(cd $(srcdir)/libfdata && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
120
|
-
(cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
121
|
-
(cd $(srcdir)/libexe && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
122
|
-
(cd $(srcdir)/exetools && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
123
|
-
(cd $(srcdir)/pyexe && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
124
|
-
(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
125
|
-
(cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
126
|
-
(cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
127
|
-
|
|
@@ -118,7 +118,7 @@ mkinstalldirs = $(install_sh) -d
|
|
|
118
118
|
CONFIG_HEADER = $(top_builddir)/common/config.h
|
|
119
119
|
CONFIG_CLEAN_FILES = include/libexe/definitions.h \
|
|
120
120
|
include/libexe/features.h include/libexe/types.h \
|
|
121
|
-
dpkg/changelog libexe.pc libexe.spec
|
|
121
|
+
dpkg/changelog libexe.pc libexe.spec setup.cfg
|
|
122
122
|
CONFIG_CLEAN_VPATH_FILES =
|
|
123
123
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
124
124
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
@@ -184,6 +184,7 @@ am__recursive_targets = \
|
|
|
184
184
|
$(am__extra_recursive_targets)
|
|
185
185
|
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
|
186
186
|
cscope distdir distdir-am dist dist-all distcheck
|
|
187
|
+
am__extra_recursive_targets = sources-recursive splint-recursive
|
|
187
188
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
188
189
|
# Read a list of newline-separated strings from the standard input,
|
|
189
190
|
# and print each of them once, without duplicates. Input order is
|
|
@@ -203,7 +204,8 @@ am__define_uniq_tagged_files = \
|
|
|
203
204
|
done | $(am__uniquify_input)`
|
|
204
205
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
205
206
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libexe.pc.in \
|
|
206
|
-
$(srcdir)/libexe.spec.in $(
|
|
207
|
+
$(srcdir)/libexe.spec.in $(srcdir)/setup.cfg.in \
|
|
208
|
+
$(top_srcdir)/dpkg/changelog.in \
|
|
207
209
|
$(top_srcdir)/include/libexe/definitions.h.in \
|
|
208
210
|
$(top_srcdir)/include/libexe/features.h.in \
|
|
209
211
|
$(top_srcdir)/include/libexe/types.h.in ABOUT-NLS AUTHORS \
|
|
@@ -410,26 +412,6 @@ POSUB = @POSUB@
|
|
|
410
412
|
PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
|
|
411
413
|
PTHREAD_LIBADD = @PTHREAD_LIBADD@
|
|
412
414
|
PYTHON = @PYTHON@
|
|
413
|
-
PYTHON2 = @PYTHON2@
|
|
414
|
-
PYTHON2_CONFIG = @PYTHON2_CONFIG@
|
|
415
|
-
PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
|
|
416
|
-
PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
|
|
417
|
-
PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
|
|
418
|
-
PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
|
|
419
|
-
PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
|
|
420
|
-
PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
|
|
421
|
-
PYTHON2_PREFIX = @PYTHON2_PREFIX@
|
|
422
|
-
PYTHON2_VERSION = @PYTHON2_VERSION@
|
|
423
|
-
PYTHON3 = @PYTHON3@
|
|
424
|
-
PYTHON3_CONFIG = @PYTHON3_CONFIG@
|
|
425
|
-
PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
|
|
426
|
-
PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
|
|
427
|
-
PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
|
|
428
|
-
PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
|
|
429
|
-
PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
|
|
430
|
-
PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
|
|
431
|
-
PYTHON3_PREFIX = @PYTHON3_PREFIX@
|
|
432
|
-
PYTHON3_VERSION = @PYTHON3_VERSION@
|
|
433
415
|
PYTHON_CONFIG = @PYTHON_CONFIG@
|
|
434
416
|
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
|
435
417
|
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
|
@@ -563,11 +545,7 @@ prefix = @prefix@
|
|
|
563
545
|
program_transform_name = @program_transform_name@
|
|
564
546
|
psdir = @psdir@
|
|
565
547
|
pyexecdir = @pyexecdir@
|
|
566
|
-
pyexecdir2 = @pyexecdir2@
|
|
567
|
-
pyexecdir3 = @pyexecdir3@
|
|
568
548
|
pythondir = @pythondir@
|
|
569
|
-
pythondir2 = @pythondir2@
|
|
570
|
-
pythondir3 = @pythondir3@
|
|
571
549
|
runstatedir = @runstatedir@
|
|
572
550
|
sbindir = @sbindir@
|
|
573
551
|
sharedstatedir = @sharedstatedir@
|
|
@@ -597,8 +575,6 @@ SUBDIRS = \
|
|
|
597
575
|
libexe \
|
|
598
576
|
exetools \
|
|
599
577
|
pyexe \
|
|
600
|
-
pyexe-python2 \
|
|
601
|
-
pyexe-python3 \
|
|
602
578
|
po \
|
|
603
579
|
manuals \
|
|
604
580
|
tests \
|
|
@@ -626,6 +602,9 @@ PKGCONFIG_FILES = \
|
|
|
626
602
|
libexe.pc.in
|
|
627
603
|
|
|
628
604
|
SETUP_PY_FILES = \
|
|
605
|
+
pyproject.toml \
|
|
606
|
+
setup.cfg \
|
|
607
|
+
setup.cfg.in \
|
|
629
608
|
setup.py
|
|
630
609
|
|
|
631
610
|
SPEC_FILES = \
|
|
@@ -694,6 +673,8 @@ libexe.pc: $(top_builddir)/config.status $(srcdir)/libexe.pc.in
|
|
|
694
673
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
695
674
|
libexe.spec: $(top_builddir)/config.status $(srcdir)/libexe.spec.in
|
|
696
675
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
676
|
+
setup.cfg: $(top_builddir)/config.status $(srcdir)/setup.cfg.in
|
|
677
|
+
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
697
678
|
|
|
698
679
|
mostlyclean-libtool:
|
|
699
680
|
-rm -f *.lo
|
|
@@ -758,6 +739,8 @@ $(am__recursive_targets):
|
|
|
758
739
|
if test "$$dot_seen" = "no"; then \
|
|
759
740
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
760
741
|
fi; test -z "$$fail"
|
|
742
|
+
sources-local:
|
|
743
|
+
splint-local:
|
|
761
744
|
|
|
762
745
|
ID: $(am__tagged_files)
|
|
763
746
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
@@ -1131,6 +1114,14 @@ ps: ps-recursive
|
|
|
1131
1114
|
|
|
1132
1115
|
ps-am:
|
|
1133
1116
|
|
|
1117
|
+
sources: sources-recursive
|
|
1118
|
+
|
|
1119
|
+
sources-am: sources-local
|
|
1120
|
+
|
|
1121
|
+
splint: splint-recursive
|
|
1122
|
+
|
|
1123
|
+
splint-am: splint-local
|
|
1124
|
+
|
|
1134
1125
|
uninstall-am: uninstall-pkgconfigDATA
|
|
1135
1126
|
|
|
1136
1127
|
.MAKE: $(am__recursive_targets) install-am install-strip
|
|
@@ -1150,7 +1141,8 @@ uninstall-am: uninstall-pkgconfigDATA
|
|
|
1150
1141
|
installcheck installcheck-am installdirs installdirs-am \
|
|
1151
1142
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
1152
1143
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
1153
|
-
|
|
1144
|
+
sources-am sources-local splint-am splint-local tags tags-am \
|
|
1145
|
+
uninstall uninstall-am uninstall-pkgconfigDATA
|
|
1154
1146
|
|
|
1155
1147
|
.PRECIOUS: Makefile
|
|
1156
1148
|
|
|
@@ -1179,38 +1171,17 @@ library:
|
|
|
1179
1171
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1180
1172
|
|
|
1181
1173
|
distclean: clean
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1174
|
+
-rm -f Makefile
|
|
1175
|
+
-rm -f config.status
|
|
1176
|
+
-rm -f config.cache
|
|
1177
|
+
-rm -f config.log
|
|
1178
|
+
-rm -f libexe.pc
|
|
1179
|
+
-rm -f libexe.spec
|
|
1188
1180
|
@for dir in ${subdirs}; do \
|
|
1189
1181
|
(cd $$dir && $(MAKE) distclean) \
|
|
1190
1182
|
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1191
1183
|
done && test -z "$$fail"
|
|
1192
1184
|
|
|
1193
|
-
splint:
|
|
1194
|
-
(cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1195
|
-
(cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1196
|
-
(cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1197
|
-
(cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1198
|
-
(cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1199
|
-
(cd $(srcdir)/libcsplit && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1200
|
-
(cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1201
|
-
(cd $(srcdir)/libcfile && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1202
|
-
(cd $(srcdir)/libcpath && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1203
|
-
(cd $(srcdir)/libbfio && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1204
|
-
(cd $(srcdir)/libfcache && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1205
|
-
(cd $(srcdir)/libfdata && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1206
|
-
(cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1207
|
-
(cd $(srcdir)/libexe && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1208
|
-
(cd $(srcdir)/exetools && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1209
|
-
(cd $(srcdir)/pyexe && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1210
|
-
(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1211
|
-
(cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1212
|
-
(cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1213
|
-
|
|
1214
1185
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1215
1186
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1216
1187
|
.NOEXPORT:
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libexe-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20231120
|
|
4
4
|
Summary: Python bindings module for libexe
|
|
5
|
-
Home-page: https://github.com/libyal/libexe/
|
|
6
5
|
Author: Joachim Metz
|
|
7
6
|
Author-email: joachim.metz@gmail.com
|
|
8
7
|
License: GNU Lesser General Public License v3 or later (LGPLv3+)
|
|
8
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Requires-Python: >=3.7
|
|
9
11
|
Description-Content-Type: text/plain
|
|
10
12
|
|
|
11
13
|
Python bindings module for libexe
|
|
@@ -20,8 +20,8 @@ You have another version of autoconf. It may work, but is not guaranteed to.
|
|
|
20
20
|
If you have problems, you may need to regenerate the build system entirely.
|
|
21
21
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
|
22
22
|
|
|
23
|
-
# pkg.m4 - Macros to locate and
|
|
24
|
-
# serial
|
|
23
|
+
# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
|
|
24
|
+
# serial 12 (pkg-config-0.29.2)
|
|
25
25
|
|
|
26
26
|
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
|
|
27
27
|
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
|
|
@@ -63,7 +63,7 @@ dnl
|
|
|
63
63
|
dnl See the "Since" comment for each macro you use to see what version
|
|
64
64
|
dnl of the macros you require.
|
|
65
65
|
m4_defun([PKG_PREREQ],
|
|
66
|
-
[m4_define([PKG_MACROS_VERSION], [0.29.
|
|
66
|
+
[m4_define([PKG_MACROS_VERSION], [0.29.2])
|
|
67
67
|
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
|
|
68
68
|
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
|
|
69
69
|
])dnl PKG_PREREQ
|
|
@@ -108,7 +108,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
|
|
|
108
108
|
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
|
|
109
109
|
dnl
|
|
110
110
|
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
|
111
|
-
dnl only at the first
|
|
111
|
+
dnl only at the first occurrence in configure.ac, so if the first place
|
|
112
112
|
dnl it's called might be skipped (such as if it is within an "if", you
|
|
113
113
|
dnl have to call PKG_CHECK_EXISTS manually
|
|
114
114
|
AC_DEFUN([PKG_CHECK_EXISTS],
|
|
@@ -164,7 +164,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
|
|
164
164
|
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
|
165
165
|
|
|
166
166
|
pkg_failed=no
|
|
167
|
-
AC_MSG_CHECKING([for $
|
|
167
|
+
AC_MSG_CHECKING([for $2])
|
|
168
168
|
|
|
169
169
|
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
|
|
170
170
|
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
|
|
@@ -174,17 +174,17 @@ and $1[]_LIBS to avoid the need to call pkg-config.
|
|
|
174
174
|
See the pkg-config man page for more details.])
|
|
175
175
|
|
|
176
176
|
if test $pkg_failed = yes; then
|
|
177
|
-
|
|
177
|
+
AC_MSG_RESULT([no])
|
|
178
178
|
_PKG_SHORT_ERRORS_SUPPORTED
|
|
179
179
|
if test $_pkg_short_errors_supported = yes; then
|
|
180
|
-
|
|
181
|
-
else
|
|
182
|
-
|
|
180
|
+
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
|
|
181
|
+
else
|
|
182
|
+
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
|
183
183
|
fi
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
# Put the nasty error message in config.log where it belongs
|
|
185
|
+
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
m4_default([$4], [AC_MSG_ERROR(
|
|
188
188
|
[Package requirements ($2) were not met:
|
|
189
189
|
|
|
190
190
|
$$1_PKG_ERRORS
|
|
@@ -195,8 +195,8 @@ installed software in a non-standard prefix.
|
|
|
195
195
|
_PKG_TEXT])[]dnl
|
|
196
196
|
])
|
|
197
197
|
elif test $pkg_failed = untried; then
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
AC_MSG_RESULT([no])
|
|
199
|
+
m4_default([$4], [AC_MSG_FAILURE(
|
|
200
200
|
[The pkg-config script could not be found or is too old. Make sure it
|
|
201
201
|
is in your PATH or set the PKG_CONFIG environment variable to the full
|
|
202
202
|
path to pkg-config.
|
|
@@ -206,10 +206,10 @@ _PKG_TEXT
|
|
|
206
206
|
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
|
207
207
|
])
|
|
208
208
|
else
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
|
210
|
+
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
|
211
211
|
AC_MSG_RESULT([yes])
|
|
212
|
-
|
|
212
|
+
$3
|
|
213
213
|
fi[]dnl
|
|
214
214
|
])dnl PKG_CHECK_MODULES
|
|
215
215
|
|
|
@@ -742,6 +742,23 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
|
742
742
|
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
743
743
|
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
|
|
744
744
|
|
|
745
|
+
# AM_EXTRA_RECURSIVE_TARGETS -*- Autoconf -*-
|
|
746
|
+
|
|
747
|
+
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
|
748
|
+
#
|
|
749
|
+
# This file is free software; the Free Software Foundation
|
|
750
|
+
# gives unlimited permission to copy and/or distribute it,
|
|
751
|
+
# with or without modifications, as long as this notice is preserved.
|
|
752
|
+
|
|
753
|
+
# AM_EXTRA_RECURSIVE_TARGETS
|
|
754
|
+
# --------------------------
|
|
755
|
+
# Define the list of user recursive targets. This macro exists only to
|
|
756
|
+
# be traced by Automake, which will ensure that a proper definition of
|
|
757
|
+
# user-defined recursive targets (and associated rules) is propagated
|
|
758
|
+
# into all the generated Makefiles.
|
|
759
|
+
# TODO: We should really reject non-literal arguments here...
|
|
760
|
+
AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], [])
|
|
761
|
+
|
|
745
762
|
# Do all the work for Automake. -*- Autoconf -*-
|
|
746
763
|
|
|
747
764
|
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
|
@@ -133,6 +133,7 @@ am__can_run_installinfo = \
|
|
|
133
133
|
n|no|NO) false;; \
|
|
134
134
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
135
135
|
esac
|
|
136
|
+
am__extra_recursive_targets = sources-recursive splint-recursive
|
|
136
137
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
|
|
137
138
|
config.h.in
|
|
138
139
|
# Read a list of newline-separated strings from the standard input,
|
|
@@ -310,26 +311,6 @@ POSUB = @POSUB@
|
|
|
310
311
|
PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
|
|
311
312
|
PTHREAD_LIBADD = @PTHREAD_LIBADD@
|
|
312
313
|
PYTHON = @PYTHON@
|
|
313
|
-
PYTHON2 = @PYTHON2@
|
|
314
|
-
PYTHON2_CONFIG = @PYTHON2_CONFIG@
|
|
315
|
-
PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
|
|
316
|
-
PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
|
|
317
|
-
PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
|
|
318
|
-
PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
|
|
319
|
-
PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
|
|
320
|
-
PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
|
|
321
|
-
PYTHON2_PREFIX = @PYTHON2_PREFIX@
|
|
322
|
-
PYTHON2_VERSION = @PYTHON2_VERSION@
|
|
323
|
-
PYTHON3 = @PYTHON3@
|
|
324
|
-
PYTHON3_CONFIG = @PYTHON3_CONFIG@
|
|
325
|
-
PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
|
|
326
|
-
PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
|
|
327
|
-
PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
|
|
328
|
-
PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
|
|
329
|
-
PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
|
|
330
|
-
PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
|
|
331
|
-
PYTHON3_PREFIX = @PYTHON3_PREFIX@
|
|
332
|
-
PYTHON3_VERSION = @PYTHON3_VERSION@
|
|
333
314
|
PYTHON_CONFIG = @PYTHON_CONFIG@
|
|
334
315
|
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
|
335
316
|
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
|
@@ -463,11 +444,7 @@ prefix = @prefix@
|
|
|
463
444
|
program_transform_name = @program_transform_name@
|
|
464
445
|
psdir = @psdir@
|
|
465
446
|
pyexecdir = @pyexecdir@
|
|
466
|
-
pyexecdir2 = @pyexecdir2@
|
|
467
|
-
pyexecdir3 = @pyexecdir3@
|
|
468
447
|
pythondir = @pythondir@
|
|
469
|
-
pythondir2 = @pythondir2@
|
|
470
|
-
pythondir3 = @pythondir3@
|
|
471
448
|
runstatedir = @runstatedir@
|
|
472
449
|
sbindir = @sbindir@
|
|
473
450
|
sharedstatedir = @sharedstatedir@
|
|
@@ -552,6 +529,8 @@ mostlyclean-libtool:
|
|
|
552
529
|
|
|
553
530
|
clean-libtool:
|
|
554
531
|
-rm -rf .libs _libs
|
|
532
|
+
sources-local:
|
|
533
|
+
splint-local:
|
|
555
534
|
|
|
556
535
|
ID: $(am__tagged_files)
|
|
557
536
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
@@ -734,6 +713,14 @@ ps: ps-am
|
|
|
734
713
|
|
|
735
714
|
ps-am:
|
|
736
715
|
|
|
716
|
+
sources: sources-am
|
|
717
|
+
|
|
718
|
+
sources-am: sources-local
|
|
719
|
+
|
|
720
|
+
splint: splint-am
|
|
721
|
+
|
|
722
|
+
splint-am: splint-local
|
|
723
|
+
|
|
737
724
|
uninstall-am:
|
|
738
725
|
|
|
739
726
|
.MAKE: all install-am install-strip
|
|
@@ -749,15 +736,16 @@ uninstall-am:
|
|
|
749
736
|
install-strip installcheck installcheck-am installdirs \
|
|
750
737
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
751
738
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
752
|
-
|
|
739
|
+
sources-am sources-local splint-am splint-local tags tags-am \
|
|
740
|
+
uninstall uninstall-am
|
|
753
741
|
|
|
754
742
|
.PRECIOUS: Makefile
|
|
755
743
|
|
|
756
744
|
|
|
757
745
|
distclean: clean
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
746
|
+
-rm -f config.h
|
|
747
|
+
-rm -f types.h
|
|
748
|
+
-rm -f Makefile
|
|
761
749
|
|
|
762
750
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
763
751
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
#define PACKAGE_NAME "libexe"
|
|
519
519
|
|
|
520
520
|
/* Define to the full name and version of this package. */
|
|
521
|
-
#define PACKAGE_STRING "libexe
|
|
521
|
+
#define PACKAGE_STRING "libexe 20231120"
|
|
522
522
|
|
|
523
523
|
/* Define to the one symbol short name of this package. */
|
|
524
524
|
#define PACKAGE_TARNAME "libexe"
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
#define PACKAGE_URL ""
|
|
528
528
|
|
|
529
529
|
/* Define to the version of this package. */
|
|
530
|
-
#define PACKAGE_VERSION "
|
|
530
|
+
#define PACKAGE_VERSION "20231120"
|
|
531
531
|
|
|
532
532
|
/* The size of `int', as computed by sizeof. */
|
|
533
533
|
#define SIZEOF_INT 4
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
/* #undef TM_IN_SYS_TIME */
|
|
557
557
|
|
|
558
558
|
/* Version number of package */
|
|
559
|
-
#define VERSION "
|
|
559
|
+
#define VERSION "20231120"
|
|
560
560
|
|
|
561
561
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
562
562
|
/* #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 )
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/sh
|
|
2
2
|
# Attempt to guess a canonical system name.
|
|
3
|
-
# Copyright 1992-
|
|
3
|
+
# Copyright 1992-2023 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
5
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
|
6
6
|
|
|
7
|
-
timestamp='
|
|
7
|
+
timestamp='2023-06-23'
|
|
8
8
|
|
|
9
9
|
# This file is free software; you can redistribute it and/or modify it
|
|
10
10
|
# under the terms of the GNU General Public License as published by
|
|
@@ -47,7 +47,7 @@ me=`echo "$0" | sed -e 's,.*/,,'`
|
|
|
47
47
|
usage="\
|
|
48
48
|
Usage: $0 [OPTION]
|
|
49
49
|
|
|
50
|
-
Output the configuration name of the system
|
|
50
|
+
Output the configuration name of the system '$me' is run on.
|
|
51
51
|
|
|
52
52
|
Options:
|
|
53
53
|
-h, --help print this help, then exit
|
|
@@ -60,13 +60,13 @@ version="\
|
|
|
60
60
|
GNU config.guess ($timestamp)
|
|
61
61
|
|
|
62
62
|
Originally written by Per Bothner.
|
|
63
|
-
Copyright 1992-
|
|
63
|
+
Copyright 1992-2023 Free Software Foundation, Inc.
|
|
64
64
|
|
|
65
65
|
This is free software; see the source for copying conditions. There is NO
|
|
66
66
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
67
67
|
|
|
68
68
|
help="
|
|
69
|
-
Try
|
|
69
|
+
Try '$me --help' for more information."
|
|
70
70
|
|
|
71
71
|
# Parse command line
|
|
72
72
|
while test $# -gt 0 ; do
|
|
@@ -102,8 +102,8 @@ GUESS=
|
|
|
102
102
|
# temporary files to be created and, as you can see below, it is a
|
|
103
103
|
# headache to deal with in a portable fashion.
|
|
104
104
|
|
|
105
|
-
# Historically,
|
|
106
|
-
# use
|
|
105
|
+
# Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
|
|
106
|
+
# use 'HOST_CC' if defined, but it is deprecated.
|
|
107
107
|
|
|
108
108
|
# Portable tmp directory creation inspired by the Autoconf team.
|
|
109
109
|
|
|
@@ -459,7 +459,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
|
|
|
459
459
|
UNAME_RELEASE=`uname -v`
|
|
460
460
|
;;
|
|
461
461
|
esac
|
|
462
|
-
# Japanese Language versions have a version number like
|
|
462
|
+
# Japanese Language versions have a version number like '4.1.3-JL'.
|
|
463
463
|
SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
|
|
464
464
|
GUESS=sparc-sun-sunos$SUN_REL
|
|
465
465
|
;;
|
|
@@ -966,6 +966,12 @@ EOF
|
|
|
966
966
|
GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
|
|
967
967
|
GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
|
|
968
968
|
;;
|
|
969
|
+
x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
|
|
970
|
+
GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
|
|
971
|
+
;;
|
|
972
|
+
*:[Mm]anagarm:*:*)
|
|
973
|
+
GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
|
|
974
|
+
;;
|
|
969
975
|
*:Minix:*:*)
|
|
970
976
|
GUESS=$UNAME_MACHINE-unknown-minix
|
|
971
977
|
;;
|
|
@@ -1036,7 +1042,7 @@ EOF
|
|
|
1036
1042
|
k1om:Linux:*:*)
|
|
1037
1043
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
|
1038
1044
|
;;
|
|
1039
|
-
loongarch32:Linux:*:* | loongarch64:Linux:*:*
|
|
1045
|
+
loongarch32:Linux:*:* | loongarch64:Linux:*:*)
|
|
1040
1046
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
|
1041
1047
|
;;
|
|
1042
1048
|
m32r*:Linux:*:*)
|
|
@@ -1191,7 +1197,7 @@ EOF
|
|
|
1191
1197
|
GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
|
|
1192
1198
|
;;
|
|
1193
1199
|
i*86:OS/2:*:*)
|
|
1194
|
-
# If we were able to find
|
|
1200
|
+
# If we were able to find 'uname', then EMX Unix compatibility
|
|
1195
1201
|
# is probably installed.
|
|
1196
1202
|
GUESS=$UNAME_MACHINE-pc-os2-emx
|
|
1197
1203
|
;;
|
|
@@ -1332,7 +1338,7 @@ EOF
|
|
|
1332
1338
|
GUESS=ns32k-sni-sysv
|
|
1333
1339
|
fi
|
|
1334
1340
|
;;
|
|
1335
|
-
PENTIUM:*:4.0*:*) # Unisys
|
|
1341
|
+
PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
|
|
1336
1342
|
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
|
1337
1343
|
GUESS=i586-unisys-sysv4
|
|
1338
1344
|
;;
|