libfwevt-python 20230410__tar.gz → 20231230__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 (608) hide show
  1. {libfwevt-20230410 → libfwevt-20231230}/Makefile.am +9 -22
  2. {libfwevt-20230410 → libfwevt-20231230}/Makefile.in +27 -49
  3. {libfwevt-20230410 → libfwevt-20231230}/PKG-INFO +4 -2
  4. {libfwevt-20230410 → libfwevt-20231230}/aclocal.m4 +34 -17
  5. {libfwevt-20230410 → libfwevt-20231230}/common/Makefile.am +3 -3
  6. {libfwevt-20230410 → libfwevt-20231230}/common/Makefile.in +16 -28
  7. {libfwevt-20230410 → libfwevt-20231230}/common/config.h +3 -3
  8. {libfwevt-20230410 → libfwevt-20231230}/config.guess +17 -11
  9. {libfwevt-20230410 → libfwevt-20231230}/config.sub +33 -16
  10. {libfwevt-20230410 → libfwevt-20231230}/configure +2463 -1221
  11. {libfwevt-20230410 → libfwevt-20231230}/configure.ac +4 -4
  12. libfwevt-20231230/dpkg/changelog +5 -0
  13. {libfwevt-20230410 → libfwevt-20231230}/dpkg/rules +1 -1
  14. {libfwevt-20230410 → libfwevt-20231230}/include/Makefile.am +5 -5
  15. {libfwevt-20230410 → libfwevt-20231230}/include/Makefile.in +18 -30
  16. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/definitions.h +2 -2
  17. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/types.h +1 -0
  18. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/types.h.in +1 -0
  19. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt.h +147 -2
  20. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt.h.in +147 -2
  21. {libfwevt-20230410 → libfwevt-20231230}/libcdata/Makefile.in +11 -25
  22. {libfwevt-20230410 → libfwevt-20231230}/libcerror/Makefile.in +11 -25
  23. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/Makefile.in +11 -25
  24. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/Makefile.in +11 -25
  25. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/Makefile.in +11 -25
  26. {libfwevt-20230410 → libfwevt-20231230}/libfguid/Makefile.in +11 -25
  27. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/Makefile.in +11 -25
  28. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/Makefile.am +7 -4
  29. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/Makefile.in +26 -32
  30. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/fwevt_template.h +4 -4
  31. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt.rc +2 -2
  32. libfwevt-20231230/libfwevt/libfwevt_channel.c +698 -0
  33. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_channel.h +40 -0
  34. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_definitions.h +2 -2
  35. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_level.c +3 -3
  36. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_opcode.c +1 -1
  37. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_task.c +5 -5
  38. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_template.c +279 -212
  39. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_template.h +32 -3
  40. libfwevt-20231230/libfwevt/libfwevt_template_item.c +779 -0
  41. libfwevt-20231230/libfwevt/libfwevt_template_item.h +125 -0
  42. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_types.h +2 -0
  43. {libfwevt-20230410 → libfwevt-20231230}/libfwevt.spec +7 -12
  44. {libfwevt-20230410 → libfwevt-20231230}/libfwevt.spec.in +5 -10
  45. {libfwevt-20230410 → libfwevt-20231230}/libuna/Makefile.in +11 -25
  46. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_base16_stream.c +1 -1
  47. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_base16_stream.h +1 -1
  48. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_base32_stream.c +1 -1
  49. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_base32_stream.h +1 -1
  50. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_base64_stream.c +1 -1
  51. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_base64_stream.h +1 -1
  52. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_byte_stream.c +1 -1
  53. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_byte_stream.h +1 -1
  54. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_10.c +1 -1
  55. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_10.h +1 -1
  56. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_13.c +1 -1
  57. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_13.h +1 -1
  58. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_14.c +1 -1
  59. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_14.h +1 -1
  60. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_15.c +1 -1
  61. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_15.h +1 -1
  62. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_16.c +1 -1
  63. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_16.h +1 -1
  64. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_2.c +1 -1
  65. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_2.h +1 -1
  66. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_3.c +1 -1
  67. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_3.h +1 -1
  68. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_4.c +1 -1
  69. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_4.h +1 -1
  70. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_5.c +1 -1
  71. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_5.h +1 -1
  72. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_6.c +1 -1
  73. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_6.h +1 -1
  74. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_7.c +1 -1
  75. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_7.h +1 -1
  76. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_8.c +1 -1
  77. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_8.h +1 -1
  78. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_9.c +1 -1
  79. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_iso_8859_9.h +1 -1
  80. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_koi8_r.c +1 -1
  81. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_koi8_r.h +1 -1
  82. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_koi8_u.c +1 -1
  83. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_koi8_u.h +1 -1
  84. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_arabic.c +1 -1
  85. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_arabic.h +1 -1
  86. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_celtic.c +1 -1
  87. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_celtic.h +1 -1
  88. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_centraleurroman.c +1 -1
  89. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_centraleurroman.h +1 -1
  90. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_croatian.c +1 -1
  91. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_croatian.h +1 -1
  92. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_cyrillic.c +1 -1
  93. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_cyrillic.h +1 -1
  94. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_dingbats.c +1 -1
  95. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_dingbats.h +1 -1
  96. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_farsi.c +1 -1
  97. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_farsi.h +1 -1
  98. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_gaelic.c +1 -1
  99. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_gaelic.h +1 -1
  100. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_greek.c +1 -1
  101. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_greek.h +1 -1
  102. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_icelandic.c +1 -1
  103. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_icelandic.h +1 -1
  104. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_inuit.c +1 -1
  105. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_inuit.h +1 -1
  106. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_roman.c +1 -1
  107. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_roman.h +1 -1
  108. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_romanian.c +1 -1
  109. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_romanian.h +1 -1
  110. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_russian.c +1 -1
  111. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_russian.h +1 -1
  112. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_symbol.c +1 -1
  113. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_symbol.h +1 -1
  114. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_thai.c +1 -1
  115. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_thai.h +1 -1
  116. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_turkish.c +1 -1
  117. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_turkish.h +1 -1
  118. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_ukrainian.c +1 -1
  119. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_mac_ukrainian.h +1 -1
  120. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1250.c +1 -1
  121. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1250.h +1 -1
  122. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1251.c +1 -1
  123. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1251.h +1 -1
  124. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1252.c +1 -1
  125. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1252.h +1 -1
  126. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1253.c +1 -1
  127. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1253.h +1 -1
  128. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1254.c +1 -1
  129. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1254.h +1 -1
  130. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1255.c +1 -1
  131. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1255.h +1 -1
  132. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1256.c +1 -1
  133. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1256.h +1 -1
  134. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1257.c +1 -1
  135. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1257.h +1 -1
  136. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1258.c +1 -1
  137. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_1258.h +1 -1
  138. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_874.c +1 -1
  139. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_874.h +1 -1
  140. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_932.c +1 -1
  141. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_932.h +1 -1
  142. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_936.c +1 -1
  143. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_936.h +1 -1
  144. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_949.c +1 -1
  145. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_949.h +1 -1
  146. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_950.c +1 -1
  147. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_codepage_windows_950.h +1 -1
  148. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_definitions.h +6 -5
  149. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_error.c +1 -1
  150. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_error.h +1 -1
  151. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_extern.h +1 -1
  152. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_libcerror.h +1 -1
  153. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_scsu.c +1 -1
  154. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_scsu.h +1 -1
  155. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_support.c +1 -1
  156. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_support.h +1 -1
  157. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_types.h +1 -1
  158. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_unicode_character.c +2045 -950
  159. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_unicode_character.h +67 -1
  160. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_unused.h +1 -1
  161. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_url_stream.c +1 -1
  162. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_url_stream.h +1 -1
  163. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf16_stream.c +13 -10
  164. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf16_stream.h +1 -1
  165. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf16_string.c +61 -93
  166. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf16_string.h +1 -1
  167. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf32_stream.c +13 -10
  168. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf32_stream.h +1 -1
  169. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf32_string.c +61 -93
  170. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf32_string.h +1 -1
  171. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf7_stream.c +1 -1
  172. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf7_stream.h +1 -1
  173. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf8_stream.c +1 -1
  174. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf8_stream.h +1 -1
  175. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf8_string.c +61 -93
  176. {libfwevt-20230410 → libfwevt-20231230}/libuna/libuna_utf8_string.h +1 -1
  177. {libfwevt-20230410 → libfwevt-20231230}/m4/libuna.m4 +264 -32
  178. libfwevt-20231230/m4/python.m4 +206 -0
  179. {libfwevt-20230410 → libfwevt-20231230}/manuals/Makefile.am +1 -1
  180. {libfwevt-20230410 → libfwevt-20231230}/manuals/Makefile.in +14 -27
  181. {libfwevt-20230410 → libfwevt-20231230}/manuals/libfwevt.3 +43 -1
  182. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/Makefile.am +3 -1
  183. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/Makefile.in +16 -26
  184. libfwevt-20231230/msvscpp/fwevt_test_notify/fwevt_test_notify.vcproj +214 -0
  185. libfwevt-20231230/msvscpp/fwevt_test_template_item/fwevt_test_template_item.vcproj +222 -0
  186. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libfwevt/libfwevt.vcproj +8 -0
  187. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libfwevt.sln +66 -46
  188. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/pyfwevt/pyfwevt.vcproj +18 -2
  189. {libfwevt-20230410 → libfwevt-20231230}/ossfuzz/Makefile.am +2 -2
  190. {libfwevt-20230410 → libfwevt-20231230}/ossfuzz/Makefile.in +15 -27
  191. {libfwevt-20230410 → libfwevt-20231230}/po/Makevars +3 -0
  192. {libfwevt-20230410 → libfwevt-20231230}/po/Makevars.in +3 -0
  193. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/Makefile.am +3 -1
  194. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/Makefile.in +41 -28
  195. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt.c +37 -2
  196. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_channel.c +199 -0
  197. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_channel.h +8 -0
  198. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_guid.c +1 -2
  199. libfwevt-20231230/pyfwevt/pyfwevt_template.c +627 -0
  200. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_template.h +21 -0
  201. libfwevt-20231230/pyfwevt/pyfwevt_template_item.c +566 -0
  202. libfwevt-20231230/pyfwevt/pyfwevt_template_item.h +84 -0
  203. libfwevt-20231230/pyfwevt/pyfwevt_template_items.c +460 -0
  204. libfwevt-20231230/pyfwevt/pyfwevt_template_items.h +97 -0
  205. libfwevt-20231230/pyproject.toml +4 -0
  206. libfwevt-20231230/setup.cfg +16 -0
  207. libfwevt-20231230/setup.cfg.in +16 -0
  208. {libfwevt-20230410 → libfwevt-20231230}/setup.py +41 -118
  209. {libfwevt-20230410 → libfwevt-20231230}/tests/Makefile.am +26 -1
  210. {libfwevt-20230410 → libfwevt-20231230}/tests/Makefile.in +72 -35
  211. libfwevt-20231230/tests/fwevt_test_notify.c +229 -0
  212. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_template.c +8 -8
  213. libfwevt-20231230/tests/fwevt_test_template_item.c +381 -0
  214. {libfwevt-20230410 → libfwevt-20231230}/tests/test_library.sh +43 -36
  215. {libfwevt-20230410 → libfwevt-20231230}/tests/test_manpage.sh +2 -2
  216. {libfwevt-20230410 → libfwevt-20231230}/tests/test_python_module.sh +35 -25
  217. {libfwevt-20230410 → libfwevt-20231230}/tests/test_runner.sh +16 -161
  218. libfwevt-20230410/dpkg/changelog +0 -5
  219. libfwevt-20230410/libfwevt/libfwevt_channel.c +0 -392
  220. libfwevt-20230410/m4/python.m4 +0 -575
  221. libfwevt-20230410/pyfwevt/pyfwevt_template.c +0 -302
  222. libfwevt-20230410/pyfwevt-python2/Makefile.am +0 -74
  223. libfwevt-20230410/pyfwevt-python2/Makefile.in +0 -1139
  224. libfwevt-20230410/pyfwevt-python3/Makefile.am +0 -74
  225. libfwevt-20230410/pyfwevt-python3/Makefile.in +0 -1139
  226. {libfwevt-20230410 → libfwevt-20231230}/ABOUT-NLS +0 -0
  227. {libfwevt-20230410 → libfwevt-20231230}/AUTHORS +0 -0
  228. {libfwevt-20230410 → libfwevt-20231230}/COPYING +0 -0
  229. {libfwevt-20230410 → libfwevt-20231230}/COPYING.LESSER +0 -0
  230. {libfwevt-20230410 → libfwevt-20231230}/ChangeLog +0 -0
  231. {libfwevt-20230410 → libfwevt-20231230}/INSTALL +0 -0
  232. {libfwevt-20230410 → libfwevt-20231230}/NEWS +0 -0
  233. {libfwevt-20230410 → libfwevt-20231230}/README +0 -0
  234. {libfwevt-20230410 → libfwevt-20231230}/acinclude.m4 +0 -0
  235. {libfwevt-20230410 → libfwevt-20231230}/common/byte_stream.h +0 -0
  236. {libfwevt-20230410 → libfwevt-20231230}/common/common.h +0 -0
  237. {libfwevt-20230410 → libfwevt-20231230}/common/config.h.in +0 -0
  238. {libfwevt-20230410 → libfwevt-20231230}/common/config_borlandc.h +0 -0
  239. {libfwevt-20230410 → libfwevt-20231230}/common/config_msc.h +0 -0
  240. {libfwevt-20230410 → libfwevt-20231230}/common/config_winapi.h +0 -0
  241. {libfwevt-20230410 → libfwevt-20231230}/common/file_stream.h +0 -0
  242. {libfwevt-20230410 → libfwevt-20231230}/common/memory.h +0 -0
  243. {libfwevt-20230410 → libfwevt-20231230}/common/narrow_string.h +0 -0
  244. {libfwevt-20230410 → libfwevt-20231230}/common/system_string.h +0 -0
  245. {libfwevt-20230410 → libfwevt-20231230}/common/types.h +0 -0
  246. {libfwevt-20230410 → libfwevt-20231230}/common/types.h.in +0 -0
  247. {libfwevt-20230410 → libfwevt-20231230}/common/wide_string.h +0 -0
  248. {libfwevt-20230410 → libfwevt-20231230}/compile +0 -0
  249. {libfwevt-20230410 → libfwevt-20231230}/config.rpath +0 -0
  250. {libfwevt-20230410 → libfwevt-20231230}/depcomp +0 -0
  251. {libfwevt-20230410 → libfwevt-20231230}/dpkg/changelog.in +0 -0
  252. {libfwevt-20230410 → libfwevt-20231230}/dpkg/compat +0 -0
  253. {libfwevt-20230410 → libfwevt-20231230}/dpkg/control +0 -0
  254. {libfwevt-20230410 → libfwevt-20231230}/dpkg/copyright +0 -0
  255. {libfwevt-20230410 → libfwevt-20231230}/dpkg/libfwevt-dev.install +0 -0
  256. {libfwevt-20230410 → libfwevt-20231230}/dpkg/libfwevt-python3.install +0 -0
  257. {libfwevt-20230410 → libfwevt-20231230}/dpkg/libfwevt.install +0 -0
  258. {libfwevt-20230410 → libfwevt-20231230}/dpkg/source/format +0 -0
  259. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/definitions.h.in +0 -0
  260. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/error.h +0 -0
  261. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/extern.h +0 -0
  262. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/features.h +0 -0
  263. {libfwevt-20230410 → libfwevt-20231230}/include/libfwevt/features.h.in +0 -0
  264. {libfwevt-20230410 → libfwevt-20231230}/install-sh +0 -0
  265. {libfwevt-20230410 → libfwevt-20231230}/libcdata/Makefile.am +0 -0
  266. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_array.c +0 -0
  267. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_array.h +0 -0
  268. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_btree.c +0 -0
  269. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_btree.h +0 -0
  270. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_btree_node.c +0 -0
  271. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_btree_node.h +0 -0
  272. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_btree_values_list.c +0 -0
  273. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_btree_values_list.h +0 -0
  274. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_definitions.h +0 -0
  275. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_error.c +0 -0
  276. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_error.h +0 -0
  277. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_extern.h +0 -0
  278. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_libcerror.h +0 -0
  279. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_libcthreads.h +0 -0
  280. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_list.c +0 -0
  281. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_list.h +0 -0
  282. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_list_element.c +0 -0
  283. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_list_element.h +0 -0
  284. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_range_list.c +0 -0
  285. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_range_list.h +0 -0
  286. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_range_list_value.c +0 -0
  287. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_range_list_value.h +0 -0
  288. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_support.c +0 -0
  289. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_support.h +0 -0
  290. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_tree_node.c +0 -0
  291. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_tree_node.h +0 -0
  292. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_types.h +0 -0
  293. {libfwevt-20230410 → libfwevt-20231230}/libcdata/libcdata_unused.h +0 -0
  294. {libfwevt-20230410 → libfwevt-20231230}/libcerror/Makefile.am +0 -0
  295. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_definitions.h +0 -0
  296. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_error.c +0 -0
  297. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_error.h +0 -0
  298. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_extern.h +0 -0
  299. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_support.c +0 -0
  300. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_support.h +0 -0
  301. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_system.c +0 -0
  302. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_system.h +0 -0
  303. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_types.h +0 -0
  304. {libfwevt-20230410 → libfwevt-20231230}/libcerror/libcerror_unused.h +0 -0
  305. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/Makefile.am +0 -0
  306. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_definitions.h +0 -0
  307. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_extern.h +0 -0
  308. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_libcerror.h +0 -0
  309. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_print.c +0 -0
  310. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_print.h +0 -0
  311. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_stream.c +0 -0
  312. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_stream.h +0 -0
  313. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_support.c +0 -0
  314. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_support.h +0 -0
  315. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_unused.h +0 -0
  316. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_verbose.c +0 -0
  317. {libfwevt-20230410 → libfwevt-20231230}/libcnotify/libcnotify_verbose.h +0 -0
  318. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/Makefile.am +0 -0
  319. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_condition.c +0 -0
  320. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_condition.h +0 -0
  321. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_definitions.h +0 -0
  322. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_error.c +0 -0
  323. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_error.h +0 -0
  324. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_extern.h +0 -0
  325. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_libcerror.h +0 -0
  326. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_lock.c +0 -0
  327. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_lock.h +0 -0
  328. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_mutex.c +0 -0
  329. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_mutex.h +0 -0
  330. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_queue.c +0 -0
  331. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_queue.h +0 -0
  332. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_read_write_lock.c +0 -0
  333. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_read_write_lock.h +0 -0
  334. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_repeating_thread.c +0 -0
  335. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_repeating_thread.h +0 -0
  336. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_support.c +0 -0
  337. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_support.h +0 -0
  338. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_thread.c +0 -0
  339. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_thread.h +0 -0
  340. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_thread_attributes.c +0 -0
  341. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_thread_attributes.h +0 -0
  342. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_thread_pool.c +0 -0
  343. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_thread_pool.h +0 -0
  344. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_types.h +0 -0
  345. {libfwevt-20230410 → libfwevt-20231230}/libcthreads/libcthreads_unused.h +0 -0
  346. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/Makefile.am +0 -0
  347. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  348. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  349. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_definitions.h +0 -0
  350. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_error.c +0 -0
  351. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_error.h +0 -0
  352. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_extern.h +0 -0
  353. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  354. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  355. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_filetime.c +0 -0
  356. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_filetime.h +0 -0
  357. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  358. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  359. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  360. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  361. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_libcerror.h +0 -0
  362. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  363. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  364. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_posix_time.c +0 -0
  365. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_posix_time.h +0 -0
  366. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_support.c +0 -0
  367. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_support.h +0 -0
  368. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_systemtime.c +0 -0
  369. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_systemtime.h +0 -0
  370. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_types.h +0 -0
  371. {libfwevt-20230410 → libfwevt-20231230}/libfdatetime/libfdatetime_unused.h +0 -0
  372. {libfwevt-20230410 → libfwevt-20231230}/libfguid/Makefile.am +0 -0
  373. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_definitions.h +0 -0
  374. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_error.c +0 -0
  375. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_error.h +0 -0
  376. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_extern.h +0 -0
  377. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_identifier.c +0 -0
  378. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_identifier.h +0 -0
  379. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_libcerror.h +0 -0
  380. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_support.c +0 -0
  381. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_support.h +0 -0
  382. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_types.h +0 -0
  383. {libfwevt-20230410 → libfwevt-20231230}/libfguid/libfguid_unused.h +0 -0
  384. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/Makefile.am +0 -0
  385. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_binary_data.c +0 -0
  386. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_binary_data.h +0 -0
  387. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_codepage.h +0 -0
  388. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_data_handle.c +0 -0
  389. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_data_handle.h +0 -0
  390. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_definitions.h +0 -0
  391. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_error.c +0 -0
  392. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_error.h +0 -0
  393. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_extern.h +0 -0
  394. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_filetime.c +0 -0
  395. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_filetime.h +0 -0
  396. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_floating_point.c +0 -0
  397. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_floating_point.h +0 -0
  398. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_integer.c +0 -0
  399. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_integer.h +0 -0
  400. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libcdata.h +0 -0
  401. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libcerror.h +0 -0
  402. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libcnotify.h +0 -0
  403. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libfdatetime.h +0 -0
  404. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libfguid.h +0 -0
  405. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libfwnt.h +0 -0
  406. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_libuna.h +0 -0
  407. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_split_utf16_string.c +0 -0
  408. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_split_utf16_string.h +0 -0
  409. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_split_utf8_string.c +0 -0
  410. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_split_utf8_string.h +0 -0
  411. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_string.c +0 -0
  412. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_string.h +0 -0
  413. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_support.c +0 -0
  414. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_support.h +0 -0
  415. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_table.c +0 -0
  416. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_table.h +0 -0
  417. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_types.h +0 -0
  418. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_unused.h +0 -0
  419. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_utf16_string.c +0 -0
  420. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_utf16_string.h +0 -0
  421. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_utf8_string.c +0 -0
  422. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_utf8_string.h +0 -0
  423. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_value.c +0 -0
  424. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_value.h +0 -0
  425. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_value_entry.c +0 -0
  426. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_value_entry.h +0 -0
  427. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_value_type.c +0 -0
  428. {libfwevt-20230410 → libfwevt-20231230}/libfvalue/libfvalue_value_type.h +0 -0
  429. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt.c +0 -0
  430. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt.rc.in +0 -0
  431. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_debug.c +0 -0
  432. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_debug.h +0 -0
  433. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_definitions.h.in +0 -0
  434. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_error.c +0 -0
  435. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_error.h +0 -0
  436. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_event.c +0 -0
  437. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_event.h +0 -0
  438. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_extern.h +0 -0
  439. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_keyword.c +0 -0
  440. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_keyword.h +0 -0
  441. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_level.h +0 -0
  442. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_libcdata.h +0 -0
  443. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_libcerror.h +0 -0
  444. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_libcnotify.h +0 -0
  445. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_libfguid.h +0 -0
  446. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_libfvalue.h +0 -0
  447. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_libuna.h +0 -0
  448. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_manifest.c +0 -0
  449. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_manifest.h +0 -0
  450. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_map.c +0 -0
  451. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_map.h +0 -0
  452. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_notify.c +0 -0
  453. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_notify.h +0 -0
  454. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_opcode.h +0 -0
  455. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_provider.c +0 -0
  456. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_provider.h +0 -0
  457. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_support.c +0 -0
  458. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_support.h +0 -0
  459. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_task.h +0 -0
  460. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_unused.h +0 -0
  461. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_document.c +0 -0
  462. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_document.h +0 -0
  463. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_tag.c +0 -0
  464. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_tag.h +0 -0
  465. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_template_value.c +0 -0
  466. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_template_value.h +0 -0
  467. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_token.c +0 -0
  468. {libfwevt-20230410 → libfwevt-20231230}/libfwevt/libfwevt_xml_token.h +0 -0
  469. {libfwevt-20230410 → libfwevt-20231230}/libfwevt.pc.in +0 -0
  470. {libfwevt-20230410 → libfwevt-20231230}/libuna/Makefile.am +0 -0
  471. {libfwevt-20230410 → libfwevt-20231230}/ltmain.sh +0 -0
  472. {libfwevt-20230410 → libfwevt-20231230}/m4/common.m4 +0 -0
  473. {libfwevt-20230410 → libfwevt-20231230}/m4/gettext.m4 +0 -0
  474. {libfwevt-20230410 → libfwevt-20231230}/m4/host-cpu-c-abi.m4 +0 -0
  475. {libfwevt-20230410 → libfwevt-20231230}/m4/iconv.m4 +0 -0
  476. {libfwevt-20230410 → libfwevt-20231230}/m4/intlmacosx.m4 +0 -0
  477. {libfwevt-20230410 → libfwevt-20231230}/m4/lib-ld.m4 +0 -0
  478. {libfwevt-20230410 → libfwevt-20231230}/m4/lib-link.m4 +0 -0
  479. {libfwevt-20230410 → libfwevt-20231230}/m4/lib-prefix.m4 +0 -0
  480. {libfwevt-20230410 → libfwevt-20231230}/m4/libcdata.m4 +0 -0
  481. {libfwevt-20230410 → libfwevt-20231230}/m4/libcerror.m4 +0 -0
  482. {libfwevt-20230410 → libfwevt-20231230}/m4/libcnotify.m4 +0 -0
  483. {libfwevt-20230410 → libfwevt-20231230}/m4/libcthreads.m4 +0 -0
  484. {libfwevt-20230410 → libfwevt-20231230}/m4/libfdatetime.m4 +0 -0
  485. {libfwevt-20230410 → libfwevt-20231230}/m4/libfguid.m4 +0 -0
  486. {libfwevt-20230410 → libfwevt-20231230}/m4/libfvalue.m4 +0 -0
  487. {libfwevt-20230410 → libfwevt-20231230}/m4/libtool.m4 +0 -0
  488. {libfwevt-20230410 → libfwevt-20231230}/m4/ltoptions.m4 +0 -0
  489. {libfwevt-20230410 → libfwevt-20231230}/m4/ltsugar.m4 +0 -0
  490. {libfwevt-20230410 → libfwevt-20231230}/m4/ltversion.m4 +0 -0
  491. {libfwevt-20230410 → libfwevt-20231230}/m4/lt~obsolete.m4 +0 -0
  492. {libfwevt-20230410 → libfwevt-20231230}/m4/nls.m4 +0 -0
  493. {libfwevt-20230410 → libfwevt-20231230}/m4/po.m4 +0 -0
  494. {libfwevt-20230410 → libfwevt-20231230}/m4/progtest.m4 +0 -0
  495. {libfwevt-20230410 → libfwevt-20231230}/m4/pthread.m4 +0 -0
  496. {libfwevt-20230410 → libfwevt-20231230}/m4/tests.m4 +0 -0
  497. {libfwevt-20230410 → libfwevt-20231230}/m4/types.m4 +0 -0
  498. {libfwevt-20230410 → libfwevt-20231230}/missing +0 -0
  499. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_channel/fwevt_test_channel.vcproj +0 -0
  500. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_error/fwevt_test_error.vcproj +0 -0
  501. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_event/fwevt_test_event.vcproj +0 -0
  502. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_keyword/fwevt_test_keyword.vcproj +0 -0
  503. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_level/fwevt_test_level.vcproj +0 -0
  504. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_manifest/fwevt_test_manifest.vcproj +0 -0
  505. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_map/fwevt_test_map.vcproj +0 -0
  506. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_opcode/fwevt_test_opcode.vcproj +0 -0
  507. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_provider/fwevt_test_provider.vcproj +0 -0
  508. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_support/fwevt_test_support.vcproj +0 -0
  509. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_task/fwevt_test_task.vcproj +0 -0
  510. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_template/fwevt_test_template.vcproj +0 -0
  511. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_xml_document/fwevt_test_xml_document.vcproj +0 -0
  512. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_xml_tag/fwevt_test_xml_tag.vcproj +0 -0
  513. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_xml_template_value/fwevt_test_xml_template_value.vcproj +0 -0
  514. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/fwevt_test_xml_token/fwevt_test_xml_token.vcproj +0 -0
  515. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libcdata/libcdata.vcproj +0 -0
  516. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libcerror/libcerror.vcproj +0 -0
  517. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  518. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  519. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  520. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libfguid/libfguid.vcproj +0 -0
  521. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libfvalue/libfvalue.vcproj +0 -0
  522. {libfwevt-20230410 → libfwevt-20231230}/msvscpp/libuna/libuna.vcproj +0 -0
  523. {libfwevt-20230410 → libfwevt-20231230}/ossfuzz/manifest_fuzzer.cc +0 -0
  524. {libfwevt-20230410 → libfwevt-20231230}/ossfuzz/ossfuzz_libfwevt.h +0 -0
  525. {libfwevt-20230410 → libfwevt-20231230}/ossfuzz/xml_document_fuzzer.cc +0 -0
  526. {libfwevt-20230410 → libfwevt-20231230}/po/ChangeLog +0 -0
  527. {libfwevt-20230410 → libfwevt-20231230}/po/Makefile.in.in +0 -0
  528. {libfwevt-20230410 → libfwevt-20231230}/po/POTFILES.in +0 -0
  529. {libfwevt-20230410 → libfwevt-20231230}/po/Rules-quot +0 -0
  530. {libfwevt-20230410 → libfwevt-20231230}/po/boldquot.sed +0 -0
  531. {libfwevt-20230410 → libfwevt-20231230}/po/en@boldquot.header +0 -0
  532. {libfwevt-20230410 → libfwevt-20231230}/po/en@quot.header +0 -0
  533. {libfwevt-20230410 → libfwevt-20231230}/po/insert-header.sin +0 -0
  534. {libfwevt-20230410 → libfwevt-20231230}/po/quot.sed +0 -0
  535. {libfwevt-20230410 → libfwevt-20231230}/po/remove-potcdate.sin +0 -0
  536. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt.h +0 -0
  537. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_channels.c +0 -0
  538. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_channels.h +0 -0
  539. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_error.c +0 -0
  540. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_error.h +0 -0
  541. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_event.c +0 -0
  542. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_event.h +0 -0
  543. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_events.c +0 -0
  544. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_events.h +0 -0
  545. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_guid.h +0 -0
  546. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_integer.c +0 -0
  547. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_integer.h +0 -0
  548. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_keyword.c +0 -0
  549. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_keyword.h +0 -0
  550. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_keywords.c +0 -0
  551. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_keywords.h +0 -0
  552. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_level.c +0 -0
  553. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_level.h +0 -0
  554. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_levels.c +0 -0
  555. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_levels.h +0 -0
  556. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_libcerror.h +0 -0
  557. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_libfguid.h +0 -0
  558. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_libfwevt.h +0 -0
  559. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_manifest.c +0 -0
  560. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_manifest.h +0 -0
  561. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_map.c +0 -0
  562. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_map.h +0 -0
  563. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_maps.c +0 -0
  564. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_maps.h +0 -0
  565. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_opcode.c +0 -0
  566. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_opcode.h +0 -0
  567. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_opcodes.c +0 -0
  568. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_opcodes.h +0 -0
  569. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_provider.c +0 -0
  570. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_provider.h +0 -0
  571. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_providers.c +0 -0
  572. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_providers.h +0 -0
  573. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_python.h +0 -0
  574. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_task.c +0 -0
  575. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_task.h +0 -0
  576. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_tasks.c +0 -0
  577. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_tasks.h +0 -0
  578. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_templates.c +0 -0
  579. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_templates.h +0 -0
  580. {libfwevt-20230410 → libfwevt-20231230}/pyfwevt/pyfwevt_unused.h +0 -0
  581. {libfwevt-20230410 → libfwevt-20231230}/test-driver +0 -0
  582. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_channel.c +0 -0
  583. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_error.c +0 -0
  584. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_event.c +0 -0
  585. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_keyword.c +0 -0
  586. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_level.c +0 -0
  587. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_libcerror.h +0 -0
  588. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_libcnotify.h +0 -0
  589. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_libfvalue.h +0 -0
  590. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_libfwevt.h +0 -0
  591. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_libuna.h +0 -0
  592. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_macros.h +0 -0
  593. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_manifest.c +0 -0
  594. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_map.c +0 -0
  595. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_memory.c +0 -0
  596. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_memory.h +0 -0
  597. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_opcode.c +0 -0
  598. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_provider.c +0 -0
  599. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_support.c +0 -0
  600. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_task.c +0 -0
  601. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_unused.h +0 -0
  602. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_xml_document.c +0 -0
  603. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_xml_tag.c +0 -0
  604. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_xml_template_value.c +0 -0
  605. {libfwevt-20230410 → libfwevt-20231230}/tests/fwevt_test_xml_token.c +0 -0
  606. {libfwevt-20230410 → libfwevt-20231230}/tests/pyfwevt_test_manifest.py +0 -0
  607. {libfwevt-20230410 → libfwevt-20231230}/tests/pyfwevt_test_provider.py +0 -0
  608. {libfwevt-20230410 → libfwevt-20231230}/tests/pyfwevt_test_support.py +0 -0
