libvslvm-python 20240301__tar.gz → 20240504__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 (771) hide show
  1. {libvslvm-20240301 → libvslvm-20240504}/Makefile.am +9 -14
  2. {libvslvm-20240301 → libvslvm-20240504}/Makefile.in +15 -15
  3. {libvslvm-20240301 → libvslvm-20240504}/PKG-INFO +1 -1
  4. {libvslvm-20240301 → libvslvm-20240504}/common/Makefile.am +6 -7
  5. {libvslvm-20240301 → libvslvm-20240504}/common/Makefile.in +12 -8
  6. {libvslvm-20240301 → libvslvm-20240504}/common/config.h +7 -4
  7. {libvslvm-20240301 → libvslvm-20240504}/common/config.h.in +3 -0
  8. {libvslvm-20240301 → libvslvm-20240504}/configure +320 -123
  9. {libvslvm-20240301 → libvslvm-20240504}/configure.ac +1 -1
  10. libvslvm-20240504/dpkg/changelog +5 -0
  11. {libvslvm-20240301 → libvslvm-20240504}/include/Makefile.am +6 -8
  12. {libvslvm-20240301 → libvslvm-20240504}/include/Makefile.in +11 -9
  13. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/definitions.h +2 -2
  14. {libvslvm-20240301 → libvslvm-20240504}/libbfio/Makefile.am +6 -6
  15. {libvslvm-20240301 → libvslvm-20240504}/libbfio/Makefile.in +27 -9
  16. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_codepage.h +1 -1
  17. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_definitions.h +3 -3
  18. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_error.c +1 -1
  19. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_error.h +1 -1
  20. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_extern.h +1 -1
  21. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file.c +1 -1
  22. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file.h +1 -1
  23. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_io_handle.c +1 -1
  24. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_io_handle.h +1 -1
  25. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_pool.c +1 -1
  26. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_pool.h +1 -1
  27. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_range.c +1 -1
  28. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_range.h +1 -1
  29. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_range_io_handle.c +1 -1
  30. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_file_range_io_handle.h +1 -1
  31. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_handle.c +1 -1
  32. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_handle.h +1 -1
  33. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libcdata.h +1 -1
  34. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libcerror.h +1 -1
  35. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libcfile.h +1 -1
  36. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libclocale.h +1 -1
  37. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libcpath.h +1 -1
  38. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libcthreads.h +1 -1
  39. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_libuna.h +1 -1
  40. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_memory_range.c +1 -1
  41. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_memory_range.h +1 -1
  42. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_memory_range_io_handle.c +1 -1
  43. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_memory_range_io_handle.h +1 -1
  44. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_pool.c +1 -1
  45. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_pool.h +1 -1
  46. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_support.c +1 -1
  47. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_support.h +1 -1
  48. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_system_string.c +1 -1
  49. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_system_string.h +1 -1
  50. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_types.h +1 -1
  51. {libvslvm-20240301 → libvslvm-20240504}/libbfio/libbfio_unused.h +1 -1
  52. {libvslvm-20240301 → libvslvm-20240504}/libcdata/Makefile.am +4 -6
  53. {libvslvm-20240301 → libvslvm-20240504}/libcdata/Makefile.in +20 -7
  54. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_definitions.h +2 -2
  55. {libvslvm-20240301 → libvslvm-20240504}/libcerror/Makefile.am +4 -6
  56. {libvslvm-20240301 → libvslvm-20240504}/libcerror/Makefile.in +12 -7
  57. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_definitions.h +2 -2
  58. {libvslvm-20240301 → libvslvm-20240504}/libcfile/Makefile.am +4 -6
  59. {libvslvm-20240301 → libvslvm-20240504}/libcfile/Makefile.in +15 -7
  60. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_definitions.h +2 -2
  61. {libvslvm-20240301 → libvslvm-20240504}/libclocale/Makefile.am +4 -6
  62. {libvslvm-20240301 → libvslvm-20240504}/libclocale/Makefile.in +13 -7
  63. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_definitions.h +2 -2
  64. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/Makefile.am +4 -6
  65. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/Makefile.in +13 -7
  66. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_definitions.h +2 -2
  67. {libvslvm-20240301 → libvslvm-20240504}/libcpath/Makefile.am +4 -6
  68. {libvslvm-20240301 → libvslvm-20240504}/libcpath/Makefile.in +13 -7
  69. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_definitions.h +2 -2
  70. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/Makefile.am +4 -6
  71. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/Makefile.in +15 -7
  72. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_definitions.h +2 -2
  73. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/Makefile.am +4 -6
  74. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/Makefile.in +20 -7
  75. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_definitions.h +2 -2
  76. {libvslvm-20240301 → libvslvm-20240504}/libfcache/Makefile.am +4 -6
  77. {libvslvm-20240301 → libvslvm-20240504}/libfcache/Makefile.in +14 -7
  78. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_definitions.h +2 -2
  79. {libvslvm-20240301 → libvslvm-20240504}/libfdata/Makefile.am +4 -6
  80. {libvslvm-20240301 → libvslvm-20240504}/libfdata/Makefile.in +22 -7
  81. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_definitions.h +2 -2
  82. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/Makefile.am +4 -6
  83. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/Makefile.in +25 -7
  84. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_definitions.h +2 -2
  85. {libvslvm-20240301 → libvslvm-20240504}/libuna/Makefile.am +4 -6
  86. {libvslvm-20240301 → libvslvm-20240504}/libuna/Makefile.in +72 -7
  87. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_definitions.h +2 -2
  88. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/Makefile.am +6 -8
  89. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/Makefile.in +30 -9
  90. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm.rc +2 -2
  91. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_checksum.c +25 -23
  92. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_checksum.h +8 -1
  93. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_definitions.h +2 -2
  94. {libvslvm-20240301 → libvslvm-20240504}/libvslvm.spec +4 -4
  95. {libvslvm-20240301 → libvslvm-20240504}/m4/common.m4 +3 -3
  96. {libvslvm-20240301 → libvslvm-20240504}/m4/libbfio.m4 +7 -4
  97. {libvslvm-20240301 → libvslvm-20240504}/m4/libcdata.m4 +7 -4
  98. {libvslvm-20240301 → libvslvm-20240504}/m4/libcerror.m4 +7 -4
  99. {libvslvm-20240301 → libvslvm-20240504}/m4/libcfile.m4 +7 -4
  100. {libvslvm-20240301 → libvslvm-20240504}/m4/libclocale.m4 +7 -4
  101. {libvslvm-20240301 → libvslvm-20240504}/m4/libcnotify.m4 +7 -4
  102. {libvslvm-20240301 → libvslvm-20240504}/m4/libcpath.m4 +7 -4
  103. {libvslvm-20240301 → libvslvm-20240504}/m4/libcsplit.m4 +7 -4
  104. {libvslvm-20240301 → libvslvm-20240504}/m4/libcthreads.m4 +6 -4
  105. {libvslvm-20240301 → libvslvm-20240504}/m4/libfcache.m4 +7 -4
  106. {libvslvm-20240301 → libvslvm-20240504}/m4/libfdata.m4 +7 -4
  107. {libvslvm-20240301 → libvslvm-20240504}/m4/libfuse.m4 +105 -45
  108. {libvslvm-20240301 → libvslvm-20240504}/m4/libfvalue.m4 +7 -4
  109. {libvslvm-20240301 → libvslvm-20240504}/m4/libuna.m4 +7 -4
  110. libvslvm-20240504/m4/pthread.m4 +196 -0
  111. {libvslvm-20240301 → libvslvm-20240504}/m4/python.m4 +6 -4
  112. {libvslvm-20240301 → libvslvm-20240504}/manuals/Makefile.am +2 -4
  113. {libvslvm-20240301 → libvslvm-20240504}/manuals/Makefile.in +7 -5
  114. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/Makefile.am +3 -4
  115. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/Makefile.in +8 -5
  116. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libvslvm.sln +140 -130
  117. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/pyvslvm/pyvslvm.vcproj +2 -2
  118. libvslvm-20240504/msvscpp/vslvm_test_checksum/vslvm_test_checksum.vcproj +210 -0
  119. {libvslvm-20240301 → libvslvm-20240504}/ossfuzz/Makefile.am +4 -6
  120. {libvslvm-20240301 → libvslvm-20240504}/ossfuzz/Makefile.in +11 -7
  121. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/Makefile.am +4 -6
  122. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/Makefile.in +24 -7
  123. {libvslvm-20240301 → libvslvm-20240504}/setup.cfg +1 -1
  124. {libvslvm-20240301 → libvslvm-20240504}/tests/Makefile.am +17 -7
  125. {libvslvm-20240301 → libvslvm-20240504}/tests/Makefile.in +68 -15
  126. {libvslvm-20240301 → libvslvm-20240504}/tests/test_library.sh +4 -7
  127. {libvslvm-20240301 → libvslvm-20240504}/tests/test_manpage.sh +3 -6
  128. {libvslvm-20240301 → libvslvm-20240504}/tests/test_python_module.sh +17 -9
  129. {libvslvm-20240301 → libvslvm-20240504}/tests/test_tools.sh +3 -6
  130. {libvslvm-20240301 → libvslvm-20240504}/tests/test_vslvminfo.sh +3 -6
  131. libvslvm-20240504/tests/vslvm_test_checksum.c +311 -0
  132. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_chunk_data.c +0 -2
  133. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/Makefile.am +4 -6
  134. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/Makefile.in +21 -7
  135. libvslvm-20240301/dpkg/changelog +0 -5
  136. libvslvm-20240301/m4/pthread.m4 +0 -183
  137. {libvslvm-20240301 → libvslvm-20240504}/ABOUT-NLS +0 -0
  138. {libvslvm-20240301 → libvslvm-20240504}/AUTHORS +0 -0
  139. {libvslvm-20240301 → libvslvm-20240504}/COPYING +0 -0
  140. {libvslvm-20240301 → libvslvm-20240504}/COPYING.LESSER +0 -0
  141. {libvslvm-20240301 → libvslvm-20240504}/ChangeLog +0 -0
  142. {libvslvm-20240301 → libvslvm-20240504}/INSTALL +0 -0
  143. {libvslvm-20240301 → libvslvm-20240504}/NEWS +0 -0
  144. {libvslvm-20240301 → libvslvm-20240504}/README +0 -0
  145. {libvslvm-20240301 → libvslvm-20240504}/acinclude.m4 +0 -0
  146. {libvslvm-20240301 → libvslvm-20240504}/aclocal.m4 +0 -0
  147. {libvslvm-20240301 → libvslvm-20240504}/common/byte_stream.h +0 -0
  148. {libvslvm-20240301 → libvslvm-20240504}/common/common.h +0 -0
  149. {libvslvm-20240301 → libvslvm-20240504}/common/config_borlandc.h +0 -0
  150. {libvslvm-20240301 → libvslvm-20240504}/common/config_msc.h +0 -0
  151. {libvslvm-20240301 → libvslvm-20240504}/common/config_winapi.h +0 -0
  152. {libvslvm-20240301 → libvslvm-20240504}/common/file_stream.h +0 -0
  153. {libvslvm-20240301 → libvslvm-20240504}/common/memory.h +0 -0
  154. {libvslvm-20240301 → libvslvm-20240504}/common/narrow_string.h +0 -0
  155. {libvslvm-20240301 → libvslvm-20240504}/common/system_string.h +0 -0
  156. {libvslvm-20240301 → libvslvm-20240504}/common/types.h +0 -0
  157. {libvslvm-20240301 → libvslvm-20240504}/common/types.h.in +0 -0
  158. {libvslvm-20240301 → libvslvm-20240504}/common/wide_string.h +0 -0
  159. {libvslvm-20240301 → libvslvm-20240504}/compile +0 -0
  160. {libvslvm-20240301 → libvslvm-20240504}/config.guess +0 -0
  161. {libvslvm-20240301 → libvslvm-20240504}/config.rpath +0 -0
  162. {libvslvm-20240301 → libvslvm-20240504}/config.sub +0 -0
  163. {libvslvm-20240301 → libvslvm-20240504}/depcomp +0 -0
  164. {libvslvm-20240301 → libvslvm-20240504}/dpkg/changelog.in +0 -0
  165. {libvslvm-20240301 → libvslvm-20240504}/dpkg/compat +0 -0
  166. {libvslvm-20240301 → libvslvm-20240504}/dpkg/control +0 -0
  167. {libvslvm-20240301 → libvslvm-20240504}/dpkg/copyright +0 -0
  168. {libvslvm-20240301 → libvslvm-20240504}/dpkg/libvslvm-dev.install +0 -0
  169. {libvslvm-20240301 → libvslvm-20240504}/dpkg/libvslvm-python3.install +0 -0
  170. {libvslvm-20240301 → libvslvm-20240504}/dpkg/libvslvm-tools.install +0 -0
  171. {libvslvm-20240301 → libvslvm-20240504}/dpkg/libvslvm.install +0 -0
  172. {libvslvm-20240301 → libvslvm-20240504}/dpkg/rules +0 -0
  173. {libvslvm-20240301 → libvslvm-20240504}/dpkg/source/format +0 -0
  174. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/codepage.h +0 -0
  175. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/definitions.h.in +0 -0
  176. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/error.h +0 -0
  177. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/extern.h +0 -0
  178. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/features.h +0 -0
  179. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/features.h.in +0 -0
  180. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/types.h +0 -0
  181. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm/types.h.in +0 -0
  182. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm.h +0 -0
  183. {libvslvm-20240301 → libvslvm-20240504}/include/libvslvm.h.in +0 -0
  184. {libvslvm-20240301 → libvslvm-20240504}/install-sh +0 -0
  185. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_array.c +0 -0
  186. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_array.h +0 -0
  187. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_btree.c +0 -0
  188. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_btree.h +0 -0
  189. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_btree_node.c +0 -0
  190. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_btree_node.h +0 -0
  191. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_btree_values_list.c +0 -0
  192. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_btree_values_list.h +0 -0
  193. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_error.c +0 -0
  194. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_error.h +0 -0
  195. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_extern.h +0 -0
  196. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_libcerror.h +0 -0
  197. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_libcthreads.h +0 -0
  198. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_list.c +0 -0
  199. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_list.h +0 -0
  200. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_list_element.c +0 -0
  201. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_list_element.h +0 -0
  202. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_range_list.c +0 -0
  203. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_range_list.h +0 -0
  204. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_range_list_value.c +0 -0
  205. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_range_list_value.h +0 -0
  206. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_support.c +0 -0
  207. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_support.h +0 -0
  208. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_tree_node.c +0 -0
  209. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_tree_node.h +0 -0
  210. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_types.h +0 -0
  211. {libvslvm-20240301 → libvslvm-20240504}/libcdata/libcdata_unused.h +0 -0
  212. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_error.c +0 -0
  213. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_error.h +0 -0
  214. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_extern.h +0 -0
  215. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_support.c +0 -0
  216. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_support.h +0 -0
  217. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_system.c +0 -0
  218. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_system.h +0 -0
  219. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_types.h +0 -0
  220. {libvslvm-20240301 → libvslvm-20240504}/libcerror/libcerror_unused.h +0 -0
  221. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_error.c +0 -0
  222. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_error.h +0 -0
  223. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_extern.h +0 -0
  224. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_file.c +0 -0
  225. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_file.h +0 -0
  226. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_libcerror.h +0 -0
  227. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_libclocale.h +0 -0
  228. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_libcnotify.h +0 -0
  229. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_libuna.h +0 -0
  230. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_notify.c +0 -0
  231. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_notify.h +0 -0
  232. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_support.c +0 -0
  233. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_support.h +0 -0
  234. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_system_string.c +0 -0
  235. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_system_string.h +0 -0
  236. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_types.h +0 -0
  237. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_unused.h +0 -0
  238. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_winapi.c +0 -0
  239. {libvslvm-20240301 → libvslvm-20240504}/libcfile/libcfile_winapi.h +0 -0
  240. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_codepage.c +0 -0
  241. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_codepage.h +0 -0
  242. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_extern.h +0 -0
  243. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_libcerror.h +0 -0
  244. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_locale.c +0 -0
  245. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_locale.h +0 -0
  246. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_support.c +0 -0
  247. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_support.h +0 -0
  248. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_unused.h +0 -0
  249. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_wide_string.c +0 -0
  250. {libvslvm-20240301 → libvslvm-20240504}/libclocale/libclocale_wide_string.h +0 -0
  251. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_extern.h +0 -0
  252. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_libcerror.h +0 -0
  253. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_print.c +0 -0
  254. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_print.h +0 -0
  255. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_stream.c +0 -0
  256. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_stream.h +0 -0
  257. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_support.c +0 -0
  258. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_support.h +0 -0
  259. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_unused.h +0 -0
  260. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_verbose.c +0 -0
  261. {libvslvm-20240301 → libvslvm-20240504}/libcnotify/libcnotify_verbose.h +0 -0
  262. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_error.c +0 -0
  263. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_error.h +0 -0
  264. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_extern.h +0 -0
  265. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_libcerror.h +0 -0
  266. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_libclocale.h +0 -0
  267. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_libcsplit.h +0 -0
  268. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_libuna.h +0 -0
  269. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_path.c +0 -0
  270. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_path.h +0 -0
  271. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_support.c +0 -0
  272. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_support.h +0 -0
  273. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_system_string.c +0 -0
  274. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_system_string.h +0 -0
  275. {libvslvm-20240301 → libvslvm-20240504}/libcpath/libcpath_unused.h +0 -0
  276. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_error.c +0 -0
  277. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_error.h +0 -0
  278. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_extern.h +0 -0
  279. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_libcerror.h +0 -0
  280. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_narrow_split_string.c +0 -0
  281. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_narrow_split_string.h +0 -0
  282. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_narrow_string.c +0 -0
  283. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_narrow_string.h +0 -0
  284. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_support.c +0 -0
  285. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_support.h +0 -0
  286. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_types.h +0 -0
  287. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_unused.h +0 -0
  288. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_wide_split_string.c +0 -0
  289. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_wide_split_string.h +0 -0
  290. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_wide_string.c +0 -0
  291. {libvslvm-20240301 → libvslvm-20240504}/libcsplit/libcsplit_wide_string.h +0 -0
  292. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_condition.c +0 -0
  293. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_condition.h +0 -0
  294. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_error.c +0 -0
  295. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_error.h +0 -0
  296. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_extern.h +0 -0
  297. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_libcerror.h +0 -0
  298. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_lock.c +0 -0
  299. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_lock.h +0 -0
  300. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_mutex.c +0 -0
  301. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_mutex.h +0 -0
  302. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_queue.c +0 -0
  303. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_queue.h +0 -0
  304. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_read_write_lock.c +0 -0
  305. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_read_write_lock.h +0 -0
  306. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_repeating_thread.c +0 -0
  307. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_repeating_thread.h +0 -0
  308. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_support.c +0 -0
  309. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_support.h +0 -0
  310. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_thread.c +0 -0
  311. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_thread.h +0 -0
  312. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_thread_attributes.c +0 -0
  313. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_thread_attributes.h +0 -0
  314. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_thread_pool.c +0 -0
  315. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_thread_pool.h +0 -0
  316. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_types.h +0 -0
  317. {libvslvm-20240301 → libvslvm-20240504}/libcthreads/libcthreads_unused.h +0 -0
  318. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_cache.c +0 -0
  319. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_cache.h +0 -0
  320. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_cache_value.c +0 -0
  321. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_cache_value.h +0 -0
  322. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_date_time.c +0 -0
  323. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_date_time.h +0 -0
  324. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_error.c +0 -0
  325. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_error.h +0 -0
  326. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_extern.h +0 -0
  327. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_libcdata.h +0 -0
  328. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_libcerror.h +0 -0
  329. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_support.c +0 -0
  330. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_support.h +0 -0
  331. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_types.h +0 -0
  332. {libvslvm-20240301 → libvslvm-20240504}/libfcache/libfcache_unused.h +0 -0
  333. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_area.c +0 -0
  334. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_area.h +0 -0
  335. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_cache.c +0 -0
  336. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_cache.h +0 -0
  337. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_error.c +0 -0
  338. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_error.h +0 -0
  339. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_extern.h +0 -0
  340. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_libcdata.h +0 -0
  341. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_libcerror.h +0 -0
  342. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_libcnotify.h +0 -0
  343. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_libfcache.h +0 -0
  344. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_list.c +0 -0
  345. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_list.h +0 -0
  346. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_list_element.c +0 -0
  347. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_list_element.h +0 -0
  348. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_mapped_range.c +0 -0
  349. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_mapped_range.h +0 -0
  350. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_notify.c +0 -0
  351. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_notify.h +0 -0
  352. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_range.c +0 -0
  353. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_range.h +0 -0
  354. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_range_list.c +0 -0
  355. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_range_list.h +0 -0
  356. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_segments_array.c +0 -0
  357. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_segments_array.h +0 -0
  358. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_stream.c +0 -0
  359. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_stream.h +0 -0
  360. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_support.c +0 -0
  361. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_support.h +0 -0
  362. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_types.h +0 -0
  363. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_unused.h +0 -0
  364. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_vector.c +0 -0
  365. {libvslvm-20240301 → libvslvm-20240504}/libfdata/libfdata_vector.h +0 -0
  366. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_binary_data.c +0 -0
  367. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_binary_data.h +0 -0
  368. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_codepage.h +0 -0
  369. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_data_handle.c +0 -0
  370. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_data_handle.h +0 -0
  371. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_error.c +0 -0
  372. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_error.h +0 -0
  373. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_extern.h +0 -0
  374. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_filetime.c +0 -0
  375. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_filetime.h +0 -0
  376. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_floating_point.c +0 -0
  377. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_floating_point.h +0 -0
  378. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_integer.c +0 -0
  379. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_integer.h +0 -0
  380. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libcdata.h +0 -0
  381. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libcerror.h +0 -0
  382. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libcnotify.h +0 -0
  383. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libfdatetime.h +0 -0
  384. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libfguid.h +0 -0
  385. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libfwnt.h +0 -0
  386. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_libuna.h +0 -0
  387. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_split_utf16_string.c +0 -0
  388. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_split_utf16_string.h +0 -0
  389. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_split_utf8_string.c +0 -0
  390. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_split_utf8_string.h +0 -0
  391. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_string.c +0 -0
  392. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_string.h +0 -0
  393. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_support.c +0 -0
  394. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_support.h +0 -0
  395. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_table.c +0 -0
  396. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_table.h +0 -0
  397. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_types.h +0 -0
  398. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_unused.h +0 -0
  399. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_utf16_string.c +0 -0
  400. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_utf16_string.h +0 -0
  401. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_utf8_string.c +0 -0
  402. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_utf8_string.h +0 -0
  403. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_value.c +0 -0
  404. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_value.h +0 -0
  405. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_value_entry.c +0 -0
  406. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_value_entry.h +0 -0
  407. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_value_type.c +0 -0
  408. {libvslvm-20240301 → libvslvm-20240504}/libfvalue/libfvalue_value_type.h +0 -0
  409. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_base16_stream.c +0 -0
  410. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_base16_stream.h +0 -0
  411. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_base32_stream.c +0 -0
  412. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_base32_stream.h +0 -0
  413. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_base64_stream.c +0 -0
  414. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_base64_stream.h +0 -0
  415. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_byte_stream.c +0 -0
  416. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_byte_stream.h +0 -0
  417. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  418. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  419. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  420. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  421. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  422. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  423. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  424. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  425. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  426. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  427. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  428. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  429. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  430. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  431. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  432. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  433. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  434. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  435. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  436. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  437. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  438. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  439. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  440. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  441. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  442. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  443. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_koi8_r.c +0 -0
  444. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_koi8_r.h +0 -0
  445. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_koi8_u.c +0 -0
  446. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_koi8_u.h +0 -0
  447. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_arabic.c +0 -0
  448. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_arabic.h +0 -0
  449. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_celtic.c +0 -0
  450. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_celtic.h +0 -0
  451. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  452. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  453. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_croatian.c +0 -0
  454. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_croatian.h +0 -0
  455. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  456. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  457. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  458. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  459. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_farsi.c +0 -0
  460. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_farsi.h +0 -0
  461. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  462. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  463. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_greek.c +0 -0
  464. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_greek.h +0 -0
  465. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  466. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  467. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_inuit.c +0 -0
  468. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_inuit.h +0 -0
  469. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_roman.c +0 -0
  470. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_roman.h +0 -0
  471. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_romanian.c +0 -0
  472. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_romanian.h +0 -0
  473. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_russian.c +0 -0
  474. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_russian.h +0 -0
  475. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_symbol.c +0 -0
  476. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_symbol.h +0 -0
  477. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_thai.c +0 -0
  478. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_thai.h +0 -0
  479. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_turkish.c +0 -0
  480. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_turkish.h +0 -0
  481. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  482. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  483. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1250.c +0 -0
  484. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1250.h +0 -0
  485. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1251.c +0 -0
  486. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1251.h +0 -0
  487. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1252.c +0 -0
  488. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1252.h +0 -0
  489. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1253.c +0 -0
  490. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1253.h +0 -0
  491. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1254.c +0 -0
  492. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1254.h +0 -0
  493. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1255.c +0 -0
  494. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1255.h +0 -0
  495. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1256.c +0 -0
  496. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1256.h +0 -0
  497. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1257.c +0 -0
  498. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1257.h +0 -0
  499. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1258.c +0 -0
  500. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_1258.h +0 -0
  501. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_874.c +0 -0
  502. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_874.h +0 -0
  503. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_932.c +0 -0
  504. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_932.h +0 -0
  505. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_936.c +0 -0
  506. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_936.h +0 -0
  507. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_949.c +0 -0
  508. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_949.h +0 -0
  509. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_950.c +0 -0
  510. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_codepage_windows_950.h +0 -0
  511. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_error.c +0 -0
  512. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_error.h +0 -0
  513. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_extern.h +0 -0
  514. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_libcerror.h +0 -0
  515. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_scsu.c +0 -0
  516. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_scsu.h +0 -0
  517. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_support.c +0 -0
  518. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_support.h +0 -0
  519. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_types.h +0 -0
  520. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_unicode_character.c +0 -0
  521. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_unicode_character.h +0 -0
  522. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_unused.h +0 -0
  523. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_url_stream.c +0 -0
  524. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_url_stream.h +0 -0
  525. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf16_stream.c +0 -0
  526. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf16_stream.h +0 -0
  527. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf16_string.c +0 -0
  528. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf16_string.h +0 -0
  529. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf32_stream.c +0 -0
  530. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf32_stream.h +0 -0
  531. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf32_string.c +0 -0
  532. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf32_string.h +0 -0
  533. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf7_stream.c +0 -0
  534. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf7_stream.h +0 -0
  535. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf8_stream.c +0 -0
  536. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf8_stream.h +0 -0
  537. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf8_string.c +0 -0
  538. {libvslvm-20240301 → libvslvm-20240504}/libuna/libuna_utf8_string.h +0 -0
  539. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm.c +0 -0
  540. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm.rc.in +0 -0
  541. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_chunk_data.c +0 -0
  542. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_chunk_data.h +0 -0
  543. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_data_area_descriptor.c +0 -0
  544. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_data_area_descriptor.h +0 -0
  545. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_debug.c +0 -0
  546. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_debug.h +0 -0
  547. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_definitions.h.in +0 -0
  548. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_error.c +0 -0
  549. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_error.h +0 -0
  550. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_extern.h +0 -0
  551. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_handle.c +0 -0
  552. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_handle.h +0 -0
  553. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_io_handle.c +0 -0
  554. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_io_handle.h +0 -0
  555. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libbfio.h +0 -0
  556. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libcdata.h +0 -0
  557. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libcerror.h +0 -0
  558. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libclocale.h +0 -0
  559. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libcnotify.h +0 -0
  560. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libcsplit.h +0 -0
  561. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libcthreads.h +0 -0
  562. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libfcache.h +0 -0
  563. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libfdata.h +0 -0
  564. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_libfvalue.h +0 -0
  565. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_logical_volume.c +0 -0
  566. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_logical_volume.h +0 -0
  567. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_logical_volume_values.c +0 -0
  568. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_logical_volume_values.h +0 -0
  569. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_metadata.c +0 -0
  570. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_metadata.h +0 -0
  571. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_metadata_area.c +0 -0
  572. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_metadata_area.h +0 -0
  573. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_notify.c +0 -0
  574. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_notify.h +0 -0
  575. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_physical_volume.c +0 -0
  576. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_physical_volume.h +0 -0
  577. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_raw_location_descriptor.c +0 -0
  578. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_raw_location_descriptor.h +0 -0
  579. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_segment.c +0 -0
  580. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_segment.h +0 -0
  581. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_stripe.c +0 -0
  582. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_stripe.h +0 -0
  583. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_support.c +0 -0
  584. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_support.h +0 -0
  585. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_types.h +0 -0
  586. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_unused.h +0 -0
  587. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_volume_group.c +0 -0
  588. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/libvslvm_volume_group.h +0 -0
  589. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/vslvm_metadata_area.h +0 -0
  590. {libvslvm-20240301 → libvslvm-20240504}/libvslvm/vslvm_physical_volume_label.h +0 -0
  591. {libvslvm-20240301 → libvslvm-20240504}/libvslvm.pc.in +0 -0
  592. {libvslvm-20240301 → libvslvm-20240504}/libvslvm.spec.in +0 -0
  593. {libvslvm-20240301 → libvslvm-20240504}/ltmain.sh +0 -0
  594. {libvslvm-20240301 → libvslvm-20240504}/m4/gettext.m4 +0 -0
  595. {libvslvm-20240301 → libvslvm-20240504}/m4/host-cpu-c-abi.m4 +0 -0
  596. {libvslvm-20240301 → libvslvm-20240504}/m4/iconv.m4 +0 -0
  597. {libvslvm-20240301 → libvslvm-20240504}/m4/intlmacosx.m4 +0 -0
  598. {libvslvm-20240301 → libvslvm-20240504}/m4/lib-ld.m4 +0 -0
  599. {libvslvm-20240301 → libvslvm-20240504}/m4/lib-link.m4 +0 -0
  600. {libvslvm-20240301 → libvslvm-20240504}/m4/lib-prefix.m4 +0 -0
  601. {libvslvm-20240301 → libvslvm-20240504}/m4/libtool.m4 +0 -0
  602. {libvslvm-20240301 → libvslvm-20240504}/m4/ltoptions.m4 +0 -0
  603. {libvslvm-20240301 → libvslvm-20240504}/m4/ltsugar.m4 +0 -0
  604. {libvslvm-20240301 → libvslvm-20240504}/m4/ltversion.m4 +0 -0
  605. {libvslvm-20240301 → libvslvm-20240504}/m4/lt~obsolete.m4 +0 -0
  606. {libvslvm-20240301 → libvslvm-20240504}/m4/nls.m4 +0 -0
  607. {libvslvm-20240301 → libvslvm-20240504}/m4/po.m4 +0 -0
  608. {libvslvm-20240301 → libvslvm-20240504}/m4/progtest.m4 +0 -0
  609. {libvslvm-20240301 → libvslvm-20240504}/m4/tests.m4 +0 -0
  610. {libvslvm-20240301 → libvslvm-20240504}/m4/types.m4 +0 -0
  611. {libvslvm-20240301 → libvslvm-20240504}/manuals/libvslvm.3 +0 -0
  612. {libvslvm-20240301 → libvslvm-20240504}/manuals/vslvminfo.1 +0 -0
  613. {libvslvm-20240301 → libvslvm-20240504}/missing +0 -0
  614. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libbfio/libbfio.vcproj +0 -0
  615. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcdata/libcdata.vcproj +0 -0
  616. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcerror/libcerror.vcproj +0 -0
  617. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcfile/libcfile.vcproj +0 -0
  618. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libclocale/libclocale.vcproj +0 -0
  619. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  620. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcpath/libcpath.vcproj +0 -0
  621. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
  622. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  623. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libfcache/libfcache.vcproj +0 -0
  624. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libfdata/libfdata.vcproj +0 -0
  625. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libfvalue/libfvalue.vcproj +0 -0
  626. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libuna/libuna.vcproj +0 -0
  627. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/libvslvm/libvslvm.vcproj +0 -0
  628. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_chunk_data/vslvm_test_chunk_data.vcproj +0 -0
  629. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_data_area_descriptor/vslvm_test_data_area_descriptor.vcproj +0 -0
  630. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_error/vslvm_test_error.vcproj +0 -0
  631. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_handle/vslvm_test_handle.vcproj +0 -0
  632. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_io_handle/vslvm_test_io_handle.vcproj +0 -0
  633. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_logical_volume/vslvm_test_logical_volume.vcproj +0 -0
  634. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_logical_volume_values/vslvm_test_logical_volume_values.vcproj +0 -0
  635. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_metadata/vslvm_test_metadata.vcproj +0 -0
  636. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_metadata_area/vslvm_test_metadata_area.vcproj +0 -0
  637. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_notify/vslvm_test_notify.vcproj +0 -0
  638. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_physical_volume/vslvm_test_physical_volume.vcproj +0 -0
  639. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_raw_location_descriptor/vslvm_test_raw_location_descriptor.vcproj +0 -0
  640. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_segment/vslvm_test_segment.vcproj +0 -0
  641. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_stripe/vslvm_test_stripe.vcproj +0 -0
  642. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_support/vslvm_test_support.vcproj +0 -0
  643. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_tools_info_handle/vslvm_test_tools_info_handle.vcproj +0 -0
  644. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_tools_output/vslvm_test_tools_output.vcproj +0 -0
  645. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_tools_signal/vslvm_test_tools_signal.vcproj +0 -0
  646. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvm_test_volume_group/vslvm_test_volume_group.vcproj +0 -0
  647. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvminfo/vslvminfo.vcproj +0 -0
  648. {libvslvm-20240301 → libvslvm-20240504}/msvscpp/vslvmmount/vslvmmount.vcproj +0 -0
  649. {libvslvm-20240301 → libvslvm-20240504}/ossfuzz/handle_fuzzer.cc +0 -0
  650. {libvslvm-20240301 → libvslvm-20240504}/ossfuzz/logical_volume_fuzzer.cc +0 -0
  651. {libvslvm-20240301 → libvslvm-20240504}/ossfuzz/ossfuzz_libbfio.h +0 -0
  652. {libvslvm-20240301 → libvslvm-20240504}/ossfuzz/ossfuzz_libvslvm.h +0 -0
  653. {libvslvm-20240301 → libvslvm-20240504}/po/ChangeLog +0 -0
  654. {libvslvm-20240301 → libvslvm-20240504}/po/Makefile.in.in +0 -0
  655. {libvslvm-20240301 → libvslvm-20240504}/po/Makevars +0 -0
  656. {libvslvm-20240301 → libvslvm-20240504}/po/Makevars.in +0 -0
  657. {libvslvm-20240301 → libvslvm-20240504}/po/POTFILES.in +0 -0
  658. {libvslvm-20240301 → libvslvm-20240504}/po/Rules-quot +0 -0
  659. {libvslvm-20240301 → libvslvm-20240504}/po/boldquot.sed +0 -0
  660. {libvslvm-20240301 → libvslvm-20240504}/po/en@boldquot.header +0 -0
  661. {libvslvm-20240301 → libvslvm-20240504}/po/en@quot.header +0 -0
  662. {libvslvm-20240301 → libvslvm-20240504}/po/insert-header.sin +0 -0
  663. {libvslvm-20240301 → libvslvm-20240504}/po/quot.sed +0 -0
  664. {libvslvm-20240301 → libvslvm-20240504}/po/remove-potcdate.sin +0 -0
  665. {libvslvm-20240301 → libvslvm-20240504}/pyproject.toml +0 -0
  666. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm.c +0 -0
  667. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm.h +0 -0
  668. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_error.c +0 -0
  669. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_error.h +0 -0
  670. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_file_object_io_handle.c +0 -0
  671. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_file_object_io_handle.h +0 -0
  672. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_file_objects_io_pool.c +0 -0
  673. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_file_objects_io_pool.h +0 -0
  674. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_handle.c +0 -0
  675. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_handle.h +0 -0
  676. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_integer.c +0 -0
  677. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_integer.h +0 -0
  678. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_libbfio.h +0 -0
  679. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_libcerror.h +0 -0
  680. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_libclocale.h +0 -0
  681. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_libvslvm.h +0 -0
  682. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_logical_volume.c +0 -0
  683. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_logical_volume.h +0 -0
  684. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_logical_volumes.c +0 -0
  685. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_logical_volumes.h +0 -0
  686. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_physical_volume.c +0 -0
  687. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_physical_volume.h +0 -0
  688. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_physical_volumes.c +0 -0
  689. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_physical_volumes.h +0 -0
  690. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_python.h +0 -0
  691. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_segment.c +0 -0
  692. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_segment.h +0 -0
  693. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_segments.c +0 -0
  694. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_segments.h +0 -0
  695. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_stripe.c +0 -0
  696. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_stripe.h +0 -0
  697. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_stripes.c +0 -0
  698. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_stripes.h +0 -0
  699. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_unused.h +0 -0
  700. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_volume_group.c +0 -0
  701. {libvslvm-20240301 → libvslvm-20240504}/pyvslvm/pyvslvm_volume_group.h +0 -0
  702. {libvslvm-20240301 → libvslvm-20240504}/setup.cfg.in +0 -0
  703. {libvslvm-20240301 → libvslvm-20240504}/setup.py +0 -0
  704. {libvslvm-20240301 → libvslvm-20240504}/test-driver +0 -0
  705. {libvslvm-20240301 → libvslvm-20240504}/tests/pyvslvm_test_handle.py +0 -0
  706. {libvslvm-20240301 → libvslvm-20240504}/tests/pyvslvm_test_support.py +0 -0
  707. {libvslvm-20240301 → libvslvm-20240504}/tests/test_runner.sh +0 -0
  708. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_data_area_descriptor.c +0 -0
  709. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_error.c +0 -0
  710. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_functions.c +0 -0
  711. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_functions.h +0 -0
  712. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_getopt.c +0 -0
  713. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_getopt.h +0 -0
  714. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_handle.c +0 -0
  715. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_io_handle.c +0 -0
  716. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_libbfio.h +0 -0
  717. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_libcerror.h +0 -0
  718. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_libclocale.h +0 -0
  719. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_libcnotify.h +0 -0
  720. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_libuna.h +0 -0
  721. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_libvslvm.h +0 -0
  722. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_logical_volume.c +0 -0
  723. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_logical_volume_values.c +0 -0
  724. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_macros.h +0 -0
  725. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_memory.c +0 -0
  726. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_memory.h +0 -0
  727. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_metadata.c +0 -0
  728. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_metadata_area.c +0 -0
  729. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_notify.c +0 -0
  730. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_physical_volume.c +0 -0
  731. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_raw_location_descriptor.c +0 -0
  732. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_segment.c +0 -0
  733. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_stripe.c +0 -0
  734. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_support.c +0 -0
  735. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_tools_info_handle.c +0 -0
  736. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_tools_output.c +0 -0
  737. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_tools_signal.c +0 -0
  738. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_unused.h +0 -0
  739. {libvslvm-20240301 → libvslvm-20240504}/tests/vslvm_test_volume_group.c +0 -0
  740. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/byte_size_string.c +0 -0
  741. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/byte_size_string.h +0 -0
  742. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/info_handle.c +0 -0
  743. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/info_handle.h +0 -0
  744. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_dokan.c +0 -0
  745. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_dokan.h +0 -0
  746. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_file_entry.c +0 -0
  747. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_file_entry.h +0 -0
  748. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_file_system.c +0 -0
  749. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_file_system.h +0 -0
  750. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_fuse.c +0 -0
  751. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_fuse.h +0 -0
  752. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_handle.c +0 -0
  753. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/mount_handle.h +0 -0
  754. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvminfo.c +0 -0
  755. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmmount.c +0 -0
  756. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_getopt.c +0 -0
  757. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_getopt.h +0 -0
  758. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_i18n.h +0 -0
  759. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libbfio.h +0 -0
  760. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libcdata.h +0 -0
  761. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libcerror.h +0 -0
  762. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libclocale.h +0 -0
  763. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libcnotify.h +0 -0
  764. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libcpath.h +0 -0
  765. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libuna.h +0 -0
  766. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_libvslvm.h +0 -0
  767. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_output.c +0 -0
  768. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_output.h +0 -0
  769. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_signal.c +0 -0
  770. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_signal.h +0 -0
  771. {libvslvm-20240301 → libvslvm-20240504}/vslvmtools/vslvmtools_unused.h +0 -0
