libfwps-python 20240310__tar.gz → 20240417__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libfwps-20240310 → libfwps-20240417}/Makefile.am +9 -14
- {libfwps-20240310 → libfwps-20240417}/Makefile.in +13 -15
- {libfwps-20240310 → libfwps-20240417}/PKG-INFO +1 -1
- {libfwps-20240310 → libfwps-20240417}/common/Makefile.am +6 -7
- {libfwps-20240310 → libfwps-20240417}/common/Makefile.in +10 -8
- {libfwps-20240310 → libfwps-20240417}/common/config.h +3 -3
- {libfwps-20240310 → libfwps-20240417}/configure +28 -26
- {libfwps-20240310 → libfwps-20240417}/configure.ac +1 -1
- libfwps-20240417/dpkg/changelog +5 -0
- {libfwps-20240310 → libfwps-20240417}/include/Makefile.am +6 -8
- {libfwps-20240310 → libfwps-20240417}/include/Makefile.in +9 -9
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/include/libfwps.h +9 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps.h.in +9 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libcdata/Makefile.in +18 -7
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libcerror/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libcerror/Makefile.in +10 -7
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libclocale/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libclocale/Makefile.in +11 -7
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libcnotify/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libcnotify/Makefile.in +11 -7
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libcthreads/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libcthreads/Makefile.in +18 -7
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/Makefile.in +17 -7
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libfguid/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libfguid/Makefile.in +10 -7
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libfwps/Makefile.am +6 -8
- {libfwps-20240310 → libfwps-20240417}/libfwps/Makefile.in +19 -9
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps.rc +2 -2
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_record.c +91 -6
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_record.h +6 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps.spec +2 -2
- {libfwps-20240310 → libfwps-20240417}/libuna/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/libuna/Makefile.in +70 -7
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_definitions.h +2 -2
- {libfwps-20240310 → libfwps-20240417}/m4/libcdata.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libcerror.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libclocale.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libcnotify.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libcthreads.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libfdatetime.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libfguid.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/libuna.m4 +3 -3
- {libfwps-20240310 → libfwps-20240417}/m4/python.m4 +3 -2
- {libfwps-20240310 → libfwps-20240417}/manuals/Makefile.am +2 -4
- {libfwps-20240310 → libfwps-20240417}/manuals/Makefile.in +5 -5
- {libfwps-20240310 → libfwps-20240417}/manuals/libfwps.3 +3 -1
- {libfwps-20240310 → libfwps-20240417}/msvscpp/Makefile.am +2 -4
- {libfwps-20240310 → libfwps-20240417}/msvscpp/Makefile.in +5 -5
- {libfwps-20240310 → libfwps-20240417}/ossfuzz/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/ossfuzz/Makefile.in +10 -7
- {libfwps-20240310 → libfwps-20240417}/pyfwps/Makefile.am +4 -6
- {libfwps-20240310 → libfwps-20240417}/pyfwps/Makefile.in +18 -7
- {libfwps-20240310 → libfwps-20240417}/setup.cfg +1 -1
- {libfwps-20240310 → libfwps-20240417}/tests/Makefile.am +6 -7
- {libfwps-20240310 → libfwps-20240417}/tests/Makefile.in +17 -8
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_record.c +2 -0
- {libfwps-20240310 → libfwps-20240417}/tests/test_library.sh +3 -6
- {libfwps-20240310 → libfwps-20240417}/tests/test_manpage.sh +3 -6
- {libfwps-20240310 → libfwps-20240417}/tests/test_python_module.sh +17 -9
- libfwps-20240310/dpkg/changelog +0 -5
- {libfwps-20240310 → libfwps-20240417}/ABOUT-NLS +0 -0
- {libfwps-20240310 → libfwps-20240417}/AUTHORS +0 -0
- {libfwps-20240310 → libfwps-20240417}/COPYING +0 -0
- {libfwps-20240310 → libfwps-20240417}/COPYING.LESSER +0 -0
- {libfwps-20240310 → libfwps-20240417}/ChangeLog +0 -0
- {libfwps-20240310 → libfwps-20240417}/INSTALL +0 -0
- {libfwps-20240310 → libfwps-20240417}/NEWS +0 -0
- {libfwps-20240310 → libfwps-20240417}/README +0 -0
- {libfwps-20240310 → libfwps-20240417}/acinclude.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/aclocal.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/byte_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/common.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/config.h.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/config_borlandc.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/config_msc.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/config_winapi.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/file_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/memory.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/narrow_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/system_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/types.h.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/common/wide_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/compile +0 -0
- {libfwps-20240310 → libfwps-20240417}/config.guess +0 -0
- {libfwps-20240310 → libfwps-20240417}/config.rpath +0 -0
- {libfwps-20240310 → libfwps-20240417}/config.sub +0 -0
- {libfwps-20240310 → libfwps-20240417}/depcomp +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/changelog.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/compat +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/control +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/copyright +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/libfwps-dev.install +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/libfwps-python3.install +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/libfwps.install +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/rules +0 -0
- {libfwps-20240310 → libfwps-20240417}/dpkg/source/format +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/codepage.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/definitions.h.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/features.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/features.h.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/include/libfwps/types.h.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/install-sh +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_array.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_array.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_btree.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_btree.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_btree_node.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_btree_node.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_libcthreads.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_list.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_list.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_list_element.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_list_element.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_range_list.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_range_list.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_range_list_value.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_range_list_value.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_tree_node.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_tree_node.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcdata/libcdata_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_system.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_system.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcerror/libcerror_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_codepage.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_codepage.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_locale.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_locale.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_wide_string.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libclocale/libclocale_wide_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_print.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_print.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_verbose.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcnotify/libcnotify_verbose.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_condition.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_condition.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_lock.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_lock.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_mutex.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_mutex.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_queue.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_queue.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_thread.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_thread.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libcthreads/libcthreads_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_identifier.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_identifier.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfguid/libfguid_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps.rc.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_codepage.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_debug.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_debug.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_definitions.h.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_format_class_identifier.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_format_class_identifier.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_libcdata.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_libcnotify.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_libfguid.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_libuna.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_notify.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_notify.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_property_identifier.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_property_identifier.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_set.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_set.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_store.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_store.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps/libfwps_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps.pc.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/libfwps.spec.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_base16_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_base16_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_base32_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_base32_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_base64_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_base64_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_byte_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_byte_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_874.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_874.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_932.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_932.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_936.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_936.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_949.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_949.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_950.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_codepage_windows_950.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_extern.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_scsu.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_scsu.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_support.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_types.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_unicode_character.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_unicode_character.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_url_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_url_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf16_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf16_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf16_string.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf16_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf32_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf32_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf32_string.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf32_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf7_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf7_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf8_stream.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf8_stream.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf8_string.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/libuna/libuna_utf8_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/ltmain.sh +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/common.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/gettext.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/iconv.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/intlmacosx.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/lib-ld.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/lib-link.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/lib-prefix.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/libtool.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/ltoptions.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/ltsugar.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/ltversion.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/lt~obsolete.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/nls.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/po.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/progtest.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/pthread.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/tests.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/m4/types.m4 +0 -0
- {libfwps-20240310 → libfwps-20240417}/missing +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_error/fwps_test_error.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_notify/fwps_test_notify.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_record/fwps_test_record.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_set/fwps_test_set.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_store/fwps_test_store.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/fwps_test_support/fwps_test_support.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libfwps/libfwps.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libfwps.sln +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
- {libfwps-20240310 → libfwps-20240417}/ossfuzz/ossfuzz_libfwps.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/ossfuzz/record_fuzzer.cc +0 -0
- {libfwps-20240310 → libfwps-20240417}/ossfuzz/set_fuzzer.cc +0 -0
- {libfwps-20240310 → libfwps-20240417}/ossfuzz/store_fuzzer.cc +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/ChangeLog +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/Makefile.in.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/Makevars +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/Makevars.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/POTFILES.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/Rules-quot +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/boldquot.sed +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/en@boldquot.header +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/en@quot.header +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/insert-header.sin +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/quot.sed +0 -0
- {libfwps-20240310 → libfwps-20240417}/po/remove-potcdate.sin +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_codepage.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_codepage.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_error.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_guid.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_guid.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_integer.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_integer.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_libclocale.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_libfguid.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_libfwps.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_libuna.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_python.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_record.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_record.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_records.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_records.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_set.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_set.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_sets.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_sets.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_store.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_store.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_string.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_string.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyfwps/pyfwps_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/pyproject.toml +0 -0
- {libfwps-20240310 → libfwps-20240417}/setup.cfg.in +0 -0
- {libfwps-20240310 → libfwps-20240417}/setup.py +0 -0
- {libfwps-20240310 → libfwps-20240417}/test-driver +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_error.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_libcerror.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_libfwps.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_macros.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_memory.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_memory.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_notify.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_property_identifier.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_set.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_store.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_support.c +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/fwps_test_unused.h +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/pyfwps_test_record.py +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/pyfwps_test_set.py +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/pyfwps_test_store.py +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/pyfwps_test_support.py +0 -0
- {libfwps-20240310 → libfwps-20240417}/tests/test_runner.sh +0 -0
|
@@ -55,8 +55,15 @@ EXTRA_DIST = \
|
|
|
55
55
|
$(SETUP_PY_FILES) \
|
|
56
56
|
$(SPEC_FILES)
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
DISTCLEANFILES = \
|
|
59
|
+
config.status \
|
|
60
|
+
config.cache \
|
|
61
|
+
config.log \
|
|
62
|
+
libfwps.pc \
|
|
63
|
+
libfwps.spec \
|
|
64
|
+
Makefile \
|
|
65
|
+
Makefile.in \
|
|
66
|
+
po/Makevars
|
|
60
67
|
|
|
61
68
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
62
69
|
|
|
@@ -81,15 +88,3 @@ library:
|
|
|
81
88
|
(cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
|
|
82
89
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
83
90
|
|
|
84
|
-
distclean: clean
|
|
85
|
-
-rm -f Makefile
|
|
86
|
-
-rm -f config.status
|
|
87
|
-
-rm -f config.cache
|
|
88
|
-
-rm -f config.log
|
|
89
|
-
-rm -f libfwps.pc
|
|
90
|
-
-rm -f libfwps.spec
|
|
91
|
-
@for dir in ${subdirs}; do \
|
|
92
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
93
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
94
|
-
done && test -z "$$fail"
|
|
95
|
-
|
|
@@ -563,8 +563,15 @@ EXTRA_DIST = \
|
|
|
563
563
|
$(SETUP_PY_FILES) \
|
|
564
564
|
$(SPEC_FILES)
|
|
565
565
|
|
|
566
|
-
|
|
567
|
-
|
|
566
|
+
DISTCLEANFILES = \
|
|
567
|
+
config.status \
|
|
568
|
+
config.cache \
|
|
569
|
+
config.log \
|
|
570
|
+
libfwps.pc \
|
|
571
|
+
libfwps.spec \
|
|
572
|
+
Makefile \
|
|
573
|
+
Makefile.in \
|
|
574
|
+
po/Makevars
|
|
568
575
|
|
|
569
576
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
570
577
|
pkgconfig_DATA = \
|
|
@@ -989,15 +996,18 @@ clean-generic:
|
|
|
989
996
|
distclean-generic:
|
|
990
997
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
991
998
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
999
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
992
1000
|
|
|
993
1001
|
maintainer-clean-generic:
|
|
994
1002
|
@echo "This command is intended for maintainers to use"
|
|
995
1003
|
@echo "it deletes files that may require special tools to rebuild."
|
|
996
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
997
1004
|
clean: clean-recursive
|
|
998
1005
|
|
|
999
1006
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
1000
1007
|
|
|
1008
|
+
distclean: distclean-recursive
|
|
1009
|
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
1010
|
+
-rm -f Makefile
|
|
1001
1011
|
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
1002
1012
|
distclean-tags
|
|
1003
1013
|
|
|
@@ -1110,18 +1120,6 @@ library:
|
|
|
1110
1120
|
(cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
|
|
1111
1121
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1112
1122
|
|
|
1113
|
-
distclean: clean
|
|
1114
|
-
-rm -f Makefile
|
|
1115
|
-
-rm -f config.status
|
|
1116
|
-
-rm -f config.cache
|
|
1117
|
-
-rm -f config.log
|
|
1118
|
-
-rm -f libfwps.pc
|
|
1119
|
-
-rm -f libfwps.spec
|
|
1120
|
-
@for dir in ${subdirs}; do \
|
|
1121
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
1122
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1123
|
-
done && test -z "$$fail"
|
|
1124
|
-
|
|
1125
1123
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1126
1124
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1127
1125
|
.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
|
-
|
|
@@ -406,7 +406,9 @@ target_alias = @target_alias@
|
|
|
406
406
|
top_build_prefix = @top_build_prefix@
|
|
407
407
|
top_builddir = @top_builddir@
|
|
408
408
|
top_srcdir = @top_srcdir@
|
|
409
|
-
AM_CPPFLAGS =
|
|
409
|
+
AM_CPPFLAGS = \
|
|
410
|
+
-I../include -I$(top_srcdir)/include
|
|
411
|
+
|
|
410
412
|
EXTRA_DIST = \
|
|
411
413
|
byte_stream.h \
|
|
412
414
|
common.h \
|
|
@@ -422,7 +424,10 @@ EXTRA_DIST = \
|
|
|
422
424
|
types.h.in \
|
|
423
425
|
wide_string.h
|
|
424
426
|
|
|
425
|
-
|
|
427
|
+
DISTCLEANFILES = \
|
|
428
|
+
config.h \
|
|
429
|
+
types.h \
|
|
430
|
+
Makefile \
|
|
426
431
|
Makefile.in
|
|
427
432
|
|
|
428
433
|
all: config.h
|
|
@@ -598,15 +603,17 @@ clean-generic:
|
|
|
598
603
|
distclean-generic:
|
|
599
604
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
600
605
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
606
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
601
607
|
|
|
602
608
|
maintainer-clean-generic:
|
|
603
609
|
@echo "This command is intended for maintainers to use"
|
|
604
610
|
@echo "it deletes files that may require special tools to rebuild."
|
|
605
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
606
611
|
clean: clean-am
|
|
607
612
|
|
|
608
613
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
609
614
|
|
|
615
|
+
distclean: distclean-am
|
|
616
|
+
-rm -f Makefile
|
|
610
617
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
611
618
|
|
|
612
619
|
dvi: dvi-am
|
|
@@ -694,11 +701,6 @@ uninstall-am:
|
|
|
694
701
|
.PRECIOUS: Makefile
|
|
695
702
|
|
|
696
703
|
|
|
697
|
-
distclean: clean
|
|
698
|
-
-rm -f config.h
|
|
699
|
-
-rm -f types.h
|
|
700
|
-
-rm -f Makefile
|
|
701
|
-
|
|
702
704
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
703
705
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
704
706
|
.NOEXPORT:
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
#define PACKAGE_NAME "libfwps"
|
|
390
390
|
|
|
391
391
|
/* Define to the full name and version of this package. */
|
|
392
|
-
#define PACKAGE_STRING "libfwps
|
|
392
|
+
#define PACKAGE_STRING "libfwps 20240417"
|
|
393
393
|
|
|
394
394
|
/* Define to the one symbol short name of this package. */
|
|
395
395
|
#define PACKAGE_TARNAME "libfwps"
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
#define PACKAGE_URL ""
|
|
399
399
|
|
|
400
400
|
/* Define to the version of this package. */
|
|
401
|
-
#define PACKAGE_VERSION "
|
|
401
|
+
#define PACKAGE_VERSION "20240417"
|
|
402
402
|
|
|
403
403
|
/* The size of `int', as computed by sizeof. */
|
|
404
404
|
#define SIZEOF_INT 4
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
/* #undef STRERROR_R_CHAR_P */
|
|
425
425
|
|
|
426
426
|
/* Version number of package */
|
|
427
|
-
#define VERSION "
|
|
427
|
+
#define VERSION "20240417"
|
|
428
428
|
|
|
429
429
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
430
430
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Guess values for system-dependent variables and create Makefiles.
|
|
3
|
-
# Generated by GNU Autoconf 2.71 for libfwps
|
|
3
|
+
# Generated by GNU Autoconf 2.71 for libfwps 20240417.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <joachim.metz@gmail.com>.
|
|
6
6
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
621
621
|
# Identity of this package.
|
|
622
622
|
PACKAGE_NAME='libfwps'
|
|
623
623
|
PACKAGE_TARNAME='libfwps'
|
|
624
|
-
PACKAGE_VERSION='
|
|
625
|
-
PACKAGE_STRING='libfwps
|
|
624
|
+
PACKAGE_VERSION='20240417'
|
|
625
|
+
PACKAGE_STRING='libfwps 20240417'
|
|
626
626
|
PACKAGE_BUGREPORT='joachim.metz@gmail.com'
|
|
627
627
|
PACKAGE_URL=''
|
|
628
628
|
|
|
@@ -1556,7 +1556,7 @@ if test "$ac_init_help" = "long"; then
|
|
|
1556
1556
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
1557
1557
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
1558
1558
|
cat <<_ACEOF
|
|
1559
|
-
\`configure' configures libfwps
|
|
1559
|
+
\`configure' configures libfwps 20240417 to adapt to many kinds of systems.
|
|
1560
1560
|
|
|
1561
1561
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
1562
1562
|
|
|
@@ -1627,7 +1627,7 @@ fi
|
|
|
1627
1627
|
|
|
1628
1628
|
if test -n "$ac_init_help"; then
|
|
1629
1629
|
case $ac_init_help in
|
|
1630
|
-
short | recursive ) echo "Configuration of libfwps
|
|
1630
|
+
short | recursive ) echo "Configuration of libfwps 20240417:";;
|
|
1631
1631
|
esac
|
|
1632
1632
|
cat <<\_ACEOF
|
|
1633
1633
|
|
|
@@ -1826,7 +1826,7 @@ fi
|
|
|
1826
1826
|
test -n "$ac_init_help" && exit $ac_status
|
|
1827
1827
|
if $ac_init_version; then
|
|
1828
1828
|
cat <<\_ACEOF
|
|
1829
|
-
libfwps configure
|
|
1829
|
+
libfwps configure 20240417
|
|
1830
1830
|
generated by GNU Autoconf 2.71
|
|
1831
1831
|
|
|
1832
1832
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2547,7 +2547,7 @@ cat >config.log <<_ACEOF
|
|
|
2547
2547
|
This file contains any messages produced by compilers while
|
|
2548
2548
|
running configure, to aid debugging if configure makes a mistake.
|
|
2549
2549
|
|
|
2550
|
-
It was created by libfwps $as_me
|
|
2550
|
+
It was created by libfwps $as_me 20240417, which was
|
|
2551
2551
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
2552
2552
|
|
|
2553
2553
|
$ $0$ac_configure_args_raw
|
|
@@ -4036,7 +4036,7 @@ fi
|
|
|
4036
4036
|
|
|
4037
4037
|
# Define the identity of the package.
|
|
4038
4038
|
PACKAGE='libfwps'
|
|
4039
|
-
VERSION='
|
|
4039
|
+
VERSION='20240417'
|
|
4040
4040
|
|
|
4041
4041
|
|
|
4042
4042
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -24077,7 +24077,7 @@ fi
|
|
|
24077
24077
|
|
|
24078
24078
|
fi
|
|
24079
24079
|
|
|
24080
|
-
if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes
|
|
24080
|
+
if test "x$ac_cv_libcerror" != xyes && test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes
|
|
24081
24081
|
then :
|
|
24082
24082
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
24083
24083
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -24227,7 +24227,7 @@ fi
|
|
|
24227
24227
|
|
|
24228
24228
|
fi
|
|
24229
24229
|
|
|
24230
|
-
ac_cv_libcerror_CPPFLAGS="-I../libcerror";
|
|
24230
|
+
ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror";
|
|
24231
24231
|
ac_cv_libcerror_LIBADD="../libcerror/libcerror.la";
|
|
24232
24232
|
|
|
24233
24233
|
ac_cv_libcerror=local
|
|
@@ -25969,7 +25969,7 @@ fi
|
|
|
25969
25969
|
|
|
25970
25970
|
fi
|
|
25971
25971
|
|
|
25972
|
-
if test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" != xauto-detect && test "x$ac_cv_with_libcthreads" != xyes
|
|
25972
|
+
if test "x$ac_cv_libcthreads" != xyes && test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" != xauto-detect && test "x$ac_cv_with_libcthreads" != xyes
|
|
25973
25973
|
then :
|
|
25974
25974
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
25975
25975
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -26889,7 +26889,7 @@ fi
|
|
|
26889
26889
|
|
|
26890
26890
|
if test "x$ac_cv_libcthreads_multi_threading" != xno
|
|
26891
26891
|
then :
|
|
26892
|
-
ac_cv_libcthreads_CPPFLAGS="-I../libcthreads";
|
|
26892
|
+
ac_cv_libcthreads_CPPFLAGS="-I../libcthreads -I\$(top_srcdir)/libcthreads";
|
|
26893
26893
|
ac_cv_libcthreads_LIBADD="../libcthreads/libcthreads.la";
|
|
26894
26894
|
|
|
26895
26895
|
ac_cv_libcthreads=local
|
|
@@ -30765,7 +30765,7 @@ fi
|
|
|
30765
30765
|
|
|
30766
30766
|
fi
|
|
30767
30767
|
|
|
30768
|
-
if test "x$ac_cv_with_libcdata" != x && test "x$ac_cv_with_libcdata" != xauto-detect && test "x$ac_cv_with_libcdata" != xyes
|
|
30768
|
+
if test "x$ac_cv_libcdata" != xyes && test "x$ac_cv_with_libcdata" != x && test "x$ac_cv_with_libcdata" != xauto-detect && test "x$ac_cv_with_libcdata" != xyes
|
|
30769
30769
|
then :
|
|
30770
30770
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
30771
30771
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -30798,7 +30798,7 @@ fi
|
|
|
30798
30798
|
if test "x$ac_cv_libcdata" != xyes
|
|
30799
30799
|
then :
|
|
30800
30800
|
|
|
30801
|
-
ac_cv_libcdata_CPPFLAGS="-I../libcdata";
|
|
30801
|
+
ac_cv_libcdata_CPPFLAGS="-I../libcdata -I\$(top_srcdir)/libcdata";
|
|
30802
30802
|
ac_cv_libcdata_LIBADD="../libcdata/libcdata.la";
|
|
30803
30803
|
|
|
30804
30804
|
ac_cv_libcdata=local
|
|
@@ -31432,7 +31432,7 @@ fi
|
|
|
31432
31432
|
|
|
31433
31433
|
fi
|
|
31434
31434
|
|
|
31435
|
-
if test "x$ac_cv_with_libclocale" != x && test "x$ac_cv_with_libclocale" != xauto-detect && test "x$ac_cv_with_libclocale" != xyes
|
|
31435
|
+
if test "x$ac_cv_libclocale" != xyes && test "x$ac_cv_with_libclocale" != x && test "x$ac_cv_with_libclocale" != xauto-detect && test "x$ac_cv_with_libclocale" != xyes
|
|
31436
31436
|
then :
|
|
31437
31437
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
31438
31438
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -31596,7 +31596,7 @@ printf "%s\n" "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
|
|
|
31596
31596
|
fi
|
|
31597
31597
|
|
|
31598
31598
|
|
|
31599
|
-
ac_cv_libclocale_CPPFLAGS="-I../libclocale";
|
|
31599
|
+
ac_cv_libclocale_CPPFLAGS="-I../libclocale -I\$(top_srcdir)/libclocale";
|
|
31600
31600
|
ac_cv_libclocale_LIBADD="../libclocale/libclocale.la";
|
|
31601
31601
|
|
|
31602
31602
|
ac_cv_libclocale=local
|
|
@@ -32133,7 +32133,7 @@ fi
|
|
|
32133
32133
|
|
|
32134
32134
|
fi
|
|
32135
32135
|
|
|
32136
|
-
if test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" != xauto-detect && test "x$ac_cv_with_libcnotify" != xyes
|
|
32136
|
+
if test "x$ac_with_libcnotify" != xyes && test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" != xauto-detect && test "x$ac_cv_with_libcnotify" != xyes
|
|
32137
32137
|
then :
|
|
32138
32138
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
32139
32139
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -32196,7 +32196,7 @@ then :
|
|
|
32196
32196
|
fi
|
|
32197
32197
|
|
|
32198
32198
|
|
|
32199
|
-
ac_cv_libcnotify_CPPFLAGS="-I../libcnotify";
|
|
32199
|
+
ac_cv_libcnotify_CPPFLAGS="-I../libcnotify -I\$(top_srcdir)/libcnotify";
|
|
32200
32200
|
ac_cv_libcnotify_LIBADD="../libcnotify/libcnotify.la";
|
|
32201
32201
|
|
|
32202
32202
|
ac_cv_libcnotify=local
|
|
@@ -39485,7 +39485,7 @@ fi
|
|
|
39485
39485
|
|
|
39486
39486
|
fi
|
|
39487
39487
|
|
|
39488
|
-
if test "x$ac_cv_with_libuna" != x && test "x$ac_cv_with_libuna" != xauto-detect && test "x$ac_cv_with_libuna" != xyes
|
|
39488
|
+
if test "x$ac_cv_libuna" != xyes && test "x$ac_cv_with_libuna" != x && test "x$ac_cv_with_libuna" != xauto-detect && test "x$ac_cv_with_libuna" != xyes
|
|
39489
39489
|
then :
|
|
39490
39490
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
39491
39491
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -39518,7 +39518,7 @@ fi
|
|
|
39518
39518
|
if test "x$ac_cv_libuna" != xyes
|
|
39519
39519
|
then :
|
|
39520
39520
|
|
|
39521
|
-
ac_cv_libuna_CPPFLAGS="-I../libuna";
|
|
39521
|
+
ac_cv_libuna_CPPFLAGS="-I../libuna -I\$(top_srcdir)/libuna";
|
|
39522
39522
|
ac_cv_libuna_LIBADD="../libuna/libuna.la";
|
|
39523
39523
|
|
|
39524
39524
|
ac_cv_libuna=local
|
|
@@ -43041,7 +43041,7 @@ fi
|
|
|
43041
43041
|
|
|
43042
43042
|
fi
|
|
43043
43043
|
|
|
43044
|
-
if test "x$ac_cv_with_libfdatetime" != x && test "x$ac_cv_with_libfdatetime" != xauto-detect && test "x$ac_cv_with_libfdatetime" != xyes
|
|
43044
|
+
if test "x$ac_cv_libfdatetime" != xyes && test "x$ac_cv_with_libfdatetime" != x && test "x$ac_cv_with_libfdatetime" != xauto-detect && test "x$ac_cv_with_libfdatetime" != xyes
|
|
43045
43045
|
then :
|
|
43046
43046
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
43047
43047
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -43074,7 +43074,7 @@ fi
|
|
|
43074
43074
|
if test "x$ac_cv_libfdatetime" != xyes
|
|
43075
43075
|
then :
|
|
43076
43076
|
|
|
43077
|
-
ac_cv_libfdatetime_CPPFLAGS="-I../libfdatetime";
|
|
43077
|
+
ac_cv_libfdatetime_CPPFLAGS="-I../libfdatetime -I\$(top_srcdir)/libfdatetime";
|
|
43078
43078
|
ac_cv_libfdatetime_LIBADD="../libfdatetime/libfdatetime.la";
|
|
43079
43079
|
|
|
43080
43080
|
ac_cv_libfdatetime=local
|
|
@@ -43735,7 +43735,7 @@ fi
|
|
|
43735
43735
|
|
|
43736
43736
|
fi
|
|
43737
43737
|
|
|
43738
|
-
if test "x$ac_cv_with_libfguid" != x && test "x$ac_cv_with_libfguid" != xauto-detect && test "x$ac_cv_with_libfguid" != xyes
|
|
43738
|
+
if test "x$ac_cv_libfguid" != xyes && test "x$ac_cv_with_libfguid" != x && test "x$ac_cv_with_libfguid" != xauto-detect && test "x$ac_cv_with_libfguid" != xyes
|
|
43739
43739
|
then :
|
|
43740
43740
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
43741
43741
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -43768,7 +43768,7 @@ fi
|
|
|
43768
43768
|
if test "x$ac_cv_libfguid" != xyes
|
|
43769
43769
|
then :
|
|
43770
43770
|
|
|
43771
|
-
ac_cv_libfguid_CPPFLAGS="-I../libfguid";
|
|
43771
|
+
ac_cv_libfguid_CPPFLAGS="-I../libfguid -I\$(top_srcdir)/libfguid";
|
|
43772
43772
|
ac_cv_libfguid_LIBADD="../libfguid/libfguid.la";
|
|
43773
43773
|
|
|
43774
43774
|
ac_cv_libfguid=local
|
|
@@ -44083,6 +44083,8 @@ printf "%s\n" "$PYTHON_LDFLAGS" >&6; }
|
|
|
44083
44083
|
case $host_os in #(
|
|
44084
44084
|
cygwin*) :
|
|
44085
44085
|
PYTHON_LDFLAGS="${PYTHON_LDFLAGS} -no-undefined" ;; #(
|
|
44086
|
+
mingw*) :
|
|
44087
|
+
PYTHON_LDFLAGS="${PYTHON_LDFLAGS} -no-undefined" ;; #(
|
|
44086
44088
|
*) :
|
|
44087
44089
|
;; #(
|
|
44088
44090
|
*) :
|
|
@@ -45012,7 +45014,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
45012
45014
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
45013
45015
|
# values after options handling.
|
|
45014
45016
|
ac_log="
|
|
45015
|
-
This file was extended by libfwps $as_me
|
|
45017
|
+
This file was extended by libfwps $as_me 20240417, which was
|
|
45016
45018
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
45017
45019
|
|
|
45018
45020
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -45080,7 +45082,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|
|
45080
45082
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
45081
45083
|
ac_cs_config='$ac_cs_config_escaped'
|
|
45082
45084
|
ac_cs_version="\\
|
|
45083
|
-
libfwps config.status
|
|
45085
|
+
libfwps config.status 20240417
|
|
45084
45086
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
45085
45087
|
with options \\"\$ac_cs_config\\"
|
|
45086
45088
|
|
|
@@ -15,13 +15,11 @@ EXTRA_DIST = \
|
|
|
15
15
|
libfwps/features.h.in \
|
|
16
16
|
libfwps/types.h.in
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
DISTCLEANFILES = \
|
|
19
|
+
libfwps.h \
|
|
20
|
+
libfwps/definitions.h \
|
|
21
|
+
libfwps/features.h \
|
|
22
|
+
libfwps/types.h \
|
|
23
|
+
Makefile \
|
|
19
24
|
Makefile.in
|
|
20
25
|
|
|
21
|
-
distclean: clean
|
|
22
|
-
-rm -f libfwps.h
|
|
23
|
-
-rm -f libfwps/definitions.h
|
|
24
|
-
-rm -f libfwps/features.h
|
|
25
|
-
-rm -f libfwps/types.h
|
|
26
|
-
-rm -f Makefile
|
|
27
|
-
|
|
@@ -453,7 +453,12 @@ EXTRA_DIST = \
|
|
|
453
453
|
libfwps/features.h.in \
|
|
454
454
|
libfwps/types.h.in
|
|
455
455
|
|
|
456
|
-
|
|
456
|
+
DISTCLEANFILES = \
|
|
457
|
+
libfwps.h \
|
|
458
|
+
libfwps/definitions.h \
|
|
459
|
+
libfwps/features.h \
|
|
460
|
+
libfwps/types.h \
|
|
461
|
+
Makefile \
|
|
457
462
|
Makefile.in
|
|
458
463
|
|
|
459
464
|
all: all-am
|
|
@@ -658,15 +663,17 @@ clean-generic:
|
|
|
658
663
|
distclean-generic:
|
|
659
664
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
660
665
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
666
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
661
667
|
|
|
662
668
|
maintainer-clean-generic:
|
|
663
669
|
@echo "This command is intended for maintainers to use"
|
|
664
670
|
@echo "it deletes files that may require special tools to rebuild."
|
|
665
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
666
671
|
clean: clean-am
|
|
667
672
|
|
|
668
673
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
669
674
|
|
|
675
|
+
distclean: distclean-am
|
|
676
|
+
-rm -f Makefile
|
|
670
677
|
distclean-am: clean-am distclean-generic distclean-tags
|
|
671
678
|
|
|
672
679
|
dvi: dvi-am
|
|
@@ -756,13 +763,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-pkgincludeHEADERS
|
|
|
756
763
|
.PRECIOUS: Makefile
|
|
757
764
|
|
|
758
765
|
|
|
759
|
-
distclean: clean
|
|
760
|
-
-rm -f libfwps.h
|
|
761
|
-
-rm -f libfwps/definitions.h
|
|
762
|
-
-rm -f libfwps/features.h
|
|
763
|
-
-rm -f libfwps/types.h
|
|
764
|
-
-rm -f Makefile
|
|
765
|
-
|
|
766
766
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
767
767
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
768
768
|
.NOEXPORT:
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
#include <libfwps/types.h>
|
|
26
26
|
|
|
27
|
-
#define LIBFWPS_VERSION
|
|
27
|
+
#define LIBFWPS_VERSION 20240417
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBFWPS_VERSION_STRING "
|
|
31
|
+
#define LIBFWPS_VERSION_STRING "20240417"
|
|
32
32
|
|
|
33
33
|
/* The byte order definitions
|
|
34
34
|
*/
|
|
@@ -319,6 +319,15 @@ int libfwps_record_get_data_as_64bit_integer(
|
|
|
319
319
|
uint64_t *value_64bit,
|
|
320
320
|
libfwps_error_t **error );
|
|
321
321
|
|
|
322
|
+
/* Retrieves the data as a 64-bit floatingtime value
|
|
323
|
+
* Returns 1 if successful or -1 on error
|
|
324
|
+
*/
|
|
325
|
+
LIBFWPS_EXTERN \
|
|
326
|
+
int libfwps_record_get_data_as_floatingtime(
|
|
327
|
+
libfwps_record_t *record,
|
|
328
|
+
uint64_t *floatingtime,
|
|
329
|
+
libfwps_error_t **error );
|
|
330
|
+
|
|
322
331
|
/* Retrieves the data as a 64-bit FILETIME value
|
|
323
332
|
* Returns 1 if successful or -1 on error
|
|
324
333
|
*/
|
|
@@ -319,6 +319,15 @@ int libfwps_record_get_data_as_64bit_integer(
|
|
|
319
319
|
uint64_t *value_64bit,
|
|
320
320
|
libfwps_error_t **error );
|
|
321
321
|
|
|
322
|
+
/* Retrieves the data as a 64-bit floatingtime value
|
|
323
|
+
* Returns 1 if successful or -1 on error
|
|
324
|
+
*/
|
|
325
|
+
LIBFWPS_EXTERN \
|
|
326
|
+
int libfwps_record_get_data_as_floatingtime(
|
|
327
|
+
libfwps_record_t *record,
|
|
328
|
+
uint64_t *floatingtime,
|
|
329
|
+
libfwps_error_t **error );
|
|
330
|
+
|
|
322
331
|
/* Retrieves the data as a 64-bit FILETIME value
|
|
323
332
|
* Returns 1 if successful or -1 on error
|
|
324
333
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
if HAVE_LOCAL_LIBCDATA
|
|
2
2
|
AM_CPPFLAGS = \
|
|
3
|
-
-I$(top_srcdir)/include \
|
|
4
|
-
-I$(top_srcdir)/common \
|
|
3
|
+
-I../include -I$(top_srcdir)/include \
|
|
4
|
+
-I../common -I$(top_srcdir)/common \
|
|
5
5
|
@LIBCERROR_CPPFLAGS@ \
|
|
6
6
|
@LIBCTHREADS_CPPFLAGS@ \
|
|
7
7
|
@PTHREAD_CPPFLAGS@
|
|
@@ -28,12 +28,10 @@ libcdata_la_SOURCES = \
|
|
|
28
28
|
libcdata_unused.h
|
|
29
29
|
endif
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
DISTCLEANFILES = \
|
|
32
|
+
Makefile \
|
|
32
33
|
Makefile.in
|
|
33
34
|
|
|
34
|
-
distclean: clean
|
|
35
|
-
-rm -f Makefile
|
|
36
|
-
|
|
37
35
|
sources-local: $(BUILT_SOURCES)
|
|
38
36
|
|
|
39
37
|
splint-local:
|
|
@@ -468,8 +468,8 @@ top_build_prefix = @top_build_prefix@
|
|
|
468
468
|
top_builddir = @top_builddir@
|
|
469
469
|
top_srcdir = @top_srcdir@
|
|
470
470
|
@HAVE_LOCAL_LIBCDATA_TRUE@AM_CPPFLAGS = \
|
|
471
|
-
@HAVE_LOCAL_LIBCDATA_TRUE@ -I$(top_srcdir)/include \
|
|
472
|
-
@HAVE_LOCAL_LIBCDATA_TRUE@ -I$(top_srcdir)/common \
|
|
471
|
+
@HAVE_LOCAL_LIBCDATA_TRUE@ -I../include -I$(top_srcdir)/include \
|
|
472
|
+
@HAVE_LOCAL_LIBCDATA_TRUE@ -I../common -I$(top_srcdir)/common \
|
|
473
473
|
@HAVE_LOCAL_LIBCDATA_TRUE@ @LIBCERROR_CPPFLAGS@ \
|
|
474
474
|
@HAVE_LOCAL_LIBCDATA_TRUE@ @LIBCTHREADS_CPPFLAGS@ \
|
|
475
475
|
@HAVE_LOCAL_LIBCDATA_TRUE@ @PTHREAD_CPPFLAGS@
|
|
@@ -494,7 +494,8 @@ top_srcdir = @top_srcdir@
|
|
|
494
494
|
@HAVE_LOCAL_LIBCDATA_TRUE@ libcdata_types.h \
|
|
495
495
|
@HAVE_LOCAL_LIBCDATA_TRUE@ libcdata_unused.h
|
|
496
496
|
|
|
497
|
-
|
|
497
|
+
DISTCLEANFILES = \
|
|
498
|
+
Makefile \
|
|
498
499
|
Makefile.in
|
|
499
500
|
|
|
500
501
|
all: all-am
|
|
@@ -712,16 +713,29 @@ clean-generic:
|
|
|
712
713
|
distclean-generic:
|
|
713
714
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
714
715
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
716
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
715
717
|
|
|
716
718
|
maintainer-clean-generic:
|
|
717
719
|
@echo "This command is intended for maintainers to use"
|
|
718
720
|
@echo "it deletes files that may require special tools to rebuild."
|
|
719
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
720
721
|
clean: clean-am
|
|
721
722
|
|
|
722
723
|
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
723
724
|
mostlyclean-am
|
|
724
725
|
|
|
726
|
+
distclean: distclean-am
|
|
727
|
+
-rm -f ./$(DEPDIR)/libcdata_array.Plo
|
|
728
|
+
-rm -f ./$(DEPDIR)/libcdata_btree.Plo
|
|
729
|
+
-rm -f ./$(DEPDIR)/libcdata_btree_node.Plo
|
|
730
|
+
-rm -f ./$(DEPDIR)/libcdata_btree_values_list.Plo
|
|
731
|
+
-rm -f ./$(DEPDIR)/libcdata_error.Plo
|
|
732
|
+
-rm -f ./$(DEPDIR)/libcdata_list.Plo
|
|
733
|
+
-rm -f ./$(DEPDIR)/libcdata_list_element.Plo
|
|
734
|
+
-rm -f ./$(DEPDIR)/libcdata_range_list.Plo
|
|
735
|
+
-rm -f ./$(DEPDIR)/libcdata_range_list_value.Plo
|
|
736
|
+
-rm -f ./$(DEPDIR)/libcdata_support.Plo
|
|
737
|
+
-rm -f ./$(DEPDIR)/libcdata_tree_node.Plo
|
|
738
|
+
-rm -f Makefile
|
|
725
739
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
726
740
|
distclean-tags
|
|
727
741
|
|
|
@@ -823,9 +837,6 @@ uninstall-am:
|
|
|
823
837
|
.PRECIOUS: Makefile
|
|
824
838
|
|
|
825
839
|
|
|
826
|
-
distclean: clean
|
|
827
|
-
-rm -f Makefile
|
|
828
|
-
|
|
829
840
|
sources-local: $(BUILT_SOURCES)
|
|
830
841
|
|
|
831
842
|
splint-local:
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
*/
|
|
36
36
|
#else
|
|
37
37
|
|
|
38
|
-
#define LIBCDATA_VERSION
|
|
38
|
+
#define LIBCDATA_VERSION 20240414
|
|
39
39
|
|
|
40
40
|
/* The libcdata version string
|
|
41
41
|
*/
|
|
42
|
-
#define LIBCDATA_VERSION_STRING "
|
|
42
|
+
#define LIBCDATA_VERSION_STRING "20240414"
|
|
43
43
|
|
|
44
44
|
/* The comparison function definitions
|
|
45
45
|
*/
|