@@ -13,8 +13,6 @@ SUBDIRS = \
13
13
  libfvalue \
14
14
  libfwevt \
15
15
  pyfwevt \
16
- pyfwevt-python2 \
17
- pyfwevt-python3 \
18
16
  po \
19
17
  manuals \
20
18
  tests \
@@ -41,6 +39,9 @@ PKGCONFIG_FILES = \
41
39
  libfwevt.pc.in
42
40
 
43
41
  SETUP_PY_FILES = \
42
+ pyproject.toml \
43
+ setup.cfg \
44
+ setup.cfg.in \
44
45
  setup.py
45
46
 
46
47
  SPEC_FILES = \
@@ -81,28 +82,14 @@ library:
81
82
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
82
83
 
83
84
  distclean: clean
84
- /bin/rm -f Makefile
85
- /bin/rm -f config.status
86
- /bin/rm -f config.cache
87
- /bin/rm -f config.log
88
- /bin/rm -f libfwevt.pc
89
- /bin/rm -f libfwevt.spec
85
+ -rm -f Makefile
86
+ -rm -f config.status
87
+ -rm -f config.cache
88
+ -rm -f config.log
89
+ -rm -f libfwevt.pc
90
+ -rm -f libfwevt.spec
90
91
  @for dir in ${subdirs}; do \