@@ -62,8 +62,15 @@ EXTRA_DIST = \
62
62
  $(SETUP_PY_FILES) \
63
63
  $(SPEC_FILES)
64
64
 
65
- MAINTAINERCLEANFILES = \
66
- Makefile.in
65
+ DISTCLEANFILES = \
66
+ config.status \
67
+ config.cache \
68
+ config.log \
69
+ libvslvm.pc \
70
+ libvslvm.spec \
71
+ Makefile \
72
+ Makefile.in \
73
+ po/Makevars
67
74
 
68
75
  pkgconfigdir = $(libdir)/pkgconfig
69
76
 
@@ -93,15 +100,3 @@ library:
93
100
  (cd $(srcdir)/libvslvm && $(MAKE) $(AM_MAKEFLAGS))
94
101
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
95
102
 
96
- distclean: clean
97
- -rm -f Makefile
98
- -rm -f config.status
99
- -rm -f config.cache
100
- -rm -f config.log
101
- -rm -f libvslvm.pc
102
- -rm -f libvslvm.spec
103
- @for dir in ${subdirs}; do \
104
- (cd $$dir && $(MAKE) distclean) \
105
- || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
106
- done && test -z "$$fail"
107
-
@@ -504,6 +504,8 @@ datarootdir = @datarootdir@
504
504
  docdir = @docdir@
