libfwps-python 20230711__tar.gz → 20240120__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-20240120/AUTHORS +4 -0
- {libfwps-20230711 → libfwps-20240120}/Makefile.am +9 -26
- {libfwps-20230711 → libfwps-20240120}/Makefile.in +35 -70
- {libfwps-20230711 → libfwps-20240120}/PKG-INFO +4 -2
- {libfwps-20230711 → libfwps-20240120}/aclocal.m4 +34 -18
- {libfwps-20230711 → libfwps-20240120}/common/Makefile.am +3 -3
- {libfwps-20230711 → libfwps-20240120}/common/Makefile.in +24 -45
- {libfwps-20230711 → libfwps-20240120}/common/byte_stream.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/common.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/config.h +3 -12
- {libfwps-20230711 → libfwps-20240120}/common/config.h.in +0 -9
- {libfwps-20230711 → libfwps-20240120}/common/config_borlandc.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/config_msc.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/config_winapi.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/file_stream.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/memory.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/narrow_string.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/system_string.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/types.h.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/common/wide_string.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/config.guess +17 -11
- {libfwps-20230711 → libfwps-20240120}/config.sub +33 -16
- {libfwps-20230711 → libfwps-20240120}/configure +124 -1082
- {libfwps-20230711 → libfwps-20240120}/configure.ac +5 -10
- libfwps-20240120/dpkg/changelog +5 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/copyright +1 -1
- {libfwps-20230711 → libfwps-20240120}/dpkg/rules +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/Makefile.am +5 -5
- {libfwps-20230711 → libfwps-20240120}/include/Makefile.in +26 -47
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/codepage.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/definitions.h.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/features.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/features.h.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps/types.h.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/include/libfwps.h.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libcdata/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_array.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_array.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_node.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_node.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_values_list.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_values_list.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_libcthreads.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list_element.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list_element.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list_value.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list_value.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_tree_node.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_tree_node.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libcerror/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_system.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_system.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libclocale/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_codepage.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_codepage.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_locale.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_locale.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_support.c +3 -3
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_wide_string.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_wide_string.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libcnotify/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_print.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_print.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_stream.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_stream.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_verbose.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_verbose.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libcthreads/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_condition.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_condition.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_lock.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_lock.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_mutex.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_mutex.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_queue.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_queue.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/Makefile.am +4 -2
- {libfwps-20230711 → libfwps-20240120}/libfguid/Makefile.in +25 -44
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_identifier.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_identifier.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/Makefile.am +6 -7
- {libfwps-20230711 → libfwps-20240120}/libfwps/Makefile.in +27 -49
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps.rc +3 -3
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps.rc.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_codepage.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_definitions.h +3 -3
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_definitions.h.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_extern.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libcdata.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libcnotify.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libfguid.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libuna.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_property_identifier.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_property_identifier.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_record.c +1 -2
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_record.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_set.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_set.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_store.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_store.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_support.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_types.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps.pc.in +1 -1
- {libfwps-20230711 → libfwps-20240120}/libfwps.spec +6 -6
- {libfwps-20230711 → libfwps-20240120}/libfwps.spec.in +4 -4
- {libfwps-20230711 → libfwps-20240120}/libuna/Makefile.in +19 -42
- libfwps-20240120/m4/python.m4 +206 -0
- {libfwps-20230711 → libfwps-20240120}/manuals/Makefile.am +1 -1
- {libfwps-20230711 → libfwps-20240120}/manuals/Makefile.in +22 -44
- {libfwps-20230711 → libfwps-20240120}/manuals/libfwps.3 +1 -1
- {libfwps-20230711 → libfwps-20240120}/msvscpp/Makefile.am +1 -2
- {libfwps-20230711 → libfwps-20240120}/msvscpp/Makefile.in +22 -44
- {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_error/fwps_test_error.vcproj +4 -4
- {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +4 -4
- {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_record/fwps_test_record.vcproj +4 -4
- {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_set/fwps_test_set.vcproj +4 -4
- {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_store/fwps_test_store.vcproj +4 -4
- {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_support/fwps_test_support.vcproj +4 -4
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libfwps/libfwps.vcproj +4 -8
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libfwps.sln +45 -55
- {libfwps-20230711 → libfwps-20240120}/ossfuzz/Makefile.am +2 -2
- {libfwps-20230711 → libfwps-20240120}/ossfuzz/Makefile.in +23 -44
- {libfwps-20230711 → libfwps-20240120}/ossfuzz/ossfuzz_libfwps.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/ossfuzz/record_fuzzer.cc +1 -1
- {libfwps-20230711 → libfwps-20240120}/ossfuzz/set_fuzzer.cc +1 -1
- {libfwps-20230711 → libfwps-20240120}/ossfuzz/store_fuzzer.cc +1 -1
- {libfwps-20230711 → libfwps-20240120}/po/Makevars +3 -0
- {libfwps-20230711 → libfwps-20240120}/po/Makevars.in +3 -0
- {libfwps-20230711 → libfwps-20240120}/pyfwps/Makefile.am +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/Makefile.in +22 -44
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps.c +2 -3
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_codepage.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_codepage.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_error.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_guid.c +2 -3
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_guid.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_integer.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_integer.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libclocale.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libfguid.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libfwps.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libuna.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_python.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_record.c +1 -3
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_record.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_records.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_records.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_set.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_set.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_sets.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_sets.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_store.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_store.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_string.c +47 -17
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_string.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_unused.h +1 -1
- libfwps-20240120/pyproject.toml +4 -0
- libfwps-20240120/setup.cfg +16 -0
- libfwps-20240120/setup.cfg.in +16 -0
- {libfwps-20230711 → libfwps-20240120}/setup.py +40 -118
- {libfwps-20230711 → libfwps-20240120}/tests/Makefile.am +1 -2
- {libfwps-20230711 → libfwps-20240120}/tests/Makefile.in +22 -44
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_error.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_libcerror.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_libfwps.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_macros.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_memory.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_memory.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_property_identifier.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_record.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_set.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_store.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_support.c +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_unused.h +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/pyfwps_test_set.py +2 -2
- {libfwps-20230711 → libfwps-20240120}/tests/pyfwps_test_store.py +2 -2
- {libfwps-20230711 → libfwps-20240120}/tests/pyfwps_test_support.py +1 -1
- {libfwps-20230711 → libfwps-20240120}/tests/test_library.sh +41 -34
- {libfwps-20230711 → libfwps-20240120}/tests/test_python_module.sh +34 -24
- {libfwps-20230711 → libfwps-20240120}/tests/test_runner.sh +15 -160
- libfwps-20230711/AUTHORS +0 -4
- libfwps-20230711/dpkg/changelog +0 -5
- libfwps-20230711/libfole/Makefile.am +0 -29
- libfwps-20230711/libfole/Makefile.in +0 -807
- libfwps-20230711/libfole/libfole_definitions.h +0 -53
- libfwps-20230711/libfole/libfole_error.c +0 -111
- libfwps-20230711/libfole/libfole_error.h +0 -74
- libfwps-20230711/libfole/libfole_extern.h +0 -46
- libfwps-20230711/libfole/libfole_libcerror.h +0 -50
- libfwps-20230711/libfole/libfole_support.c +0 -41
- libfwps-20230711/libfole/libfole_support.h +0 -47
- libfwps-20230711/libfole/libfole_types.h +0 -47
- libfwps-20230711/libfole/libfole_unused.h +0 -44
- libfwps-20230711/libfole/libfole_value_type.c +0 -111
- libfwps-20230711/libfole/libfole_value_type.h +0 -64
- libfwps-20230711/libfwps/libfwps_libfole.h +0 -48
- libfwps-20230711/m4/libfole.m4 +0 -156
- libfwps-20230711/m4/python.m4 +0 -575
- libfwps-20230711/msvscpp/libfole/libfole.vcproj +0 -213
- libfwps-20230711/pyfwps-python2/Makefile.am +0 -68
- libfwps-20230711/pyfwps-python2/Makefile.in +0 -1010
- libfwps-20230711/pyfwps-python3/Makefile.am +0 -68
- libfwps-20230711/pyfwps-python3/Makefile.in +0 -1010
- {libfwps-20230711 → libfwps-20240120}/ABOUT-NLS +0 -0
- {libfwps-20230711 → libfwps-20240120}/COPYING +0 -0
- {libfwps-20230711 → libfwps-20240120}/COPYING.LESSER +0 -0
- {libfwps-20230711 → libfwps-20240120}/ChangeLog +0 -0
- {libfwps-20230711 → libfwps-20240120}/INSTALL +0 -0
- {libfwps-20230711 → libfwps-20240120}/NEWS +0 -0
- {libfwps-20230711 → libfwps-20240120}/README +0 -0
- {libfwps-20230711 → libfwps-20240120}/acinclude.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/compile +0 -0
- {libfwps-20230711 → libfwps-20240120}/config.rpath +0 -0
- {libfwps-20230711 → libfwps-20240120}/depcomp +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/changelog.in +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/compat +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/control +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/libfwps-dev.install +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/libfwps-python3.install +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/libfwps.install +0 -0
- {libfwps-20230711 → libfwps-20240120}/dpkg/source/format +0 -0
- {libfwps-20230711 → libfwps-20240120}/install-sh +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/Makefile.am +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base16_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base16_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base32_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base32_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base64_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base64_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_byte_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_byte_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_874.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_874.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_932.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_932.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_936.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_936.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_949.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_949.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_950.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_950.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_definitions.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_error.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_error.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_extern.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_libcerror.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_scsu.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_scsu.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_support.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_support.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_types.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_unicode_character.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_unicode_character.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_unused.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_url_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_url_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_string.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_string.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_string.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_string.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf7_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf7_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_stream.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_stream.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_string.c +0 -0
- {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_string.h +0 -0
- {libfwps-20230711 → libfwps-20240120}/ltmain.sh +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/common.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/gettext.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/iconv.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/intlmacosx.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/lib-ld.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/lib-link.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/lib-prefix.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libcdata.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libcerror.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libclocale.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libcnotify.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libcthreads.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libfdatetime.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libfguid.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libtool.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/libuna.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/ltoptions.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/ltsugar.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/ltversion.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/lt~obsolete.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/nls.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/po.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/progtest.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/pthread.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/tests.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/m4/types.m4 +0 -0
- {libfwps-20230711 → libfwps-20240120}/missing +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/ChangeLog +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/Makefile.in.in +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/POTFILES.in +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/Rules-quot +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/boldquot.sed +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/en@boldquot.header +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/en@quot.header +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/insert-header.sin +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/quot.sed +0 -0
- {libfwps-20230711 → libfwps-20240120}/po/remove-potcdate.sin +0 -0
- {libfwps-20230711 → libfwps-20240120}/test-driver +0 -0
- {libfwps-20230711 → libfwps-20240120}/tests/test_manpage.sh +0 -0
libfwps-20240120/AUTHORS
ADDED
|
@@ -11,11 +11,8 @@ SUBDIRS = \
|
|
|
11
11
|
libuna \
|
|
12
12
|
libfdatetime \
|
|
13
13
|
libfguid \
|
|
14
|
-
libfole \
|
|
15
14
|
libfwps \
|
|
16
15
|
pyfwps \
|
|
17
|
-
pyfwps-python2 \
|
|
18
|
-
pyfwps-python3 \
|
|
19
16
|
po \
|
|
20
17
|
manuals \
|
|
21
18
|
tests \
|
|
@@ -42,6 +39,9 @@ PKGCONFIG_FILES = \
|
|
|
42
39
|
libfwps.pc.in
|
|
43
40
|
|
|
44
41
|
SETUP_PY_FILES = \
|
|
42
|
+
pyproject.toml \
|
|
43
|
+
setup.cfg \
|
|
44
|
+
setup.cfg.in \
|
|
45
45
|
setup.py
|
|
46
46
|
|
|
47
47
|
SPEC_FILES = \
|
|
@@ -78,35 +78,18 @@ library:
|
|
|
78
78
|
(cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
|
|
79
79
|
(cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
|
|
80
80
|
(cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
|
|
81
|
-
(cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
|
|
82
81
|
(cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
|
|
83
82
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
84
83
|
|
|
85
84
|
distclean: clean
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
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
|
|
92
91
|
@for dir in ${subdirs}; do \
|
|
93
92
|
(cd $$dir && $(MAKE) distclean) \
|
|
94
93
|
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
95
94
|
done && test -z "$$fail"
|
|
96
95
|
|
|
97
|
-
splint:
|
|
98
|
-
(cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
99
|
-
(cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
100
|
-
(cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
101
|
-
(cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
102
|
-
(cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
103
|
-
(cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
104
|
-
(cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
105
|
-
(cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
106
|
-
(cd $(srcdir)/libfole && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
107
|
-
(cd $(srcdir)/libfwps && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
108
|
-
(cd $(srcdir)/pyfwps && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
109
|
-
(cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
110
|
-
(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
111
|
-
(cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
112
|
-
|
|
@@ -98,14 +98,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
|
|
|
98
98
|
$(top_srcdir)/m4/libcerror.m4 $(top_srcdir)/m4/libclocale.m4 \
|
|
99
99
|
$(top_srcdir)/m4/libcnotify.m4 $(top_srcdir)/m4/libcthreads.m4 \
|
|
100
100
|
$(top_srcdir)/m4/libfdatetime.m4 $(top_srcdir)/m4/libfguid.m4 \
|
|
101
|
-
$(top_srcdir)/m4/
|
|
102
|
-
$(top_srcdir)/m4/
|
|
103
|
-
$(top_srcdir)/m4/
|
|
104
|
-
$(top_srcdir)/m4/
|
|
105
|
-
$(top_srcdir)/m4/
|
|
106
|
-
$(top_srcdir)/m4/
|
|
107
|
-
$(top_srcdir)/m4/
|
|
108
|
-
$(top_srcdir)/
|
|
101
|
+
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libuna.m4 \
|
|
102
|
+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
103
|
+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
104
|
+
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
|
105
|
+
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/pthread.m4 \
|
|
106
|
+
$(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/tests.m4 \
|
|
107
|
+
$(top_srcdir)/m4/types.m4 $(top_srcdir)/acinclude.m4 \
|
|
108
|
+
$(top_srcdir)/configure.ac
|
|
109
109
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
110
110
|
$(ACLOCAL_M4)
|
|
111
111
|
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
|
@@ -116,7 +116,7 @@ mkinstalldirs = $(install_sh) -d
|
|
|
116
116
|
CONFIG_HEADER = $(top_builddir)/common/config.h
|
|
117
117
|
CONFIG_CLEAN_FILES = include/libfwps/definitions.h \
|
|
118
118
|
include/libfwps/features.h include/libfwps/types.h \
|
|
119
|
-
dpkg/changelog libfwps.pc libfwps.spec
|
|
119
|
+
dpkg/changelog libfwps.pc libfwps.spec setup.cfg
|
|
120
120
|
CONFIG_CLEAN_VPATH_FILES =
|
|
121
121
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
122
122
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
@@ -182,6 +182,7 @@ am__recursive_targets = \
|
|
|
182
182
|
$(am__extra_recursive_targets)
|
|
183
183
|
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
|
184
184
|
cscope distdir distdir-am dist dist-all distcheck
|
|
185
|
+
am__extra_recursive_targets = sources-recursive splint-recursive
|
|
185
186
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
186
187
|
# Read a list of newline-separated strings from the standard input,
|
|
187
188
|
# and print each of them once, without duplicates. Input order is
|
|
@@ -201,7 +202,8 @@ am__define_uniq_tagged_files = \
|
|
|
201
202
|
done | $(am__uniquify_input)`
|
|
202
203
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
203
204
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libfwps.pc.in \
|
|
204
|
-
$(srcdir)/libfwps.spec.in $(
|
|
205
|
+
$(srcdir)/libfwps.spec.in $(srcdir)/setup.cfg.in \
|
|
206
|
+
$(top_srcdir)/dpkg/changelog.in \
|
|
205
207
|
$(top_srcdir)/include/libfwps/definitions.h.in \
|
|
206
208
|
$(top_srcdir)/include/libfwps/features.h.in \
|
|
207
209
|
$(top_srcdir)/include/libfwps/types.h.in ABOUT-NLS AUTHORS \
|
|
@@ -300,7 +302,6 @@ HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
|
|
|
300
302
|
HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
|
|
301
303
|
HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
|
|
302
304
|
HAVE_LIBFGUID = @HAVE_LIBFGUID@
|
|
303
|
-
HAVE_LIBFOLE = @HAVE_LIBFOLE@
|
|
304
305
|
HAVE_LIBUNA = @HAVE_LIBUNA@
|
|
305
306
|
HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
|
|
306
307
|
HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
|
|
@@ -309,7 +310,6 @@ HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
|
|
|
309
310
|
HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
|
|
310
311
|
HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
|
|
311
312
|
HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
|
|
312
|
-
HAVE_LOCAL_LIBFOLE = @HAVE_LOCAL_LIBFOLE@
|
|
313
313
|
HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
|
|
314
314
|
HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
|
|
315
315
|
HAVE_OFF64_T = @HAVE_OFF64_T@
|
|
@@ -345,8 +345,6 @@ LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
|
|
|
345
345
|
LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
|
|
346
346
|
LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
|
|
347
347
|
LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
|
|
348
|
-
LIBFOLE_CPPFLAGS = @LIBFOLE_CPPFLAGS@
|
|
349
|
-
LIBFOLE_LIBADD = @LIBFOLE_LIBADD@
|
|
350
348
|
LIBFWPS_DLL_EXPORT = @LIBFWPS_DLL_EXPORT@
|
|
351
349
|
LIBFWPS_DLL_IMPORT = @LIBFWPS_DLL_IMPORT@
|
|
352
350
|
LIBICONV = @LIBICONV@
|
|
@@ -392,26 +390,6 @@ POSUB = @POSUB@
|
|
|
392
390
|
PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
|
|
393
391
|
PTHREAD_LIBADD = @PTHREAD_LIBADD@
|
|
394
392
|
PYTHON = @PYTHON@
|
|
395
|
-
PYTHON2 = @PYTHON2@
|
|
396
|
-
PYTHON2_CONFIG = @PYTHON2_CONFIG@
|
|
397
|
-
PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
|
|
398
|
-
PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
|
|
399
|
-
PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
|
|
400
|
-
PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
|
|
401
|
-
PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
|
|
402
|
-
PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
|
|
403
|
-
PYTHON2_PREFIX = @PYTHON2_PREFIX@
|
|
404
|
-
PYTHON2_VERSION = @PYTHON2_VERSION@
|
|
405
|
-
PYTHON3 = @PYTHON3@
|
|
406
|
-
PYTHON3_CONFIG = @PYTHON3_CONFIG@
|
|
407
|
-
PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
|
|
408
|
-
PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
|
|
409
|
-
PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
|
|
410
|
-
PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
|
|
411
|
-
PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
|
|
412
|
-
PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
|
|
413
|
-
PYTHON3_PREFIX = @PYTHON3_PREFIX@
|
|
414
|
-
PYTHON3_VERSION = @PYTHON3_VERSION@
|
|
415
393
|
PYTHON_CONFIG = @PYTHON_CONFIG@
|
|
416
394
|
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
|
417
395
|
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
|
@@ -465,9 +443,6 @@ ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
|
|
|
465
443
|
ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
|
|
466
444
|
ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
|
|
467
445
|
ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
|
|
468
|
-
ax_libfole_pc_libs_private = @ax_libfole_pc_libs_private@
|
|
469
|
-
ax_libfole_spec_build_requires = @ax_libfole_spec_build_requires@
|
|
470
|
-
ax_libfole_spec_requires = @ax_libfole_spec_requires@
|
|
471
446
|
ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
|
|
472
447
|
ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
|
|
473
448
|
ax_libuna_spec_requires = @ax_libuna_spec_requires@
|
|
@@ -509,8 +484,6 @@ libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
|
|
|
509
484
|
libfdatetime_LIBS = @libfdatetime_LIBS@
|
|
510
485
|
libfguid_CFLAGS = @libfguid_CFLAGS@
|
|
511
486
|
libfguid_LIBS = @libfguid_LIBS@
|
|
512
|
-
libfole_CFLAGS = @libfole_CFLAGS@
|
|
513
|
-
libfole_LIBS = @libfole_LIBS@
|
|
514
487
|
libfwps_spec_requires = @libfwps_spec_requires@
|
|
515
488
|
libuna_CFLAGS = @libuna_CFLAGS@
|
|
516
489
|
libuna_LIBS = @libuna_LIBS@
|
|
@@ -524,11 +497,7 @@ prefix = @prefix@
|
|
|
524
497
|
program_transform_name = @program_transform_name@
|
|
525
498
|
psdir = @psdir@
|
|
526
499
|
pyexecdir = @pyexecdir@
|
|
527
|
-
pyexecdir2 = @pyexecdir2@
|
|
528
|
-
pyexecdir3 = @pyexecdir3@
|
|
529
500
|
pythondir = @pythondir@
|
|
530
|
-
pythondir2 = @pythondir2@
|
|
531
|
-
pythondir3 = @pythondir3@
|
|
532
501
|
runstatedir = @runstatedir@
|
|
533
502
|
sbindir = @sbindir@
|
|
534
503
|
sharedstatedir = @sharedstatedir@
|
|
@@ -550,11 +519,8 @@ SUBDIRS = \
|
|
|
550
519
|
libuna \
|
|
551
520
|
libfdatetime \
|
|
552
521
|
libfguid \
|
|
553
|
-
libfole \
|
|
554
522
|
libfwps \
|
|
555
523
|
pyfwps \
|
|
556
|
-
pyfwps-python2 \
|
|
557
|
-
pyfwps-python3 \
|
|
558
524
|
po \
|
|
559
525
|
manuals \
|
|
560
526
|
tests \
|
|
@@ -581,6 +547,9 @@ PKGCONFIG_FILES = \
|
|
|
581
547
|
libfwps.pc.in
|
|
582
548
|
|
|
583
549
|
SETUP_PY_FILES = \
|
|
550
|
+
pyproject.toml \
|
|
551
|
+
setup.cfg \
|
|
552
|
+
setup.cfg.in \
|
|
584
553
|
setup.py
|
|
585
554
|
|
|
586
555
|
SPEC_FILES = \
|
|
@@ -649,6 +618,8 @@ libfwps.pc: $(top_builddir)/config.status $(srcdir)/libfwps.pc.in
|
|
|
649
618
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
650
619
|
libfwps.spec: $(top_builddir)/config.status $(srcdir)/libfwps.spec.in
|
|
651
620
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
621
|
+
setup.cfg: $(top_builddir)/config.status $(srcdir)/setup.cfg.in
|
|
622
|
+
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
652
623
|
|
|
653
624
|
mostlyclean-libtool:
|
|
654
625
|
-rm -f *.lo
|
|
@@ -713,6 +684,8 @@ $(am__recursive_targets):
|
|
|
713
684
|
if test "$$dot_seen" = "no"; then \
|
|
714
685
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
715
686
|
fi; test -z "$$fail"
|
|
687
|
+
sources-local:
|
|
688
|
+
splint-local:
|
|
716
689
|
|
|
717
690
|
ID: $(am__tagged_files)
|
|
718
691
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
@@ -1086,6 +1059,14 @@ ps: ps-recursive
|
|
|
1086
1059
|
|
|
1087
1060
|
ps-am:
|
|
1088
1061
|
|
|
1062
|
+
sources: sources-recursive
|
|
1063
|
+
|
|
1064
|
+
sources-am: sources-local
|
|
1065
|
+
|
|
1066
|
+
splint: splint-recursive
|
|
1067
|
+
|
|
1068
|
+
splint-am: splint-local
|
|
1069
|
+
|
|
1089
1070
|
uninstall-am: uninstall-pkgconfigDATA
|
|
1090
1071
|
|
|
1091
1072
|
.MAKE: $(am__recursive_targets) install-am install-strip
|
|
@@ -1105,7 +1086,8 @@ uninstall-am: uninstall-pkgconfigDATA
|
|
|
1105
1086
|
installcheck installcheck-am installdirs installdirs-am \
|
|
1106
1087
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
1107
1088
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
1108
|
-
|
|
1089
|
+
sources-am sources-local splint-am splint-local tags tags-am \
|
|
1090
|
+
uninstall uninstall-am uninstall-pkgconfigDATA
|
|
1109
1091
|
|
|
1110
1092
|
.PRECIOUS: Makefile
|
|
1111
1093
|
|
|
@@ -1125,38 +1107,21 @@ library:
|
|
|
1125
1107
|
(cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
|
|
1126
1108
|
(cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
|
|
1127
1109
|
(cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
|
|
1128
|
-
(cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
|
|
1129
1110
|
(cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
|
|
1130
1111
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1131
1112
|
|
|
1132
1113
|
distclean: clean
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
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
|
|
1139
1120
|
@for dir in ${subdirs}; do \
|
|
1140
1121
|
(cd $$dir && $(MAKE) distclean) \
|
|
1141
1122
|
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1142
1123
|
done && test -z "$$fail"
|
|
1143
1124
|
|
|
1144
|
-
splint:
|
|
1145
|
-
(cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1146
|
-
(cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1147
|
-
(cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1148
|
-
(cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1149
|
-
(cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1150
|
-
(cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1151
|
-
(cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1152
|
-
(cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1153
|
-
(cd $(srcdir)/libfole && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1154
|
-
(cd $(srcdir)/libfwps && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1155
|
-
(cd $(srcdir)/pyfwps && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1156
|
-
(cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1157
|
-
(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1158
|
-
(cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
|
|
1159
|
-
|
|
1160
1125
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1161
1126
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1162
1127
|
.NOEXPORT:
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libfwps-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20240120
|
|
4
4
|
Summary: Python bindings module for libfwps
|
|
5
|
-
Home-page: https://github.com/libyal/libfwps/
|
|
6
5
|
Author: Joachim Metz
|
|
7
6
|
Author-email: joachim.metz@gmail.com
|
|
8
7
|
License: GNU Lesser General Public License v3 or later (LGPLv3+)
|
|
8
|
+
Classifier: Development Status :: 3 - Alpha
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Requires-Python: >=3.7
|
|
9
11
|
Description-Content-Type: text/plain
|
|
10
12
|
|
|
11
13
|
Python bindings module for libfwps
|
|
@@ -20,8 +20,8 @@ You have another version of autoconf. It may work, but is not guaranteed to.
|
|
|
20
20
|
If you have problems, you may need to regenerate the build system entirely.
|
|
21
21
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
|
22
22
|
|
|
23
|
-
# pkg.m4 - Macros to locate and
|
|
24
|
-
# serial
|
|
23
|
+
# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
|
|
24
|
+
# serial 12 (pkg-config-0.29.2)
|
|
25
25
|
|
|
26
26
|
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
|
|
27
27
|
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
|
|
@@ -63,7 +63,7 @@ dnl
|
|
|
63
63
|
dnl See the "Since" comment for each macro you use to see what version
|
|
64
64
|
dnl of the macros you require.
|
|
65
65
|
m4_defun([PKG_PREREQ],
|
|
66
|
-
[m4_define([PKG_MACROS_VERSION], [0.29.
|
|
66
|
+
[m4_define([PKG_MACROS_VERSION], [0.29.2])
|
|
67
67
|
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
|
|
68
68
|
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
|
|
69
69
|
])dnl PKG_PREREQ
|
|
@@ -108,7 +108,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
|
|
|
108
108
|
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
|
|
109
109
|
dnl
|
|
110
110
|
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
|
111
|
-
dnl only at the first
|
|
111
|
+
dnl only at the first occurrence in configure.ac, so if the first place
|
|
112
112
|
dnl it's called might be skipped (such as if it is within an "if", you
|
|
113
113
|
dnl have to call PKG_CHECK_EXISTS manually
|
|
114
114
|
AC_DEFUN([PKG_CHECK_EXISTS],
|
|
@@ -164,7 +164,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
|
|
164
164
|
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
|
165
165
|
|
|
166
166
|
pkg_failed=no
|
|
167
|
-
AC_MSG_CHECKING([for $
|
|
167
|
+
AC_MSG_CHECKING([for $2])
|
|
168
168
|
|
|
169
169
|
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
|
|
170
170
|
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
|
|
@@ -174,17 +174,17 @@ and $1[]_LIBS to avoid the need to call pkg-config.
|
|
|
174
174
|
See the pkg-config man page for more details.])
|
|
175
175
|
|
|
176
176
|
if test $pkg_failed = yes; then
|
|
177
|
-
|
|
177
|
+
AC_MSG_RESULT([no])
|
|
178
178
|
_PKG_SHORT_ERRORS_SUPPORTED
|
|
179
179
|
if test $_pkg_short_errors_supported = yes; then
|
|
180
|
-
|
|
181
|
-
else
|
|
182
|
-
|
|
180
|
+
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
|
|
181
|
+
else
|
|
182
|
+
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
|
183
183
|
fi
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
# Put the nasty error message in config.log where it belongs
|
|
185
|
+
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
m4_default([$4], [AC_MSG_ERROR(
|
|
188
188
|
[Package requirements ($2) were not met:
|
|
189
189
|
|
|
190
190
|
$$1_PKG_ERRORS
|
|
@@ -195,8 +195,8 @@ installed software in a non-standard prefix.
|
|
|
195
195
|
_PKG_TEXT])[]dnl
|
|
196
196
|
])
|
|
197
197
|
elif test $pkg_failed = untried; then
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
AC_MSG_RESULT([no])
|
|
199
|
+
m4_default([$4], [AC_MSG_FAILURE(
|
|
200
200
|
[The pkg-config script could not be found or is too old. Make sure it
|
|
201
201
|
is in your PATH or set the PKG_CONFIG environment variable to the full
|
|
202
202
|
path to pkg-config.
|
|
@@ -206,10 +206,10 @@ _PKG_TEXT
|
|
|
206
206
|
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
|
207
207
|
])
|
|
208
208
|
else
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
|
210
|
+
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
|
211
211
|
AC_MSG_RESULT([yes])
|
|
212
|
-
|
|
212
|
+
$3
|
|
213
213
|
fi[]dnl
|
|
214
214
|
])dnl PKG_CHECK_MODULES
|
|
215
215
|
|
|
@@ -742,6 +742,23 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
|
742
742
|
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
743
743
|
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
|
|
744
744
|
|
|
745
|
+
# AM_EXTRA_RECURSIVE_TARGETS -*- Autoconf -*-
|
|
746
|
+
|
|
747
|
+
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
|
748
|
+
#
|
|
749
|
+
# This file is free software; the Free Software Foundation
|
|
750
|
+
# gives unlimited permission to copy and/or distribute it,
|
|
751
|
+
# with or without modifications, as long as this notice is preserved.
|
|
752
|
+
|
|
753
|
+
# AM_EXTRA_RECURSIVE_TARGETS
|
|
754
|
+
# --------------------------
|
|
755
|
+
# Define the list of user recursive targets. This macro exists only to
|
|
756
|
+
# be traced by Automake, which will ensure that a proper definition of
|
|
757
|
+
# user-defined recursive targets (and associated rules) is propagated
|
|
758
|
+
# into all the generated Makefiles.
|
|
759
|
+
# TODO: We should really reject non-literal arguments here...
|
|
760
|
+
AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], [])
|
|
761
|
+
|
|
745
762
|
# Do all the work for Automake. -*- Autoconf -*-
|
|
746
763
|
|
|
747
764
|
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
|
@@ -1507,7 +1524,6 @@ m4_include([m4/libcnotify.m4])
|
|
|
1507
1524
|
m4_include([m4/libcthreads.m4])
|
|
1508
1525
|
m4_include([m4/libfdatetime.m4])
|
|
1509
1526
|
m4_include([m4/libfguid.m4])
|
|
1510
|
-
m4_include([m4/libfole.m4])
|
|
1511
1527
|
m4_include([m4/libtool.m4])
|
|
1512
1528
|
m4_include([m4/libuna.m4])
|
|
1513
1529
|
m4_include([m4/ltoptions.m4])
|
|
@@ -97,14 +97,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
|
|
|
97
97
|
$(top_srcdir)/m4/libcerror.m4 $(top_srcdir)/m4/libclocale.m4 \
|
|
98
98
|
$(top_srcdir)/m4/libcnotify.m4 $(top_srcdir)/m4/libcthreads.m4 \
|
|
99
99
|
$(top_srcdir)/m4/libfdatetime.m4 $(top_srcdir)/m4/libfguid.m4 \
|
|
100
|
-
$(top_srcdir)/m4/
|
|
101
|
-
$(top_srcdir)/m4/
|
|
102
|
-
$(top_srcdir)/m4/
|
|
103
|
-
$(top_srcdir)/m4/
|
|
104
|
-
$(top_srcdir)/m4/
|
|
105
|
-
$(top_srcdir)/m4/
|
|
106
|
-
$(top_srcdir)/m4/
|
|
107
|
-
$(top_srcdir)/
|
|
100
|
+
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libuna.m4 \
|
|
101
|
+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
102
|
+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
103
|
+
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
|
104
|
+
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/pthread.m4 \
|
|
105
|
+
$(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/tests.m4 \
|
|
106
|
+
$(top_srcdir)/m4/types.m4 $(top_srcdir)/acinclude.m4 \
|
|
107
|
+
$(top_srcdir)/configure.ac
|
|
108
108
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
109
109
|
$(ACLOCAL_M4)
|
|
110
110
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
|
@@ -131,6 +131,7 @@ am__can_run_installinfo = \
|
|
|
131
131
|
n|no|NO) false;; \
|
|
132
132
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
133
133
|
esac
|
|
134
|
+
am__extra_recursive_targets = sources-recursive splint-recursive
|
|
134
135
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
|
|
135
136
|
config.h.in
|
|
136
137
|
# Read a list of newline-separated strings from the standard input,
|
|
@@ -200,7 +201,6 @@ HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
|
|
|
200
201
|
HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
|
|
201
202
|
HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
|
|
202
203
|
HAVE_LIBFGUID = @HAVE_LIBFGUID@
|
|
203
|
-
HAVE_LIBFOLE = @HAVE_LIBFOLE@
|
|
204
204
|
HAVE_LIBUNA = @HAVE_LIBUNA@
|
|
205
205
|
HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
|
|
206
206
|
HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
|
|
@@ -209,7 +209,6 @@ HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
|
|
|
209
209
|
HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
|
|
210
210
|
HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
|
|
211
211
|
HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
|
|
212
|
-
HAVE_LOCAL_LIBFOLE = @HAVE_LOCAL_LIBFOLE@
|
|
213
212
|
HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
|
|
214
213
|
HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
|
|
215
214
|
HAVE_OFF64_T = @HAVE_OFF64_T@
|
|
@@ -245,8 +244,6 @@ LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
|
|
|
245
244
|
LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
|
|
246
245
|
LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
|
|
247
246
|
LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
|
|
248
|
-
LIBFOLE_CPPFLAGS = @LIBFOLE_CPPFLAGS@
|
|
249
|
-
LIBFOLE_LIBADD = @LIBFOLE_LIBADD@
|
|
250
247
|
LIBFWPS_DLL_EXPORT = @LIBFWPS_DLL_EXPORT@
|
|
251
248
|
LIBFWPS_DLL_IMPORT = @LIBFWPS_DLL_IMPORT@
|
|
252
249
|
LIBICONV = @LIBICONV@
|
|
@@ -292,26 +289,6 @@ POSUB = @POSUB@
|
|
|
292
289
|
PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
|
|
293
290
|
PTHREAD_LIBADD = @PTHREAD_LIBADD@
|
|
294
291
|
PYTHON = @PYTHON@
|
|
295
|
-
PYTHON2 = @PYTHON2@
|
|
296
|
-
PYTHON2_CONFIG = @PYTHON2_CONFIG@
|
|
297
|
-
PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
|
|
298
|
-
PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
|
|
299
|
-
PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
|
|
300
|
-
PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
|
|
301
|
-
PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
|
|
302
|
-
PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
|
|
303
|
-
PYTHON2_PREFIX = @PYTHON2_PREFIX@
|
|
304
|
-
PYTHON2_VERSION = @PYTHON2_VERSION@
|
|
305
|
-
PYTHON3 = @PYTHON3@
|
|
306
|
-
PYTHON3_CONFIG = @PYTHON3_CONFIG@
|
|
307
|
-
PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
|
|
308
|
-
PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
|
|
309
|
-
PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
|
|
310
|
-
PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
|
|
311
|
-
PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
|
|
312
|
-
PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
|
|
313
|
-
PYTHON3_PREFIX = @PYTHON3_PREFIX@
|
|
314
|
-
PYTHON3_VERSION = @PYTHON3_VERSION@
|
|
315
292
|
PYTHON_CONFIG = @PYTHON_CONFIG@
|
|
316
293
|
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
|
317
294
|
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
|
@@ -365,9 +342,6 @@ ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
|
|
|
365
342
|
ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
|
|
366
343
|
ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
|
|
367
344
|
ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
|
|
368
|
-
ax_libfole_pc_libs_private = @ax_libfole_pc_libs_private@
|
|
369
|
-
ax_libfole_spec_build_requires = @ax_libfole_spec_build_requires@
|
|
370
|
-
ax_libfole_spec_requires = @ax_libfole_spec_requires@
|
|
371
345
|
ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
|
|
372
346
|
ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
|
|
373
347
|
ax_libuna_spec_requires = @ax_libuna_spec_requires@
|
|
@@ -409,8 +383,6 @@ libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
|
|
|
409
383
|
libfdatetime_LIBS = @libfdatetime_LIBS@
|
|
410
384
|
libfguid_CFLAGS = @libfguid_CFLAGS@
|
|
411
385
|
libfguid_LIBS = @libfguid_LIBS@
|
|
412
|
-
libfole_CFLAGS = @libfole_CFLAGS@
|
|
413
|
-
libfole_LIBS = @libfole_LIBS@
|
|
414
386
|
libfwps_spec_requires = @libfwps_spec_requires@
|
|
415
387
|
libuna_CFLAGS = @libuna_CFLAGS@
|
|
416
388
|
libuna_LIBS = @libuna_LIBS@
|
|
@@ -424,11 +396,7 @@ prefix = @prefix@
|
|
|
424
396
|
program_transform_name = @program_transform_name@
|
|
425
397
|
psdir = @psdir@
|
|
426
398
|
pyexecdir = @pyexecdir@
|
|
427
|
-
pyexecdir2 = @pyexecdir2@
|
|
428
|
-
pyexecdir3 = @pyexecdir3@
|
|
429
399
|
pythondir = @pythondir@
|
|
430
|
-
pythondir2 = @pythondir2@
|
|
431
|
-
pythondir3 = @pythondir3@
|
|
432
400
|
runstatedir = @runstatedir@
|
|
433
401
|
sbindir = @sbindir@
|
|
434
402
|
sharedstatedir = @sharedstatedir@
|
|
@@ -513,6 +481,8 @@ mostlyclean-libtool:
|
|
|
513
481
|
|
|
514
482
|
clean-libtool:
|
|
515
483
|
-rm -rf .libs _libs
|
|
484
|
+
sources-local:
|
|
485
|
+
splint-local:
|
|
516
486
|
|
|
517
487
|
ID: $(am__tagged_files)
|
|
518
488
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
@@ -695,6 +665,14 @@ ps: ps-am
|
|
|
695
665
|
|
|
696
666
|
ps-am:
|
|
697
667
|
|
|
668
|
+
sources: sources-am
|
|
669
|
+
|
|
670
|
+
sources-am: sources-local
|
|
671
|
+
|
|
672
|
+
splint: splint-am
|
|
673
|
+
|
|
674
|
+
splint-am: splint-local
|
|
675
|
+
|
|
698
676
|
uninstall-am:
|
|
699
677
|
|
|
700
678
|
.MAKE: all install-am install-strip
|
|
@@ -710,15 +688,16 @@ uninstall-am:
|
|
|
710
688
|
install-strip installcheck installcheck-am installdirs \
|
|
711
689
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
712
690
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
713
|
-
|
|
691
|
+
sources-am sources-local splint-am splint-local tags tags-am \
|
|
692
|
+
uninstall uninstall-am
|
|
714
693
|
|
|
715
694
|
.PRECIOUS: Makefile
|
|
716
695
|
|
|
717
696
|
|
|
718
697
|
distclean: clean
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
698
|
+
-rm -f config.h
|
|
699
|
+
-rm -f types.h
|
|
700
|
+
-rm -f Makefile
|
|
722
701
|
|
|
723
702
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
724
703
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
@@ -139,12 +139,6 @@
|
|
|
139
139
|
/* Define to 1 if you have the <libfguid.h> header file. */
|
|
140
140
|
/* #undef HAVE_LIBFGUID_H */
|
|
141
141
|
|
|
142
|
-
/* Define to 1 if you have the `fole' library (-lfole). */
|
|
143
|
-
/* #undef HAVE_LIBFOLE */
|
|
144
|
-
|
|
145
|
-
/* Define to 1 if you have the <libfole.h> header file. */
|
|
146
|
-
/* #undef HAVE_LIBFOLE_H */
|
|
147
|
-
|
|
148
142
|
/* Define to 1 if you have the <libintl.h> header file. */
|
|
149
143
|
#define HAVE_LIBINTL_H 1
|
|
150
144
|
|
|
@@ -184,9 +178,6 @@
|
|
|
184
178
|
/* Define to 1 if the local version of libfguid is used. */
|
|
185
179
|
#define HAVE_LOCAL_LIBFGUID 1
|
|
186
180
|
|
|
187
|
-
/* Define to 1 if the local version of libfole is used. */
|
|
188
|
-
#define HAVE_LOCAL_LIBFOLE 1
|
|
189
|
-
|
|
190
181
|
/* Define to 1 if the local version of libuna is used. */
|
|
191
182
|
#define HAVE_LOCAL_LIBUNA 1
|
|
192
183
|
|
|
@@ -398,7 +389,7 @@
|
|
|
398
389
|
#define PACKAGE_NAME "libfwps"
|
|
399
390
|
|
|
400
391
|
/* Define to the full name and version of this package. */
|
|
401
|
-
#define PACKAGE_STRING "libfwps
|
|
392
|
+
#define PACKAGE_STRING "libfwps 20240120"
|
|
402
393
|
|
|
403
394
|
/* Define to the one symbol short name of this package. */
|
|
404
395
|
#define PACKAGE_TARNAME "libfwps"
|
|
@@ -407,7 +398,7 @@
|
|
|
407
398
|
#define PACKAGE_URL ""
|
|
408
399
|
|
|
409
400
|
/* Define to the version of this package. */
|
|
410
|
-
#define PACKAGE_VERSION "
|
|
401
|
+
#define PACKAGE_VERSION "20240120"
|
|
411
402
|
|
|
412
403
|
/* The size of `int', as computed by sizeof. */
|
|
413
404
|
#define SIZEOF_INT 4
|
|
@@ -433,7 +424,7 @@
|
|
|
433
424
|
/* #undef STRERROR_R_CHAR_P */
|
|
434
425
|
|
|
435
426
|
/* Version number of package */
|
|
436
|
-
#define VERSION "
|
|
427
|
+
#define VERSION "20240120"
|
|
437
428
|
|
|
438
429
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
439
430
|
/* #undef _FILE_OFFSET_BITS */
|