91
92
  (cd $$dir && $(MAKE) distclean) \
92
93
  || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
93
94
  done && test -z "$$fail"
94
95
 
95
- splint:
96
- (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
97
- (cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
98
- (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
99
- (cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
100
- (cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
101
- (cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
102
- (cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
103
- (cd $(srcdir)/libfvalue && $(MAKE) splint $(AM_MAKEFLAGS))
104
- (cd $(srcdir)/libfwevt && $(MAKE) splint $(AM_MAKEFLAGS))
105
- (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
106
- (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
107
- (cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
108
-
@@ -116,7 +116,7 @@ mkinstalldirs = $(install_sh) -d
116
116
  CONFIG_HEADER = $(top_builddir)/common/config.h
117
117
  CONFIG_CLEAN_FILES = include/libfwevt/definitions.h \
118
118
  include/libfwevt/features.h include/libfwevt/types.h \
119
- dpkg/changelog libfwevt.pc libfwevt.spec
119
+ dpkg/changelog libfwevt.pc libfwevt.spec setup.cfg
120
120
  CONFIG_CLEAN_VPATH_FILES =
121
121
  AM_V_P = $(am__v_P_@AM_V@)
122
122
  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -182,6 +182,7 @@ am__recursive_targets = \
182
182
  $(am__extra_recursive_targets)
183
183
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
184
184
  cscope distdir distdir-am dist dist-all distcheck
185
+ am__extra_recursive_targets = sources-recursive splint-recursive
185
186
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
186
187
  # Read a list of newline-separated strings from the standard input,
187
188
  # and print each of them once, without duplicates. Input order is
@@ -201,7 +202,8 @@ am__define_uniq_tagged_files = \
201
202
  done | $(am__uniquify_input)`
202
203
  DIST_SUBDIRS = $(SUBDIRS)
203
204
  am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libfwevt.pc.in \
204
- $(srcdir)/libfwevt.spec.in $(top_srcdir)/dpkg/changelog.in \
205
+ $(srcdir)/libfwevt.spec.in $(srcdir)/setup.cfg.in \
206
+ $(top_srcdir)/dpkg/changelog.in \
205
207
  $(top_srcdir)/include/libfwevt/definitions.h.in \
206
208
  $(top_srcdir)/include/libfwevt/features.h.in \
207
209
  $(top_srcdir)/include/libfwevt/types.h.in ABOUT-NLS AUTHORS \
@@ -388,26 +390,6 @@ POSUB = @POSUB@
388
390
  PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
389
391
  PTHREAD_LIBADD = @PTHREAD_LIBADD@
390
392
  PYTHON = @PYTHON@
391
- PYTHON2 = @PYTHON2@
392
- PYTHON2_CONFIG = @PYTHON2_CONFIG@
393
- PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
394
- PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
395
- PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
396
- PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
397
- PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
398
- PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
399
- PYTHON2_PREFIX = @PYTHON2_PREFIX@
400
- PYTHON2_VERSION = @PYTHON2_VERSION@
401
- PYTHON3 = @PYTHON3@
402
- PYTHON3_CONFIG = @PYTHON3_CONFIG@
403
- PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
404
- PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
405
- PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
406
- PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
407
- PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
408
- PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
409
- PYTHON3_PREFIX = @PYTHON3_PREFIX@
410
- PYTHON3_VERSION = @PYTHON3_VERSION@
411
393
  PYTHON_CONFIG = @PYTHON_CONFIG@
412
394
  PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
413
395
  PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
@@ -515,11 +497,7 @@ prefix = @prefix@
515
497
  program_transform_name = @program_transform_name@
516
498
  psdir = @psdir@
517
499
  pyexecdir = @pyexecdir@
518
- pyexecdir2 = @pyexecdir2@
519
- pyexecdir3 = @pyexecdir3@
520
500
  pythondir = @pythondir@
521
- pythondir2 = @pythondir2@
522
- pythondir3 = @pythondir3@
523
501
  runstatedir = @runstatedir@
524
502
  sbindir = @sbindir@
525
503
  sharedstatedir = @sharedstatedir@
@@ -543,8 +521,6 @@ SUBDIRS = \
543
521
  libfvalue \
544
522
  libfwevt \
545
523
  pyfwevt \
546
- pyfwevt-python2 \
547
- pyfwevt-python3 \
548
524
  po \
549
525
  manuals \
550
526
  tests \
@@ -571,6 +547,9 @@ PKGCONFIG_FILES = \
571
547
  libfwevt.pc.in
572
548
 
573
549
  SETUP_PY_FILES = \
550
+ pyproject.toml \
551
+ setup.cfg \
552
+ setup.cfg.in \
574
553
  setup.py
575
554
 
576
555
  SPEC_FILES = \
@@ -639,6 +618,8 @@ libfwevt.pc: $(top_builddir)/config.status $(srcdir)/libfwevt.pc.in
639
618
  cd $(top_builddir) && $(SHELL) ./config.status $@
640
619
  libfwevt.spec: $(top_builddir)/config.status $(srcdir)/libfwevt.spec.in
641
620
  cd $(top_builddir) && $(SHELL) ./config.status $@
621
+ setup.cfg: $(top_builddir)/config.status $(srcdir)/setup.cfg.in
622
+ cd $(top_builddir) && $(SHELL) ./config.status $@
642
623
 
643
624
  mostlyclean-libtool:
644
625
  -rm -f *.lo
@@ -703,6 +684,8 @@ $(am__recursive_targets):
703
684
  if test "$$dot_seen" = "no"; then \
704
685
  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
705
686
  fi; test -z "$$fail"
687
+ sources-local:
688
+ splint-local:
706
689
 
707
690
  ID: $(am__tagged_files)
708
691
  $(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -1076,6 +1059,14 @@ ps: ps-recursive
1076
1059
 
1077
1060
  ps-am:
1078
1061
 
1062
+ sources: sources-recursive
1063
+
1064
+ sources-am: sources-local
1065
+
1066
+ splint: splint-recursive
1067
+
1068
+ splint-am: splint-local
1069
+
1079
1070
  uninstall-am: uninstall-pkgconfigDATA
1080
1071
 
1081
1072
  .MAKE: $(am__recursive_targets) install-am install-strip
@@ -1095,7 +1086,8 @@ uninstall-am: uninstall-pkgconfigDATA
1095
1086
  installcheck installcheck-am installdirs installdirs-am \
1096
1087
  maintainer-clean maintainer-clean-generic mostlyclean \
1097
1088
  mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1098
- tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
1089
+ sources-am sources-local splint-am splint-local tags tags-am \
1090
+ uninstall uninstall-am uninstall-pkgconfigDATA
1099
1091
 
1100
1092
  .PRECIOUS: Makefile
1101
1093
 
@@ -1119,31 +1111,17 @@ library:
1119
1111
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1120
1112
 
1121
1113
  distclean: clean
1122
- /bin/rm -f Makefile
1123
- /bin/rm -f config.status
1124
- /bin/rm -f config.cache
1125
- /bin/rm -f config.log
1126
- /bin/rm -f libfwevt.pc
1127
- /bin/rm -f libfwevt.spec
1114
+ -rm -f Makefile
1115
+ -rm -f config.status
1116
+ -rm -f config.cache
1117
+ -rm -f config.log
1118
+ -rm -f libfwevt.pc
1119
+ -rm -f libfwevt.spec
1128
1120
  @for dir in ${subdirs}; do \
1129
1121
  (cd $$dir && $(MAKE) distclean) \
1130
1122
  || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1131
1123
  done && test -z "$$fail"
1132
1124
 
1133
- splint:
1134
- (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
1135
- (cd $(srcdir)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
1136
- (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
1137
- (cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
1138
- (cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
1139
- (cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
1140
- (cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
1141
- (cd $(srcdir)/libfvalue && $(MAKE) splint $(AM_MAKEFLAGS))
1142
- (cd $(srcdir)/libfwevt && $(MAKE) splint $(AM_MAKEFLAGS))
1143
- (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
1144
- (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
1145
- (cd $(srcdir)/ossfuzz && $(MAKE) splint $(AM_MAKEFLAGS))
1146
-
1147
1125
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1148
1126
  # Otherwise a system limit (for SysV at least) may be exceeded.
1149
1127
  .NOEXPORT:
@@ -1,11 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfwevt-python
3
- Version: 20230410
3
+ Version: 20231230
4
4
  Summary: Python bindings module for libfwevt
5
- Home-page: https://github.com/libyal/libfwevt/
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 libfwevt
@@ -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
 
@@ -131,6 +131,7 @@ am__can_run_installinfo = \
131
131
  n|no|NO) false;; \
132
132
  *) (install-info --version) >/dev/null 2>&1;; \
133
133
  esac
134
+ am__extra_recursive_targets = sources-recursive splint-recursive
134
135
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
135
136
  config.h.in
136
137
  # Read a list of newline-separated strings from the standard input,
@@ -288,26 +289,6 @@ POSUB = @POSUB@
288
289
  PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
289
290
  PTHREAD_LIBADD = @PTHREAD_LIBADD@
290
291
  PYTHON = @PYTHON@
291
- PYTHON2 = @PYTHON2@
292
- PYTHON2_CONFIG = @PYTHON2_CONFIG@
293
- PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
294
- PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
295
- PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
296
- PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
297
- PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
298
- PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
299
- PYTHON2_PREFIX = @PYTHON2_PREFIX@
300
- PYTHON2_VERSION = @PYTHON2_VERSION@
301
- PYTHON3 = @PYTHON3@
302
- PYTHON3_CONFIG = @PYTHON3_CONFIG@
303
- PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
304
- PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
305
- PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
306
- PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
307
- PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
308
- PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
309
- PYTHON3_PREFIX = @PYTHON3_PREFIX@
310
- PYTHON3_VERSION = @PYTHON3_VERSION@
311
292
  PYTHON_CONFIG = @PYTHON_CONFIG@
312
293
  PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
313
294
  PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
@@ -415,11 +396,7 @@ prefix = @prefix@
415
396
  program_transform_name = @program_transform_name@
416
397
  psdir = @psdir@
417
398
  pyexecdir = @pyexecdir@
418
- pyexecdir2 = @pyexecdir2@
419
- pyexecdir3 = @pyexecdir3@
420
399
  pythondir = @pythondir@
421
- pythondir2 = @pythondir2@
422
- pythondir3 = @pythondir3@
423
400
  runstatedir = @runstatedir@
424
401
  sbindir = @sbindir@
425
402
  sharedstatedir = @sharedstatedir@
@@ -504,6 +481,8 @@ mostlyclean-libtool:
504
481
 
505
482
  clean-libtool:
506
483
  -rm -rf .libs _libs
484
+ sources-local:
485
+ splint-local:
507
486
 
508
487
  ID: $(am__tagged_files)
509
488
  $(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -686,6 +665,14 @@ ps: ps-am
686
665
 
687
666
  ps-am:
688
667
 
668
+ sources: sources-am
669
+
670
+ sources-am: sources-local
671
+
672
+ splint: splint-am
673
+
674
+ splint-am: splint-local
675
+
689
676
  uninstall-am:
690
677
 
691
678
  .MAKE: all install-am install-strip
@@ -701,15 +688,16 @@ uninstall-am:
701
688
  install-strip installcheck installcheck-am installdirs \
702
689
  maintainer-clean maintainer-clean-generic mostlyclean \
703
690
  mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
704
- tags tags-am uninstall uninstall-am
691
+ sources-am sources-local splint-am splint-local tags tags-am \
692
+ uninstall uninstall-am
705
693
 
706
694
  .PRECIOUS: Makefile
707
695
 
708
696
 
709
697
  distclean: clean
710
- /bin/rm -f config.h
711
- /bin/rm -f types.h
712
- /bin/rm -f Makefile
698
+ -rm -f config.h
699
+ -rm -f types.h
700
+ -rm -f Makefile
713
701
 
714
702
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
715
703
  # Otherwise a system limit (for SysV at least) may be exceeded.
@@ -368,7 +368,7 @@
368
368
  #define PACKAGE_NAME "libfwevt"
369
369
 
370
370
  /* Define to the full name and version of this package. */
371
- #define PACKAGE_STRING "libfwevt 20230410"
371
+ #define PACKAGE_STRING "libfwevt 20231230"
372
372
 
373
373
  /* Define to the one symbol short name of this package. */
374
374
  #define PACKAGE_TARNAME "libfwevt"
@@ -377,7 +377,7 @@
377
377
  #define PACKAGE_URL ""
378
378
 
379
379
  /* Define to the version of this package. */
380
- #define PACKAGE_VERSION "20230410"
380
+ #define PACKAGE_VERSION "20231230"
381
381
 
382
382
  /* The size of `int', as computed by sizeof. */
383
383
  #define SIZEOF_INT 4
@@ -403,7 +403,7 @@
403
403
  /* #undef STRERROR_R_CHAR_P */
404
404
 
405
405
  /* Version number of package */
406
- #define VERSION "20230410"
406
+ #define VERSION "20231230"
407
407
 
408
408
  /* Number of bits in a file offset, on hosts where this is settable. */
409
409
  /* #undef _FILE_OFFSET_BITS */
@@ -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
  ;;