505
505
  dvidir = @dvidir@
506
506
  exec_prefix = @exec_prefix@
507
+ fuse3_CFLAGS = @fuse3_CFLAGS@
508
+ fuse3_LIBS = @fuse3_LIBS@
507
509
  fuse_CFLAGS = @fuse_CFLAGS@
508
510
  fuse_LIBS = @fuse_LIBS@
509
511
  host = @host@
@@ -628,8 +630,15 @@ EXTRA_DIST = \
628
630
  $(SETUP_PY_FILES) \
629
631
  $(SPEC_FILES)
630
632
 
631
- MAINTAINERCLEANFILES = \
632
- Makefile.in
633
+ DISTCLEANFILES = \
634
+ config.status \
635
+ config.cache \
636
+ config.log \
637
+ libvslvm.pc \
638
+ libvslvm.spec \
639
+ Makefile \
640
+ Makefile.in \
641
+ po/Makevars
633
642
 
634
643
  pkgconfigdir = $(libdir)/pkgconfig
635
644
  pkgconfig_DATA = \
@@ -1054,15 +1063,18 @@ clean-generic:
1054
1063
  distclean-generic:
1055
1064
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1056
1065
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1066
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1057
1067
 
1058
1068
  maintainer-clean-generic:
1059
1069
  @echo "This command is intended for maintainers to use"
