libexe-python 20230318__tar.gz → 20231120__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 (730) hide show
  1. {libexe-20230318 → libexe-20231120}/Makefile.am +9 -29
  2. {libexe-20230318 → libexe-20231120}/Makefile.in +27 -56
  3. {libexe-20230318 → libexe-20231120}/PKG-INFO +4 -2
  4. {libexe-20230318 → libexe-20231120}/aclocal.m4 +34 -17
  5. {libexe-20230318 → libexe-20231120}/common/Makefile.am +3 -3
  6. {libexe-20230318 → libexe-20231120}/common/Makefile.in +16 -28
  7. {libexe-20230318 → libexe-20231120}/common/config.h +3 -3
  8. {libexe-20230318 → libexe-20231120}/common/config_winapi.h +5 -0
  9. {libexe-20230318 → libexe-20231120}/common/types.h +5 -0
  10. {libexe-20230318 → libexe-20231120}/common/types.h.in +5 -0
  11. {libexe-20230318 → libexe-20231120}/config.guess +17 -11
  12. {libexe-20230318 → libexe-20231120}/config.sub +33 -16
  13. {libexe-20230318 → libexe-20231120}/configure +2528 -1286
  14. {libexe-20230318 → libexe-20231120}/configure.ac +4 -4
  15. libexe-20231120/dpkg/changelog +5 -0
  16. {libexe-20230318 → libexe-20231120}/dpkg/rules +1 -1
  17. {libexe-20230318 → libexe-20231120}/exetools/Makefile.am +2 -2
  18. {libexe-20230318 → libexe-20231120}/exetools/Makefile.in +15 -27
  19. {libexe-20230318 → libexe-20231120}/exetools/exetools_signal.c +3 -3
  20. {libexe-20230318 → libexe-20231120}/include/Makefile.am +5 -5
  21. {libexe-20230318 → libexe-20231120}/include/Makefile.in +18 -30
  22. {libexe-20230318 → libexe-20231120}/include/libexe/definitions.h +2 -2
  23. {libexe-20230318 → libexe-20231120}/libbfio/Makefile.in +11 -25
  24. {libexe-20230318 → libexe-20231120}/libcdata/Makefile.in +11 -25
  25. {libexe-20230318 → libexe-20231120}/libcerror/Makefile.in +11 -25
  26. {libexe-20230318 → libexe-20231120}/libcfile/Makefile.in +11 -25
  27. {libexe-20230318 → libexe-20231120}/libclocale/Makefile.in +11 -25
  28. {libexe-20230318 → libexe-20231120}/libcnotify/Makefile.in +11 -25
  29. {libexe-20230318 → libexe-20231120}/libcpath/Makefile.in +11 -25
  30. {libexe-20230318 → libexe-20231120}/libcsplit/Makefile.in +11 -25
  31. {libexe-20230318 → libexe-20231120}/libcthreads/Makefile.in +11 -25
  32. {libexe-20230318 → libexe-20231120}/libexe/Makefile.am +6 -4
  33. {libexe-20230318 → libexe-20231120}/libexe/Makefile.in +19 -29
  34. {libexe-20230318 → libexe-20231120}/libexe/libexe.rc +2 -2
  35. {libexe-20230318 → libexe-20231120}/libexe/libexe_definitions.h +2 -2
  36. {libexe-20230318 → libexe-20231120}/libexe.spec +8 -14
  37. {libexe-20230318 → libexe-20231120}/libexe.spec.in +6 -12
  38. {libexe-20230318 → libexe-20231120}/libfcache/Makefile.in +11 -25
  39. {libexe-20230318 → libexe-20231120}/libfdata/Makefile.in +11 -25
  40. {libexe-20230318 → libexe-20231120}/libfdatetime/Makefile.in +11 -25
  41. {libexe-20230318 → libexe-20231120}/libuna/Makefile.in +11 -25
  42. {libexe-20230318 → libexe-20231120}/libuna/libuna_base16_stream.c +1 -1
  43. {libexe-20230318 → libexe-20231120}/libuna/libuna_base16_stream.h +1 -1
  44. {libexe-20230318 → libexe-20231120}/libuna/libuna_base32_stream.c +1 -1
  45. {libexe-20230318 → libexe-20231120}/libuna/libuna_base32_stream.h +1 -1
  46. {libexe-20230318 → libexe-20231120}/libuna/libuna_base64_stream.c +1 -1
  47. {libexe-20230318 → libexe-20231120}/libuna/libuna_base64_stream.h +1 -1
  48. {libexe-20230318 → libexe-20231120}/libuna/libuna_byte_stream.c +1 -1
  49. {libexe-20230318 → libexe-20231120}/libuna/libuna_byte_stream.h +1 -1
  50. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_10.c +1 -1
  51. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_10.h +1 -1
  52. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_13.c +1 -1
  53. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_13.h +1 -1
  54. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_14.c +1 -1
  55. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_14.h +1 -1
  56. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_15.c +1 -1
  57. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_15.h +1 -1
  58. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_16.c +1 -1
  59. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_16.h +1 -1
  60. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_2.c +1 -1
  61. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_2.h +1 -1
  62. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_3.c +1 -1
  63. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_3.h +1 -1
  64. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_4.c +1 -1
  65. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_4.h +1 -1
  66. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_5.c +1 -1
  67. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_5.h +1 -1
  68. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_6.c +1 -1
  69. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_6.h +1 -1
  70. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_7.c +1 -1
  71. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_7.h +1 -1
  72. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_8.c +1 -1
  73. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_8.h +1 -1
  74. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_9.c +1 -1
  75. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_iso_8859_9.h +1 -1
  76. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_r.c +1 -1
  77. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_r.h +1 -1
  78. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_u.c +1 -1
  79. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_koi8_u.h +1 -1
  80. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_arabic.c +1 -1
  81. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_arabic.h +1 -1
  82. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_celtic.c +1 -1
  83. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_celtic.h +1 -1
  84. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_centraleurroman.c +1 -1
  85. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_centraleurroman.h +1 -1
  86. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_croatian.c +1 -1
  87. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_croatian.h +1 -1
  88. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_cyrillic.c +1 -1
  89. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_cyrillic.h +1 -1
  90. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_dingbats.c +1 -1
  91. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_dingbats.h +1 -1
  92. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_farsi.c +1 -1
  93. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_farsi.h +1 -1
  94. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_gaelic.c +1 -1
  95. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_gaelic.h +1 -1
  96. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_greek.c +1 -1
  97. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_greek.h +1 -1
  98. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_icelandic.c +1 -1
  99. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_icelandic.h +1 -1
  100. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_inuit.c +1 -1
  101. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_inuit.h +1 -1
  102. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_roman.c +1 -1
  103. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_roman.h +1 -1
  104. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_romanian.c +1 -1
  105. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_romanian.h +1 -1
  106. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_russian.c +1 -1
  107. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_russian.h +1 -1
  108. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_symbol.c +1 -1
  109. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_symbol.h +1 -1
  110. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_thai.c +1 -1
  111. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_thai.h +1 -1
  112. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_turkish.c +1 -1
  113. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_turkish.h +1 -1
  114. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_ukrainian.c +1 -1
  115. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_mac_ukrainian.h +1 -1
  116. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1250.c +1 -1
  117. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1250.h +1 -1
  118. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1251.c +1 -1
  119. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1251.h +1 -1
  120. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1252.c +1 -1
  121. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1252.h +1 -1
  122. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1253.c +1 -1
  123. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1253.h +1 -1
  124. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1254.c +1 -1
  125. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1254.h +1 -1
  126. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1255.c +1 -1
  127. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1255.h +1 -1
  128. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1256.c +1 -1
  129. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1256.h +1 -1
  130. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1257.c +1 -1
  131. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1257.h +1 -1
  132. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1258.c +1 -1
  133. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_1258.h +1 -1
  134. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_874.c +1 -1
  135. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_874.h +1 -1
  136. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_932.c +1 -1
  137. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_932.h +1 -1
  138. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_936.c +1 -1
  139. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_936.h +1 -1
  140. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_949.c +1 -1
  141. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_949.h +1 -1
  142. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_950.c +1 -1
  143. {libexe-20230318 → libexe-20231120}/libuna/libuna_codepage_windows_950.h +1 -1
  144. {libexe-20230318 → libexe-20231120}/libuna/libuna_definitions.h +6 -5
  145. {libexe-20230318 → libexe-20231120}/libuna/libuna_error.c +1 -1
  146. {libexe-20230318 → libexe-20231120}/libuna/libuna_error.h +1 -1
  147. {libexe-20230318 → libexe-20231120}/libuna/libuna_extern.h +1 -1
  148. {libexe-20230318 → libexe-20231120}/libuna/libuna_libcerror.h +1 -1
  149. {libexe-20230318 → libexe-20231120}/libuna/libuna_scsu.c +1 -1
  150. {libexe-20230318 → libexe-20231120}/libuna/libuna_scsu.h +1 -1
  151. {libexe-20230318 → libexe-20231120}/libuna/libuna_support.c +1 -1
  152. {libexe-20230318 → libexe-20231120}/libuna/libuna_support.h +1 -1
  153. {libexe-20230318 → libexe-20231120}/libuna/libuna_types.h +1 -1
  154. {libexe-20230318 → libexe-20231120}/libuna/libuna_unicode_character.c +2045 -950
  155. {libexe-20230318 → libexe-20231120}/libuna/libuna_unicode_character.h +67 -1
  156. {libexe-20230318 → libexe-20231120}/libuna/libuna_unused.h +1 -1
  157. {libexe-20230318 → libexe-20231120}/libuna/libuna_url_stream.c +1 -1
  158. {libexe-20230318 → libexe-20231120}/libuna/libuna_url_stream.h +1 -1
  159. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_stream.c +13 -10
  160. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_stream.h +1 -1
  161. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_string.c +61 -93
  162. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf16_string.h +1 -1
  163. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_stream.c +13 -10
  164. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_stream.h +1 -1
  165. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_string.c +61 -93
  166. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf32_string.h +1 -1
  167. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf7_stream.c +1 -1
  168. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf7_stream.h +1 -1
  169. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_stream.c +1 -1
  170. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_stream.h +1 -1
  171. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_string.c +61 -93
  172. {libexe-20230318 → libexe-20231120}/libuna/libuna_utf8_string.h +1 -1
  173. {libexe-20230318 → libexe-20231120}/m4/libuna.m4 +264 -32
  174. libexe-20231120/m4/python.m4 +206 -0
  175. {libexe-20230318 → libexe-20231120}/manuals/Makefile.am +1 -1
  176. {libexe-20230318 → libexe-20231120}/manuals/Makefile.in +14 -26
  177. {libexe-20230318 → libexe-20231120}/msvscpp/Makefile.am +1 -1
  178. {libexe-20230318 → libexe-20231120}/msvscpp/Makefile.in +14 -26
  179. {libexe-20230318 → libexe-20231120}/ossfuzz/Makefile.am +2 -2
  180. {libexe-20230318 → libexe-20231120}/ossfuzz/Makefile.in +15 -27
  181. {libexe-20230318 → libexe-20231120}/po/Makevars +3 -0
  182. {libexe-20230318 → libexe-20231120}/po/Makevars.in +3 -0
  183. {libexe-20230318 → libexe-20231120}/pyexe/Makefile.am +1 -1
  184. {libexe-20230318 → libexe-20231120}/pyexe/Makefile.in +14 -27
  185. {libexe-20230318 → libexe-20231120}/pyexe/pyexe.c +12 -2
  186. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file.c +11 -0
  187. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file_object_io_handle.c +4 -4
  188. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_section.c +1 -2
  189. libexe-20231120/pyproject.toml +4 -0
  190. libexe-20231120/setup.cfg +16 -0
  191. libexe-20231120/setup.cfg.in +16 -0
  192. {libexe-20230318 → libexe-20231120}/setup.py +41 -118
  193. {libexe-20230318 → libexe-20231120}/tests/Makefile.am +1 -1
  194. {libexe-20230318 → libexe-20231120}/tests/Makefile.in +14 -26
  195. {libexe-20230318 → libexe-20231120}/tests/pyexe_test_file.py +6 -6
  196. {libexe-20230318 → libexe-20231120}/tests/pyexe_test_support.py +7 -4
  197. {libexe-20230318 → libexe-20231120}/tests/test_exeinfo.sh +47 -6
  198. {libexe-20230318 → libexe-20231120}/tests/test_library.sh +42 -35
  199. {libexe-20230318 → libexe-20231120}/tests/test_manpage.sh +2 -2
  200. {libexe-20230318 → libexe-20231120}/tests/test_python_module.sh +35 -25
  201. {libexe-20230318 → libexe-20231120}/tests/test_runner.sh +16 -161
  202. {libexe-20230318 → libexe-20231120}/tests/test_tools.sh +42 -35
  203. libexe-20230318/dpkg/changelog +0 -5
  204. libexe-20230318/m4/python.m4 +0 -575
  205. libexe-20230318/pyexe-python2/Makefile.am +0 -71
  206. libexe-20230318/pyexe-python2/Makefile.in +0 -1030
  207. libexe-20230318/pyexe-python3/Makefile.am +0 -71
  208. libexe-20230318/pyexe-python3/Makefile.in +0 -1030
  209. {libexe-20230318 → libexe-20231120}/ABOUT-NLS +0 -0
  210. {libexe-20230318 → libexe-20231120}/AUTHORS +0 -0
  211. {libexe-20230318 → libexe-20231120}/COPYING +0 -0
  212. {libexe-20230318 → libexe-20231120}/COPYING.LESSER +0 -0
  213. {libexe-20230318 → libexe-20231120}/ChangeLog +0 -0
  214. {libexe-20230318 → libexe-20231120}/INSTALL +0 -0
  215. {libexe-20230318 → libexe-20231120}/NEWS +0 -0
  216. {libexe-20230318 → libexe-20231120}/README +0 -0
  217. {libexe-20230318 → libexe-20231120}/acinclude.m4 +0 -0
  218. {libexe-20230318 → libexe-20231120}/common/byte_stream.h +0 -0
  219. {libexe-20230318 → libexe-20231120}/common/common.h +0 -0
  220. {libexe-20230318 → libexe-20231120}/common/config.h.in +0 -0
  221. {libexe-20230318 → libexe-20231120}/common/config_borlandc.h +0 -0
  222. {libexe-20230318 → libexe-20231120}/common/config_msc.h +0 -0
  223. {libexe-20230318 → libexe-20231120}/common/file_stream.h +0 -0
  224. {libexe-20230318 → libexe-20231120}/common/memory.h +0 -0
  225. {libexe-20230318 → libexe-20231120}/common/narrow_string.h +0 -0
  226. {libexe-20230318 → libexe-20231120}/common/system_string.h +0 -0
  227. {libexe-20230318 → libexe-20231120}/common/wide_string.h +0 -0
  228. {libexe-20230318 → libexe-20231120}/compile +0 -0
  229. {libexe-20230318 → libexe-20231120}/config.rpath +0 -0
  230. {libexe-20230318 → libexe-20231120}/depcomp +0 -0
  231. {libexe-20230318 → libexe-20231120}/dpkg/changelog.in +0 -0
  232. {libexe-20230318 → libexe-20231120}/dpkg/compat +0 -0
  233. {libexe-20230318 → libexe-20231120}/dpkg/control +0 -0
  234. {libexe-20230318 → libexe-20231120}/dpkg/copyright +0 -0
  235. {libexe-20230318 → libexe-20231120}/dpkg/libexe-dev.install +0 -0
  236. {libexe-20230318 → libexe-20231120}/dpkg/libexe-python3.install +0 -0
  237. {libexe-20230318 → libexe-20231120}/dpkg/libexe-tools.install +0 -0
  238. {libexe-20230318 → libexe-20231120}/dpkg/libexe.install +0 -0
  239. {libexe-20230318 → libexe-20231120}/dpkg/source/format +0 -0
  240. {libexe-20230318 → libexe-20231120}/exetools/exeinfo.c +0 -0
  241. {libexe-20230318 → libexe-20231120}/exetools/exetools_getopt.c +0 -0
  242. {libexe-20230318 → libexe-20231120}/exetools/exetools_getopt.h +0 -0
  243. {libexe-20230318 → libexe-20231120}/exetools/exetools_i18n.h +0 -0
  244. {libexe-20230318 → libexe-20231120}/exetools/exetools_libbfio.h +0 -0
  245. {libexe-20230318 → libexe-20231120}/exetools/exetools_libcerror.h +0 -0
  246. {libexe-20230318 → libexe-20231120}/exetools/exetools_libclocale.h +0 -0
  247. {libexe-20230318 → libexe-20231120}/exetools/exetools_libcnotify.h +0 -0
  248. {libexe-20230318 → libexe-20231120}/exetools/exetools_libexe.h +0 -0
  249. {libexe-20230318 → libexe-20231120}/exetools/exetools_libfdatetime.h +0 -0
  250. {libexe-20230318 → libexe-20231120}/exetools/exetools_libuna.h +0 -0
  251. {libexe-20230318 → libexe-20231120}/exetools/exetools_output.c +0 -0
  252. {libexe-20230318 → libexe-20231120}/exetools/exetools_output.h +0 -0
  253. {libexe-20230318 → libexe-20231120}/exetools/exetools_signal.h +0 -0
  254. {libexe-20230318 → libexe-20231120}/exetools/exetools_unused.h +0 -0
  255. {libexe-20230318 → libexe-20231120}/exetools/info_handle.c +0 -0
  256. {libexe-20230318 → libexe-20231120}/exetools/info_handle.h +0 -0
  257. {libexe-20230318 → libexe-20231120}/include/libexe/codepage.h +0 -0
  258. {libexe-20230318 → libexe-20231120}/include/libexe/definitions.h.in +0 -0
  259. {libexe-20230318 → libexe-20231120}/include/libexe/error.h +0 -0
  260. {libexe-20230318 → libexe-20231120}/include/libexe/extern.h +0 -0
  261. {libexe-20230318 → libexe-20231120}/include/libexe/features.h +0 -0
  262. {libexe-20230318 → libexe-20231120}/include/libexe/features.h.in +0 -0
  263. {libexe-20230318 → libexe-20231120}/include/libexe/types.h +0 -0
  264. {libexe-20230318 → libexe-20231120}/include/libexe/types.h.in +0 -0
  265. {libexe-20230318 → libexe-20231120}/include/libexe.h +0 -0
  266. {libexe-20230318 → libexe-20231120}/include/libexe.h.in +0 -0
  267. {libexe-20230318 → libexe-20231120}/install-sh +0 -0
  268. {libexe-20230318 → libexe-20231120}/libbfio/Makefile.am +0 -0
  269. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_codepage.h +0 -0
  270. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_definitions.h +0 -0
  271. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_error.c +0 -0
  272. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_error.h +0 -0
  273. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_extern.h +0 -0
  274. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file.c +0 -0
  275. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file.h +0 -0
  276. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_io_handle.c +0 -0
  277. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_io_handle.h +0 -0
  278. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_pool.c +0 -0
  279. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_pool.h +0 -0
  280. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range.c +0 -0
  281. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range.h +0 -0
  282. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range_io_handle.c +0 -0
  283. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_file_range_io_handle.h +0 -0
  284. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_handle.c +0 -0
  285. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_handle.h +0 -0
  286. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcdata.h +0 -0
  287. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcerror.h +0 -0
  288. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcfile.h +0 -0
  289. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libclocale.h +0 -0
  290. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcpath.h +0 -0
  291. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libcthreads.h +0 -0
  292. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_libuna.h +0 -0
  293. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range.c +0 -0
  294. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range.h +0 -0
  295. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range_io_handle.c +0 -0
  296. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_memory_range_io_handle.h +0 -0
  297. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_pool.c +0 -0
  298. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_pool.h +0 -0
  299. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_support.c +0 -0
  300. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_support.h +0 -0
  301. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_system_string.c +0 -0
  302. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_system_string.h +0 -0
  303. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_types.h +0 -0
  304. {libexe-20230318 → libexe-20231120}/libbfio/libbfio_unused.h +0 -0
  305. {libexe-20230318 → libexe-20231120}/libcdata/Makefile.am +0 -0
  306. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_array.c +0 -0
  307. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_array.h +0 -0
  308. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree.c +0 -0
  309. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree.h +0 -0
  310. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_node.c +0 -0
  311. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_node.h +0 -0
  312. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_values_list.c +0 -0
  313. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_btree_values_list.h +0 -0
  314. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_definitions.h +0 -0
  315. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_error.c +0 -0
  316. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_error.h +0 -0
  317. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_extern.h +0 -0
  318. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_libcerror.h +0 -0
  319. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_libcthreads.h +0 -0
  320. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list.c +0 -0
  321. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list.h +0 -0
  322. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list_element.c +0 -0
  323. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_list_element.h +0 -0
  324. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list.c +0 -0
  325. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list.h +0 -0
  326. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list_value.c +0 -0
  327. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_range_list_value.h +0 -0
  328. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_support.c +0 -0
  329. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_support.h +0 -0
  330. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_tree_node.c +0 -0
  331. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_tree_node.h +0 -0
  332. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_types.h +0 -0
  333. {libexe-20230318 → libexe-20231120}/libcdata/libcdata_unused.h +0 -0
  334. {libexe-20230318 → libexe-20231120}/libcerror/Makefile.am +0 -0
  335. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_definitions.h +0 -0
  336. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_error.c +0 -0
  337. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_error.h +0 -0
  338. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_extern.h +0 -0
  339. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_support.c +0 -0
  340. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_support.h +0 -0
  341. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_system.c +0 -0
  342. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_system.h +0 -0
  343. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_types.h +0 -0
  344. {libexe-20230318 → libexe-20231120}/libcerror/libcerror_unused.h +0 -0
  345. {libexe-20230318 → libexe-20231120}/libcfile/Makefile.am +0 -0
  346. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_definitions.h +0 -0
  347. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_error.c +0 -0
  348. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_error.h +0 -0
  349. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_extern.h +0 -0
  350. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_file.c +0 -0
  351. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_file.h +0 -0
  352. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libcerror.h +0 -0
  353. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libclocale.h +0 -0
  354. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libcnotify.h +0 -0
  355. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_libuna.h +0 -0
  356. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_notify.c +0 -0
  357. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_notify.h +0 -0
  358. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_support.c +0 -0
  359. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_support.h +0 -0
  360. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_system_string.c +0 -0
  361. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_system_string.h +0 -0
  362. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_types.h +0 -0
  363. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_unused.h +0 -0
  364. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_winapi.c +0 -0
  365. {libexe-20230318 → libexe-20231120}/libcfile/libcfile_winapi.h +0 -0
  366. {libexe-20230318 → libexe-20231120}/libclocale/Makefile.am +0 -0
  367. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_codepage.c +0 -0
  368. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_codepage.h +0 -0
  369. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_definitions.h +0 -0
  370. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_extern.h +0 -0
  371. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_libcerror.h +0 -0
  372. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_locale.c +0 -0
  373. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_locale.h +0 -0
  374. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_support.c +0 -0
  375. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_support.h +0 -0
  376. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_unused.h +0 -0
  377. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_wide_string.c +0 -0
  378. {libexe-20230318 → libexe-20231120}/libclocale/libclocale_wide_string.h +0 -0
  379. {libexe-20230318 → libexe-20231120}/libcnotify/Makefile.am +0 -0
  380. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_definitions.h +0 -0
  381. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_extern.h +0 -0
  382. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_libcerror.h +0 -0
  383. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_print.c +0 -0
  384. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_print.h +0 -0
  385. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_stream.c +0 -0
  386. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_stream.h +0 -0
  387. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_support.c +0 -0
  388. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_support.h +0 -0
  389. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_unused.h +0 -0
  390. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_verbose.c +0 -0
  391. {libexe-20230318 → libexe-20231120}/libcnotify/libcnotify_verbose.h +0 -0
  392. {libexe-20230318 → libexe-20231120}/libcpath/Makefile.am +0 -0
  393. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_definitions.h +0 -0
  394. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_error.c +0 -0
  395. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_error.h +0 -0
  396. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_extern.h +0 -0
  397. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libcerror.h +0 -0
  398. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libclocale.h +0 -0
  399. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libcsplit.h +0 -0
  400. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_libuna.h +0 -0
  401. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_path.c +0 -0
  402. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_path.h +0 -0
  403. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_support.c +0 -0
  404. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_support.h +0 -0
  405. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_system_string.c +0 -0
  406. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_system_string.h +0 -0
  407. {libexe-20230318 → libexe-20231120}/libcpath/libcpath_unused.h +0 -0
  408. {libexe-20230318 → libexe-20231120}/libcsplit/Makefile.am +0 -0
  409. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_definitions.h +0 -0
  410. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_error.c +0 -0
  411. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_error.h +0 -0
  412. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_extern.h +0 -0
  413. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_libcerror.h +0 -0
  414. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_split_string.c +0 -0
  415. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_split_string.h +0 -0
  416. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_string.c +0 -0
  417. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_narrow_string.h +0 -0
  418. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_support.c +0 -0
  419. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_support.h +0 -0
  420. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_types.h +0 -0
  421. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_unused.h +0 -0
  422. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_split_string.c +0 -0
  423. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_split_string.h +0 -0
  424. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_string.c +0 -0
  425. {libexe-20230318 → libexe-20231120}/libcsplit/libcsplit_wide_string.h +0 -0
  426. {libexe-20230318 → libexe-20231120}/libcthreads/Makefile.am +0 -0
  427. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_condition.c +0 -0
  428. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_condition.h +0 -0
  429. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_definitions.h +0 -0
  430. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_error.c +0 -0
  431. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_error.h +0 -0
  432. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_extern.h +0 -0
  433. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_libcerror.h +0 -0
  434. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_lock.c +0 -0
  435. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_lock.h +0 -0
  436. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_mutex.c +0 -0
  437. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_mutex.h +0 -0
  438. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_queue.c +0 -0
  439. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_queue.h +0 -0
  440. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_read_write_lock.c +0 -0
  441. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_read_write_lock.h +0 -0
  442. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_repeating_thread.c +0 -0
  443. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_repeating_thread.h +0 -0
  444. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_support.c +0 -0
  445. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_support.h +0 -0
  446. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread.c +0 -0
  447. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread.h +0 -0
  448. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_attributes.c +0 -0
  449. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_attributes.h +0 -0
  450. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_pool.c +0 -0
  451. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_thread_pool.h +0 -0
  452. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_types.h +0 -0
  453. {libexe-20230318 → libexe-20231120}/libcthreads/libcthreads_unused.h +0 -0
  454. {libexe-20230318 → libexe-20231120}/libexe/exe_file_header.h +0 -0
  455. {libexe-20230318 → libexe-20231120}/libexe/exe_le_header.h +0 -0
  456. {libexe-20230318 → libexe-20231120}/libexe/exe_mz_header.h +0 -0
  457. {libexe-20230318 → libexe-20231120}/libexe/exe_ne_header.h +0 -0
  458. {libexe-20230318 → libexe-20231120}/libexe/exe_pe_header.h +0 -0
  459. {libexe-20230318 → libexe-20231120}/libexe/exe_section_table.h +0 -0
  460. {libexe-20230318 → libexe-20231120}/libexe/libexe.c +0 -0
  461. {libexe-20230318 → libexe-20231120}/libexe/libexe.rc.in +0 -0
  462. {libexe-20230318 → libexe-20231120}/libexe/libexe_codepage.h +0 -0
  463. {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_header.c +0 -0
  464. {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_header.h +0 -0
  465. {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_optional_header.c +0 -0
  466. {libexe-20230318 → libexe-20231120}/libexe/libexe_coff_optional_header.h +0 -0
  467. {libexe-20230318 → libexe-20231120}/libexe/libexe_data_directory_descriptor.h +0 -0
  468. {libexe-20230318 → libexe-20231120}/libexe/libexe_debug.c +0 -0
  469. {libexe-20230318 → libexe-20231120}/libexe/libexe_debug.h +0 -0
  470. {libexe-20230318 → libexe-20231120}/libexe/libexe_debug_data.c +0 -0
  471. {libexe-20230318 → libexe-20231120}/libexe/libexe_debug_data.h +0 -0
  472. {libexe-20230318 → libexe-20231120}/libexe/libexe_definitions.h.in +0 -0
  473. {libexe-20230318 → libexe-20231120}/libexe/libexe_error.c +0 -0
  474. {libexe-20230318 → libexe-20231120}/libexe/libexe_error.h +0 -0
  475. {libexe-20230318 → libexe-20231120}/libexe/libexe_export_table.c +0 -0
  476. {libexe-20230318 → libexe-20231120}/libexe/libexe_export_table.h +0 -0
  477. {libexe-20230318 → libexe-20231120}/libexe/libexe_extern.h +0 -0
  478. {libexe-20230318 → libexe-20231120}/libexe/libexe_file.c +0 -0
  479. {libexe-20230318 → libexe-20231120}/libexe/libexe_file.h +0 -0
  480. {libexe-20230318 → libexe-20231120}/libexe/libexe_import_table.c +0 -0
  481. {libexe-20230318 → libexe-20231120}/libexe/libexe_import_table.h +0 -0
  482. {libexe-20230318 → libexe-20231120}/libexe/libexe_io_handle.c +0 -0
  483. {libexe-20230318 → libexe-20231120}/libexe/libexe_io_handle.h +0 -0
  484. {libexe-20230318 → libexe-20231120}/libexe/libexe_le_header.c +0 -0
  485. {libexe-20230318 → libexe-20231120}/libexe/libexe_le_header.h +0 -0
  486. {libexe-20230318 → libexe-20231120}/libexe/libexe_libbfio.h +0 -0
  487. {libexe-20230318 → libexe-20231120}/libexe/libexe_libcdata.h +0 -0
  488. {libexe-20230318 → libexe-20231120}/libexe/libexe_libcerror.h +0 -0
  489. {libexe-20230318 → libexe-20231120}/libexe/libexe_libclocale.h +0 -0
  490. {libexe-20230318 → libexe-20231120}/libexe/libexe_libcnotify.h +0 -0
  491. {libexe-20230318 → libexe-20231120}/libexe/libexe_libfcache.h +0 -0
  492. {libexe-20230318 → libexe-20231120}/libexe/libexe_libfdata.h +0 -0
  493. {libexe-20230318 → libexe-20231120}/libexe/libexe_libfdatetime.h +0 -0
  494. {libexe-20230318 → libexe-20231120}/libexe/libexe_libuna.h +0 -0
  495. {libexe-20230318 → libexe-20231120}/libexe/libexe_mz_header.c +0 -0
  496. {libexe-20230318 → libexe-20231120}/libexe/libexe_mz_header.h +0 -0
  497. {libexe-20230318 → libexe-20231120}/libexe/libexe_ne_header.c +0 -0
  498. {libexe-20230318 → libexe-20231120}/libexe/libexe_ne_header.h +0 -0
  499. {libexe-20230318 → libexe-20231120}/libexe/libexe_notify.c +0 -0
  500. {libexe-20230318 → libexe-20231120}/libexe/libexe_notify.h +0 -0
  501. {libexe-20230318 → libexe-20231120}/libexe/libexe_section.c +0 -0
  502. {libexe-20230318 → libexe-20231120}/libexe/libexe_section.h +0 -0
  503. {libexe-20230318 → libexe-20231120}/libexe/libexe_section_descriptor.c +0 -0
  504. {libexe-20230318 → libexe-20231120}/libexe/libexe_section_descriptor.h +0 -0
  505. {libexe-20230318 → libexe-20231120}/libexe/libexe_section_io_handle.c +0 -0
  506. {libexe-20230318 → libexe-20231120}/libexe/libexe_section_io_handle.h +0 -0
  507. {libexe-20230318 → libexe-20231120}/libexe/libexe_support.c +0 -0
  508. {libexe-20230318 → libexe-20231120}/libexe/libexe_support.h +0 -0
  509. {libexe-20230318 → libexe-20231120}/libexe/libexe_types.h +0 -0
  510. {libexe-20230318 → libexe-20231120}/libexe/libexe_unused.h +0 -0
  511. {libexe-20230318 → libexe-20231120}/libexe.pc.in +0 -0
  512. {libexe-20230318 → libexe-20231120}/libfcache/Makefile.am +0 -0
  513. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache.c +0 -0
  514. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache.h +0 -0
  515. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache_value.c +0 -0
  516. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_cache_value.h +0 -0
  517. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_date_time.c +0 -0
  518. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_date_time.h +0 -0
  519. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_definitions.h +0 -0
  520. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_error.c +0 -0
  521. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_error.h +0 -0
  522. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_extern.h +0 -0
  523. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_libcdata.h +0 -0
  524. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_libcerror.h +0 -0
  525. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_support.c +0 -0
  526. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_support.h +0 -0
  527. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_types.h +0 -0
  528. {libexe-20230318 → libexe-20231120}/libfcache/libfcache_unused.h +0 -0
  529. {libexe-20230318 → libexe-20231120}/libfdata/Makefile.am +0 -0
  530. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_area.c +0 -0
  531. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_area.h +0 -0
  532. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_cache.c +0 -0
  533. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_cache.h +0 -0
  534. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_definitions.h +0 -0
  535. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_error.c +0 -0
  536. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_error.h +0 -0
  537. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_extern.h +0 -0
  538. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libcdata.h +0 -0
  539. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libcerror.h +0 -0
  540. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libcnotify.h +0 -0
  541. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_libfcache.h +0 -0
  542. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list.c +0 -0
  543. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list.h +0 -0
  544. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list_element.c +0 -0
  545. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_list_element.h +0 -0
  546. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_mapped_range.c +0 -0
  547. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_mapped_range.h +0 -0
  548. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_notify.c +0 -0
  549. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_notify.h +0 -0
  550. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range.c +0 -0
  551. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range.h +0 -0
  552. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range_list.c +0 -0
  553. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_range_list.h +0 -0
  554. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_segments_array.c +0 -0
  555. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_segments_array.h +0 -0
  556. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_stream.c +0 -0
  557. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_stream.h +0 -0
  558. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_support.c +0 -0
  559. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_support.h +0 -0
  560. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_types.h +0 -0
  561. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_unused.h +0 -0
  562. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_vector.c +0 -0
  563. {libexe-20230318 → libexe-20231120}/libfdata/libfdata_vector.h +0 -0
  564. {libexe-20230318 → libexe-20231120}/libfdatetime/Makefile.am +0 -0
  565. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  566. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  567. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_definitions.h +0 -0
  568. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_error.c +0 -0
  569. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_error.h +0 -0
  570. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_extern.h +0 -0
  571. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  572. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  573. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_filetime.c +0 -0
  574. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_filetime.h +0 -0
  575. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  576. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  577. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  578. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  579. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_libcerror.h +0 -0
  580. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  581. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  582. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_posix_time.c +0 -0
  583. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_posix_time.h +0 -0
  584. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_support.c +0 -0
  585. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_support.h +0 -0
  586. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_systemtime.c +0 -0
  587. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_systemtime.h +0 -0
  588. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_types.h +0 -0
  589. {libexe-20230318 → libexe-20231120}/libfdatetime/libfdatetime_unused.h +0 -0
  590. {libexe-20230318 → libexe-20231120}/libuna/Makefile.am +0 -0
  591. {libexe-20230318 → libexe-20231120}/ltmain.sh +0 -0
  592. {libexe-20230318 → libexe-20231120}/m4/common.m4 +0 -0
  593. {libexe-20230318 → libexe-20231120}/m4/gettext.m4 +0 -0
  594. {libexe-20230318 → libexe-20231120}/m4/host-cpu-c-abi.m4 +0 -0
  595. {libexe-20230318 → libexe-20231120}/m4/iconv.m4 +0 -0
  596. {libexe-20230318 → libexe-20231120}/m4/intlmacosx.m4 +0 -0
  597. {libexe-20230318 → libexe-20231120}/m4/lib-ld.m4 +0 -0
  598. {libexe-20230318 → libexe-20231120}/m4/lib-link.m4 +0 -0
  599. {libexe-20230318 → libexe-20231120}/m4/lib-prefix.m4 +0 -0
  600. {libexe-20230318 → libexe-20231120}/m4/libbfio.m4 +0 -0
  601. {libexe-20230318 → libexe-20231120}/m4/libcdata.m4 +0 -0
  602. {libexe-20230318 → libexe-20231120}/m4/libcerror.m4 +0 -0
  603. {libexe-20230318 → libexe-20231120}/m4/libcfile.m4 +0 -0
  604. {libexe-20230318 → libexe-20231120}/m4/libclocale.m4 +0 -0
  605. {libexe-20230318 → libexe-20231120}/m4/libcnotify.m4 +0 -0
  606. {libexe-20230318 → libexe-20231120}/m4/libcpath.m4 +0 -0
  607. {libexe-20230318 → libexe-20231120}/m4/libcsplit.m4 +0 -0
  608. {libexe-20230318 → libexe-20231120}/m4/libcthreads.m4 +0 -0
  609. {libexe-20230318 → libexe-20231120}/m4/libfcache.m4 +0 -0
  610. {libexe-20230318 → libexe-20231120}/m4/libfdata.m4 +0 -0
  611. {libexe-20230318 → libexe-20231120}/m4/libfdatetime.m4 +0 -0
  612. {libexe-20230318 → libexe-20231120}/m4/libtool.m4 +0 -0
  613. {libexe-20230318 → libexe-20231120}/m4/ltoptions.m4 +0 -0
  614. {libexe-20230318 → libexe-20231120}/m4/ltsugar.m4 +0 -0
  615. {libexe-20230318 → libexe-20231120}/m4/ltversion.m4 +0 -0
  616. {libexe-20230318 → libexe-20231120}/m4/lt~obsolete.m4 +0 -0
  617. {libexe-20230318 → libexe-20231120}/m4/nls.m4 +0 -0
  618. {libexe-20230318 → libexe-20231120}/m4/po.m4 +0 -0
  619. {libexe-20230318 → libexe-20231120}/m4/progtest.m4 +0 -0
  620. {libexe-20230318 → libexe-20231120}/m4/pthread.m4 +0 -0
  621. {libexe-20230318 → libexe-20231120}/m4/tests.m4 +0 -0
  622. {libexe-20230318 → libexe-20231120}/m4/types.m4 +0 -0
  623. {libexe-20230318 → libexe-20231120}/manuals/exeinfo.1 +0 -0
  624. {libexe-20230318 → libexe-20231120}/manuals/libexe.3 +0 -0
  625. {libexe-20230318 → libexe-20231120}/missing +0 -0
  626. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_coff_header/exe_test_coff_header.vcproj +0 -0
  627. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_coff_optional_header/exe_test_coff_optional_header.vcproj +0 -0
  628. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_data_directory_descriptor/exe_test_data_directory_descriptor.vcproj +0 -0
  629. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_debug_data/exe_test_debug_data.vcproj +0 -0
  630. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_error/exe_test_error.vcproj +0 -0
  631. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_export_table/exe_test_export_table.vcproj +0 -0
  632. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_file/exe_test_file.vcproj +0 -0
  633. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_import_table/exe_test_import_table.vcproj +0 -0
  634. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_io_handle/exe_test_io_handle.vcproj +0 -0
  635. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_le_header/exe_test_le_header.vcproj +0 -0
  636. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_mz_header/exe_test_mz_header.vcproj +0 -0
  637. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_ne_header/exe_test_ne_header.vcproj +0 -0
  638. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_notify/exe_test_notify.vcproj +0 -0
  639. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_section/exe_test_section.vcproj +0 -0
  640. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_section_descriptor/exe_test_section_descriptor.vcproj +0 -0
  641. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_section_io_handle/exe_test_section_io_handle.vcproj +0 -0
  642. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_support/exe_test_support.vcproj +0 -0
  643. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_tools_info_handle/exe_test_tools_info_handle.vcproj +0 -0
  644. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_tools_output/exe_test_tools_output.vcproj +0 -0
  645. {libexe-20230318 → libexe-20231120}/msvscpp/exe_test_tools_signal/exe_test_tools_signal.vcproj +0 -0
  646. {libexe-20230318 → libexe-20231120}/msvscpp/exeinfo/exeinfo.vcproj +0 -0
  647. {libexe-20230318 → libexe-20231120}/msvscpp/libbfio/libbfio.vcproj +0 -0
  648. {libexe-20230318 → libexe-20231120}/msvscpp/libcdata/libcdata.vcproj +0 -0
  649. {libexe-20230318 → libexe-20231120}/msvscpp/libcerror/libcerror.vcproj +0 -0
  650. {libexe-20230318 → libexe-20231120}/msvscpp/libcfile/libcfile.vcproj +0 -0
  651. {libexe-20230318 → libexe-20231120}/msvscpp/libclocale/libclocale.vcproj +0 -0
  652. {libexe-20230318 → libexe-20231120}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  653. {libexe-20230318 → libexe-20231120}/msvscpp/libcpath/libcpath.vcproj +0 -0
  654. {libexe-20230318 → libexe-20231120}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
  655. {libexe-20230318 → libexe-20231120}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  656. {libexe-20230318 → libexe-20231120}/msvscpp/libexe/libexe.vcproj +0 -0
  657. {libexe-20230318 → libexe-20231120}/msvscpp/libexe.sln +0 -0
  658. {libexe-20230318 → libexe-20231120}/msvscpp/libfcache/libfcache.vcproj +0 -0
  659. {libexe-20230318 → libexe-20231120}/msvscpp/libfdata/libfdata.vcproj +0 -0
  660. {libexe-20230318 → libexe-20231120}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  661. {libexe-20230318 → libexe-20231120}/msvscpp/libuna/libuna.vcproj +0 -0
  662. {libexe-20230318 → libexe-20231120}/msvscpp/pyexe/pyexe.vcproj +0 -0
  663. {libexe-20230318 → libexe-20231120}/ossfuzz/file_fuzzer.cc +0 -0
  664. {libexe-20230318 → libexe-20231120}/ossfuzz/ossfuzz_libbfio.h +0 -0
  665. {libexe-20230318 → libexe-20231120}/ossfuzz/ossfuzz_libexe.h +0 -0
  666. {libexe-20230318 → libexe-20231120}/po/ChangeLog +0 -0
  667. {libexe-20230318 → libexe-20231120}/po/Makefile.in.in +0 -0
  668. {libexe-20230318 → libexe-20231120}/po/POTFILES.in +0 -0
  669. {libexe-20230318 → libexe-20231120}/po/Rules-quot +0 -0
  670. {libexe-20230318 → libexe-20231120}/po/boldquot.sed +0 -0
  671. {libexe-20230318 → libexe-20231120}/po/en@boldquot.header +0 -0
  672. {libexe-20230318 → libexe-20231120}/po/en@quot.header +0 -0
  673. {libexe-20230318 → libexe-20231120}/po/insert-header.sin +0 -0
  674. {libexe-20230318 → libexe-20231120}/po/quot.sed +0 -0
  675. {libexe-20230318 → libexe-20231120}/po/remove-potcdate.sin +0 -0
  676. {libexe-20230318 → libexe-20231120}/pyexe/pyexe.h +0 -0
  677. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_codepage.c +0 -0
  678. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_codepage.h +0 -0
  679. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_datetime.c +0 -0
  680. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_datetime.h +0 -0
  681. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_error.c +0 -0
  682. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_error.h +0 -0
  683. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file.h +0 -0
  684. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_file_object_io_handle.h +0 -0
  685. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_integer.c +0 -0
  686. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_integer.h +0 -0
  687. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libbfio.h +0 -0
  688. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libcerror.h +0 -0
  689. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libclocale.h +0 -0
  690. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_libexe.h +0 -0
  691. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_python.h +0 -0
  692. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_section.h +0 -0
  693. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_sections.c +0 -0
  694. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_sections.h +0 -0
  695. {libexe-20230318 → libexe-20231120}/pyexe/pyexe_unused.h +0 -0
  696. {libexe-20230318 → libexe-20231120}/test-driver +0 -0
  697. {libexe-20230318 → libexe-20231120}/tests/exe_test_coff_header.c +0 -0
  698. {libexe-20230318 → libexe-20231120}/tests/exe_test_coff_optional_header.c +0 -0
  699. {libexe-20230318 → libexe-20231120}/tests/exe_test_data_directory_descriptor.c +0 -0
  700. {libexe-20230318 → libexe-20231120}/tests/exe_test_debug_data.c +0 -0
  701. {libexe-20230318 → libexe-20231120}/tests/exe_test_error.c +0 -0
  702. {libexe-20230318 → libexe-20231120}/tests/exe_test_export_table.c +0 -0
  703. {libexe-20230318 → libexe-20231120}/tests/exe_test_file.c +0 -0
  704. {libexe-20230318 → libexe-20231120}/tests/exe_test_functions.c +0 -0
  705. {libexe-20230318 → libexe-20231120}/tests/exe_test_functions.h +0 -0
  706. {libexe-20230318 → libexe-20231120}/tests/exe_test_getopt.c +0 -0
  707. {libexe-20230318 → libexe-20231120}/tests/exe_test_getopt.h +0 -0
  708. {libexe-20230318 → libexe-20231120}/tests/exe_test_import_table.c +0 -0
  709. {libexe-20230318 → libexe-20231120}/tests/exe_test_io_handle.c +0 -0
  710. {libexe-20230318 → libexe-20231120}/tests/exe_test_le_header.c +0 -0
  711. {libexe-20230318 → libexe-20231120}/tests/exe_test_libbfio.h +0 -0
  712. {libexe-20230318 → libexe-20231120}/tests/exe_test_libcerror.h +0 -0
  713. {libexe-20230318 → libexe-20231120}/tests/exe_test_libclocale.h +0 -0
  714. {libexe-20230318 → libexe-20231120}/tests/exe_test_libcnotify.h +0 -0
  715. {libexe-20230318 → libexe-20231120}/tests/exe_test_libexe.h +0 -0
  716. {libexe-20230318 → libexe-20231120}/tests/exe_test_libuna.h +0 -0
  717. {libexe-20230318 → libexe-20231120}/tests/exe_test_macros.h +0 -0
  718. {libexe-20230318 → libexe-20231120}/tests/exe_test_memory.c +0 -0
  719. {libexe-20230318 → libexe-20231120}/tests/exe_test_memory.h +0 -0
  720. {libexe-20230318 → libexe-20231120}/tests/exe_test_mz_header.c +0 -0
  721. {libexe-20230318 → libexe-20231120}/tests/exe_test_ne_header.c +0 -0
  722. {libexe-20230318 → libexe-20231120}/tests/exe_test_notify.c +0 -0
  723. {libexe-20230318 → libexe-20231120}/tests/exe_test_section.c +0 -0
  724. {libexe-20230318 → libexe-20231120}/tests/exe_test_section_descriptor.c +0 -0
  725. {libexe-20230318 → libexe-20231120}/tests/exe_test_section_io_handle.c +0 -0
  726. {libexe-20230318 → libexe-20231120}/tests/exe_test_support.c +0 -0
  727. {libexe-20230318 → libexe-20231120}/tests/exe_test_tools_info_handle.c +0 -0
  728. {libexe-20230318 → libexe-20231120}/tests/exe_test_tools_output.c +0 -0
  729. {libexe-20230318 → libexe-20231120}/tests/exe_test_tools_signal.c +0 -0
  730. {libexe-20230318 → libexe-20231120}/tests/exe_test_unused.h +0 -0
@@ -19,8 +19,6 @@ SUBDIRS = \
19
19
  libexe \
20
20
  exetools \
21
21
  pyexe \
22
- pyexe-python2 \
23
- pyexe-python3 \
24
22
  po \
25
23
  manuals \
26
24
  tests \
@@ -48,6 +46,9 @@ PKGCONFIG_FILES = \
48
46
  libexe.pc.in
49
47
 
50
48
  SETUP_PY_FILES = \
49
+ pyproject.toml \
50
+ setup.cfg \
51
+ setup.cfg.in \
51
52
  setup.py
52
53
 
53
54
  SPEC_FILES = \
@@ -93,35 +94,14 @@ library:
93
94
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
94
95
 
95
96
  distclean: clean
96
- /bin/rm -f Makefile
97
- /bin/rm -f config.status
98
- /bin/rm -f config.cache
99
- /bin/rm -f config.log
100
- /bin/rm -f libexe.pc
101
- /bin/rm -f libexe.spec
97
+ -rm -f Makefile
98
+ -rm -f config.status
99
+ -rm -f config.cache
100
+ -rm -f config.log
101
+ -rm -f libexe.pc
102
+ -rm -f libexe.spec
102
103
  @for dir in ${subdirs}; do \
103
104
  (cd $$dir && $(MAKE) distclean) \
104
105
  || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
105
106
  done && test -z "$$fail"
106
107
 
107
- splint:
108
- (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
109
- (cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
110
- (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
111
- (cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
112
- (cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
113
- (cd $(srcdir)/libcsplit && $(MAKE) splint $(AM_MAKEFLAGS))
114
- (cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
115
- (cd $(srcdir)/libcfile && $(MAKE) splint $(AM_MAKEFLAGS))
116
- (cd $(srcdir)/libcpath && $(MAKE) splint $(AM_MAKEFLAGS))
117
- (cd $(srcdir)/libbfio && $(MAKE) splint $(AM_MAKEFLAGS))
118
- (cd $(srcdir)/libfcache && $(MAKE) splint $(AM_MAKEFLAGS))
119
- (cd $(srcdir)/libfdata && $(MAKE) splint $(AM_MAKEFLAGS))
120
- (cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
121
- (cd $(srcdir)/libexe && $(MAKE) splint $(AM_MAKEFLAGS))
122
- (cd $(srcdir)/exetools && $(MAKE) splint $(AM_MAKEFLAGS))
123
- (cd $(srcdir)/pyexe && $(MAKE) splint $(AM_MAKEFLAGS))
124
- (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
125
- (cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
126
- (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
127
-
@@ -118,7 +118,7 @@ mkinstalldirs = $(install_sh) -d
118
118
  CONFIG_HEADER = $(top_builddir)/common/config.h
119
119
  CONFIG_CLEAN_FILES = include/libexe/definitions.h \
120
120
  include/libexe/features.h include/libexe/types.h \
121
- dpkg/changelog libexe.pc libexe.spec
121
+ dpkg/changelog libexe.pc libexe.spec setup.cfg
122
122
  CONFIG_CLEAN_VPATH_FILES =
123
123
  AM_V_P = $(am__v_P_@AM_V@)
124
124
  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -184,6 +184,7 @@ am__recursive_targets = \
184
184
  $(am__extra_recursive_targets)
185
185
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
186
186
  cscope distdir distdir-am dist dist-all distcheck
187
+ am__extra_recursive_targets = sources-recursive splint-recursive
187
188
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188
189
  # Read a list of newline-separated strings from the standard input,
189
190
  # and print each of them once, without duplicates. Input order is
@@ -203,7 +204,8 @@ am__define_uniq_tagged_files = \
203
204
  done | $(am__uniquify_input)`
204
205
  DIST_SUBDIRS = $(SUBDIRS)
205
206
  am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libexe.pc.in \
206
- $(srcdir)/libexe.spec.in $(top_srcdir)/dpkg/changelog.in \
207
+ $(srcdir)/libexe.spec.in $(srcdir)/setup.cfg.in \
208
+ $(top_srcdir)/dpkg/changelog.in \
207
209
  $(top_srcdir)/include/libexe/definitions.h.in \
208
210
  $(top_srcdir)/include/libexe/features.h.in \
209
211
  $(top_srcdir)/include/libexe/types.h.in ABOUT-NLS AUTHORS \
@@ -410,26 +412,6 @@ POSUB = @POSUB@
410
412
  PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
411
413
  PTHREAD_LIBADD = @PTHREAD_LIBADD@
412
414
  PYTHON = @PYTHON@
413
- PYTHON2 = @PYTHON2@
414
- PYTHON2_CONFIG = @PYTHON2_CONFIG@
415
- PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
416
- PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
417
- PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
418
- PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
419
- PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
420
- PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
421
- PYTHON2_PREFIX = @PYTHON2_PREFIX@
422
- PYTHON2_VERSION = @PYTHON2_VERSION@
423
- PYTHON3 = @PYTHON3@
424
- PYTHON3_CONFIG = @PYTHON3_CONFIG@
425
- PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
426
- PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
427
- PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
428
- PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
429
- PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
430
- PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
431
- PYTHON3_PREFIX = @PYTHON3_PREFIX@
432
- PYTHON3_VERSION = @PYTHON3_VERSION@
433
415
  PYTHON_CONFIG = @PYTHON_CONFIG@
434
416
  PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
435
417
  PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
@@ -563,11 +545,7 @@ prefix = @prefix@
563
545
  program_transform_name = @program_transform_name@
564
546
  psdir = @psdir@
565
547
  pyexecdir = @pyexecdir@
566
- pyexecdir2 = @pyexecdir2@
567
- pyexecdir3 = @pyexecdir3@
568
548
  pythondir = @pythondir@
569
- pythondir2 = @pythondir2@
570
- pythondir3 = @pythondir3@
571
549
  runstatedir = @runstatedir@
572
550
  sbindir = @sbindir@
573
551
  sharedstatedir = @sharedstatedir@
@@ -597,8 +575,6 @@ SUBDIRS = \
597
575
  libexe \
598
576
  exetools \
599
577
  pyexe \
600
- pyexe-python2 \
601
- pyexe-python3 \
602
578
  po \
603
579
  manuals \
604
580
  tests \
@@ -626,6 +602,9 @@ PKGCONFIG_FILES = \
626
602
  libexe.pc.in
627
603
 
628
604
  SETUP_PY_FILES = \
605
+ pyproject.toml \
606
+ setup.cfg \
607
+ setup.cfg.in \
629
608
  setup.py
630
609
 
631
610
  SPEC_FILES = \
@@ -694,6 +673,8 @@ libexe.pc: $(top_builddir)/config.status $(srcdir)/libexe.pc.in
694
673
  cd $(top_builddir) && $(SHELL) ./config.status $@
695
674
  libexe.spec: $(top_builddir)/config.status $(srcdir)/libexe.spec.in
696
675
  cd $(top_builddir) && $(SHELL) ./config.status $@
676
+ setup.cfg: $(top_builddir)/config.status $(srcdir)/setup.cfg.in
677
+ cd $(top_builddir) && $(SHELL) ./config.status $@
697
678
 
698
679
  mostlyclean-libtool:
699
680
  -rm -f *.lo
@@ -758,6 +739,8 @@ $(am__recursive_targets):
758
739
  if test "$$dot_seen" = "no"; then \
759
740
  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
760
741
  fi; test -z "$$fail"
742
+ sources-local:
743
+ splint-local:
761
744
 
762
745
  ID: $(am__tagged_files)
763
746
  $(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -1131,6 +1114,14 @@ ps: ps-recursive
1131
1114
 
1132
1115
  ps-am:
1133
1116
 
1117
+ sources: sources-recursive
1118
+
1119
+ sources-am: sources-local
1120
+
1121
+ splint: splint-recursive
1122
+
1123
+ splint-am: splint-local
1124
+
1134
1125
  uninstall-am: uninstall-pkgconfigDATA
1135
1126
 
1136
1127
  .MAKE: $(am__recursive_targets) install-am install-strip
@@ -1150,7 +1141,8 @@ uninstall-am: uninstall-pkgconfigDATA
1150
1141
  installcheck installcheck-am installdirs installdirs-am \
1151
1142
  maintainer-clean maintainer-clean-generic mostlyclean \
1152
1143
  mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1153
- tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
1144
+ sources-am sources-local splint-am splint-local tags tags-am \
1145
+ uninstall uninstall-am uninstall-pkgconfigDATA
1154
1146
 
1155
1147
  .PRECIOUS: Makefile
1156
1148
 
@@ -1179,38 +1171,17 @@ library:
1179
1171
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1180
1172
 
1181
1173
  distclean: clean
1182
- /bin/rm -f Makefile
1183
- /bin/rm -f config.status
1184
- /bin/rm -f config.cache
1185
- /bin/rm -f config.log
1186
- /bin/rm -f libexe.pc
1187
- /bin/rm -f libexe.spec
1174
+ -rm -f Makefile
1175
+ -rm -f config.status
1176
+ -rm -f config.cache
1177
+ -rm -f config.log
1178
+ -rm -f libexe.pc
1179
+ -rm -f libexe.spec
1188
1180
  @for dir in ${subdirs}; do \
1189
1181
  (cd $$dir && $(MAKE) distclean) \
1190
1182
  || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1191
1183
  done && test -z "$$fail"
1192
1184
 
1193
- splint:
1194
- (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
1195
- (cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
1196
- (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
1197
- (cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
1198
- (cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
1199
- (cd $(srcdir)/libcsplit && $(MAKE) splint $(AM_MAKEFLAGS))
1200
- (cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
1201
- (cd $(srcdir)/libcfile && $(MAKE) splint $(AM_MAKEFLAGS))
1202
- (cd $(srcdir)/libcpath && $(MAKE) splint $(AM_MAKEFLAGS))
1203
- (cd $(srcdir)/libbfio && $(MAKE) splint $(AM_MAKEFLAGS))
1204
- (cd $(srcdir)/libfcache && $(MAKE) splint $(AM_MAKEFLAGS))
1205
- (cd $(srcdir)/libfdata && $(MAKE) splint $(AM_MAKEFLAGS))
1206
- (cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
1207
- (cd $(srcdir)/libexe && $(MAKE) splint $(AM_MAKEFLAGS))
1208
- (cd $(srcdir)/exetools && $(MAKE) splint $(AM_MAKEFLAGS))
1209
- (cd $(srcdir)/pyexe && $(MAKE) splint $(AM_MAKEFLAGS))
1210
- (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
1211
- (cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
1212
- (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
1213
-
1214
1185
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1215
1186
  # Otherwise a system limit (for SysV at least) may be exceeded.
1216
1187
  .NOEXPORT:
@@ -1,11 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libexe-python
3
- Version: 20230318
3
+ Version: 20231120
4
4
  Summary: Python bindings module for libexe
5
- Home-page: https://github.com/libyal/libexe/
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 :: 2 - Pre-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 libexe
@@ -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.
@@ -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
 
@@ -133,6 +133,7 @@ am__can_run_installinfo = \
133
133
  n|no|NO) false;; \
134
134
  *) (install-info --version) >/dev/null 2>&1;; \
135
135
  esac
136
+ am__extra_recursive_targets = sources-recursive splint-recursive
136
137
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
137
138
  config.h.in
138
139
  # Read a list of newline-separated strings from the standard input,
@@ -310,26 +311,6 @@ POSUB = @POSUB@
310
311
  PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
311
312
  PTHREAD_LIBADD = @PTHREAD_LIBADD@
312
313
  PYTHON = @PYTHON@
313
- PYTHON2 = @PYTHON2@
314
- PYTHON2_CONFIG = @PYTHON2_CONFIG@
315
- PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
316
- PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
317
- PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
318
- PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
319
- PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
320
- PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
321
- PYTHON2_PREFIX = @PYTHON2_PREFIX@
322
- PYTHON2_VERSION = @PYTHON2_VERSION@
323
- PYTHON3 = @PYTHON3@
324
- PYTHON3_CONFIG = @PYTHON3_CONFIG@
325
- PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
326
- PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
327
- PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
328
- PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
329
- PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
330
- PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
331
- PYTHON3_PREFIX = @PYTHON3_PREFIX@
332
- PYTHON3_VERSION = @PYTHON3_VERSION@
333
314
  PYTHON_CONFIG = @PYTHON_CONFIG@
334
315
  PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
335
316
  PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
@@ -463,11 +444,7 @@ prefix = @prefix@
463
444
  program_transform_name = @program_transform_name@
464
445
  psdir = @psdir@
465
446
  pyexecdir = @pyexecdir@
466
- pyexecdir2 = @pyexecdir2@
467
- pyexecdir3 = @pyexecdir3@
468
447
  pythondir = @pythondir@
469
- pythondir2 = @pythondir2@
470
- pythondir3 = @pythondir3@
471
448
  runstatedir = @runstatedir@
472
449
  sbindir = @sbindir@
473
450
  sharedstatedir = @sharedstatedir@
@@ -552,6 +529,8 @@ mostlyclean-libtool:
552
529
 
553
530
  clean-libtool:
554
531
  -rm -rf .libs _libs
532
+ sources-local:
533
+ splint-local:
555
534
 
556
535
  ID: $(am__tagged_files)
557
536
  $(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -734,6 +713,14 @@ ps: ps-am
734
713
 
735
714
  ps-am:
736
715
 
716
+ sources: sources-am
717
+
718
+ sources-am: sources-local
719
+
720
+ splint: splint-am
721
+
722
+ splint-am: splint-local
723
+
737
724
  uninstall-am:
738
725
 
739
726
  .MAKE: all install-am install-strip
@@ -749,15 +736,16 @@ uninstall-am:
749
736
  install-strip installcheck installcheck-am installdirs \
750
737
  maintainer-clean maintainer-clean-generic mostlyclean \
751
738
  mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
752
- tags tags-am uninstall uninstall-am
739
+ sources-am sources-local splint-am splint-local tags tags-am \
740
+ uninstall uninstall-am
753
741
 
754
742
  .PRECIOUS: Makefile
755
743
 
756
744
 
757
745
  distclean: clean
758
- /bin/rm -f config.h
759
- /bin/rm -f types.h
760
- /bin/rm -f Makefile
746
+ -rm -f config.h
747
+ -rm -f types.h
748
+ -rm -f Makefile
761
749
 
762
750
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
763
751
  # Otherwise a system limit (for SysV at least) may be exceeded.
@@ -518,7 +518,7 @@
518
518
  #define PACKAGE_NAME "libexe"
519
519
 
520
520
  /* Define to the full name and version of this package. */
521
- #define PACKAGE_STRING "libexe 20230318"
521
+ #define PACKAGE_STRING "libexe 20231120"
522
522
 
523
523
  /* Define to the one symbol short name of this package. */
524
524
  #define PACKAGE_TARNAME "libexe"
@@ -527,7 +527,7 @@
527
527
  #define PACKAGE_URL ""
528
528
 
529
529
  /* Define to the version of this package. */
530
- #define PACKAGE_VERSION "20230318"
530
+ #define PACKAGE_VERSION "20231120"
531
531
 
532
532
  /* The size of `int', as computed by sizeof. */
533
533
  #define SIZEOF_INT 4
@@ -556,7 +556,7 @@
556
556
  /* #undef TM_IN_SYS_TIME */
557
557
 
558
558
  /* Version number of package */
559
- #define VERSION "20230318"
559
+ #define VERSION "20231120"
560
560
 
561
561
  /* Number of bits in a file offset, on hosts where this is settable. */
562
562
  /* #undef _FILE_OFFSET_BITS */
@@ -45,7 +45,10 @@
45
45
  #endif
46
46
 
47
47
  /* Define the size of size_t for WINAPI
48
+ * Do not define when pyconfig.h has been included via python.h
48
49
  */
50
+ #if !defined( HAVE_PYCONFIG_H )
51
+
49
52
  #if !defined( SIZEOF_SIZE_T )
50
53
  #if __WORDSIZE == 64
51
54
  #define SIZEOF_SIZE_T 8
@@ -54,6 +57,8 @@
54
57
  #endif
55
58
  #endif
56
59
 
60
+ #endif /* !defined( HAVE_PYCONFIG_H ) */
61
+
57
62
  /* Define the size of the wide character for WINAPI
58
63
  */
59
64
  #if !defined( SIZEOF_WCHAR_T )
@@ -60,7 +60,10 @@ typedef int system_integer_t;
60
60
  #endif /* defined( WINAPI ) && ( defined( _UNICODE ) || defined( UNICODE ) ) */
61
61
 
62
62
  /* Fallback for systems without PRI definitions
63
+ * Do not define when pyconfig.h has been included via python.h
63
64
  */
65
+ #if !defined( HAVE_PYCONFIG_H )
66
+
64
67
  #if !defined( PRId8 )
65
68
  #define PRId8 "d"
66
69
  #endif
@@ -216,6 +219,8 @@ typedef int system_integer_t;
216
219
  #endif
217
220
  #endif /* !defined( PRIx64 ) */
218
221
 
222
+ #endif /* !defined( HAVE_PYCONFIG_H ) */
223
+
219
224
  /* Fallback for systems without printf %jd definition
220
225
  */
221
226
  #if defined( HAVE_PRINTF_JD )
@@ -60,7 +60,10 @@ typedef int system_integer_t;
60
60
  #endif /* defined( WINAPI ) && ( defined( _UNICODE ) || defined( UNICODE ) ) */
61
61
 
62
62
  /* Fallback for systems without PRI definitions
63
+ * Do not define when pyconfig.h has been included via python.h
63
64
  */
65
+ #if !defined( HAVE_PYCONFIG_H )
66
+
64
67
  #if !defined( PRId8 )
65
68
  #define PRId8 "d"
66
69
  #endif
@@ -216,6 +219,8 @@ typedef int system_integer_t;
216
219
  #endif
217
220
  #endif /* !defined( PRIx64 ) */
218
221
 
222
+ #endif /* !defined( HAVE_PYCONFIG_H ) */
223
+
219
224
  /* Fallback for systems without printf %jd definition
220
225
  */
221
226
  #if defined( HAVE_PRINTF_JD )
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/sh
2
2
  # Attempt to guess a canonical system name.
3
- # Copyright 1992-2022 Free Software Foundation, Inc.
3
+ # Copyright 1992-2023 Free Software Foundation, Inc.
4
4
 
5
5
  # shellcheck disable=SC2006,SC2268 # see below for rationale
6
6
 
7
- timestamp='2022-05-25'
7
+ timestamp='2023-06-23'
8
8
 
9
9
  # This file is free software; you can redistribute it and/or modify it
10
10
  # under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ me=`echo "$0" | sed -e 's,.*/,,'`
47
47
  usage="\
48
48
  Usage: $0 [OPTION]
49
49
 
50
- Output the configuration name of the system \`$me' is run on.
50
+ Output the configuration name of the system '$me' is run on.
51
51
 
52
52
  Options:
53
53
  -h, --help print this help, then exit
@@ -60,13 +60,13 @@ version="\
60
60
  GNU config.guess ($timestamp)
61
61
 
62
62
  Originally written by Per Bothner.
63
- Copyright 1992-2022 Free Software Foundation, Inc.
63
+ Copyright 1992-2023 Free Software Foundation, Inc.
64
64
 
65
65
  This is free software; see the source for copying conditions. There is NO
66
66
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
67
67
 
68
68
  help="
69
- Try \`$me --help' for more information."
69
+ Try '$me --help' for more information."
70
70
 
71
71
  # Parse command line
72
72
  while test $# -gt 0 ; do
@@ -102,8 +102,8 @@ GUESS=
102
102
  # temporary files to be created and, as you can see below, it is a
103
103
  # headache to deal with in a portable fashion.
104
104
 
105
- # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
106
- # use `HOST_CC' if defined, but it is deprecated.
105
+ # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
106
+ # use 'HOST_CC' if defined, but it is deprecated.
107
107
 
108
108
  # Portable tmp directory creation inspired by the Autoconf team.
109
109
 
@@ -459,7 +459,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
459
459
  UNAME_RELEASE=`uname -v`
460
460
  ;;
461
461
  esac
462
- # Japanese Language versions have a version number like `4.1.3-JL'.
462
+ # Japanese Language versions have a version number like '4.1.3-JL'.
463
463
  SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
464
464
  GUESS=sparc-sun-sunos$SUN_REL
465
465
  ;;
@@ -966,6 +966,12 @@ EOF
966
966
  GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
967
967
  GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
968
968
  ;;
969
+ x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
970
+ GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
971
+ ;;
972
+ *:[Mm]anagarm:*:*)
973
+ GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
974
+ ;;
969
975
  *:Minix:*:*)
970
976
  GUESS=$UNAME_MACHINE-unknown-minix
971
977
  ;;
@@ -1036,7 +1042,7 @@ EOF
1036
1042
  k1om:Linux:*:*)
1037
1043
  GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
1038
1044
  ;;
1039
- loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*)
1045
+ loongarch32:Linux:*:* | loongarch64:Linux:*:*)
1040
1046
  GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
1041
1047
  ;;
1042
1048
  m32r*:Linux:*:*)
@@ -1191,7 +1197,7 @@ EOF
1191
1197
  GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
1192
1198
  ;;
1193
1199
  i*86:OS/2:*:*)
1194
- # If we were able to find `uname', then EMX Unix compatibility
1200
+ # If we were able to find 'uname', then EMX Unix compatibility
1195
1201
  # is probably installed.
1196
1202
  GUESS=$UNAME_MACHINE-pc-os2-emx
1197
1203
  ;;
@@ -1332,7 +1338,7 @@ EOF
1332
1338
  GUESS=ns32k-sni-sysv
1333
1339
  fi
1334
1340
  ;;
1335
- PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1341
+ PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
1336
1342
  # says <Richard.M.Bartel@ccMail.Census.GOV>
1337
1343
  GUESS=i586-unisys-sysv4
1338
1344
  ;;