libexe-python 20240205__tar.gz → 20240420__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-20240205 → libexe-20240420}/Makefile.am +9 -14
- {libexe-20240205 → libexe-20240420}/Makefile.in +13 -15
- {libexe-20240205 → libexe-20240420}/PKG-INFO +1 -1
- {libexe-20240205 → libexe-20240420}/common/Makefile.am +6 -7
- {libexe-20240205 → libexe-20240420}/common/Makefile.in +10 -8
- {libexe-20240205 → libexe-20240420}/common/config.h +3 -3
- {libexe-20240205 → libexe-20240420}/configure +113 -83
- {libexe-20240205 → libexe-20240420}/configure.ac +1 -1
- libexe-20240420/dpkg/changelog +5 -0
- {libexe-20240205 → libexe-20240420}/exetools/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/exetools/Makefile.in +12 -7
- {libexe-20240205 → libexe-20240420}/include/Makefile.am +6 -8
- {libexe-20240205 → libexe-20240420}/include/Makefile.in +9 -9
- {libexe-20240205 → libexe-20240420}/include/libexe/definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libbfio/Makefile.am +6 -6
- {libexe-20240205 → libexe-20240420}/libbfio/Makefile.in +25 -9
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_codepage.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_definitions.h +3 -3
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_error.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_error.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_extern.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_io_handle.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_io_handle.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_pool.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_pool.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_range.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_range.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_range_io_handle.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_file_range_io_handle.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_handle.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_handle.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libcdata.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libcerror.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libcfile.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libclocale.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libcpath.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libcthreads.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_libuna.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_memory_range.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_memory_range.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_memory_range_io_handle.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_memory_range_io_handle.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_pool.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_pool.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_support.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_support.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_system_string.c +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_system_string.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_types.h +1 -1
- {libexe-20240205 → libexe-20240420}/libbfio/libbfio_unused.h +1 -1
- {libexe-20240205 → libexe-20240420}/libcdata/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcdata/Makefile.in +18 -7
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libcerror/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcerror/Makefile.in +10 -7
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libcfile/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcfile/Makefile.in +13 -7
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libclocale/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libclocale/Makefile.in +11 -7
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libcnotify/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcnotify/Makefile.in +11 -7
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libcpath/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcpath/Makefile.in +11 -7
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libcsplit/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcsplit/Makefile.in +13 -7
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libcthreads/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libcthreads/Makefile.in +18 -7
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libexe/Makefile.am +6 -8
- {libexe-20240205 → libexe-20240420}/libexe/Makefile.in +27 -9
- {libexe-20240205 → libexe-20240420}/libexe/libexe.rc +2 -2
- {libexe-20240205 → libexe-20240420}/libexe/libexe_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libexe.spec +2 -2
- {libexe-20240205 → libexe-20240420}/libfcache/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libfcache/Makefile.in +12 -7
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libfdata/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libfdata/Makefile.in +20 -7
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libfdatetime/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libfdatetime/Makefile.in +17 -7
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/libuna/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/libuna/Makefile.in +70 -7
- {libexe-20240205 → libexe-20240420}/libuna/libuna_definitions.h +2 -2
- {libexe-20240205 → libexe-20240420}/m4/common.m4 +3 -3
- {libexe-20240205 → libexe-20240420}/m4/libbfio.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcdata.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcerror.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcfile.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libclocale.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcnotify.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcpath.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcsplit.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libcthreads.m4 +6 -4
- {libexe-20240205 → libexe-20240420}/m4/libfcache.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libfdata.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libfdatetime.m4 +7 -4
- {libexe-20240205 → libexe-20240420}/m4/libuna.m4 +7 -4
- libexe-20240420/m4/pthread.m4 +196 -0
- {libexe-20240205 → libexe-20240420}/m4/python.m4 +6 -4
- {libexe-20240205 → libexe-20240420}/manuals/Makefile.am +2 -4
- {libexe-20240205 → libexe-20240420}/manuals/Makefile.in +5 -5
- {libexe-20240205 → libexe-20240420}/msvscpp/Makefile.am +2 -4
- {libexe-20240205 → libexe-20240420}/msvscpp/Makefile.in +5 -5
- {libexe-20240205 → libexe-20240420}/ossfuzz/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/ossfuzz/Makefile.in +8 -7
- {libexe-20240205 → libexe-20240420}/pyexe/Makefile.am +4 -6
- {libexe-20240205 → libexe-20240420}/pyexe/Makefile.in +16 -7
- {libexe-20240205 → libexe-20240420}/setup.cfg +1 -1
- {libexe-20240205 → libexe-20240420}/tests/Makefile.am +6 -7
- {libexe-20240205 → libexe-20240420}/tests/Makefile.in +35 -8
- {libexe-20240205 → libexe-20240420}/tests/test_exeinfo.sh +3 -6
- {libexe-20240205 → libexe-20240420}/tests/test_library.sh +3 -6
- {libexe-20240205 → libexe-20240420}/tests/test_manpage.sh +3 -6
- {libexe-20240205 → libexe-20240420}/tests/test_python_module.sh +17 -9
- {libexe-20240205 → libexe-20240420}/tests/test_tools.sh +3 -6
- libexe-20240205/dpkg/changelog +0 -5
- libexe-20240205/m4/pthread.m4 +0 -183
- {libexe-20240205 → libexe-20240420}/ABOUT-NLS +0 -0
- {libexe-20240205 → libexe-20240420}/AUTHORS +0 -0
- {libexe-20240205 → libexe-20240420}/COPYING +0 -0
- {libexe-20240205 → libexe-20240420}/COPYING.LESSER +0 -0
- {libexe-20240205 → libexe-20240420}/ChangeLog +0 -0
- {libexe-20240205 → libexe-20240420}/INSTALL +0 -0
- {libexe-20240205 → libexe-20240420}/NEWS +0 -0
- {libexe-20240205 → libexe-20240420}/README +0 -0
- {libexe-20240205 → libexe-20240420}/acinclude.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/aclocal.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/common/byte_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/common.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/config.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/common/config_borlandc.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/config_msc.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/config_winapi.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/file_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/memory.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/narrow_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/system_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/types.h +0 -0
- {libexe-20240205 → libexe-20240420}/common/types.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/common/wide_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/compile +0 -0
- {libexe-20240205 → libexe-20240420}/config.guess +0 -0
- {libexe-20240205 → libexe-20240420}/config.rpath +0 -0
- {libexe-20240205 → libexe-20240420}/config.sub +0 -0
- {libexe-20240205 → libexe-20240420}/depcomp +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/changelog.in +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/compat +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/control +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/copyright +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/libexe-dev.install +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/libexe-python3.install +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/libexe-tools.install +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/libexe.install +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/rules +0 -0
- {libexe-20240205 → libexe-20240420}/dpkg/source/format +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exeinfo.c +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_getopt.c +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_getopt.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_i18n.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libbfio.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libclocale.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libcnotify.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libexe.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libfdatetime.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_libuna.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_output.c +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_output.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_signal.c +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_signal.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/exetools_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/info_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/exetools/info_handle.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/codepage.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/definitions.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/error.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/features.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/features.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/types.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe/types.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe.h +0 -0
- {libexe-20240205 → libexe-20240420}/include/libexe.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/install-sh +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_array.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_array.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_btree.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_btree.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_btree_node.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_btree_node.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_btree_values_list.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_btree_values_list.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_libcthreads.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_list.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_list.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_list_element.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_list_element.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_range_list.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_range_list.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_range_list_value.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_range_list_value.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_tree_node.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_tree_node.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcdata/libcdata_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_system.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_system.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcerror/libcerror_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_file.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_file.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_libclocale.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_libcnotify.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_libuna.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_notify.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_notify.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_system_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_system_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_winapi.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcfile/libcfile_winapi.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_codepage.c +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_codepage.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_locale.c +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_locale.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_wide_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libclocale/libclocale_wide_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_print.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_print.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_verbose.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcnotify/libcnotify_verbose.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_libclocale.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_libcsplit.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_libuna.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_path.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_path.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_system_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_system_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcpath/libcpath_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_narrow_split_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_narrow_split_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_narrow_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_narrow_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_wide_split_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_wide_split_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_wide_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcsplit/libcsplit_wide_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_condition.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_condition.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_lock.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_lock.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_mutex.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_mutex.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_queue.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_queue.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_thread.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_thread.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libcthreads/libcthreads_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/exe_file_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/exe_le_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/exe_mz_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/exe_ne_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/exe_pe_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/exe_section_table.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe.rc.in +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_codepage.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_coff_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_coff_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_coff_optional_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_coff_optional_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_data_directory_descriptor.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_debug.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_debug.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_debug_data.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_debug_data.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_definitions.h.in +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_export_table.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_export_table.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_file.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_file.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_import_table.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_import_table.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_io_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_io_handle.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_le_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_le_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libbfio.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libcdata.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libclocale.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libcnotify.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libfcache.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libfdata.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libfdatetime.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_libuna.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_mz_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_mz_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_ne_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_ne_header.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_notify.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_notify.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_section.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_section.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_section_descriptor.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_section_descriptor.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_section_io_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_section_io_handle.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe/libexe_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libexe.pc.in +0 -0
- {libexe-20240205 → libexe-20240420}/libexe.spec.in +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_cache.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_cache.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_cache_value.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_cache_value.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_date_time.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_date_time.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_libcdata.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfcache/libfcache_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_area.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_area.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_cache.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_cache.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_libcdata.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_libcnotify.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_libfcache.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_list.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_list.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_list_element.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_list_element.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_mapped_range.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_mapped_range.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_notify.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_notify.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_range.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_range.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_range_list.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_range_list.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_segments_array.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_segments_array.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_vector.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdata/libfdata_vector.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libfdatetime/libfdatetime_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_base16_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_base16_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_base32_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_base32_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_base64_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_base64_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_byte_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_byte_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_874.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_874.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_932.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_932.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_936.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_936.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_949.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_949.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_950.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_codepage_windows_950.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_extern.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_scsu.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_scsu.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_support.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_types.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_unicode_character.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_unicode_character.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_url_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_url_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf16_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf16_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf16_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf16_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf32_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf32_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf32_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf32_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf7_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf7_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf8_stream.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf8_stream.h +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf8_string.c +0 -0
- {libexe-20240205 → libexe-20240420}/libuna/libuna_utf8_string.h +0 -0
- {libexe-20240205 → libexe-20240420}/ltmain.sh +0 -0
- {libexe-20240205 → libexe-20240420}/m4/gettext.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/host-cpu-c-abi.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/iconv.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/intlmacosx.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/lib-ld.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/lib-link.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/lib-prefix.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/libtool.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/ltoptions.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/ltsugar.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/ltversion.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/lt~obsolete.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/nls.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/po.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/progtest.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/tests.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/m4/types.m4 +0 -0
- {libexe-20240205 → libexe-20240420}/manuals/exeinfo.1 +0 -0
- {libexe-20240205 → libexe-20240420}/manuals/libexe.3 +0 -0
- {libexe-20240205 → libexe-20240420}/missing +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_coff_header/exe_test_coff_header.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_coff_optional_header/exe_test_coff_optional_header.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_data_directory_descriptor/exe_test_data_directory_descriptor.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_debug_data/exe_test_debug_data.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_error/exe_test_error.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_export_table/exe_test_export_table.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_file/exe_test_file.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_import_table/exe_test_import_table.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_io_handle/exe_test_io_handle.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_le_header/exe_test_le_header.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_mz_header/exe_test_mz_header.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_ne_header/exe_test_ne_header.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_notify/exe_test_notify.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_section/exe_test_section.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_section_descriptor/exe_test_section_descriptor.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_section_io_handle/exe_test_section_io_handle.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_support/exe_test_support.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_tools_info_handle/exe_test_tools_info_handle.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_tools_output/exe_test_tools_output.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exe_test_tools_signal/exe_test_tools_signal.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/exeinfo/exeinfo.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libbfio/libbfio.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcfile/libcfile.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcpath/libcpath.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libexe/libexe.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libexe.sln +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libfcache/libfcache.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libfdata/libfdata.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/libuna/libuna.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/msvscpp/pyexe/pyexe.vcproj +0 -0
- {libexe-20240205 → libexe-20240420}/ossfuzz/file_fuzzer.cc +0 -0
- {libexe-20240205 → libexe-20240420}/ossfuzz/ossfuzz_libbfio.h +0 -0
- {libexe-20240205 → libexe-20240420}/ossfuzz/ossfuzz_libexe.h +0 -0
- {libexe-20240205 → libexe-20240420}/po/ChangeLog +0 -0
- {libexe-20240205 → libexe-20240420}/po/Makefile.in.in +0 -0
- {libexe-20240205 → libexe-20240420}/po/Makevars +0 -0
- {libexe-20240205 → libexe-20240420}/po/Makevars.in +0 -0
- {libexe-20240205 → libexe-20240420}/po/POTFILES.in +0 -0
- {libexe-20240205 → libexe-20240420}/po/Rules-quot +0 -0
- {libexe-20240205 → libexe-20240420}/po/boldquot.sed +0 -0
- {libexe-20240205 → libexe-20240420}/po/en@boldquot.header +0 -0
- {libexe-20240205 → libexe-20240420}/po/en@quot.header +0 -0
- {libexe-20240205 → libexe-20240420}/po/insert-header.sin +0 -0
- {libexe-20240205 → libexe-20240420}/po/quot.sed +0 -0
- {libexe-20240205 → libexe-20240420}/po/remove-potcdate.sin +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_codepage.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_codepage.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_datetime.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_datetime.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_error.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_file.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_file.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_file_object_io_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_file_object_io_handle.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_integer.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_integer.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_libbfio.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_libclocale.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_libexe.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_python.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_section.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_section.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_sections.c +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_sections.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyexe/pyexe_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/pyproject.toml +0 -0
- {libexe-20240205 → libexe-20240420}/setup.cfg.in +0 -0
- {libexe-20240205 → libexe-20240420}/setup.py +0 -0
- {libexe-20240205 → libexe-20240420}/test-driver +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_coff_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_coff_optional_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_data_directory_descriptor.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_debug_data.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_error.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_export_table.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_file.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_functions.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_functions.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_getopt.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_getopt.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_import_table.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_io_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_le_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_libbfio.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_libcerror.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_libclocale.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_libcnotify.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_libexe.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_libuna.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_macros.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_memory.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_memory.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_mz_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_ne_header.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_notify.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_section.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_section_descriptor.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_section_io_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_support.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_tools_info_handle.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_tools_output.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_tools_signal.c +0 -0
- {libexe-20240205 → libexe-20240420}/tests/exe_test_unused.h +0 -0
- {libexe-20240205 → libexe-20240420}/tests/pyexe_test_file.py +0 -0
- {libexe-20240205 → libexe-20240420}/tests/pyexe_test_support.py +0 -0
- {libexe-20240205 → libexe-20240420}/tests/test_runner.sh +0 -0
|
@@ -62,8 +62,15 @@ EXTRA_DIST = \
|
|
|
62
62
|
$(SETUP_PY_FILES) \
|
|
63
63
|
$(SPEC_FILES)
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
DISTCLEANFILES = \
|
|
66
|
+
config.status \
|
|
67
|
+
config.cache \
|
|
68
|
+
config.log \
|
|
69
|
+
libexe.pc \
|
|
70
|
+
libexe.spec \
|
|
71
|
+
Makefile \
|
|
72
|
+
Makefile.in \
|
|
73
|
+
po/Makevars
|
|
67
74
|
|
|
68
75
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
69
76
|
|
|
@@ -93,15 +100,3 @@ library:
|
|
|
93
100
|
(cd $(srcdir)/libexe && $(MAKE) $(AM_MAKEFLAGS))
|
|
94
101
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
95
102
|
|
|
96
|
-
distclean: clean
|
|
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
|
|
103
|
-
@for dir in ${subdirs}; do \
|
|
104
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
105
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
106
|
-
done && test -z "$$fail"
|
|
107
|
-
|
|
@@ -618,8 +618,15 @@ EXTRA_DIST = \
|
|
|
618
618
|
$(SETUP_PY_FILES) \
|
|
619
619
|
$(SPEC_FILES)
|
|
620
620
|
|
|
621
|
-
|
|
622
|
-
|
|
621
|
+
DISTCLEANFILES = \
|
|
622
|
+
config.status \
|
|
623
|
+
config.cache \
|
|
624
|
+
config.log \
|
|
625
|
+
libexe.pc \
|
|
626
|
+
libexe.spec \
|
|
627
|
+
Makefile \
|
|
628
|
+
Makefile.in \
|
|
629
|
+
po/Makevars
|
|
623
630
|
|
|
624
631
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
625
632
|
pkgconfig_DATA = \
|
|
@@ -1044,15 +1051,18 @@ clean-generic:
|
|
|
1044
1051
|
distclean-generic:
|
|
1045
1052
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
1046
1053
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
1054
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
1047
1055
|
|
|
1048
1056
|
maintainer-clean-generic:
|
|
1049
1057
|
@echo "This command is intended for maintainers to use"
|
|
1050
1058
|
@echo "it deletes files that may require special tools to rebuild."
|
|
1051
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
1052
1059
|
clean: clean-recursive
|
|
1053
1060
|
|
|
1054
1061
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
1055
1062
|
|
|
1063
|
+
distclean: distclean-recursive
|
|
1064
|
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
1065
|
+
-rm -f Makefile
|
|
1056
1066
|
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
1057
1067
|
distclean-tags
|
|
1058
1068
|
|
|
@@ -1170,18 +1180,6 @@ library:
|
|
|
1170
1180
|
(cd $(srcdir)/libexe && $(MAKE) $(AM_MAKEFLAGS))
|
|
1171
1181
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1172
1182
|
|
|
1173
|
-
distclean: clean
|
|
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
|
|
1180
|
-
@for dir in ${subdirs}; do \
|
|
1181
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
1182
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1183
|
-
done && test -z "$$fail"
|
|
1184
|
-
|
|
1185
1183
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1186
1184
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1187
1185
|
.NOEXPORT:
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
AM_CPPFLAGS =
|
|
1
|
+
AM_CPPFLAGS = \
|
|
2
|
+
-I../include -I$(top_srcdir)/include
|
|
2
3
|
|
|
3
4
|
EXTRA_DIST = \
|
|
4
5
|
byte_stream.h \
|
|
@@ -15,11 +16,9 @@ EXTRA_DIST = \
|
|
|
15
16
|
types.h.in \
|
|
16
17
|
wide_string.h
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
DISTCLEANFILES = \
|
|
20
|
+
config.h \
|
|
21
|
+
types.h \
|
|
22
|
+
Makefile \
|
|
19
23
|
Makefile.in
|
|
20
24
|
|
|
21
|
-
distclean: clean
|
|
22
|
-
-rm -f config.h
|
|
23
|
-
-rm -f types.h
|
|
24
|
-
-rm -f Makefile
|
|
25
|
-
|
|
@@ -454,7 +454,9 @@ target_alias = @target_alias@
|
|
|
454
454
|
top_build_prefix = @top_build_prefix@
|
|
455
455
|
top_builddir = @top_builddir@
|
|
456
456
|
top_srcdir = @top_srcdir@
|
|
457
|
-
AM_CPPFLAGS =
|
|
457
|
+
AM_CPPFLAGS = \
|
|
458
|
+
-I../include -I$(top_srcdir)/include
|
|
459
|
+
|
|
458
460
|
EXTRA_DIST = \
|
|
459
461
|
byte_stream.h \
|
|
460
462
|
common.h \
|
|
@@ -470,7 +472,10 @@ EXTRA_DIST = \
|
|
|
470
472
|
types.h.in \
|
|
471
473
|
wide_string.h
|
|
472
474
|
|
|
473
|
-
|
|
475
|
+
DISTCLEANFILES = \
|
|
476
|
+
config.h \
|
|
477
|
+
types.h \
|
|
478
|
+
Makefile \
|
|
474
479
|
Makefile.in
|
|
475
480
|
|
|
476
481
|
all: config.h
|
|
@@ -646,15 +651,17 @@ clean-generic:
|
|
|
646
651
|
distclean-generic:
|
|
647
652
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
648
653
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
654
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
649
655
|
|
|
650
656
|
maintainer-clean-generic:
|
|
651
657
|
@echo "This command is intended for maintainers to use"
|
|
652
658
|
@echo "it deletes files that may require special tools to rebuild."
|
|
653
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
654
659
|
clean: clean-am
|
|
655
660
|
|
|
656
661
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
657
662
|
|
|
663
|
+
distclean: distclean-am
|
|
664
|
+
-rm -f Makefile
|
|
658
665
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
659
666
|
|
|
660
667
|
dvi: dvi-am
|
|
@@ -742,11 +749,6 @@ uninstall-am:
|
|
|
742
749
|
.PRECIOUS: Makefile
|
|
743
750
|
|
|
744
751
|
|
|
745
|
-
distclean: clean
|
|
746
|
-
-rm -f config.h
|
|
747
|
-
-rm -f types.h
|
|
748
|
-
-rm -f Makefile
|
|
749
|
-
|
|
750
752
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
751
753
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
752
754
|
.NOEXPORT:
|
|
@@ -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 20240420"
|
|
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 "20240420"
|
|
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 "20240420"
|
|
560
560
|
|
|
561
561
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
562
562
|
/* #undef _FILE_OFFSET_BITS */
|