1060
1070
  @echo "it deletes files that may require special tools to rebuild."
1061
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1062
1071
  clean: clean-recursive
1063
1072
 
1064
1073
  clean-am: clean-generic clean-libtool mostlyclean-am
1065
1074
 
1075
+ distclean: distclean-recursive
1076
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1077
+ -rm -f Makefile
1066
1078
  distclean-am: clean-am distclean-generic distclean-libtool \
1067
1079
  distclean-tags
1068
1080
 
@@ -1180,18 +1192,6 @@ library:
1180
1192
  (cd $(srcdir)/libvslvm && $(MAKE) $(AM_MAKEFLAGS))
1181
1193
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1182
1194
 
1183
- distclean: clean
1184
- -rm -f Makefile
1185
- -rm -f config.status
1186
- -rm -f config.cache
1187
- -rm -f config.log
1188
- -rm -f libvslvm.pc
1189
- -rm -f libvslvm.spec
1190
- @for dir in ${subdirs}; do \
1191
- (cd $$dir && $(MAKE) distclean) \
1192
- || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1193
- done && test -z "$$fail"
1194
-
1195
1195
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1196
1196
  # Otherwise a system limit (for SysV at least) may be exceeded.
1197
1197
  .NOEXPORT:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libvslvm-python
3
- Version: 20240301
3
+ Version: 20240504
4
4
  Summary: Python bindings module for libvslvm
