libfwps-python 20230711__tar.gz → 20240120__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (515) hide show
  1. libfwps-20240120/AUTHORS +4 -0
  2. {libfwps-20230711 → libfwps-20240120}/Makefile.am +9 -26
  3. {libfwps-20230711 → libfwps-20240120}/Makefile.in +35 -70
  4. {libfwps-20230711 → libfwps-20240120}/PKG-INFO +4 -2
  5. {libfwps-20230711 → libfwps-20240120}/aclocal.m4 +34 -18
  6. {libfwps-20230711 → libfwps-20240120}/common/Makefile.am +3 -3
  7. {libfwps-20230711 → libfwps-20240120}/common/Makefile.in +24 -45
  8. {libfwps-20230711 → libfwps-20240120}/common/byte_stream.h +1 -1
  9. {libfwps-20230711 → libfwps-20240120}/common/common.h +1 -1
  10. {libfwps-20230711 → libfwps-20240120}/common/config.h +3 -12
  11. {libfwps-20230711 → libfwps-20240120}/common/config.h.in +0 -9
  12. {libfwps-20230711 → libfwps-20240120}/common/config_borlandc.h +1 -1
  13. {libfwps-20230711 → libfwps-20240120}/common/config_msc.h +1 -1
  14. {libfwps-20230711 → libfwps-20240120}/common/config_winapi.h +1 -1
  15. {libfwps-20230711 → libfwps-20240120}/common/file_stream.h +1 -1
  16. {libfwps-20230711 → libfwps-20240120}/common/memory.h +1 -1
  17. {libfwps-20230711 → libfwps-20240120}/common/narrow_string.h +1 -1
  18. {libfwps-20230711 → libfwps-20240120}/common/system_string.h +1 -1
  19. {libfwps-20230711 → libfwps-20240120}/common/types.h +1 -1
  20. {libfwps-20230711 → libfwps-20240120}/common/types.h.in +1 -1
  21. {libfwps-20230711 → libfwps-20240120}/common/wide_string.h +1 -1
  22. {libfwps-20230711 → libfwps-20240120}/config.guess +17 -11
  23. {libfwps-20230711 → libfwps-20240120}/config.sub +33 -16
  24. {libfwps-20230711 → libfwps-20240120}/configure +124 -1082
  25. {libfwps-20230711 → libfwps-20240120}/configure.ac +5 -10
  26. libfwps-20240120/dpkg/changelog +5 -0
  27. {libfwps-20230711 → libfwps-20240120}/dpkg/copyright +1 -1
  28. {libfwps-20230711 → libfwps-20240120}/dpkg/rules +1 -1
  29. {libfwps-20230711 → libfwps-20240120}/include/Makefile.am +5 -5
  30. {libfwps-20230711 → libfwps-20240120}/include/Makefile.in +26 -47
  31. {libfwps-20230711 → libfwps-20240120}/include/libfwps/codepage.h +1 -1
  32. {libfwps-20230711 → libfwps-20240120}/include/libfwps/definitions.h +3 -3
  33. {libfwps-20230711 → libfwps-20240120}/include/libfwps/definitions.h.in +1 -1
  34. {libfwps-20230711 → libfwps-20240120}/include/libfwps/error.h +1 -1
  35. {libfwps-20230711 → libfwps-20240120}/include/libfwps/extern.h +1 -1
  36. {libfwps-20230711 → libfwps-20240120}/include/libfwps/features.h +1 -1
  37. {libfwps-20230711 → libfwps-20240120}/include/libfwps/features.h.in +1 -1
  38. {libfwps-20230711 → libfwps-20240120}/include/libfwps/types.h +1 -1
  39. {libfwps-20230711 → libfwps-20240120}/include/libfwps/types.h.in +1 -1
  40. {libfwps-20230711 → libfwps-20240120}/include/libfwps.h +1 -1
  41. {libfwps-20230711 → libfwps-20240120}/include/libfwps.h.in +1 -1
  42. {libfwps-20230711 → libfwps-20240120}/libcdata/Makefile.am +4 -2
  43. {libfwps-20230711 → libfwps-20240120}/libcdata/Makefile.in +25 -44
  44. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_array.c +1 -1
  45. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_array.h +1 -1
  46. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree.c +1 -1
  47. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree.h +1 -1
  48. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_node.c +1 -1
  49. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_node.h +1 -1
  50. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_values_list.c +1 -1
  51. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_btree_values_list.h +1 -1
  52. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_definitions.h +3 -3
  53. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_error.c +1 -1
  54. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_error.h +1 -1
  55. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_extern.h +1 -1
  56. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_libcerror.h +1 -1
  57. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_libcthreads.h +1 -1
  58. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list.c +1 -1
  59. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list.h +1 -1
  60. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list_element.c +1 -1
  61. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_list_element.h +1 -1
  62. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list.c +1 -1
  63. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list.h +1 -1
  64. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list_value.c +1 -1
  65. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_range_list_value.h +1 -1
  66. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_support.c +1 -1
  67. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_support.h +1 -1
  68. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_tree_node.c +1 -1
  69. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_tree_node.h +1 -1
  70. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_types.h +1 -1
  71. {libfwps-20230711 → libfwps-20240120}/libcdata/libcdata_unused.h +1 -1
  72. {libfwps-20230711 → libfwps-20240120}/libcerror/Makefile.am +4 -2
  73. {libfwps-20230711 → libfwps-20240120}/libcerror/Makefile.in +25 -44
  74. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_definitions.h +3 -3
  75. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_error.c +1 -1
  76. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_error.h +1 -1
  77. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_extern.h +1 -1
  78. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_support.c +1 -1
  79. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_support.h +1 -1
  80. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_system.c +1 -1
  81. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_system.h +1 -1
  82. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_types.h +1 -1
  83. {libfwps-20230711 → libfwps-20240120}/libcerror/libcerror_unused.h +1 -1
  84. {libfwps-20230711 → libfwps-20240120}/libclocale/Makefile.am +4 -2
  85. {libfwps-20230711 → libfwps-20240120}/libclocale/Makefile.in +25 -44
  86. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_codepage.c +1 -1
  87. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_codepage.h +1 -1
  88. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_definitions.h +3 -3
  89. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_extern.h +1 -1
  90. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_libcerror.h +1 -1
  91. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_locale.c +1 -1
  92. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_locale.h +1 -1
  93. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_support.c +3 -3
  94. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_support.h +1 -1
  95. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_unused.h +1 -1
  96. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_wide_string.c +1 -1
  97. {libfwps-20230711 → libfwps-20240120}/libclocale/libclocale_wide_string.h +1 -1
  98. {libfwps-20230711 → libfwps-20240120}/libcnotify/Makefile.am +4 -2
  99. {libfwps-20230711 → libfwps-20240120}/libcnotify/Makefile.in +25 -44
  100. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_definitions.h +3 -3
  101. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_extern.h +1 -1
  102. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_libcerror.h +1 -1
  103. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_print.c +1 -1
  104. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_print.h +1 -1
  105. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_stream.c +1 -1
  106. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_stream.h +1 -1
  107. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_support.c +1 -1
  108. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_support.h +1 -1
  109. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_unused.h +1 -1
  110. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_verbose.c +1 -1
  111. {libfwps-20230711 → libfwps-20240120}/libcnotify/libcnotify_verbose.h +1 -1
  112. {libfwps-20230711 → libfwps-20240120}/libcthreads/Makefile.am +4 -2
  113. {libfwps-20230711 → libfwps-20240120}/libcthreads/Makefile.in +25 -44
  114. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_condition.c +1 -1
  115. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_condition.h +1 -1
  116. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_definitions.h +3 -3
  117. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_error.c +1 -1
  118. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_error.h +1 -1
  119. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_extern.h +1 -1
  120. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_libcerror.h +1 -1
  121. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_lock.c +1 -1
  122. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_lock.h +1 -1
  123. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_mutex.c +1 -1
  124. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_mutex.h +1 -1
  125. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_queue.c +1 -1
  126. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_queue.h +1 -1
  127. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.c +1 -1
  128. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_read_write_lock.h +1 -1
  129. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.c +1 -1
  130. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_repeating_thread.h +1 -1
  131. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_support.c +1 -1
  132. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_support.h +1 -1
  133. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread.c +1 -1
  134. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread.h +1 -1
  135. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.c +1 -1
  136. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_attributes.h +1 -1
  137. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.c +1 -1
  138. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_thread_pool.h +1 -1
  139. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_types.h +1 -1
  140. {libfwps-20230711 → libfwps-20240120}/libcthreads/libcthreads_unused.h +1 -1
  141. {libfwps-20230711 → libfwps-20240120}/libfdatetime/Makefile.am +4 -2
  142. {libfwps-20230711 → libfwps-20240120}/libfdatetime/Makefile.in +25 -44
  143. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.c +1 -1
  144. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_date_time_values.h +1 -1
  145. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_definitions.h +3 -3
  146. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_error.c +1 -1
  147. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_error.h +1 -1
  148. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_extern.h +1 -1
  149. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.c +1 -1
  150. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_fat_date_time.h +1 -1
  151. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.c +1 -1
  152. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_filetime.h +1 -1
  153. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.c +1 -1
  154. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_floatingtime.h +1 -1
  155. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.c +1 -1
  156. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_hfs_time.h +1 -1
  157. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_libcerror.h +1 -1
  158. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.c +1 -1
  159. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_nsf_timedate.h +1 -1
  160. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.c +1 -1
  161. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_posix_time.h +1 -1
  162. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_support.c +1 -1
  163. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_support.h +1 -1
  164. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.c +1 -1
  165. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_systemtime.h +1 -1
  166. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_types.h +1 -1
  167. {libfwps-20230711 → libfwps-20240120}/libfdatetime/libfdatetime_unused.h +1 -1
  168. {libfwps-20230711 → libfwps-20240120}/libfguid/Makefile.am +4 -2
  169. {libfwps-20230711 → libfwps-20240120}/libfguid/Makefile.in +25 -44
  170. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_definitions.h +3 -3
  171. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_error.c +1 -1
  172. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_error.h +1 -1
  173. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_extern.h +1 -1
  174. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_identifier.c +1 -1
  175. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_identifier.h +1 -1
  176. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_libcerror.h +1 -1
  177. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_support.c +1 -1
  178. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_support.h +1 -1
  179. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_types.h +1 -1
  180. {libfwps-20230711 → libfwps-20240120}/libfguid/libfguid_unused.h +1 -1
  181. {libfwps-20230711 → libfwps-20240120}/libfwps/Makefile.am +6 -7
  182. {libfwps-20230711 → libfwps-20240120}/libfwps/Makefile.in +27 -49
  183. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps.c +1 -1
  184. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps.rc +3 -3
  185. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps.rc.in +1 -1
  186. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_codepage.h +1 -1
  187. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_definitions.h +3 -3
  188. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_definitions.h.in +1 -1
  189. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_error.c +1 -1
  190. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_error.h +1 -1
  191. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_extern.h +1 -1
  192. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.c +1 -1
  193. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_format_class_identifier.h +1 -1
  194. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libcdata.h +1 -1
  195. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libcerror.h +1 -1
  196. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libcnotify.h +1 -1
  197. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libfguid.h +1 -1
  198. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_libuna.h +1 -1
  199. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_property_identifier.c +1 -1
  200. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_property_identifier.h +1 -1
  201. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_record.c +1 -2
  202. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_record.h +1 -1
  203. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_set.c +1 -1
  204. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_set.h +1 -1
  205. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_store.c +1 -1
  206. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_store.h +1 -1
  207. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_support.c +1 -1
  208. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_support.h +1 -1
  209. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_types.h +1 -1
  210. {libfwps-20230711 → libfwps-20240120}/libfwps/libfwps_unused.h +1 -1
  211. {libfwps-20230711 → libfwps-20240120}/libfwps.pc.in +1 -1
  212. {libfwps-20230711 → libfwps-20240120}/libfwps.spec +6 -6
  213. {libfwps-20230711 → libfwps-20240120}/libfwps.spec.in +4 -4
  214. {libfwps-20230711 → libfwps-20240120}/libuna/Makefile.in +19 -42
  215. libfwps-20240120/m4/python.m4 +206 -0
  216. {libfwps-20230711 → libfwps-20240120}/manuals/Makefile.am +1 -1
  217. {libfwps-20230711 → libfwps-20240120}/manuals/Makefile.in +22 -44
  218. {libfwps-20230711 → libfwps-20240120}/manuals/libfwps.3 +1 -1
  219. {libfwps-20230711 → libfwps-20240120}/msvscpp/Makefile.am +1 -2
  220. {libfwps-20230711 → libfwps-20240120}/msvscpp/Makefile.in +22 -44
  221. {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_error/fwps_test_error.vcproj +4 -4
  222. {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +4 -4
  223. {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_record/fwps_test_record.vcproj +4 -4
  224. {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_set/fwps_test_set.vcproj +4 -4
  225. {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_store/fwps_test_store.vcproj +4 -4
  226. {libfwps-20230711 → libfwps-20240120}/msvscpp/fwps_test_support/fwps_test_support.vcproj +4 -4
  227. {libfwps-20230711 → libfwps-20240120}/msvscpp/libfwps/libfwps.vcproj +4 -8
  228. {libfwps-20230711 → libfwps-20240120}/msvscpp/libfwps.sln +45 -55
  229. {libfwps-20230711 → libfwps-20240120}/ossfuzz/Makefile.am +2 -2
  230. {libfwps-20230711 → libfwps-20240120}/ossfuzz/Makefile.in +23 -44
  231. {libfwps-20230711 → libfwps-20240120}/ossfuzz/ossfuzz_libfwps.h +1 -1
  232. {libfwps-20230711 → libfwps-20240120}/ossfuzz/record_fuzzer.cc +1 -1
  233. {libfwps-20230711 → libfwps-20240120}/ossfuzz/set_fuzzer.cc +1 -1
  234. {libfwps-20230711 → libfwps-20240120}/ossfuzz/store_fuzzer.cc +1 -1
  235. {libfwps-20230711 → libfwps-20240120}/po/Makevars +3 -0
  236. {libfwps-20230711 → libfwps-20240120}/po/Makevars.in +3 -0
  237. {libfwps-20230711 → libfwps-20240120}/pyfwps/Makefile.am +1 -1
  238. {libfwps-20230711 → libfwps-20240120}/pyfwps/Makefile.in +22 -44
  239. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps.c +2 -3
  240. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps.h +1 -1
  241. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_codepage.c +1 -1
  242. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_codepage.h +1 -1
  243. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_error.c +1 -1
  244. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_error.h +1 -1
  245. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_guid.c +2 -3
  246. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_guid.h +1 -1
  247. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_integer.c +1 -1
  248. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_integer.h +1 -1
  249. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libcerror.h +1 -1
  250. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libclocale.h +1 -1
  251. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libfguid.h +1 -1
  252. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libfwps.h +1 -1
  253. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_libuna.h +1 -1
  254. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_python.h +1 -1
  255. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_record.c +1 -3
  256. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_record.h +1 -1
  257. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_records.c +1 -1
  258. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_records.h +1 -1
  259. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_set.c +1 -1
  260. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_set.h +1 -1
  261. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_sets.c +1 -1
  262. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_sets.h +1 -1
  263. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_store.c +1 -1
  264. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_store.h +1 -1
  265. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_string.c +47 -17
  266. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_string.h +1 -1
  267. {libfwps-20230711 → libfwps-20240120}/pyfwps/pyfwps_unused.h +1 -1
  268. libfwps-20240120/pyproject.toml +4 -0
  269. libfwps-20240120/setup.cfg +16 -0
  270. libfwps-20240120/setup.cfg.in +16 -0
  271. {libfwps-20230711 → libfwps-20240120}/setup.py +40 -118
  272. {libfwps-20230711 → libfwps-20240120}/tests/Makefile.am +1 -2
  273. {libfwps-20230711 → libfwps-20240120}/tests/Makefile.in +22 -44
  274. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_error.c +1 -1
  275. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_libcerror.h +1 -1
  276. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_libfwps.h +1 -1
  277. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_macros.h +1 -1
  278. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_memory.c +1 -1
  279. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_memory.h +1 -1
  280. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_property_identifier.c +1 -1
  281. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_record.c +1 -1
  282. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_set.c +1 -1
  283. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_store.c +1 -1
  284. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_support.c +1 -1
  285. {libfwps-20230711 → libfwps-20240120}/tests/fwps_test_unused.h +1 -1
  286. {libfwps-20230711 → libfwps-20240120}/tests/pyfwps_test_set.py +2 -2
  287. {libfwps-20230711 → libfwps-20240120}/tests/pyfwps_test_store.py +2 -2
  288. {libfwps-20230711 → libfwps-20240120}/tests/pyfwps_test_support.py +1 -1
  289. {libfwps-20230711 → libfwps-20240120}/tests/test_library.sh +41 -34
  290. {libfwps-20230711 → libfwps-20240120}/tests/test_python_module.sh +34 -24
  291. {libfwps-20230711 → libfwps-20240120}/tests/test_runner.sh +15 -160
  292. libfwps-20230711/AUTHORS +0 -4
  293. libfwps-20230711/dpkg/changelog +0 -5
  294. libfwps-20230711/libfole/Makefile.am +0 -29
  295. libfwps-20230711/libfole/Makefile.in +0 -807
  296. libfwps-20230711/libfole/libfole_definitions.h +0 -53
  297. libfwps-20230711/libfole/libfole_error.c +0 -111
  298. libfwps-20230711/libfole/libfole_error.h +0 -74
  299. libfwps-20230711/libfole/libfole_extern.h +0 -46
  300. libfwps-20230711/libfole/libfole_libcerror.h +0 -50
  301. libfwps-20230711/libfole/libfole_support.c +0 -41
  302. libfwps-20230711/libfole/libfole_support.h +0 -47
  303. libfwps-20230711/libfole/libfole_types.h +0 -47
  304. libfwps-20230711/libfole/libfole_unused.h +0 -44
  305. libfwps-20230711/libfole/libfole_value_type.c +0 -111
  306. libfwps-20230711/libfole/libfole_value_type.h +0 -64
  307. libfwps-20230711/libfwps/libfwps_libfole.h +0 -48
  308. libfwps-20230711/m4/libfole.m4 +0 -156
  309. libfwps-20230711/m4/python.m4 +0 -575
  310. libfwps-20230711/msvscpp/libfole/libfole.vcproj +0 -213
  311. libfwps-20230711/pyfwps-python2/Makefile.am +0 -68
  312. libfwps-20230711/pyfwps-python2/Makefile.in +0 -1010
  313. libfwps-20230711/pyfwps-python3/Makefile.am +0 -68
  314. libfwps-20230711/pyfwps-python3/Makefile.in +0 -1010
  315. {libfwps-20230711 → libfwps-20240120}/ABOUT-NLS +0 -0
  316. {libfwps-20230711 → libfwps-20240120}/COPYING +0 -0
  317. {libfwps-20230711 → libfwps-20240120}/COPYING.LESSER +0 -0
  318. {libfwps-20230711 → libfwps-20240120}/ChangeLog +0 -0
  319. {libfwps-20230711 → libfwps-20240120}/INSTALL +0 -0
  320. {libfwps-20230711 → libfwps-20240120}/NEWS +0 -0
  321. {libfwps-20230711 → libfwps-20240120}/README +0 -0
  322. {libfwps-20230711 → libfwps-20240120}/acinclude.m4 +0 -0
  323. {libfwps-20230711 → libfwps-20240120}/compile +0 -0
  324. {libfwps-20230711 → libfwps-20240120}/config.rpath +0 -0
  325. {libfwps-20230711 → libfwps-20240120}/depcomp +0 -0
  326. {libfwps-20230711 → libfwps-20240120}/dpkg/changelog.in +0 -0
  327. {libfwps-20230711 → libfwps-20240120}/dpkg/compat +0 -0
  328. {libfwps-20230711 → libfwps-20240120}/dpkg/control +0 -0
  329. {libfwps-20230711 → libfwps-20240120}/dpkg/libfwps-dev.install +0 -0
  330. {libfwps-20230711 → libfwps-20240120}/dpkg/libfwps-python3.install +0 -0
  331. {libfwps-20230711 → libfwps-20240120}/dpkg/libfwps.install +0 -0
  332. {libfwps-20230711 → libfwps-20240120}/dpkg/source/format +0 -0
  333. {libfwps-20230711 → libfwps-20240120}/install-sh +0 -0
  334. {libfwps-20230711 → libfwps-20240120}/libuna/Makefile.am +0 -0
  335. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base16_stream.c +0 -0
  336. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base16_stream.h +0 -0
  337. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base32_stream.c +0 -0
  338. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base32_stream.h +0 -0
  339. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base64_stream.c +0 -0
  340. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_base64_stream.h +0 -0
  341. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_byte_stream.c +0 -0
  342. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_byte_stream.h +0 -0
  343. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  344. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  345. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  346. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  347. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  348. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  349. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  350. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  351. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  352. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  353. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  354. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  355. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  356. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  357. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  358. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  359. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  360. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  361. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  362. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  363. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  364. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  365. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  366. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  367. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  368. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  369. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.c +0 -0
  370. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_r.h +0 -0
  371. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.c +0 -0
  372. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_koi8_u.h +0 -0
  373. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.c +0 -0
  374. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_arabic.h +0 -0
  375. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.c +0 -0
  376. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_celtic.h +0 -0
  377. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  378. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  379. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.c +0 -0
  380. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_croatian.h +0 -0
  381. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  382. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  383. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  384. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  385. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.c +0 -0
  386. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_farsi.h +0 -0
  387. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  388. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  389. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.c +0 -0
  390. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_greek.h +0 -0
  391. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  392. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  393. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.c +0 -0
  394. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_inuit.h +0 -0
  395. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.c +0 -0
  396. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_roman.h +0 -0
  397. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.c +0 -0
  398. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_romanian.h +0 -0
  399. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.c +0 -0
  400. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_russian.h +0 -0
  401. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.c +0 -0
  402. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_symbol.h +0 -0
  403. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.c +0 -0
  404. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_thai.h +0 -0
  405. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.c +0 -0
  406. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_turkish.h +0 -0
  407. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  408. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  409. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.c +0 -0
  410. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1250.h +0 -0
  411. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.c +0 -0
  412. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1251.h +0 -0
  413. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.c +0 -0
  414. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1252.h +0 -0
  415. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.c +0 -0
  416. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1253.h +0 -0
  417. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.c +0 -0
  418. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1254.h +0 -0
  419. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.c +0 -0
  420. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1255.h +0 -0
  421. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.c +0 -0
  422. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1256.h +0 -0
  423. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.c +0 -0
  424. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1257.h +0 -0
  425. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.c +0 -0
  426. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_1258.h +0 -0
  427. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_874.c +0 -0
  428. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_874.h +0 -0
  429. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_932.c +0 -0
  430. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_932.h +0 -0
  431. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_936.c +0 -0
  432. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_936.h +0 -0
  433. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_949.c +0 -0
  434. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_949.h +0 -0
  435. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_950.c +0 -0
  436. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_codepage_windows_950.h +0 -0
  437. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_definitions.h +0 -0
  438. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_error.c +0 -0
  439. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_error.h +0 -0
  440. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_extern.h +0 -0
  441. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_libcerror.h +0 -0
  442. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_scsu.c +0 -0
  443. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_scsu.h +0 -0
  444. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_support.c +0 -0
  445. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_support.h +0 -0
  446. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_types.h +0 -0
  447. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_unicode_character.c +0 -0
  448. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_unicode_character.h +0 -0
  449. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_unused.h +0 -0
  450. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_url_stream.c +0 -0
  451. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_url_stream.h +0 -0
  452. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_stream.c +0 -0
  453. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_stream.h +0 -0
  454. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_string.c +0 -0
  455. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf16_string.h +0 -0
  456. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_stream.c +0 -0
  457. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_stream.h +0 -0
  458. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_string.c +0 -0
  459. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf32_string.h +0 -0
  460. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf7_stream.c +0 -0
  461. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf7_stream.h +0 -0
  462. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_stream.c +0 -0
  463. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_stream.h +0 -0
  464. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_string.c +0 -0
  465. {libfwps-20230711 → libfwps-20240120}/libuna/libuna_utf8_string.h +0 -0
  466. {libfwps-20230711 → libfwps-20240120}/ltmain.sh +0 -0
  467. {libfwps-20230711 → libfwps-20240120}/m4/common.m4 +0 -0
  468. {libfwps-20230711 → libfwps-20240120}/m4/gettext.m4 +0 -0
  469. {libfwps-20230711 → libfwps-20240120}/m4/host-cpu-c-abi.m4 +0 -0
  470. {libfwps-20230711 → libfwps-20240120}/m4/iconv.m4 +0 -0
  471. {libfwps-20230711 → libfwps-20240120}/m4/intlmacosx.m4 +0 -0
  472. {libfwps-20230711 → libfwps-20240120}/m4/lib-ld.m4 +0 -0
  473. {libfwps-20230711 → libfwps-20240120}/m4/lib-link.m4 +0 -0
  474. {libfwps-20230711 → libfwps-20240120}/m4/lib-prefix.m4 +0 -0
  475. {libfwps-20230711 → libfwps-20240120}/m4/libcdata.m4 +0 -0
  476. {libfwps-20230711 → libfwps-20240120}/m4/libcerror.m4 +0 -0
  477. {libfwps-20230711 → libfwps-20240120}/m4/libclocale.m4 +0 -0
  478. {libfwps-20230711 → libfwps-20240120}/m4/libcnotify.m4 +0 -0
  479. {libfwps-20230711 → libfwps-20240120}/m4/libcthreads.m4 +0 -0
  480. {libfwps-20230711 → libfwps-20240120}/m4/libfdatetime.m4 +0 -0
  481. {libfwps-20230711 → libfwps-20240120}/m4/libfguid.m4 +0 -0
  482. {libfwps-20230711 → libfwps-20240120}/m4/libtool.m4 +0 -0
  483. {libfwps-20230711 → libfwps-20240120}/m4/libuna.m4 +0 -0
  484. {libfwps-20230711 → libfwps-20240120}/m4/ltoptions.m4 +0 -0
  485. {libfwps-20230711 → libfwps-20240120}/m4/ltsugar.m4 +0 -0
  486. {libfwps-20230711 → libfwps-20240120}/m4/ltversion.m4 +0 -0
  487. {libfwps-20230711 → libfwps-20240120}/m4/lt~obsolete.m4 +0 -0
  488. {libfwps-20230711 → libfwps-20240120}/m4/nls.m4 +0 -0
  489. {libfwps-20230711 → libfwps-20240120}/m4/po.m4 +0 -0
  490. {libfwps-20230711 → libfwps-20240120}/m4/progtest.m4 +0 -0
  491. {libfwps-20230711 → libfwps-20240120}/m4/pthread.m4 +0 -0
  492. {libfwps-20230711 → libfwps-20240120}/m4/tests.m4 +0 -0
  493. {libfwps-20230711 → libfwps-20240120}/m4/types.m4 +0 -0
  494. {libfwps-20230711 → libfwps-20240120}/missing +0 -0
  495. {libfwps-20230711 → libfwps-20240120}/msvscpp/libcdata/libcdata.vcproj +0 -0
  496. {libfwps-20230711 → libfwps-20240120}/msvscpp/libcerror/libcerror.vcproj +0 -0
  497. {libfwps-20230711 → libfwps-20240120}/msvscpp/libclocale/libclocale.vcproj +0 -0
  498. {libfwps-20230711 → libfwps-20240120}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  499. {libfwps-20230711 → libfwps-20240120}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  500. {libfwps-20230711 → libfwps-20240120}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  501. {libfwps-20230711 → libfwps-20240120}/msvscpp/libfguid/libfguid.vcproj +0 -0
  502. {libfwps-20230711 → libfwps-20240120}/msvscpp/libuna/libuna.vcproj +0 -0
  503. {libfwps-20230711 → libfwps-20240120}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
  504. {libfwps-20230711 → libfwps-20240120}/po/ChangeLog +0 -0
  505. {libfwps-20230711 → libfwps-20240120}/po/Makefile.in.in +0 -0
  506. {libfwps-20230711 → libfwps-20240120}/po/POTFILES.in +0 -0
  507. {libfwps-20230711 → libfwps-20240120}/po/Rules-quot +0 -0
  508. {libfwps-20230711 → libfwps-20240120}/po/boldquot.sed +0 -0
  509. {libfwps-20230711 → libfwps-20240120}/po/en@boldquot.header +0 -0
  510. {libfwps-20230711 → libfwps-20240120}/po/en@quot.header +0 -0
  511. {libfwps-20230711 → libfwps-20240120}/po/insert-header.sin +0 -0
  512. {libfwps-20230711 → libfwps-20240120}/po/quot.sed +0 -0
  513. {libfwps-20230711 → libfwps-20240120}/po/remove-potcdate.sin +0 -0
  514. {libfwps-20230711 → libfwps-20240120}/test-driver +0 -0
  515. {libfwps-20230711 → libfwps-20240120}/tests/test_manpage.sh +0 -0
@@ -0,0 +1,4 @@
1
+ Acknowledgements: libfwps
2
+
3
+ Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
4
+
@@ -11,11 +11,8 @@ SUBDIRS = \
11
11
  libuna \
12
12
  libfdatetime \
13
13
  libfguid \
14
- libfole \
15
14
  libfwps \
16
15
  pyfwps \
17
- pyfwps-python2 \
18
- pyfwps-python3 \
19
16
  po \
20
17
  manuals \
21
18
  tests \
@@ -42,6 +39,9 @@ PKGCONFIG_FILES = \
42
39
  libfwps.pc.in
43
40
 
44
41
  SETUP_PY_FILES = \
42
+ pyproject.toml \
43
+ setup.cfg \
44
+ setup.cfg.in \
45
45
  setup.py
46
46
 
47
47
  SPEC_FILES = \
@@ -78,35 +78,18 @@ library:
78
78
  (cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
79
79
  (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
80
80
  (cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
81
- (cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
82
81
  (cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
83
82
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
84
83
 
85
84
  distclean: clean
86
- /bin/rm -f Makefile
87
- /bin/rm -f config.status
88
- /bin/rm -f config.cache
89
- /bin/rm -f config.log
90
- /bin/rm -f libfwps.pc
91
- /bin/rm -f libfwps.spec
85
+ -rm -f Makefile
86
+ -rm -f config.status
87
+ -rm -f config.cache
88
+ -rm -f config.log
89
+ -rm -f libfwps.pc
90
+ -rm -f libfwps.spec
92
91
  @for dir in ${subdirs}; do \
93
92
  (cd $$dir && $(MAKE) distclean) \
94
93
  || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
95
94
  done && test -z "$$fail"
96
95
 
97
- splint:
98
- (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
99
- (cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
100
- (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
101
- (cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
102
- (cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
103
- (cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
104
- (cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
105
- (cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
106
- (cd $(srcdir)/libfole && $(MAKE) splint $(AM_MAKEFLAGS))
107
- (cd $(srcdir)/libfwps && $(MAKE) splint $(AM_MAKEFLAGS))
108
- (cd $(srcdir)/pyfwps && $(MAKE) splint $(AM_MAKEFLAGS))
109
- (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
110
- (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
111
- (cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
112
-
@@ -98,14 +98,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
98
98
  $(top_srcdir)/m4/libcerror.m4 $(top_srcdir)/m4/libclocale.m4 \
99
99
  $(top_srcdir)/m4/libcnotify.m4 $(top_srcdir)/m4/libcthreads.m4 \
100
100
  $(top_srcdir)/m4/libfdatetime.m4 $(top_srcdir)/m4/libfguid.m4 \
101
- $(top_srcdir)/m4/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 \
@@ -116,7 +116,7 @@ mkinstalldirs = $(install_sh) -d
116
116
  CONFIG_HEADER = $(top_builddir)/common/config.h
117
117
  CONFIG_CLEAN_FILES = include/libfwps/definitions.h \
118
118
  include/libfwps/features.h include/libfwps/types.h \
119
- dpkg/changelog libfwps.pc libfwps.spec
119
+ dpkg/changelog libfwps.pc libfwps.spec setup.cfg
120
120
  CONFIG_CLEAN_VPATH_FILES =
121
121
  AM_V_P = $(am__v_P_@AM_V@)
122
122
  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -182,6 +182,7 @@ am__recursive_targets = \
182
182
  $(am__extra_recursive_targets)
183
183
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
184
184
  cscope distdir distdir-am dist dist-all distcheck
185
+ am__extra_recursive_targets = sources-recursive splint-recursive
185
186
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
186
187
  # Read a list of newline-separated strings from the standard input,
187
188
  # and print each of them once, without duplicates. Input order is
@@ -201,7 +202,8 @@ am__define_uniq_tagged_files = \
201
202
  done | $(am__uniquify_input)`
202
203
  DIST_SUBDIRS = $(SUBDIRS)
203
204
  am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libfwps.pc.in \
204
- $(srcdir)/libfwps.spec.in $(top_srcdir)/dpkg/changelog.in \
205
+ $(srcdir)/libfwps.spec.in $(srcdir)/setup.cfg.in \
206
+ $(top_srcdir)/dpkg/changelog.in \
205
207
  $(top_srcdir)/include/libfwps/definitions.h.in \
206
208
  $(top_srcdir)/include/libfwps/features.h.in \
207
209
  $(top_srcdir)/include/libfwps/types.h.in ABOUT-NLS AUTHORS \
@@ -300,7 +302,6 @@ HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
300
302
  HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
301
303
  HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
302
304
  HAVE_LIBFGUID = @HAVE_LIBFGUID@
303
- HAVE_LIBFOLE = @HAVE_LIBFOLE@
304
305
  HAVE_LIBUNA = @HAVE_LIBUNA@
305
306
  HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
306
307
  HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
@@ -309,7 +310,6 @@ HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
309
310
  HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
310
311
  HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
311
312
  HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
312
- HAVE_LOCAL_LIBFOLE = @HAVE_LOCAL_LIBFOLE@
313
313
  HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
314
314
  HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
315
315
  HAVE_OFF64_T = @HAVE_OFF64_T@
@@ -345,8 +345,6 @@ LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
345
345
  LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
346
346
  LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
347
347
  LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
348
- LIBFOLE_CPPFLAGS = @LIBFOLE_CPPFLAGS@
349
- LIBFOLE_LIBADD = @LIBFOLE_LIBADD@
350
348
  LIBFWPS_DLL_EXPORT = @LIBFWPS_DLL_EXPORT@
351
349
  LIBFWPS_DLL_IMPORT = @LIBFWPS_DLL_IMPORT@
352
350
  LIBICONV = @LIBICONV@
@@ -392,26 +390,6 @@ POSUB = @POSUB@
392
390
  PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
393
391
  PTHREAD_LIBADD = @PTHREAD_LIBADD@
394
392
  PYTHON = @PYTHON@
395
- PYTHON2 = @PYTHON2@
396
- PYTHON2_CONFIG = @PYTHON2_CONFIG@
397
- PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
398
- PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
399
- PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
400
- PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
401
- PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
402
- PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
403
- PYTHON2_PREFIX = @PYTHON2_PREFIX@
404
- PYTHON2_VERSION = @PYTHON2_VERSION@
405
- PYTHON3 = @PYTHON3@
406
- PYTHON3_CONFIG = @PYTHON3_CONFIG@
407
- PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
408
- PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
409
- PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
410
- PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
411
- PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
412
- PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
413
- PYTHON3_PREFIX = @PYTHON3_PREFIX@
414
- PYTHON3_VERSION = @PYTHON3_VERSION@
415
393
  PYTHON_CONFIG = @PYTHON_CONFIG@
416
394
  PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
417
395
  PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
@@ -465,9 +443,6 @@ ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
465
443
  ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
466
444
  ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
467
445
  ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
468
- ax_libfole_pc_libs_private = @ax_libfole_pc_libs_private@
469
- ax_libfole_spec_build_requires = @ax_libfole_spec_build_requires@
470
- ax_libfole_spec_requires = @ax_libfole_spec_requires@
471
446
  ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
472
447
  ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
473
448
  ax_libuna_spec_requires = @ax_libuna_spec_requires@
@@ -509,8 +484,6 @@ libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
509
484
  libfdatetime_LIBS = @libfdatetime_LIBS@
510
485
  libfguid_CFLAGS = @libfguid_CFLAGS@
511
486
  libfguid_LIBS = @libfguid_LIBS@
512
- libfole_CFLAGS = @libfole_CFLAGS@
513
- libfole_LIBS = @libfole_LIBS@
514
487
  libfwps_spec_requires = @libfwps_spec_requires@
515
488
  libuna_CFLAGS = @libuna_CFLAGS@
516
489
  libuna_LIBS = @libuna_LIBS@
@@ -524,11 +497,7 @@ prefix = @prefix@
524
497
  program_transform_name = @program_transform_name@
525
498
  psdir = @psdir@
526
499
  pyexecdir = @pyexecdir@
527
- pyexecdir2 = @pyexecdir2@
528
- pyexecdir3 = @pyexecdir3@
529
500
  pythondir = @pythondir@
530
- pythondir2 = @pythondir2@
531
- pythondir3 = @pythondir3@
532
501
  runstatedir = @runstatedir@
533
502
  sbindir = @sbindir@
534
503
  sharedstatedir = @sharedstatedir@
@@ -550,11 +519,8 @@ SUBDIRS = \
550
519
  libuna \
551
520
  libfdatetime \
552
521
  libfguid \
553
- libfole \
554
522
  libfwps \
555
523
  pyfwps \
556
- pyfwps-python2 \
557
- pyfwps-python3 \
558
524
  po \
559
525
  manuals \
560
526
  tests \
@@ -581,6 +547,9 @@ PKGCONFIG_FILES = \
581
547
  libfwps.pc.in
582
548
 
583
549
  SETUP_PY_FILES = \
550
+ pyproject.toml \
551
+ setup.cfg \
552
+ setup.cfg.in \
584
553
  setup.py
585
554
 
586
555
  SPEC_FILES = \
@@ -649,6 +618,8 @@ libfwps.pc: $(top_builddir)/config.status $(srcdir)/libfwps.pc.in
649
618
  cd $(top_builddir) && $(SHELL) ./config.status $@
650
619
  libfwps.spec: $(top_builddir)/config.status $(srcdir)/libfwps.spec.in
651
620
  cd $(top_builddir) && $(SHELL) ./config.status $@
621
+ setup.cfg: $(top_builddir)/config.status $(srcdir)/setup.cfg.in
622
+ cd $(top_builddir) && $(SHELL) ./config.status $@
652
623
 
653
624
  mostlyclean-libtool:
654
625
  -rm -f *.lo
@@ -713,6 +684,8 @@ $(am__recursive_targets):
713
684
  if test "$$dot_seen" = "no"; then \
714
685
  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
715
686
  fi; test -z "$$fail"
687
+ sources-local:
688
+ splint-local:
716
689
 
717
690
  ID: $(am__tagged_files)
718
691
  $(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -1086,6 +1059,14 @@ ps: ps-recursive
1086
1059
 
1087
1060
  ps-am:
1088
1061
 
1062
+ sources: sources-recursive
1063
+
1064
+ sources-am: sources-local
1065
+
1066
+ splint: splint-recursive
1067
+
1068
+ splint-am: splint-local
1069
+
1089
1070
  uninstall-am: uninstall-pkgconfigDATA
1090
1071
 
1091
1072
  .MAKE: $(am__recursive_targets) install-am install-strip
@@ -1105,7 +1086,8 @@ uninstall-am: uninstall-pkgconfigDATA
1105
1086
  installcheck installcheck-am installdirs installdirs-am \
1106
1087
  maintainer-clean maintainer-clean-generic mostlyclean \
1107
1088
  mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1108
- tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
1089
+ sources-am sources-local splint-am splint-local tags tags-am \
1090
+ uninstall uninstall-am uninstall-pkgconfigDATA
1109
1091
 
1110
1092
  .PRECIOUS: Makefile
1111
1093
 
@@ -1125,38 +1107,21 @@ library:
1125
1107
  (cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
1126
1108
  (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
1127
1109
  (cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
1128
- (cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
1129
1110
  (cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
1130
1111
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1131
1112
 
1132
1113
  distclean: clean
1133
- /bin/rm -f Makefile
1134
- /bin/rm -f config.status
1135
- /bin/rm -f config.cache
1136
- /bin/rm -f config.log
1137
- /bin/rm -f libfwps.pc
1138
- /bin/rm -f libfwps.spec
1114
+ -rm -f Makefile
1115
+ -rm -f config.status
1116
+ -rm -f config.cache
1117
+ -rm -f config.log
1118
+ -rm -f libfwps.pc
1119
+ -rm -f libfwps.spec
1139
1120
  @for dir in ${subdirs}; do \
1140
1121
  (cd $$dir && $(MAKE) distclean) \
1141
1122
  || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1142
1123
  done && test -z "$$fail"
1143
1124
 
1144
- splint:
1145
- (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
1146
- (cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
1147
- (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
1148
- (cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
1149
- (cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
1150
- (cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
1151
- (cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
1152
- (cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
1153
- (cd $(srcdir)/libfole && $(MAKE) splint $(AM_MAKEFLAGS))
1154
- (cd $(srcdir)/libfwps && $(MAKE) splint $(AM_MAKEFLAGS))
1155
- (cd $(srcdir)/pyfwps && $(MAKE) splint $(AM_MAKEFLAGS))
1156
- (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
1157
- (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
1158
- (cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
1159
-
1160
1125
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1161
1126
  # Otherwise a system limit (for SysV at least) may be exceeded.
1162
1127
  .NOEXPORT:
@@ -1,11 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfwps-python
3
- Version: 20230711
3
+ Version: 20240120
4
4
  Summary: Python bindings module for libfwps
5
- Home-page: https://github.com/libyal/libfwps/
6
5
  Author: Joachim Metz
7
6
  Author-email: joachim.metz@gmail.com
8
7
  License: GNU Lesser General Public License v3 or later (LGPLv3+)
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Programming Language :: Python
10
+ Requires-Python: >=3.7
9
11
  Description-Content-Type: text/plain
10
12
 
11
13
  Python bindings module for libfwps
@@ -20,8 +20,8 @@ You have another version of autoconf. It may work, but is not guaranteed to.
20
20
  If you have problems, you may need to regenerate the build system entirely.
21
21
  To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
22
 
23
- # pkg.m4 - Macros to locate and 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
 
@@ -742,6 +742,23 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
742
742
  [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
743
743
  [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
744
744
 
745
+ # AM_EXTRA_RECURSIVE_TARGETS -*- Autoconf -*-
746
+
747
+ # Copyright (C) 2012-2021 Free Software Foundation, Inc.
748
+ #
749
+ # This file is free software; the Free Software Foundation
750
+ # gives unlimited permission to copy and/or distribute it,
751
+ # with or without modifications, as long as this notice is preserved.
752
+
753
+ # AM_EXTRA_RECURSIVE_TARGETS
754
+ # --------------------------
755
+ # Define the list of user recursive targets. This macro exists only to
756
+ # be traced by Automake, which will ensure that a proper definition of
757
+ # user-defined recursive targets (and associated rules) is propagated
758
+ # into all the generated Makefiles.
759
+ # TODO: We should really reject non-literal arguments here...
760
+ AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], [])
761
+
745
762
  # Do all the work for Automake. -*- Autoconf -*-
746
763
 
747
764
  # Copyright (C) 1996-2021 Free Software Foundation, Inc.
@@ -1507,7 +1524,6 @@ m4_include([m4/libcnotify.m4])
1507
1524
  m4_include([m4/libcthreads.m4])
1508
1525
  m4_include([m4/libfdatetime.m4])
1509
1526
  m4_include([m4/libfguid.m4])
1510
- m4_include([m4/libfole.m4])
1511
1527
  m4_include([m4/libtool.m4])
1512
1528
  m4_include([m4/libuna.m4])
1513
1529
  m4_include([m4/ltoptions.m4])
@@ -19,7 +19,7 @@ MAINTAINERCLEANFILES = \
19
19
  Makefile.in
20
20
 
21
21
  distclean: clean
22
- /bin/rm -f config.h
23
- /bin/rm -f types.h
24
- /bin/rm -f Makefile
22
+ -rm -f config.h
23
+ -rm -f types.h
24
+ -rm -f Makefile
25
25
 
@@ -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)
@@ -131,6 +131,7 @@ am__can_run_installinfo = \
131
131
  n|no|NO) false;; \
132
132
  *) (install-info --version) >/dev/null 2>&1;; \
133
133
  esac
134
+ am__extra_recursive_targets = sources-recursive splint-recursive
134
135
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
135
136
  config.h.in
136
137
  # Read a list of newline-separated strings from the standard input,
@@ -200,7 +201,6 @@ HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
200
201
  HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
201
202
  HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
202
203
  HAVE_LIBFGUID = @HAVE_LIBFGUID@
203
- HAVE_LIBFOLE = @HAVE_LIBFOLE@
204
204
  HAVE_LIBUNA = @HAVE_LIBUNA@
205
205
  HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
206
206
  HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
@@ -209,7 +209,6 @@ HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
209
209
  HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
210
210
  HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
211
211
  HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
212
- HAVE_LOCAL_LIBFOLE = @HAVE_LOCAL_LIBFOLE@
213
212
  HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
214
213
  HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
215
214
  HAVE_OFF64_T = @HAVE_OFF64_T@
@@ -245,8 +244,6 @@ LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
245
244
  LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
246
245
  LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
247
246
  LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
248
- LIBFOLE_CPPFLAGS = @LIBFOLE_CPPFLAGS@
249
- LIBFOLE_LIBADD = @LIBFOLE_LIBADD@
250
247
  LIBFWPS_DLL_EXPORT = @LIBFWPS_DLL_EXPORT@
251
248
  LIBFWPS_DLL_IMPORT = @LIBFWPS_DLL_IMPORT@
252
249
  LIBICONV = @LIBICONV@
@@ -292,26 +289,6 @@ POSUB = @POSUB@
292
289
  PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
293
290
  PTHREAD_LIBADD = @PTHREAD_LIBADD@
294
291
  PYTHON = @PYTHON@
295
- PYTHON2 = @PYTHON2@
296
- PYTHON2_CONFIG = @PYTHON2_CONFIG@
297
- PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
298
- PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
299
- PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
300
- PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
301
- PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
302
- PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
303
- PYTHON2_PREFIX = @PYTHON2_PREFIX@
304
- PYTHON2_VERSION = @PYTHON2_VERSION@
305
- PYTHON3 = @PYTHON3@
306
- PYTHON3_CONFIG = @PYTHON3_CONFIG@
307
- PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
308
- PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
309
- PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
310
- PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
311
- PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
312
- PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
313
- PYTHON3_PREFIX = @PYTHON3_PREFIX@
314
- PYTHON3_VERSION = @PYTHON3_VERSION@
315
292
  PYTHON_CONFIG = @PYTHON_CONFIG@
316
293
  PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
317
294
  PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
@@ -365,9 +342,6 @@ ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
365
342
  ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
366
343
  ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
367
344
  ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
368
- ax_libfole_pc_libs_private = @ax_libfole_pc_libs_private@
369
- ax_libfole_spec_build_requires = @ax_libfole_spec_build_requires@
370
- ax_libfole_spec_requires = @ax_libfole_spec_requires@
371
345
  ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
372
346
  ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
373
347
  ax_libuna_spec_requires = @ax_libuna_spec_requires@
@@ -409,8 +383,6 @@ libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
409
383
  libfdatetime_LIBS = @libfdatetime_LIBS@
410
384
  libfguid_CFLAGS = @libfguid_CFLAGS@
411
385
  libfguid_LIBS = @libfguid_LIBS@
412
- libfole_CFLAGS = @libfole_CFLAGS@
413
- libfole_LIBS = @libfole_LIBS@
414
386
  libfwps_spec_requires = @libfwps_spec_requires@
415
387
  libuna_CFLAGS = @libuna_CFLAGS@
416
388
  libuna_LIBS = @libuna_LIBS@
@@ -424,11 +396,7 @@ prefix = @prefix@
424
396
  program_transform_name = @program_transform_name@
425
397
  psdir = @psdir@
426
398
  pyexecdir = @pyexecdir@
427
- pyexecdir2 = @pyexecdir2@
428
- pyexecdir3 = @pyexecdir3@
429
399
  pythondir = @pythondir@
430
- pythondir2 = @pythondir2@
431
- pythondir3 = @pythondir3@
432
400
  runstatedir = @runstatedir@
433
401
  sbindir = @sbindir@
434
402
  sharedstatedir = @sharedstatedir@
@@ -513,6 +481,8 @@ mostlyclean-libtool:
513
481
 
514
482
  clean-libtool:
515
483
  -rm -rf .libs _libs
484
+ sources-local:
485
+ splint-local:
516
486
 
517
487
  ID: $(am__tagged_files)
518
488
  $(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -695,6 +665,14 @@ ps: ps-am
695
665
 
696
666
  ps-am:
697
667
 
668
+ sources: sources-am
669
+
670
+ sources-am: sources-local
671
+
672
+ splint: splint-am
673
+
674
+ splint-am: splint-local
675
+
698
676
  uninstall-am:
699
677
 
700
678
  .MAKE: all install-am install-strip
@@ -710,15 +688,16 @@ uninstall-am:
710
688
  install-strip installcheck installcheck-am installdirs \
711
689
  maintainer-clean maintainer-clean-generic mostlyclean \
712
690
  mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
713
- tags tags-am uninstall uninstall-am
691
+ sources-am sources-local splint-am splint-local tags tags-am \
692
+ uninstall uninstall-am
714
693
 
715
694
  .PRECIOUS: Makefile
716
695
 
717
696
 
718
697
  distclean: clean
719
- /bin/rm -f config.h
720
- /bin/rm -f types.h
721
- /bin/rm -f Makefile
698
+ -rm -f config.h
699
+ -rm -f types.h
700
+ -rm -f Makefile
722
701
 
723
702
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
724
703
  # Otherwise a system limit (for SysV at least) may be exceeded.
@@ -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 20230711"
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 "20230711"
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 "20230711"
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 */