libfwps-python 20231126__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-20231126 → libfwps-20240120}/Makefile.am +0 -2
- {libfwps-20231126 → libfwps-20240120}/Makefile.in +8 -19
- {libfwps-20231126 → libfwps-20240120}/PKG-INFO +1 -1
- {libfwps-20231126 → libfwps-20240120}/aclocal.m4 +17 -18
- {libfwps-20231126 → libfwps-20240120}/common/Makefile.in +8 -17
- {libfwps-20231126 → libfwps-20240120}/common/byte_stream.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/common.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/config.h +3 -12
- {libfwps-20231126 → libfwps-20240120}/common/config.h.in +0 -9
- {libfwps-20231126 → libfwps-20240120}/common/config_borlandc.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/config_msc.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/config_winapi.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/file_stream.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/memory.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/narrow_string.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/system_string.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/types.h.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/common/wide_string.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/config.guess +17 -11
- {libfwps-20231126 → libfwps-20240120}/config.sub +33 -16
- {libfwps-20231126 → libfwps-20240120}/configure +116 -419
- {libfwps-20231126 → libfwps-20240120}/configure.ac +2 -7
- libfwps-20240120/dpkg/changelog +5 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/copyright +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/Makefile.in +8 -17
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/codepage.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/definitions.h.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/features.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/features.h.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps/types.h.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/include/libfwps.h.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libcdata/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_array.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_array.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_node.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_node.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_values_list.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_values_list.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_libcthreads.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list_element.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list_element.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list_value.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list_value.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_tree_node.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_tree_node.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libcerror/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_system.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_system.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libclocale/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_codepage.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_codepage.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_locale.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_locale.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_support.c +3 -3
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_wide_string.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_wide_string.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libcnotify/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_print.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_print.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_stream.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_stream.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_verbose.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_verbose.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libcthreads/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_condition.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_condition.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_lock.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_lock.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_mutex.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_mutex.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_queue.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_queue.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/Makefile.am +4 -2
- {libfwps-20231126 → libfwps-20240120}/libfguid/Makefile.in +16 -21
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_identifier.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_identifier.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/Makefile.am +0 -3
- {libfwps-20231126 → libfwps-20240120}/libfwps/Makefile.in +8 -20
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps.rc +3 -3
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps.rc.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_codepage.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_definitions.h +3 -3
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_definitions.h.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_extern.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libcdata.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libcnotify.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libfguid.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libuna.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_property_identifier.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_property_identifier.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_record.c +1 -2
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_record.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_set.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_set.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_store.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_store.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_support.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_types.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps.pc.in +1 -1
- {libfwps-20231126 → libfwps-20240120}/libfwps.spec +4 -4
- {libfwps-20231126 → libfwps-20240120}/libfwps.spec.in +2 -2
- {libfwps-20231126 → libfwps-20240120}/libuna/Makefile.in +8 -17
- {libfwps-20231126 → libfwps-20240120}/manuals/Makefile.in +8 -17
- {libfwps-20231126 → libfwps-20240120}/manuals/libfwps.3 +1 -1
- {libfwps-20231126 → libfwps-20240120}/msvscpp/Makefile.am +0 -1
- {libfwps-20231126 → libfwps-20240120}/msvscpp/Makefile.in +8 -18
- {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_error/fwps_test_error.vcproj +4 -4
- {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +4 -4
- {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_record/fwps_test_record.vcproj +4 -4
- {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_set/fwps_test_set.vcproj +4 -4
- {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_store/fwps_test_store.vcproj +4 -4
- {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_support/fwps_test_support.vcproj +4 -4
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libfwps/libfwps.vcproj +4 -8
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libfwps.sln +45 -55
- {libfwps-20231126 → libfwps-20240120}/ossfuzz/Makefile.in +8 -17
- {libfwps-20231126 → libfwps-20240120}/ossfuzz/ossfuzz_libfwps.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/ossfuzz/record_fuzzer.cc +1 -1
- {libfwps-20231126 → libfwps-20240120}/ossfuzz/set_fuzzer.cc +1 -1
- {libfwps-20231126 → libfwps-20240120}/ossfuzz/store_fuzzer.cc +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/Makefile.in +8 -17
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_codepage.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_codepage.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_error.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_guid.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_guid.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_integer.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_integer.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libclocale.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libfguid.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libfwps.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libuna.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_python.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_record.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_record.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_records.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_records.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_set.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_set.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_sets.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_sets.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_store.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_store.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_string.c +47 -17
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_string.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/setup.cfg +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/Makefile.am +0 -1
- {libfwps-20231126 → libfwps-20240120}/tests/Makefile.in +8 -18
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_error.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_libcerror.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_libfwps.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_macros.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_memory.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_memory.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_property_identifier.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_record.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_set.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_store.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_support.c +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_unused.h +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/pyfwps_test_set.py +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/pyfwps_test_store.py +1 -1
- {libfwps-20231126 → libfwps-20240120}/tests/pyfwps_test_support.py +1 -1
- libfwps-20231126/AUTHORS +0 -4
- libfwps-20231126/dpkg/changelog +0 -5
- libfwps-20231126/libfole/Makefile.am +0 -29
- libfwps-20231126/libfole/Makefile.in +0 -793
- libfwps-20231126/libfole/libfole_definitions.h +0 -53
- libfwps-20231126/libfole/libfole_error.c +0 -111
- libfwps-20231126/libfole/libfole_error.h +0 -74
- libfwps-20231126/libfole/libfole_extern.h +0 -46
- libfwps-20231126/libfole/libfole_libcerror.h +0 -50
- libfwps-20231126/libfole/libfole_support.c +0 -41
- libfwps-20231126/libfole/libfole_support.h +0 -47
- libfwps-20231126/libfole/libfole_types.h +0 -47
- libfwps-20231126/libfole/libfole_unused.h +0 -44
- libfwps-20231126/libfole/libfole_value_type.c +0 -111
- libfwps-20231126/libfole/libfole_value_type.h +0 -64
- libfwps-20231126/libfwps/libfwps_libfole.h +0 -48
- libfwps-20231126/m4/libfole.m4 +0 -156
- libfwps-20231126/msvscpp/libfole/libfole.vcproj +0 -213
- {libfwps-20231126 → libfwps-20240120}/ABOUT-NLS +0 -0
- {libfwps-20231126 → libfwps-20240120}/COPYING +0 -0
- {libfwps-20231126 → libfwps-20240120}/COPYING.LESSER +0 -0
- {libfwps-20231126 → libfwps-20240120}/ChangeLog +0 -0
- {libfwps-20231126 → libfwps-20240120}/INSTALL +0 -0
- {libfwps-20231126 → libfwps-20240120}/NEWS +0 -0
- {libfwps-20231126 → libfwps-20240120}/README +0 -0
- {libfwps-20231126 → libfwps-20240120}/acinclude.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/common/Makefile.am +0 -0
- {libfwps-20231126 → libfwps-20240120}/compile +0 -0
- {libfwps-20231126 → libfwps-20240120}/config.rpath +0 -0
- {libfwps-20231126 → libfwps-20240120}/depcomp +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/changelog.in +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/compat +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/control +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/libfwps-dev.install +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/libfwps-python3.install +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/libfwps.install +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/rules +0 -0
- {libfwps-20231126 → libfwps-20240120}/dpkg/source/format +0 -0
- {libfwps-20231126 → libfwps-20240120}/include/Makefile.am +0 -0
- {libfwps-20231126 → libfwps-20240120}/install-sh +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/Makefile.am +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base16_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base16_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base32_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base32_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base64_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base64_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_byte_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_byte_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_874.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_874.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_932.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_932.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_936.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_936.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_949.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_949.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_950.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_950.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_definitions.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_error.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_error.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_extern.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_libcerror.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_scsu.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_scsu.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_support.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_support.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_types.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_unicode_character.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_unicode_character.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_unused.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_url_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_url_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_string.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_string.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_string.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_string.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf7_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf7_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_stream.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_stream.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_string.c +0 -0
- {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_string.h +0 -0
- {libfwps-20231126 → libfwps-20240120}/ltmain.sh +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/common.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/gettext.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/iconv.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/intlmacosx.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/lib-ld.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/lib-link.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/lib-prefix.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libcdata.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libcerror.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libclocale.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libcnotify.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libcthreads.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libfdatetime.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libfguid.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libtool.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/libuna.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/ltoptions.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/ltsugar.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/ltversion.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/lt~obsolete.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/nls.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/po.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/progtest.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/pthread.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/python.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/tests.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/m4/types.m4 +0 -0
- {libfwps-20231126 → libfwps-20240120}/manuals/Makefile.am +0 -0
- {libfwps-20231126 → libfwps-20240120}/missing +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
- {libfwps-20231126 → libfwps-20240120}/ossfuzz/Makefile.am +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/ChangeLog +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/Makefile.in.in +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/Makevars +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/Makevars.in +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/POTFILES.in +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/Rules-quot +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/boldquot.sed +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/en@boldquot.header +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/en@quot.header +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/insert-header.sin +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/quot.sed +0 -0
- {libfwps-20231126 → libfwps-20240120}/po/remove-potcdate.sin +0 -0
- {libfwps-20231126 → libfwps-20240120}/pyfwps/Makefile.am +0 -0
- {libfwps-20231126 → libfwps-20240120}/pyproject.toml +0 -0
- {libfwps-20231126 → libfwps-20240120}/setup.cfg.in +0 -0
- {libfwps-20231126 → libfwps-20240120}/setup.py +0 -0
- {libfwps-20231126 → libfwps-20240120}/test-driver +0 -0
- {libfwps-20231126 → libfwps-20240120}/tests/test_library.sh +0 -0
- {libfwps-20231126 → libfwps-20240120}/tests/test_manpage.sh +0 -0
- {libfwps-20231126 → libfwps-20240120}/tests/test_python_module.sh +0 -0
- {libfwps-20231126 → libfwps-20240120}/tests/test_runner.sh +0 -0
libfwps-20240120/AUTHORS
ADDED
|
@@ -11,7 +11,6 @@ SUBDIRS = \
|
|
|
11
11
|
libuna \
|
|
12
12
|
libfdatetime \
|
|
13
13
|
libfguid \
|
|
14
|
-
libfole \
|
|
15
14
|
libfwps \
|
|
16
15
|
pyfwps \
|
|
17
16
|
po \
|
|
@@ -79,7 +78,6 @@ library:
|
|
|
79
78
|
(cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
|
|
80
79
|
(cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
|
|
81
80
|
(cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
|
|
82
|
-
(cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
|
|
83
81
|
(cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
|
|
84
82
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
85
83
|
|
|
@@ -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 \
|
|
@@ -302,7 +302,6 @@ HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
|
|
|
302
302
|
HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
|
|
303
303
|
HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
|
|
304
304
|
HAVE_LIBFGUID = @HAVE_LIBFGUID@
|
|
305
|
-
HAVE_LIBFOLE = @HAVE_LIBFOLE@
|
|
306
305
|
HAVE_LIBUNA = @HAVE_LIBUNA@
|
|
307
306
|
HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
|
|
308
307
|
HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
|
|
@@ -311,7 +310,6 @@ HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
|
|
|
311
310
|
HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
|
|
312
311
|
HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
|
|
313
312
|
HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
|
|
314
|
-
HAVE_LOCAL_LIBFOLE = @HAVE_LOCAL_LIBFOLE@
|
|
315
313
|
HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
|
|
316
314
|
HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
|
|
317
315
|
HAVE_OFF64_T = @HAVE_OFF64_T@
|
|
@@ -347,8 +345,6 @@ LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
|
|
|
347
345
|
LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
|
|
348
346
|
LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
|
|
349
347
|
LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
|
|
350
|
-
LIBFOLE_CPPFLAGS = @LIBFOLE_CPPFLAGS@
|
|
351
|
-
LIBFOLE_LIBADD = @LIBFOLE_LIBADD@
|
|
352
348
|
LIBFWPS_DLL_EXPORT = @LIBFWPS_DLL_EXPORT@
|
|
353
349
|
LIBFWPS_DLL_IMPORT = @LIBFWPS_DLL_IMPORT@
|
|
354
350
|
LIBICONV = @LIBICONV@
|
|
@@ -447,9 +443,6 @@ ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
|
|
|
447
443
|
ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
|
|
448
444
|
ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
|
|
449
445
|
ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
|
|
450
|
-
ax_libfole_pc_libs_private = @ax_libfole_pc_libs_private@
|
|
451
|
-
ax_libfole_spec_build_requires = @ax_libfole_spec_build_requires@
|
|
452
|
-
ax_libfole_spec_requires = @ax_libfole_spec_requires@
|
|
453
446
|
ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
|
|
454
447
|
ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
|
|
455
448
|
ax_libuna_spec_requires = @ax_libuna_spec_requires@
|
|
@@ -491,8 +484,6 @@ libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
|
|
|
491
484
|
libfdatetime_LIBS = @libfdatetime_LIBS@
|
|
492
485
|
libfguid_CFLAGS = @libfguid_CFLAGS@
|
|
493
486
|
libfguid_LIBS = @libfguid_LIBS@
|
|
494
|
-
libfole_CFLAGS = @libfole_CFLAGS@
|
|
495
|
-
libfole_LIBS = @libfole_LIBS@
|
|
496
487
|
libfwps_spec_requires = @libfwps_spec_requires@
|
|
497
488
|
libuna_CFLAGS = @libuna_CFLAGS@
|
|
498
489
|
libuna_LIBS = @libuna_LIBS@
|
|
@@ -528,7 +519,6 @@ SUBDIRS = \
|
|
|
528
519
|
libuna \
|
|
529
520
|
libfdatetime \
|
|
530
521
|
libfguid \
|
|
531
|
-
libfole \
|
|
532
522
|
libfwps \
|
|
533
523
|
pyfwps \
|
|
534
524
|
po \
|
|
@@ -1117,7 +1107,6 @@ library:
|
|
|
1117
1107
|
(cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
|
|
1118
1108
|
(cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
|
|
1119
1109
|
(cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
|
|
1120
|
-
(cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
|
|
1121
1110
|
(cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
|
|
1122
1111
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1123
1112
|
|
|
@@ -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
|
|
|
@@ -1524,7 +1524,6 @@ m4_include([m4/libcnotify.m4])
|
|
|
1524
1524
|
m4_include([m4/libcthreads.m4])
|
|
1525
1525
|
m4_include([m4/libfdatetime.m4])
|
|
1526
1526
|
m4_include([m4/libfguid.m4])
|
|
1527
|
-
m4_include([m4/libfole.m4])
|
|
1528
1527
|
m4_include([m4/libtool.m4])
|
|
1529
1528
|
m4_include([m4/libuna.m4])
|
|
1530
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)
|
|
@@ -201,7 +201,6 @@ HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
|
|
|
201
201
|
HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
|
|
202
202
|
HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
|
|
203
203
|
HAVE_LIBFGUID = @HAVE_LIBFGUID@
|
|
204
|
-
HAVE_LIBFOLE = @HAVE_LIBFOLE@
|
|
205
204
|
HAVE_LIBUNA = @HAVE_LIBUNA@
|
|
206
205
|
HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
|
|
207
206
|
HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
|
|
@@ -210,7 +209,6 @@ HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
|
|
|
210
209
|
HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
|
|
211
210
|
HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
|
|
212
211
|
HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
|
|
213
|
-
HAVE_LOCAL_LIBFOLE = @HAVE_LOCAL_LIBFOLE@
|
|
214
212
|
HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
|
|
215
213
|
HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
|
|
216
214
|
HAVE_OFF64_T = @HAVE_OFF64_T@
|
|
@@ -246,8 +244,6 @@ LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
|
|
|
246
244
|
LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
|
|
247
245
|
LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
|
|
248
246
|
LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
|
|
249
|
-
LIBFOLE_CPPFLAGS = @LIBFOLE_CPPFLAGS@
|
|
250
|
-
LIBFOLE_LIBADD = @LIBFOLE_LIBADD@
|
|
251
247
|
LIBFWPS_DLL_EXPORT = @LIBFWPS_DLL_EXPORT@
|
|
252
248
|
LIBFWPS_DLL_IMPORT = @LIBFWPS_DLL_IMPORT@
|
|
253
249
|
LIBICONV = @LIBICONV@
|
|
@@ -346,9 +342,6 @@ ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
|
|
|
346
342
|
ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
|
|
347
343
|
ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
|
|
348
344
|
ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
|
|
349
|
-
ax_libfole_pc_libs_private = @ax_libfole_pc_libs_private@
|
|
350
|
-
ax_libfole_spec_build_requires = @ax_libfole_spec_build_requires@
|
|
351
|
-
ax_libfole_spec_requires = @ax_libfole_spec_requires@
|
|
352
345
|
ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
|
|
353
346
|
ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
|
|
354
347
|
ax_libuna_spec_requires = @ax_libuna_spec_requires@
|
|
@@ -390,8 +383,6 @@ libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
|
|
|
390
383
|
libfdatetime_LIBS = @libfdatetime_LIBS@
|
|
391
384
|
libfguid_CFLAGS = @libfguid_CFLAGS@
|
|
392
385
|
libfguid_LIBS = @libfguid_LIBS@
|
|
393
|
-
libfole_CFLAGS = @libfole_CFLAGS@
|
|
394
|
-
libfole_LIBS = @libfole_LIBS@
|
|
395
386
|
libfwps_spec_requires = @libfwps_spec_requires@
|
|
396
387
|
libuna_CFLAGS = @libuna_CFLAGS@
|
|
397
388
|
libuna_LIBS = @libuna_LIBS@
|
|
@@ -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 */
|
|
@@ -138,12 +138,6 @@
|
|
|
138
138
|
/* Define to 1 if you have the <libfguid.h> header file. */
|
|
139
139
|
#undef HAVE_LIBFGUID_H
|
|
140
140
|
|
|
141
|
-
/* Define to 1 if you have the `fole' library (-lfole). */
|
|
142
|
-
#undef HAVE_LIBFOLE
|
|
143
|
-
|
|
144
|
-
/* Define to 1 if you have the <libfole.h> header file. */
|
|
145
|
-
#undef HAVE_LIBFOLE_H
|
|
146
|
-
|
|
147
141
|
/* Define to 1 if you have the <libintl.h> header file. */
|
|
148
142
|
#undef HAVE_LIBINTL_H
|
|
149
143
|
|
|
@@ -183,9 +177,6 @@
|
|
|
183
177
|
/* Define to 1 if the local version of libfguid is used. */
|
|
184
178
|
#undef HAVE_LOCAL_LIBFGUID
|
|
185
179
|
|
|
186
|
-
/* Define to 1 if the local version of libfole is used. */
|
|
187
|
-
#undef HAVE_LOCAL_LIBFOLE
|
|
188
|
-
|
|
189
180
|
/* Define to 1 if the local version of libuna is used. */
|
|
190
181
|
#undef HAVE_LOCAL_LIBUNA
|
|
191
182
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/sh
|
|
2
2
|
# Attempt to guess a canonical system name.
|
|
3
|
-
# Copyright 1992-
|
|
3
|
+
# Copyright 1992-2023 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
5
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
|
6
6
|
|
|
7
|
-
timestamp='
|
|
7
|
+
timestamp='2023-06-23'
|
|
8
8
|
|
|
9
9
|
# This file is free software; you can redistribute it and/or modify it
|
|
10
10
|
# under the terms of the GNU General Public License as published by
|
|
@@ -47,7 +47,7 @@ me=`echo "$0" | sed -e 's,.*/,,'`
|
|
|
47
47
|
usage="\
|
|
48
48
|
Usage: $0 [OPTION]
|
|
49
49
|
|
|
50
|
-
Output the configuration name of the system
|
|
50
|
+
Output the configuration name of the system '$me' is run on.
|
|
51
51
|
|
|
52
52
|
Options:
|
|
53
53
|
-h, --help print this help, then exit
|
|
@@ -60,13 +60,13 @@ version="\
|
|
|
60
60
|
GNU config.guess ($timestamp)
|
|
61
61
|
|
|
62
62
|
Originally written by Per Bothner.
|
|
63
|
-
Copyright 1992-
|
|
63
|
+
Copyright 1992-2023 Free Software Foundation, Inc.
|
|
64
64
|
|
|
65
65
|
This is free software; see the source for copying conditions. There is NO
|
|
66
66
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
67
67
|
|
|
68
68
|
help="
|
|
69
|
-
Try
|
|
69
|
+
Try '$me --help' for more information."
|
|
70
70
|
|
|
71
71
|
# Parse command line
|
|
72
72
|
while test $# -gt 0 ; do
|
|
@@ -102,8 +102,8 @@ GUESS=
|
|
|
102
102
|
# temporary files to be created and, as you can see below, it is a
|
|
103
103
|
# headache to deal with in a portable fashion.
|
|
104
104
|
|
|
105
|
-
# Historically,
|
|
106
|
-
# use
|
|
105
|
+
# Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
|
|
106
|
+
# use 'HOST_CC' if defined, but it is deprecated.
|
|
107
107
|
|
|
108
108
|
# Portable tmp directory creation inspired by the Autoconf team.
|
|
109
109
|
|
|
@@ -459,7 +459,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
|
|
|
459
459
|
UNAME_RELEASE=`uname -v`
|
|
460
460
|
;;
|
|
461
461
|
esac
|
|
462
|
-
# Japanese Language versions have a version number like
|
|
462
|
+
# Japanese Language versions have a version number like '4.1.3-JL'.
|
|
463
463
|
SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
|
|
464
464
|
GUESS=sparc-sun-sunos$SUN_REL
|
|
465
465
|
;;
|
|
@@ -966,6 +966,12 @@ EOF
|
|
|
966
966
|
GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
|
|
967
967
|
GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
|
|
968
968
|
;;
|
|
969
|
+
x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
|
|
970
|
+
GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
|
|
971
|
+
;;
|
|
972
|
+
*:[Mm]anagarm:*:*)
|
|
973
|
+
GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
|
|
974
|
+
;;
|
|
969
975
|
*:Minix:*:*)
|
|
970
976
|
GUESS=$UNAME_MACHINE-unknown-minix
|
|
971
977
|
;;
|
|
@@ -1036,7 +1042,7 @@ EOF
|
|
|
1036
1042
|
k1om:Linux:*:*)
|
|
1037
1043
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
|
1038
1044
|
;;
|
|
1039
|
-
loongarch32:Linux:*:* | loongarch64:Linux:*:*
|
|
1045
|
+
loongarch32:Linux:*:* | loongarch64:Linux:*:*)
|
|
1040
1046
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
|
1041
1047
|
;;
|
|
1042
1048
|
m32r*:Linux:*:*)
|
|
@@ -1191,7 +1197,7 @@ EOF
|
|
|
1191
1197
|
GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
|
|
1192
1198
|
;;
|
|
1193
1199
|
i*86:OS/2:*:*)
|
|
1194
|
-
# If we were able to find
|
|
1200
|
+
# If we were able to find 'uname', then EMX Unix compatibility
|
|
1195
1201
|
# is probably installed.
|
|
1196
1202
|
GUESS=$UNAME_MACHINE-pc-os2-emx
|
|
1197
1203
|
;;
|
|
@@ -1332,7 +1338,7 @@ EOF
|
|
|
1332
1338
|
GUESS=ns32k-sni-sysv
|
|
1333
1339
|
fi
|
|
1334
1340
|
;;
|
|
1335
|
-
PENTIUM:*:4.0*:*) # Unisys
|
|
1341
|
+
PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
|
|
1336
1342
|
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
|
1337
1343
|
GUESS=i586-unisys-sysv4
|
|
1338
1344
|
;;
|