5
5
  Author: Joachim Metz
6
6
  Author-email: joachim.metz@gmail.com
@@ -1,4 +1,5 @@
1
- AM_CPPFLAGS = -I$(top_srcdir)/include
1
+ AM_CPPFLAGS = \
2
+ -I../include -I$(top_srcdir)/include
2
3
 
3
4
  EXTRA_DIST = \
4
5
  byte_stream.h \
@@ -15,11 +16,9 @@ EXTRA_DIST = \
15
16
  types.h.in \
16
17
  wide_string.h
17
18
 
18
- MAINTAINERCLEANFILES = \
19
+ DISTCLEANFILES = \
20
+ config.h \
21
+ types.h \
22
+ Makefile \
19
23
  Makefile.in
20
24
 
21
- distclean: clean
22
- -rm -f config.h
23
- -rm -f types.h
24
- -rm -f Makefile
25
-
@@ -403,6 +403,8 @@ datarootdir = @datarootdir@
403
403
  docdir = @docdir@
404
404
  dvidir = @dvidir@
405
405
  exec_prefix = @exec_prefix@
406
+ fuse3_CFLAGS = @fuse3_CFLAGS@
407
+ fuse3_LIBS = @fuse3_LIBS@
406
408
  fuse_CFLAGS = @fuse_CFLAGS@
