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.
Files changed (510) hide show
  1. libfwps-20240120/AUTHORS +4 -0
  2. {libfwps-20231126 → libfwps-20240120}/Makefile.am +0 -2
  3. {libfwps-20231126 → libfwps-20240120}/Makefile.in +8 -19
  4. {libfwps-20231126 → libfwps-20240120}/PKG-INFO +1 -1
  5. {libfwps-20231126 → libfwps-20240120}/aclocal.m4 +17 -18
  6. {libfwps-20231126 → libfwps-20240120}/common/Makefile.in +8 -17
  7. {libfwps-20231126 → libfwps-20240120}/common/byte_stream.h +1 -1
  8. {libfwps-20231126 → libfwps-20240120}/common/common.h +1 -1
  9. {libfwps-20231126 → libfwps-20240120}/common/config.h +3 -12
  10. {libfwps-20231126 → libfwps-20240120}/common/config.h.in +0 -9
  11. {libfwps-20231126 → libfwps-20240120}/common/config_borlandc.h +1 -1
  12. {libfwps-20231126 → libfwps-20240120}/common/config_msc.h +1 -1
  13. {libfwps-20231126 → libfwps-20240120}/common/config_winapi.h +1 -1
  14. {libfwps-20231126 → libfwps-20240120}/common/file_stream.h +1 -1
  15. {libfwps-20231126 → libfwps-20240120}/common/memory.h +1 -1
  16. {libfwps-20231126 → libfwps-20240120}/common/narrow_string.h +1 -1
  17. {libfwps-20231126 → libfwps-20240120}/common/system_string.h +1 -1
  18. {libfwps-20231126 → libfwps-20240120}/common/types.h +1 -1
  19. {libfwps-20231126 → libfwps-20240120}/common/types.h.in +1 -1
  20. {libfwps-20231126 → libfwps-20240120}/common/wide_string.h +1 -1
  21. {libfwps-20231126 → libfwps-20240120}/config.guess +17 -11
  22. {libfwps-20231126 → libfwps-20240120}/config.sub +33 -16
  23. {libfwps-20231126 → libfwps-20240120}/configure +116 -419
  24. {libfwps-20231126 → libfwps-20240120}/configure.ac +2 -7
  25. libfwps-20240120/dpkg/changelog +5 -0
  26. {libfwps-20231126 → libfwps-20240120}/dpkg/copyright +1 -1
  27. {libfwps-20231126 → libfwps-20240120}/include/Makefile.in +8 -17
  28. {libfwps-20231126 → libfwps-20240120}/include/libfwps/codepage.h +1 -1
  29. {libfwps-20231126 → libfwps-20240120}/include/libfwps/definitions.h +3 -3
  30. {libfwps-20231126 → libfwps-20240120}/include/libfwps/definitions.h.in +1 -1
  31. {libfwps-20231126 → libfwps-20240120}/include/libfwps/error.h +1 -1
  32. {libfwps-20231126 → libfwps-20240120}/include/libfwps/extern.h +1 -1
  33. {libfwps-20231126 → libfwps-20240120}/include/libfwps/features.h +1 -1
  34. {libfwps-20231126 → libfwps-20240120}/include/libfwps/features.h.in +1 -1
  35. {libfwps-20231126 → libfwps-20240120}/include/libfwps/types.h +1 -1
  36. {libfwps-20231126 → libfwps-20240120}/include/libfwps/types.h.in +1 -1
  37. {libfwps-20231126 → libfwps-20240120}/include/libfwps.h +1 -1
  38. {libfwps-20231126 → libfwps-20240120}/include/libfwps.h.in +1 -1
  39. {libfwps-20231126 → libfwps-20240120}/libcdata/Makefile.am +4 -2
  40. {libfwps-20231126 → libfwps-20240120}/libcdata/Makefile.in +16 -21
  41. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_array.c +1 -1
  42. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_array.h +1 -1
  43. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree.c +1 -1
  44. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree.h +1 -1
  45. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_node.c +1 -1
  46. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_node.h +1 -1
  47. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_values_list.c +1 -1
  48. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_btree_values_list.h +1 -1
  49. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_definitions.h +3 -3
  50. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_error.c +1 -1
  51. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_error.h +1 -1
  52. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_extern.h +1 -1
  53. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_libcerror.h +1 -1
  54. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_libcthreads.h +1 -1
  55. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list.c +1 -1
  56. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list.h +1 -1
  57. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list_element.c +1 -1
  58. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_list_element.h +1 -1
  59. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list.c +1 -1
  60. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list.h +1 -1
  61. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list_value.c +1 -1
  62. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_range_list_value.h +1 -1
  63. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_support.c +1 -1
  64. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_support.h +1 -1
  65. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_tree_node.c +1 -1
  66. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_tree_node.h +1 -1
  67. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_types.h +1 -1
  68. {libfwps-20231126 → libfwps-20240120}/libcdata/libcdata_unused.h +1 -1
  69. {libfwps-20231126 → libfwps-20240120}/libcerror/Makefile.am +4 -2
  70. {libfwps-20231126 → libfwps-20240120}/libcerror/Makefile.in +16 -21
  71. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_definitions.h +3 -3
  72. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_error.c +1 -1
  73. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_error.h +1 -1
  74. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_extern.h +1 -1
  75. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_support.c +1 -1
  76. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_support.h +1 -1
  77. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_system.c +1 -1
  78. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_system.h +1 -1
  79. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_types.h +1 -1
  80. {libfwps-20231126 → libfwps-20240120}/libcerror/libcerror_unused.h +1 -1
  81. {libfwps-20231126 → libfwps-20240120}/libclocale/Makefile.am +4 -2
  82. {libfwps-20231126 → libfwps-20240120}/libclocale/Makefile.in +16 -21
  83. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_codepage.c +1 -1
  84. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_codepage.h +1 -1
  85. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_definitions.h +3 -3
  86. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_extern.h +1 -1
  87. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_libcerror.h +1 -1
  88. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_locale.c +1 -1
  89. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_locale.h +1 -1
  90. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_support.c +3 -3
  91. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_support.h +1 -1
  92. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_unused.h +1 -1
  93. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_wide_string.c +1 -1
  94. {libfwps-20231126 → libfwps-20240120}/libclocale/libclocale_wide_string.h +1 -1
  95. {libfwps-20231126 → libfwps-20240120}/libcnotify/Makefile.am +4 -2
  96. {libfwps-20231126 → libfwps-20240120}/libcnotify/Makefile.in +16 -21
  97. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_definitions.h +3 -3
  98. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_extern.h +1 -1
  99. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_libcerror.h +1 -1
  100. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_print.c +1 -1
  101. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_print.h +1 -1
  102. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_stream.c +1 -1
  103. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_stream.h +1 -1
  104. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_support.c +1 -1
  105. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_support.h +1 -1
  106. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_unused.h +1 -1
  107. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_verbose.c +1 -1
  108. {libfwps-20231126 → libfwps-20240120}/libcnotify/libcnotify_verbose.h +1 -1
  109. {libfwps-20231126 → libfwps-20240120}/libcthreads/Makefile.am +4 -2
  110. {libfwps-20231126 → libfwps-20240120}/libcthreads/Makefile.in +16 -21
  111. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_condition.c +1 -1
  112. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_condition.h +1 -1
  113. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_definitions.h +3 -3
  114. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_error.c +1 -1
  115. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_error.h +1 -1
  116. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_extern.h +1 -1
  117. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_libcerror.h +1 -1
  118. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_lock.c +1 -1
  119. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_lock.h +1 -1
  120. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_mutex.c +1 -1
  121. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_mutex.h +1 -1
  122. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_queue.c +1 -1
  123. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_queue.h +1 -1
  124. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.c +1 -1
  125. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.h +1 -1
  126. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.c +1 -1
  127. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.h +1 -1
  128. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_support.c +1 -1
  129. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_support.h +1 -1
  130. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread.c +1 -1
  131. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread.h +1 -1
  132. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.c +1 -1
  133. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.h +1 -1
  134. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.c +1 -1
  135. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.h +1 -1
  136. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_types.h +1 -1
  137. {libfwps-20231126 → libfwps-20240120}/libcthreads/libcthreads_unused.h +1 -1
  138. {libfwps-20231126 → libfwps-20240120}/libfdatetime/Makefile.am +4 -2
  139. {libfwps-20231126 → libfwps-20240120}/libfdatetime/Makefile.in +16 -21
  140. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.c +1 -1
  141. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.h +1 -1
  142. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_definitions.h +3 -3
  143. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_error.c +1 -1
  144. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_error.h +1 -1
  145. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_extern.h +1 -1
  146. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.c +1 -1
  147. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.h +1 -1
  148. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.c +1 -1
  149. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.h +1 -1
  150. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.c +1 -1
  151. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.h +1 -1
  152. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.c +1 -1
  153. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.h +1 -1
  154. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_libcerror.h +1 -1
  155. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.c +1 -1
  156. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.h +1 -1
  157. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.c +1 -1
  158. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.h +1 -1
  159. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_support.c +1 -1
  160. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_support.h +1 -1
  161. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.c +1 -1
  162. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.h +1 -1
  163. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_types.h +1 -1
  164. {libfwps-20231126 → libfwps-20240120}/libfdatetime/libfdatetime_unused.h +1 -1
  165. {libfwps-20231126 → libfwps-20240120}/libfguid/Makefile.am +4 -2
  166. {libfwps-20231126 → libfwps-20240120}/libfguid/Makefile.in +16 -21
  167. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_definitions.h +3 -3
  168. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_error.c +1 -1
  169. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_error.h +1 -1
  170. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_extern.h +1 -1
  171. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_identifier.c +1 -1
  172. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_identifier.h +1 -1
  173. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_libcerror.h +1 -1
  174. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_support.c +1 -1
  175. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_support.h +1 -1
  176. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_types.h +1 -1
  177. {libfwps-20231126 → libfwps-20240120}/libfguid/libfguid_unused.h +1 -1
  178. {libfwps-20231126 → libfwps-20240120}/libfwps/Makefile.am +0 -3
  179. {libfwps-20231126 → libfwps-20240120}/libfwps/Makefile.in +8 -20
  180. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps.c +1 -1
  181. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps.rc +3 -3
  182. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps.rc.in +1 -1
  183. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_codepage.h +1 -1
  184. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_definitions.h +3 -3
  185. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_definitions.h.in +1 -1
  186. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_error.c +1 -1
  187. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_error.h +1 -1
  188. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_extern.h +1 -1
  189. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.c +1 -1
  190. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.h +1 -1
  191. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libcdata.h +1 -1
  192. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libcerror.h +1 -1
  193. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libcnotify.h +1 -1
  194. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libfguid.h +1 -1
  195. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_libuna.h +1 -1
  196. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_property_identifier.c +1 -1
  197. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_property_identifier.h +1 -1
  198. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_record.c +1 -2
  199. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_record.h +1 -1
  200. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_set.c +1 -1
  201. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_set.h +1 -1
  202. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_store.c +1 -1
  203. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_store.h +1 -1
  204. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_support.c +1 -1
  205. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_support.h +1 -1
  206. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_types.h +1 -1
  207. {libfwps-20231126 → libfwps-20240120}/libfwps/libfwps_unused.h +1 -1
  208. {libfwps-20231126 → libfwps-20240120}/libfwps.pc.in +1 -1
  209. {libfwps-20231126 → libfwps-20240120}/libfwps.spec +4 -4
  210. {libfwps-20231126 → libfwps-20240120}/libfwps.spec.in +2 -2
  211. {libfwps-20231126 → libfwps-20240120}/libuna/Makefile.in +8 -17
  212. {libfwps-20231126 → libfwps-20240120}/manuals/Makefile.in +8 -17
  213. {libfwps-20231126 → libfwps-20240120}/manuals/libfwps.3 +1 -1
  214. {libfwps-20231126 → libfwps-20240120}/msvscpp/Makefile.am +0 -1
  215. {libfwps-20231126 → libfwps-20240120}/msvscpp/Makefile.in +8 -18
  216. {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_error/fwps_test_error.vcproj +4 -4
  217. {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +4 -4
  218. {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_record/fwps_test_record.vcproj +4 -4
  219. {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_set/fwps_test_set.vcproj +4 -4
  220. {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_store/fwps_test_store.vcproj +4 -4
  221. {libfwps-20231126 → libfwps-20240120}/msvscpp/fwps_test_support/fwps_test_support.vcproj +4 -4
  222. {libfwps-20231126 → libfwps-20240120}/msvscpp/libfwps/libfwps.vcproj +4 -8
  223. {libfwps-20231126 → libfwps-20240120}/msvscpp/libfwps.sln +45 -55
  224. {libfwps-20231126 → libfwps-20240120}/ossfuzz/Makefile.in +8 -17
  225. {libfwps-20231126 → libfwps-20240120}/ossfuzz/ossfuzz_libfwps.h +1 -1
  226. {libfwps-20231126 → libfwps-20240120}/ossfuzz/record_fuzzer.cc +1 -1
  227. {libfwps-20231126 → libfwps-20240120}/ossfuzz/set_fuzzer.cc +1 -1
  228. {libfwps-20231126 → libfwps-20240120}/ossfuzz/store_fuzzer.cc +1 -1
  229. {libfwps-20231126 → libfwps-20240120}/pyfwps/Makefile.in +8 -17
  230. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps.c +1 -1
  231. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps.h +1 -1
  232. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_codepage.c +1 -1
  233. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_codepage.h +1 -1
  234. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_error.c +1 -1
  235. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_error.h +1 -1
  236. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_guid.c +1 -1
  237. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_guid.h +1 -1
  238. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_integer.c +1 -1
  239. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_integer.h +1 -1
  240. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libcerror.h +1 -1
  241. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libclocale.h +1 -1
  242. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libfguid.h +1 -1
  243. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libfwps.h +1 -1
  244. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_libuna.h +1 -1
  245. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_python.h +1 -1
  246. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_record.c +1 -1
  247. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_record.h +1 -1
  248. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_records.c +1 -1
  249. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_records.h +1 -1
  250. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_set.c +1 -1
  251. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_set.h +1 -1
  252. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_sets.c +1 -1
  253. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_sets.h +1 -1
  254. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_store.c +1 -1
  255. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_store.h +1 -1
  256. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_string.c +47 -17
  257. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_string.h +1 -1
  258. {libfwps-20231126 → libfwps-20240120}/pyfwps/pyfwps_unused.h +1 -1
  259. {libfwps-20231126 → libfwps-20240120}/setup.cfg +1 -1
  260. {libfwps-20231126 → libfwps-20240120}/tests/Makefile.am +0 -1
  261. {libfwps-20231126 → libfwps-20240120}/tests/Makefile.in +8 -18
  262. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_error.c +1 -1
  263. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_libcerror.h +1 -1
  264. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_libfwps.h +1 -1
  265. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_macros.h +1 -1
  266. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_memory.c +1 -1
  267. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_memory.h +1 -1
  268. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_property_identifier.c +1 -1
  269. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_record.c +1 -1
  270. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_set.c +1 -1
  271. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_store.c +1 -1
  272. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_support.c +1 -1
  273. {libfwps-20231126 → libfwps-20240120}/tests/fwps_test_unused.h +1 -1
  274. {libfwps-20231126 → libfwps-20240120}/tests/pyfwps_test_set.py +1 -1
  275. {libfwps-20231126 → libfwps-20240120}/tests/pyfwps_test_store.py +1 -1
  276. {libfwps-20231126 → libfwps-20240120}/tests/pyfwps_test_support.py +1 -1
  277. libfwps-20231126/AUTHORS +0 -4
  278. libfwps-20231126/dpkg/changelog +0 -5
  279. libfwps-20231126/libfole/Makefile.am +0 -29
  280. libfwps-20231126/libfole/Makefile.in +0 -793
  281. libfwps-20231126/libfole/libfole_definitions.h +0 -53
  282. libfwps-20231126/libfole/libfole_error.c +0 -111
  283. libfwps-20231126/libfole/libfole_error.h +0 -74
  284. libfwps-20231126/libfole/libfole_extern.h +0 -46
  285. libfwps-20231126/libfole/libfole_libcerror.h +0 -50
  286. libfwps-20231126/libfole/libfole_support.c +0 -41
  287. libfwps-20231126/libfole/libfole_support.h +0 -47
  288. libfwps-20231126/libfole/libfole_types.h +0 -47
  289. libfwps-20231126/libfole/libfole_unused.h +0 -44
  290. libfwps-20231126/libfole/libfole_value_type.c +0 -111
  291. libfwps-20231126/libfole/libfole_value_type.h +0 -64
  292. libfwps-20231126/libfwps/libfwps_libfole.h +0 -48
  293. libfwps-20231126/m4/libfole.m4 +0 -156
  294. libfwps-20231126/msvscpp/libfole/libfole.vcproj +0 -213
  295. {libfwps-20231126 → libfwps-20240120}/ABOUT-NLS +0 -0
  296. {libfwps-20231126 → libfwps-20240120}/COPYING +0 -0
  297. {libfwps-20231126 → libfwps-20240120}/COPYING.LESSER +0 -0
  298. {libfwps-20231126 → libfwps-20240120}/ChangeLog +0 -0
  299. {libfwps-20231126 → libfwps-20240120}/INSTALL +0 -0
  300. {libfwps-20231126 → libfwps-20240120}/NEWS +0 -0
  301. {libfwps-20231126 → libfwps-20240120}/README +0 -0
  302. {libfwps-20231126 → libfwps-20240120}/acinclude.m4 +0 -0
  303. {libfwps-20231126 → libfwps-20240120}/common/Makefile.am +0 -0
  304. {libfwps-20231126 → libfwps-20240120}/compile +0 -0
  305. {libfwps-20231126 → libfwps-20240120}/config.rpath +0 -0
  306. {libfwps-20231126 → libfwps-20240120}/depcomp +0 -0
  307. {libfwps-20231126 → libfwps-20240120}/dpkg/changelog.in +0 -0
  308. {libfwps-20231126 → libfwps-20240120}/dpkg/compat +0 -0
  309. {libfwps-20231126 → libfwps-20240120}/dpkg/control +0 -0
  310. {libfwps-20231126 → libfwps-20240120}/dpkg/libfwps-dev.install +0 -0
  311. {libfwps-20231126 → libfwps-20240120}/dpkg/libfwps-python3.install +0 -0
  312. {libfwps-20231126 → libfwps-20240120}/dpkg/libfwps.install +0 -0
  313. {libfwps-20231126 → libfwps-20240120}/dpkg/rules +0 -0
  314. {libfwps-20231126 → libfwps-20240120}/dpkg/source/format +0 -0
  315. {libfwps-20231126 → libfwps-20240120}/include/Makefile.am +0 -0
  316. {libfwps-20231126 → libfwps-20240120}/install-sh +0 -0
  317. {libfwps-20231126 → libfwps-20240120}/libuna/Makefile.am +0 -0
  318. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base16_stream.c +0 -0
  319. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base16_stream.h +0 -0
  320. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base32_stream.c +0 -0
  321. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base32_stream.h +0 -0
  322. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base64_stream.c +0 -0
  323. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_base64_stream.h +0 -0
  324. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_byte_stream.c +0 -0
  325. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_byte_stream.h +0 -0
  326. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  327. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  328. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  329. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  330. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  331. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  332. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  333. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  334. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  335. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  336. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  337. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  338. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  339. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  340. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  341. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  342. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  343. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  344. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  345. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  346. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  347. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  348. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  349. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  350. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  351. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  352. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.c +0 -0
  353. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.h +0 -0
  354. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.c +0 -0
  355. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.h +0 -0
  356. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.c +0 -0
  357. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.h +0 -0
  358. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.c +0 -0
  359. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.h +0 -0
  360. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  361. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  362. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.c +0 -0
  363. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.h +0 -0
  364. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  365. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  366. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  367. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  368. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.c +0 -0
  369. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.h +0 -0
  370. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  371. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  372. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.c +0 -0
  373. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.h +0 -0
  374. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  375. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  376. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.c +0 -0
  377. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.h +0 -0
  378. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.c +0 -0
  379. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.h +0 -0
  380. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.c +0 -0
  381. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.h +0 -0
  382. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.c +0 -0
  383. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.h +0 -0
  384. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.c +0 -0
  385. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.h +0 -0
  386. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.c +0 -0
  387. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.h +0 -0
  388. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.c +0 -0
  389. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.h +0 -0
  390. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  391. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  392. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.c +0 -0
  393. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.h +0 -0
  394. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.c +0 -0
  395. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.h +0 -0
  396. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.c +0 -0
  397. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.h +0 -0
  398. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.c +0 -0
  399. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.h +0 -0
  400. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.c +0 -0
  401. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.h +0 -0
  402. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.c +0 -0
  403. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.h +0 -0
  404. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.c +0 -0
  405. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.h +0 -0
  406. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.c +0 -0
  407. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.h +0 -0
  408. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.c +0 -0
  409. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.h +0 -0
  410. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_874.c +0 -0
  411. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_874.h +0 -0
  412. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_932.c +0 -0
  413. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_932.h +0 -0
  414. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_936.c +0 -0
  415. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_936.h +0 -0
  416. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_949.c +0 -0
  417. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_949.h +0 -0
  418. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_950.c +0 -0
  419. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_codepage_windows_950.h +0 -0
  420. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_definitions.h +0 -0
  421. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_error.c +0 -0
  422. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_error.h +0 -0
  423. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_extern.h +0 -0
  424. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_libcerror.h +0 -0
  425. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_scsu.c +0 -0
  426. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_scsu.h +0 -0
  427. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_support.c +0 -0
  428. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_support.h +0 -0
  429. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_types.h +0 -0
  430. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_unicode_character.c +0 -0
  431. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_unicode_character.h +0 -0
  432. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_unused.h +0 -0
  433. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_url_stream.c +0 -0
  434. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_url_stream.h +0 -0
  435. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_stream.c +0 -0
  436. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_stream.h +0 -0
  437. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_string.c +0 -0
  438. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf16_string.h +0 -0
  439. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_stream.c +0 -0
  440. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_stream.h +0 -0
  441. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_string.c +0 -0
  442. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf32_string.h +0 -0
  443. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf7_stream.c +0 -0
  444. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf7_stream.h +0 -0
  445. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_stream.c +0 -0
  446. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_stream.h +0 -0
  447. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_string.c +0 -0
  448. {libfwps-20231126 → libfwps-20240120}/libuna/libuna_utf8_string.h +0 -0
  449. {libfwps-20231126 → libfwps-20240120}/ltmain.sh +0 -0
  450. {libfwps-20231126 → libfwps-20240120}/m4/common.m4 +0 -0
  451. {libfwps-20231126 → libfwps-20240120}/m4/gettext.m4 +0 -0
  452. {libfwps-20231126 → libfwps-20240120}/m4/host-cpu-c-abi.m4 +0 -0
  453. {libfwps-20231126 → libfwps-20240120}/m4/iconv.m4 +0 -0
  454. {libfwps-20231126 → libfwps-20240120}/m4/intlmacosx.m4 +0 -0
  455. {libfwps-20231126 → libfwps-20240120}/m4/lib-ld.m4 +0 -0
  456. {libfwps-20231126 → libfwps-20240120}/m4/lib-link.m4 +0 -0
  457. {libfwps-20231126 → libfwps-20240120}/m4/lib-prefix.m4 +0 -0
  458. {libfwps-20231126 → libfwps-20240120}/m4/libcdata.m4 +0 -0
  459. {libfwps-20231126 → libfwps-20240120}/m4/libcerror.m4 +0 -0
  460. {libfwps-20231126 → libfwps-20240120}/m4/libclocale.m4 +0 -0
  461. {libfwps-20231126 → libfwps-20240120}/m4/libcnotify.m4 +0 -0
  462. {libfwps-20231126 → libfwps-20240120}/m4/libcthreads.m4 +0 -0
  463. {libfwps-20231126 → libfwps-20240120}/m4/libfdatetime.m4 +0 -0
  464. {libfwps-20231126 → libfwps-20240120}/m4/libfguid.m4 +0 -0
  465. {libfwps-20231126 → libfwps-20240120}/m4/libtool.m4 +0 -0
  466. {libfwps-20231126 → libfwps-20240120}/m4/libuna.m4 +0 -0
  467. {libfwps-20231126 → libfwps-20240120}/m4/ltoptions.m4 +0 -0
  468. {libfwps-20231126 → libfwps-20240120}/m4/ltsugar.m4 +0 -0
  469. {libfwps-20231126 → libfwps-20240120}/m4/ltversion.m4 +0 -0
  470. {libfwps-20231126 → libfwps-20240120}/m4/lt~obsolete.m4 +0 -0
  471. {libfwps-20231126 → libfwps-20240120}/m4/nls.m4 +0 -0
  472. {libfwps-20231126 → libfwps-20240120}/m4/po.m4 +0 -0
  473. {libfwps-20231126 → libfwps-20240120}/m4/progtest.m4 +0 -0
  474. {libfwps-20231126 → libfwps-20240120}/m4/pthread.m4 +0 -0
  475. {libfwps-20231126 → libfwps-20240120}/m4/python.m4 +0 -0
  476. {libfwps-20231126 → libfwps-20240120}/m4/tests.m4 +0 -0
  477. {libfwps-20231126 → libfwps-20240120}/m4/types.m4 +0 -0
  478. {libfwps-20231126 → libfwps-20240120}/manuals/Makefile.am +0 -0
  479. {libfwps-20231126 → libfwps-20240120}/missing +0 -0
  480. {libfwps-20231126 → libfwps-20240120}/msvscpp/libcdata/libcdata.vcproj +0 -0
  481. {libfwps-20231126 → libfwps-20240120}/msvscpp/libcerror/libcerror.vcproj +0 -0
  482. {libfwps-20231126 → libfwps-20240120}/msvscpp/libclocale/libclocale.vcproj +0 -0
  483. {libfwps-20231126 → libfwps-20240120}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  484. {libfwps-20231126 → libfwps-20240120}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  485. {libfwps-20231126 → libfwps-20240120}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  486. {libfwps-20231126 → libfwps-20240120}/msvscpp/libfguid/libfguid.vcproj +0 -0
  487. {libfwps-20231126 → libfwps-20240120}/msvscpp/libuna/libuna.vcproj +0 -0
  488. {libfwps-20231126 → libfwps-20240120}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
  489. {libfwps-20231126 → libfwps-20240120}/ossfuzz/Makefile.am +0 -0
  490. {libfwps-20231126 → libfwps-20240120}/po/ChangeLog +0 -0
  491. {libfwps-20231126 → libfwps-20240120}/po/Makefile.in.in +0 -0
  492. {libfwps-20231126 → libfwps-20240120}/po/Makevars +0 -0
  493. {libfwps-20231126 → libfwps-20240120}/po/Makevars.in +0 -0
  494. {libfwps-20231126 → libfwps-20240120}/po/POTFILES.in +0 -0
  495. {libfwps-20231126 → libfwps-20240120}/po/Rules-quot +0 -0
  496. {libfwps-20231126 → libfwps-20240120}/po/boldquot.sed +0 -0
  497. {libfwps-20231126 → libfwps-20240120}/po/en@boldquot.header +0 -0
  498. {libfwps-20231126 → libfwps-20240120}/po/en@quot.header +0 -0
  499. {libfwps-20231126 → libfwps-20240120}/po/insert-header.sin +0 -0
  500. {libfwps-20231126 → libfwps-20240120}/po/quot.sed +0 -0
  501. {libfwps-20231126 → libfwps-20240120}/po/remove-potcdate.sin +0 -0
  502. {libfwps-20231126 → libfwps-20240120}/pyfwps/Makefile.am +0 -0
  503. {libfwps-20231126 → libfwps-20240120}/pyproject.toml +0 -0
  504. {libfwps-20231126 → libfwps-20240120}/setup.cfg.in +0 -0
  505. {libfwps-20231126 → libfwps-20240120}/setup.py +0 -0
  506. {libfwps-20231126 → libfwps-20240120}/test-driver +0 -0
  507. {libfwps-20231126 → libfwps-20240120}/tests/test_library.sh +0 -0
  508. {libfwps-20231126 → libfwps-20240120}/tests/test_manpage.sh +0 -0
  509. {libfwps-20231126 → libfwps-20240120}/tests/test_python_module.sh +0 -0
  510. {libfwps-20231126 → libfwps-20240120}/tests/test_runner.sh +0 -0
@@ -0,0 +1,4 @@
1
+ Acknowledgements: libfwps
2
+
3
+ Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
4
+
@@ -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/libfole.m4 $(top_srcdir)/m4/libtool.m4 \
102
- $(top_srcdir)/m4/libuna.m4 $(top_srcdir)/m4/ltoptions.m4 \
103
- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
104
- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
105
- $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
106
- $(top_srcdir)/m4/pthread.m4 $(top_srcdir)/m4/python.m4 \
107
- $(top_srcdir)/m4/tests.m4 $(top_srcdir)/m4/types.m4 \
108
- $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfwps-python
3
- Version: 20231126
3
+ Version: 20240120
4
4
  Summary: Python bindings module for libfwps
5
5
  Author: Joachim Metz
6
6
  Author-email: joachim.metz@gmail.com
@@ -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 utilise pkg-config. -*- Autoconf -*-
24
- # serial 11 (pkg-config-0.29.1)
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.1])
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 occurence in configure.ac, so if the first place
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 $1])
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
- AC_MSG_RESULT([no])
177
+ AC_MSG_RESULT([no])
178
178
  _PKG_SHORT_ERRORS_SUPPORTED
179
179
  if test $_pkg_short_errors_supported = yes; then
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`
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
- # Put the nasty error message in config.log where it belongs
185
- echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
184
+ # Put the nasty error message in config.log where it belongs
185
+ echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
186
186
 
187
- m4_default([$4], [AC_MSG_ERROR(
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
- AC_MSG_RESULT([no])
199
- m4_default([$4], [AC_MSG_FAILURE(
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
- $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
210
- $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
209
+ $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
210
+ $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
211
211
  AC_MSG_RESULT([yes])
212
- $3
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/libfole.m4 $(top_srcdir)/m4/libtool.m4 \
101
- $(top_srcdir)/m4/libuna.m4 $(top_srcdir)/m4/ltoptions.m4 \
102
- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
103
- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
104
- $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
105
- $(top_srcdir)/m4/pthread.m4 $(top_srcdir)/m4/python.m4 \
106
- $(top_srcdir)/m4/tests.m4 $(top_srcdir)/m4/types.m4 \
107
- $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
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@
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Byte stream functions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Common include file
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -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 20231126"
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 "20231126"
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 "20231126"
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,7 +1,7 @@
1
1
  /*
2
2
  * Configuration for the Borland/CodeGear C++ Builder compiler
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Configuration for the Microsoft Visual Studio C++ compiler
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Configuration file for WINAPI
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * FILE stream functions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Memory functions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Narrow character string functions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * System character string functions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Type and type-support definitions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Type and type-support definitions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Wide character string functions
3
3
  *
4
- * Copyright (C) 2013-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/sh
2
2
  # Attempt to guess a canonical system name.
3
- # Copyright 1992-2022 Free Software Foundation, Inc.
3
+ # Copyright 1992-2023 Free Software Foundation, Inc.
4
4
 
5
5
  # shellcheck disable=SC2006,SC2268 # see below for rationale
6
6
 
7
- timestamp='2022-05-25'
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 \`$me' is run on.
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-2022 Free Software Foundation, Inc.
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 \`$me --help' for more information."
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, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
106
- # use `HOST_CC' if defined, but it is deprecated.
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 `4.1.3-JL'.
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:*:* | loongarchx32: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 `uname', then EMX Unix compatibility
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 `ClearPath HMP IX 4000' SVR4/MP effort
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
  ;;