407
409
  fuse_LIBS = @fuse_LIBS@
408
410
  host = @host@
@@ -464,7 +466,9 @@ target_alias = @target_alias@
464
466
  top_build_prefix = @top_build_prefix@
465
467
  top_builddir = @top_builddir@
466
468
  top_srcdir = @top_srcdir@
467
- AM_CPPFLAGS = -I$(top_srcdir)/include
469
+ AM_CPPFLAGS = \
470
+ -I../include -I$(top_srcdir)/include
471
+
468
472
  EXTRA_DIST = \
469
473
  byte_stream.h \
470
474
  common.h \
@@ -480,7 +484,10 @@ EXTRA_DIST = \
480
484
  types.h.in \
481
485
  wide_string.h
482
486
 
483
- MAINTAINERCLEANFILES = \
487
+ DISTCLEANFILES = \
488
+ config.h \
489
+ types.h \
490
+ Makefile \
484
491
  Makefile.in
485
492
 
486
493
  all: config.h
@@ -656,15 +663,17 @@ clean-generic:
656
663
  distclean-generic:
657
664
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
658
665
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
666
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
659
667
 
660
668
  maintainer-clean-generic:
661
669
  @echo "This command is intended for maintainers to use"
662
670
  @echo "it deletes files that may require special tools to rebuild."
663
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
664
671
  clean: clean-am
665
672
 
666
673
  clean-am: clean-generic clean-libtool mostlyclean-am
667
674
 
675
+ distclean: distclean-am
676
+ -rm -f Makefile
668
677
  distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
669
678
 
670
679
  dvi: dvi-am
@@ -752,11 +761,6 @@ uninstall-am:
752
761
  .PRECIOUS: Makefile
753
762
 
754
763
 
755
- distclean: clean
756
- -rm -f config.h
757
- -rm -f types.h
758
- -rm -f Makefile
759
-
760
764
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
761
765
  # Otherwise a system limit (for SysV at least) may be exceeded.
762
766
  .NOEXPORT:
@@ -203,7 +203,10 @@
203
203
  /* #undef HAVE_LIBFDATA_H */
204
204
 
205
205
  /* Define to 1 if you have the 'fuse' library (-lfuse). */
206
- #define HAVE_LIBFUSE 1
206
+ /* #undef HAVE_LIBFUSE */
207
+
208
+ /* Define to 1 if you have the 'fuse3' library (-lfuse3). */
209
+ #define HAVE_LIBFUSE3 1
207
210
 
208
211
  /* Define to 1 if you have the `fvalue' library (-lfvalue). */
209
212
  /* #undef HAVE_LIBFVALUE */
@@ -536,7 +539,7 @@
536
539
  #define PACKAGE_NAME "libvslvm"
537
540
 
538
541
  /* Define to the full name and version of this package. */
539
- #define PACKAGE_STRING "libvslvm 20240301"
542
+ #define PACKAGE_STRING "libvslvm 20240504"
540
543
 
541
544
  /* Define to the one symbol short name of this package. */
542
545
  #define PACKAGE_TARNAME "libvslvm"
@@ -545,7 +548,7 @@
545
548
  #define PACKAGE_URL ""
546
549
 
547
550
  /* Define to the version of this package. */
548
- #define PACKAGE_VERSION "20240301"
551
+ #define PACKAGE_VERSION "20240504"
549
552
 
550
553
  /* The size of `int', as computed by sizeof. */
551
554
  #define SIZEOF_INT 4
@@ -574,7 +577,7 @@
574
577
  /* #undef TM_IN_SYS_TIME */
575
578
 
576
579
  /* Version number of package */
577
- #define VERSION "20240301"
580
+ #define VERSION "20240504"
578
581
 
579
582
  /* Number of bits in a file offset, on hosts where this is settable. */
580
583
  /* #undef _FILE_OFFSET_BITS */
@@ -204,6 +204,9 @@
204
204
  /* Define to 1 if you have the 'fuse' library (-lfuse). */
205
205
  #undef HAVE_LIBFUSE
206
206
 
207
+ /* Define to 1 if you have the 'fuse3' library (-lfuse3). */
208
+ #undef HAVE_LIBFUSE3
209
+
207
210
  /* Define to 1 if you have the `fvalue' library (-lfvalue). */
208
211
  #undef HAVE_LIBFVALUE
209
212