libfmos-python 20231122__tar.gz → 20240118__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 (253) hide show
  1. libfmos-20240118/AUTHORS +4 -0
  2. {libfmos-20231122 → libfmos-20240118}/PKG-INFO +1 -1
  3. {libfmos-20231122 → libfmos-20240118}/aclocal.m4 +17 -17
  4. {libfmos-20231122 → libfmos-20240118}/common/byte_stream.h +1 -1
  5. {libfmos-20231122 → libfmos-20240118}/common/common.h +1 -1
  6. {libfmos-20231122 → libfmos-20240118}/common/config.h +3 -3
  7. {libfmos-20231122 → libfmos-20240118}/common/config_borlandc.h +1 -1
  8. {libfmos-20231122 → libfmos-20240118}/common/config_msc.h +1 -1
  9. {libfmos-20231122 → libfmos-20240118}/common/config_winapi.h +1 -1
  10. {libfmos-20231122 → libfmos-20240118}/common/file_stream.h +1 -1
  11. {libfmos-20231122 → libfmos-20240118}/common/memory.h +1 -1
  12. {libfmos-20231122 → libfmos-20240118}/common/narrow_string.h +1 -1
  13. {libfmos-20231122 → libfmos-20240118}/common/system_string.h +1 -1
  14. {libfmos-20231122 → libfmos-20240118}/common/types.h +1 -1
  15. {libfmos-20231122 → libfmos-20240118}/common/types.h.in +1 -1
  16. {libfmos-20231122 → libfmos-20240118}/common/wide_string.h +1 -1
  17. {libfmos-20231122 → libfmos-20240118}/config.guess +17 -11
  18. {libfmos-20231122 → libfmos-20240118}/config.sub +33 -16
  19. {libfmos-20231122 → libfmos-20240118}/configure +49 -49
  20. {libfmos-20231122 → libfmos-20240118}/configure.ac +1 -1
  21. libfmos-20240118/dpkg/changelog +5 -0
  22. {libfmos-20231122 → libfmos-20240118}/dpkg/copyright +1 -1
  23. {libfmos-20231122 → libfmos-20240118}/include/libfmos/definitions.h +3 -3
  24. {libfmos-20231122 → libfmos-20240118}/include/libfmos/definitions.h.in +1 -1
  25. {libfmos-20231122 → libfmos-20240118}/include/libfmos/error.h +1 -1
  26. {libfmos-20231122 → libfmos-20240118}/include/libfmos/extern.h +1 -1
  27. {libfmos-20231122 → libfmos-20240118}/include/libfmos/features.h +1 -1
  28. {libfmos-20231122 → libfmos-20240118}/include/libfmos/features.h.in +1 -1
  29. {libfmos-20231122 → libfmos-20240118}/include/libfmos/types.h +1 -1
  30. {libfmos-20231122 → libfmos-20240118}/include/libfmos/types.h.in +1 -1
  31. {libfmos-20231122 → libfmos-20240118}/include/libfmos.h +1 -1
  32. {libfmos-20231122 → libfmos-20240118}/include/libfmos.h.in +1 -1
  33. {libfmos-20231122 → libfmos-20240118}/libcerror/Makefile.am +4 -2
  34. {libfmos-20231122 → libfmos-20240118}/libcerror/Makefile.in +8 -4
  35. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_definitions.h +3 -3
  36. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_error.c +1 -1
  37. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_error.h +1 -1
  38. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_extern.h +1 -1
  39. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_support.c +1 -1
  40. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_support.h +1 -1
  41. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_system.c +1 -1
  42. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_system.h +1 -1
  43. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_types.h +1 -1
  44. {libfmos-20231122 → libfmos-20240118}/libcerror/libcerror_unused.h +1 -1
  45. {libfmos-20231122 → libfmos-20240118}/libcnotify/Makefile.am +4 -2
  46. {libfmos-20231122 → libfmos-20240118}/libcnotify/Makefile.in +8 -4
  47. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_definitions.h +3 -3
  48. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_extern.h +1 -1
  49. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_libcerror.h +1 -1
  50. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_print.c +1 -1
  51. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_print.h +1 -1
  52. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_stream.c +1 -1
  53. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_stream.h +1 -1
  54. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_support.c +1 -1
  55. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_support.h +1 -1
  56. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_unused.h +1 -1
  57. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_verbose.c +1 -1
  58. {libfmos-20231122 → libfmos-20240118}/libcnotify/libcnotify_verbose.h +1 -1
  59. {libfmos-20231122 → libfmos-20240118}/libcthreads/Makefile.am +4 -2
  60. {libfmos-20231122 → libfmos-20240118}/libcthreads/Makefile.in +8 -4
  61. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_condition.c +1 -1
  62. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_condition.h +1 -1
  63. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_definitions.h +3 -3
  64. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_error.c +1 -1
  65. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_error.h +1 -1
  66. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_extern.h +1 -1
  67. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_libcerror.h +1 -1
  68. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_lock.c +1 -1
  69. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_lock.h +1 -1
  70. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_mutex.c +1 -1
  71. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_mutex.h +1 -1
  72. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_queue.c +1 -1
  73. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_queue.h +1 -1
  74. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_read_write_lock.c +1 -1
  75. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_read_write_lock.h +1 -1
  76. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_repeating_thread.c +1 -1
  77. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_repeating_thread.h +1 -1
  78. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_support.c +1 -1
  79. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_support.h +1 -1
  80. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_thread.c +1 -1
  81. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_thread.h +1 -1
  82. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_thread_attributes.c +1 -1
  83. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_thread_attributes.h +1 -1
  84. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_thread_pool.c +1 -1
  85. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_thread_pool.h +1 -1
  86. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_types.h +1 -1
  87. {libfmos-20231122 → libfmos-20240118}/libcthreads/libcthreads_unused.h +1 -1
  88. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos.c +1 -1
  89. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos.rc +3 -3
  90. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos.rc.in +1 -1
  91. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_adc.c +1 -1
  92. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_adc.h +1 -1
  93. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_definitions.h +3 -3
  94. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_definitions.h.in +1 -1
  95. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_error.c +1 -1
  96. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_error.h +1 -1
  97. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_extern.h +1 -1
  98. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_libcerror.h +1 -1
  99. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_libcnotify.h +1 -1
  100. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzfse.c +1 -1
  101. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzfse.h +1 -1
  102. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzfse_bit_stream.c +1 -1
  103. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzfse_bit_stream.h +1 -1
  104. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzfse_decoder.c +1 -1
  105. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzfse_decoder.h +1 -1
  106. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzvn.c +1 -1
  107. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_lzvn.h +1 -1
  108. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_notify.c +1 -1
  109. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_notify.h +1 -1
  110. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_support.c +1 -1
  111. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_support.h +1 -1
  112. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_types.h +1 -1
  113. {libfmos-20231122 → libfmos-20240118}/libfmos/libfmos_unused.h +1 -1
  114. {libfmos-20231122 → libfmos-20240118}/libfmos.spec +2 -2
  115. {libfmos-20231122 → libfmos-20240118}/manuals/libfmos.3 +1 -1
  116. {libfmos-20231122 → libfmos-20240118}/ossfuzz/adc_fuzzer.cc +1 -1
  117. {libfmos-20231122 → libfmos-20240118}/ossfuzz/lzfse_fuzzer.cc +1 -1
  118. {libfmos-20231122 → libfmos-20240118}/ossfuzz/lzvn_fuzzer.cc +1 -1
  119. {libfmos-20231122 → libfmos-20240118}/ossfuzz/ossfuzz_libfmos.h +1 -1
  120. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos.c +1 -1
  121. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos.h +1 -1
  122. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_adc.c +1 -1
  123. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_adc.h +1 -1
  124. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_error.c +1 -1
  125. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_error.h +1 -1
  126. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_libcerror.h +1 -1
  127. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_libfmos.h +1 -1
  128. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_lzfse.c +1 -1
  129. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_lzfse.h +1 -1
  130. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_lzvn.c +1 -1
  131. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_lzvn.h +1 -1
  132. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_python.h +1 -1
  133. {libfmos-20231122 → libfmos-20240118}/pyfmos/pyfmos_unused.h +1 -1
  134. {libfmos-20231122 → libfmos-20240118}/setup.cfg +1 -1
  135. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_adc.c +1 -1
  136. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_error.c +1 -1
  137. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_libcerror.h +1 -1
  138. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_libcnotify.h +1 -1
  139. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_libfmos.h +1 -1
  140. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_lzfse.c +1 -1
  141. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_lzfse_bit_stream.c +1 -1
  142. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_lzfse_decoder.c +1 -1
  143. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_lzvn.c +1 -1
  144. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_macros.h +1 -1
  145. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_notify.c +1 -1
  146. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_support.c +1 -1
  147. {libfmos-20231122 → libfmos-20240118}/tests/fmos_test_unused.h +1 -1
  148. {libfmos-20231122 → libfmos-20240118}/tests/pyfmos_test_adc.py +1 -1
  149. {libfmos-20231122 → libfmos-20240118}/tests/pyfmos_test_lzfse.py +1 -1
  150. {libfmos-20231122 → libfmos-20240118}/tests/pyfmos_test_lzvn.py +1 -1
  151. {libfmos-20231122 → libfmos-20240118}/tests/pyfmos_test_support.py +1 -1
  152. libfmos-20231122/AUTHORS +0 -4
  153. libfmos-20231122/dpkg/changelog +0 -5
  154. {libfmos-20231122 → libfmos-20240118}/ABOUT-NLS +0 -0
  155. {libfmos-20231122 → libfmos-20240118}/COPYING +0 -0
  156. {libfmos-20231122 → libfmos-20240118}/COPYING.LESSER +0 -0
  157. {libfmos-20231122 → libfmos-20240118}/ChangeLog +0 -0
  158. {libfmos-20231122 → libfmos-20240118}/INSTALL +0 -0
  159. {libfmos-20231122 → libfmos-20240118}/Makefile.am +0 -0
  160. {libfmos-20231122 → libfmos-20240118}/Makefile.in +0 -0
  161. {libfmos-20231122 → libfmos-20240118}/NEWS +0 -0
  162. {libfmos-20231122 → libfmos-20240118}/README +0 -0
  163. {libfmos-20231122 → libfmos-20240118}/acinclude.m4 +0 -0
  164. {libfmos-20231122 → libfmos-20240118}/common/Makefile.am +0 -0
  165. {libfmos-20231122 → libfmos-20240118}/common/Makefile.in +0 -0
  166. {libfmos-20231122 → libfmos-20240118}/common/config.h.in +0 -0
  167. {libfmos-20231122 → libfmos-20240118}/compile +0 -0
  168. {libfmos-20231122 → libfmos-20240118}/config.rpath +0 -0
  169. {libfmos-20231122 → libfmos-20240118}/depcomp +0 -0
  170. {libfmos-20231122 → libfmos-20240118}/dpkg/changelog.in +0 -0
  171. {libfmos-20231122 → libfmos-20240118}/dpkg/compat +0 -0
  172. {libfmos-20231122 → libfmos-20240118}/dpkg/control +0 -0
  173. {libfmos-20231122 → libfmos-20240118}/dpkg/libfmos-dev.install +0 -0
  174. {libfmos-20231122 → libfmos-20240118}/dpkg/libfmos-python3.install +0 -0
  175. {libfmos-20231122 → libfmos-20240118}/dpkg/libfmos.install +0 -0
  176. {libfmos-20231122 → libfmos-20240118}/dpkg/rules +0 -0
  177. {libfmos-20231122 → libfmos-20240118}/dpkg/source/format +0 -0
  178. {libfmos-20231122 → libfmos-20240118}/include/Makefile.am +0 -0
  179. {libfmos-20231122 → libfmos-20240118}/include/Makefile.in +0 -0
  180. {libfmos-20231122 → libfmos-20240118}/install-sh +0 -0
  181. {libfmos-20231122 → libfmos-20240118}/libfmos/Makefile.am +0 -0
  182. {libfmos-20231122 → libfmos-20240118}/libfmos/Makefile.in +0 -0
  183. {libfmos-20231122 → libfmos-20240118}/libfmos.pc.in +0 -0
  184. {libfmos-20231122 → libfmos-20240118}/libfmos.spec.in +0 -0
  185. {libfmos-20231122 → libfmos-20240118}/ltmain.sh +0 -0
  186. {libfmos-20231122 → libfmos-20240118}/m4/common.m4 +0 -0
  187. {libfmos-20231122 → libfmos-20240118}/m4/gettext.m4 +0 -0
  188. {libfmos-20231122 → libfmos-20240118}/m4/host-cpu-c-abi.m4 +0 -0
  189. {libfmos-20231122 → libfmos-20240118}/m4/iconv.m4 +0 -0
  190. {libfmos-20231122 → libfmos-20240118}/m4/intlmacosx.m4 +0 -0
  191. {libfmos-20231122 → libfmos-20240118}/m4/lib-ld.m4 +0 -0
  192. {libfmos-20231122 → libfmos-20240118}/m4/lib-link.m4 +0 -0
  193. {libfmos-20231122 → libfmos-20240118}/m4/lib-prefix.m4 +0 -0
  194. {libfmos-20231122 → libfmos-20240118}/m4/libcerror.m4 +0 -0
  195. {libfmos-20231122 → libfmos-20240118}/m4/libcnotify.m4 +0 -0
  196. {libfmos-20231122 → libfmos-20240118}/m4/libcthreads.m4 +0 -0
  197. {libfmos-20231122 → libfmos-20240118}/m4/libtool.m4 +0 -0
  198. {libfmos-20231122 → libfmos-20240118}/m4/ltoptions.m4 +0 -0
  199. {libfmos-20231122 → libfmos-20240118}/m4/ltsugar.m4 +0 -0
  200. {libfmos-20231122 → libfmos-20240118}/m4/ltversion.m4 +0 -0
  201. {libfmos-20231122 → libfmos-20240118}/m4/lt~obsolete.m4 +0 -0
  202. {libfmos-20231122 → libfmos-20240118}/m4/nls.m4 +0 -0
  203. {libfmos-20231122 → libfmos-20240118}/m4/po.m4 +0 -0
  204. {libfmos-20231122 → libfmos-20240118}/m4/progtest.m4 +0 -0
  205. {libfmos-20231122 → libfmos-20240118}/m4/pthread.m4 +0 -0
  206. {libfmos-20231122 → libfmos-20240118}/m4/python.m4 +0 -0
  207. {libfmos-20231122 → libfmos-20240118}/m4/tests.m4 +0 -0
  208. {libfmos-20231122 → libfmos-20240118}/m4/types.m4 +0 -0
  209. {libfmos-20231122 → libfmos-20240118}/manuals/Makefile.am +0 -0
  210. {libfmos-20231122 → libfmos-20240118}/manuals/Makefile.in +0 -0
  211. {libfmos-20231122 → libfmos-20240118}/missing +0 -0
  212. {libfmos-20231122 → libfmos-20240118}/msvscpp/Makefile.am +0 -0
  213. {libfmos-20231122 → libfmos-20240118}/msvscpp/Makefile.in +0 -0
  214. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_adc/fmos_test_adc.vcproj +0 -0
  215. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_error/fmos_test_error.vcproj +0 -0
  216. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_lzfse/fmos_test_lzfse.vcproj +0 -0
  217. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_lzfse_bit_stream/fmos_test_lzfse_bit_stream.vcproj +0 -0
  218. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_lzfse_decoder/fmos_test_lzfse_decoder.vcproj +0 -0
  219. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_lzvn/fmos_test_lzvn.vcproj +0 -0
  220. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_notify/fmos_test_notify.vcproj +0 -0
  221. {libfmos-20231122 → libfmos-20240118}/msvscpp/fmos_test_support/fmos_test_support.vcproj +0 -0
  222. {libfmos-20231122 → libfmos-20240118}/msvscpp/libcerror/libcerror.vcproj +0 -0
  223. {libfmos-20231122 → libfmos-20240118}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  224. {libfmos-20231122 → libfmos-20240118}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  225. {libfmos-20231122 → libfmos-20240118}/msvscpp/libfmos/libfmos.vcproj +0 -0
  226. {libfmos-20231122 → libfmos-20240118}/msvscpp/libfmos.sln +0 -0
  227. {libfmos-20231122 → libfmos-20240118}/msvscpp/pyfmos/pyfmos.vcproj +0 -0
  228. {libfmos-20231122 → libfmos-20240118}/ossfuzz/Makefile.am +0 -0
  229. {libfmos-20231122 → libfmos-20240118}/ossfuzz/Makefile.in +0 -0
  230. {libfmos-20231122 → libfmos-20240118}/po/ChangeLog +0 -0
  231. {libfmos-20231122 → libfmos-20240118}/po/Makefile.in.in +0 -0
  232. {libfmos-20231122 → libfmos-20240118}/po/Makevars +0 -0
  233. {libfmos-20231122 → libfmos-20240118}/po/Makevars.in +0 -0
  234. {libfmos-20231122 → libfmos-20240118}/po/POTFILES.in +0 -0
  235. {libfmos-20231122 → libfmos-20240118}/po/Rules-quot +0 -0
  236. {libfmos-20231122 → libfmos-20240118}/po/boldquot.sed +0 -0
  237. {libfmos-20231122 → libfmos-20240118}/po/en@boldquot.header +0 -0
  238. {libfmos-20231122 → libfmos-20240118}/po/en@quot.header +0 -0
  239. {libfmos-20231122 → libfmos-20240118}/po/insert-header.sin +0 -0
  240. {libfmos-20231122 → libfmos-20240118}/po/quot.sed +0 -0
  241. {libfmos-20231122 → libfmos-20240118}/po/remove-potcdate.sin +0 -0
  242. {libfmos-20231122 → libfmos-20240118}/pyfmos/Makefile.am +0 -0
  243. {libfmos-20231122 → libfmos-20240118}/pyfmos/Makefile.in +0 -0
  244. {libfmos-20231122 → libfmos-20240118}/pyproject.toml +0 -0
  245. {libfmos-20231122 → libfmos-20240118}/setup.cfg.in +0 -0
  246. {libfmos-20231122 → libfmos-20240118}/setup.py +0 -0
  247. {libfmos-20231122 → libfmos-20240118}/test-driver +0 -0
  248. {libfmos-20231122 → libfmos-20240118}/tests/Makefile.am +0 -0
  249. {libfmos-20231122 → libfmos-20240118}/tests/Makefile.in +0 -0
  250. {libfmos-20231122 → libfmos-20240118}/tests/test_library.sh +0 -0
  251. {libfmos-20231122 → libfmos-20240118}/tests/test_manpage.sh +0 -0
  252. {libfmos-20231122 → libfmos-20240118}/tests/test_python_module.sh +0 -0
  253. {libfmos-20231122 → libfmos-20240118}/tests/test_runner.sh +0 -0
@@ -0,0 +1,4 @@
1
+ Acknowledgements: libfmos
2
+
3
+ Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
4
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfmos-python
3
- Version: 20231122
3
+ Version: 20240118
4
4
  Summary: Python bindings module for libfmos
5
5
  Author: Joachim Metz
6
6
  Author-email: joachim.metz@gmail.com
@@ -20,8 +20,8 @@ You have another version of autoconf. It may work, but is not guaranteed to.
20
20
  If you have problems, you may need to regenerate the build system entirely.
21
21
  To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
22
 
23
- # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
24
- # serial 11 (pkg-config-0.29.1)
23
+ # pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
24
+ # serial 12 (pkg-config-0.29.2)
25
25
 
26
26
  dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
27
27
  dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
@@ -63,7 +63,7 @@ dnl
63
63
  dnl See the "Since" comment for each macro you use to see what version
64
64
  dnl of the macros you require.
65
65
  m4_defun([PKG_PREREQ],
66
- [m4_define([PKG_MACROS_VERSION], [0.29.1])
66
+ [m4_define([PKG_MACROS_VERSION], [0.29.2])
67
67
  m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
68
68
  [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
69
69
  ])dnl PKG_PREREQ
@@ -108,7 +108,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
108
108
  dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
109
109
  dnl
110
110
  dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
111
- dnl only at the first occurence in configure.ac, so if the first place
111
+ dnl only at the first occurrence in configure.ac, so if the first place
112
112
  dnl it's called might be skipped (such as if it is within an "if", you
113
113
  dnl have to call PKG_CHECK_EXISTS manually
114
114
  AC_DEFUN([PKG_CHECK_EXISTS],
@@ -164,7 +164,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
164
164
  AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
165
165
 
166
166
  pkg_failed=no
167
- AC_MSG_CHECKING([for $1])
167
+ AC_MSG_CHECKING([for $2])
168
168
 
169
169
  _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
170
170
  _PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -174,17 +174,17 @@ and $1[]_LIBS to avoid the need to call pkg-config.
174
174
  See the pkg-config man page for more details.])
175
175
 
176
176
  if test $pkg_failed = yes; then
177
- AC_MSG_RESULT([no])
177
+ AC_MSG_RESULT([no])
178
178
  _PKG_SHORT_ERRORS_SUPPORTED
179
179
  if test $_pkg_short_errors_supported = yes; then
180
- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
181
- else
182
- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
180
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
181
+ else
182
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
183
183
  fi
184
- # Put the nasty error message in config.log where it belongs
185
- echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
184
+ # Put the nasty error message in config.log where it belongs
185
+ echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
186
186
 
187
- m4_default([$4], [AC_MSG_ERROR(
187
+ m4_default([$4], [AC_MSG_ERROR(
188
188
  [Package requirements ($2) were not met:
189
189
 
190
190
  $$1_PKG_ERRORS
@@ -195,8 +195,8 @@ installed software in a non-standard prefix.
195
195
  _PKG_TEXT])[]dnl
196
196
  ])
197
197
  elif test $pkg_failed = untried; then
198
- AC_MSG_RESULT([no])
199
- m4_default([$4], [AC_MSG_FAILURE(
198
+ AC_MSG_RESULT([no])
199
+ m4_default([$4], [AC_MSG_FAILURE(
200
200
  [The pkg-config script could not be found or is too old. Make sure it
201
201
  is in your PATH or set the PKG_CONFIG environment variable to the full
202
202
  path to pkg-config.
@@ -206,10 +206,10 @@ _PKG_TEXT
206
206
  To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
207
207
  ])
208
208
  else
209
- $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
210
- $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
209
+ $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
210
+ $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
211
211
  AC_MSG_RESULT([yes])
212
- $3
212
+ $3
213
213
  fi[]dnl
214
214
  ])dnl PKG_CHECK_MODULES
215
215
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Byte stream functions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Common include file
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -323,7 +323,7 @@
323
323
  #define PACKAGE_NAME "libfmos"
324
324
 
325
325
  /* Define to the full name and version of this package. */
326
- #define PACKAGE_STRING "libfmos 20231122"
326
+ #define PACKAGE_STRING "libfmos 20240118"
327
327
 
328
328
  /* Define to the one symbol short name of this package. */
329
329
  #define PACKAGE_TARNAME "libfmos"
@@ -332,7 +332,7 @@
332
332
  #define PACKAGE_URL ""
333
333
 
334
334
  /* Define to the version of this package. */
335
- #define PACKAGE_VERSION "20231122"
335
+ #define PACKAGE_VERSION "20240118"
336
336
 
337
337
  /* The size of `int', as computed by sizeof. */
338
338
  #define SIZEOF_INT 4
@@ -358,7 +358,7 @@
358
358
  /* #undef STRERROR_R_CHAR_P */
359
359
 
360
360
  /* Version number of package */
361
- #define VERSION "20231122"
361
+ #define VERSION "20240118"
362
362
 
363
363
  /* Number of bits in a file offset, on hosts where this is settable. */
364
364
  /* #undef _FILE_OFFSET_BITS */
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Configuration for the Borland/CodeGear C++ Builder compiler
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Configuration for the Microsoft Visual Studio C++ compiler
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Configuration file for WINAPI
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * FILE stream functions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Memory functions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Narrow character string functions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * System character string functions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Type and type-support definitions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Type and type-support definitions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Wide character string functions
3
3
  *
4
- * Copyright (C) 2019-2023, Joachim Metz <joachim.metz@gmail.com>
4
+ * Copyright (C) 2019-2024, Joachim Metz <joachim.metz@gmail.com>
5
5
  *
6
6
  * Refer to AUTHORS for acknowledgements.
7
7
  *
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/sh
2
2
  # Attempt to guess a canonical system name.
3
- # Copyright 1992-2022 Free Software Foundation, Inc.
3
+ # Copyright 1992-2023 Free Software Foundation, Inc.
4
4
 
5
5
  # shellcheck disable=SC2006,SC2268 # see below for rationale
6
6
 
7
- timestamp='2022-05-25'
7
+ timestamp='2023-06-23'
8
8
 
9
9
  # This file is free software; you can redistribute it and/or modify it
10
10
  # under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ me=`echo "$0" | sed -e 's,.*/,,'`
47
47
  usage="\
48
48
  Usage: $0 [OPTION]
49
49
 
50
- Output the configuration name of the system \`$me' is run on.
50
+ Output the configuration name of the system '$me' is run on.
51
51
 
52
52
  Options:
53
53
  -h, --help print this help, then exit
@@ -60,13 +60,13 @@ version="\
60
60
  GNU config.guess ($timestamp)
61
61
 
62
62
  Originally written by Per Bothner.
63
- Copyright 1992-2022 Free Software Foundation, Inc.
63
+ Copyright 1992-2023 Free Software Foundation, Inc.
64
64
 
65
65
  This is free software; see the source for copying conditions. There is NO
66
66
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
67
67
 
68
68
  help="
69
- Try \`$me --help' for more information."
69
+ Try '$me --help' for more information."
70
70
 
71
71
  # Parse command line
72
72
  while test $# -gt 0 ; do
@@ -102,8 +102,8 @@ GUESS=
102
102
  # temporary files to be created and, as you can see below, it is a
103
103
  # headache to deal with in a portable fashion.
104
104
 
105
- # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
106
- # use `HOST_CC' if defined, but it is deprecated.
105
+ # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
106
+ # use 'HOST_CC' if defined, but it is deprecated.
107
107
 
108
108
  # Portable tmp directory creation inspired by the Autoconf team.
109
109
 
@@ -459,7 +459,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
459
459
  UNAME_RELEASE=`uname -v`
460
460
  ;;
461
461
  esac
462
- # Japanese Language versions have a version number like `4.1.3-JL'.
462
+ # Japanese Language versions have a version number like '4.1.3-JL'.
463
463
  SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
464
464
  GUESS=sparc-sun-sunos$SUN_REL
465
465
  ;;
@@ -966,6 +966,12 @@ EOF
966
966
  GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
967
967
  GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
968
968
  ;;
969
+ x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
970
+ GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
971
+ ;;
972
+ *:[Mm]anagarm:*:*)
973
+ GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
974
+ ;;
969
975
  *:Minix:*:*)
970
976
  GUESS=$UNAME_MACHINE-unknown-minix
971
977
  ;;
@@ -1036,7 +1042,7 @@ EOF
1036
1042
  k1om:Linux:*:*)
1037
1043
  GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
1038
1044
  ;;
1039
- loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*)
1045
+ loongarch32:Linux:*:* | loongarch64:Linux:*:*)
1040
1046
  GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
1041
1047
  ;;
1042
1048
  m32r*:Linux:*:*)
@@ -1191,7 +1197,7 @@ EOF
1191
1197
  GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
1192
1198
  ;;
1193
1199
  i*86:OS/2:*:*)
1194
- # If we were able to find `uname', then EMX Unix compatibility
1200
+ # If we were able to find 'uname', then EMX Unix compatibility
1195
1201
  # is probably installed.
1196
1202
  GUESS=$UNAME_MACHINE-pc-os2-emx
1197
1203
  ;;
@@ -1332,7 +1338,7 @@ EOF
1332
1338
  GUESS=ns32k-sni-sysv
1333
1339
  fi
1334
1340
  ;;
1335
- PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1341
+ PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
1336
1342
  # says <Richard.M.Bartel@ccMail.Census.GOV>
1337
1343
  GUESS=i586-unisys-sysv4
1338
1344
  ;;
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/sh
2
2
  # Configuration validation subroutine script.
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-01-03'
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
@@ -76,13 +76,13 @@ Report bugs and patches to <config-patches@gnu.org>."
76
76
  version="\
77
77
  GNU config.sub ($timestamp)
78
78
 
79
- Copyright 1992-2022 Free Software Foundation, Inc.
79
+ Copyright 1992-2023 Free Software Foundation, Inc.
80
80
 
81
81
  This is free software; see the source for copying conditions. There is NO
82
82
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
83
83
 
84
84
  help="
85
- Try \`$me --help' for more information."
85
+ Try '$me --help' for more information."
86
86
 
87
87
  # Parse command line
88
88
  while test $# -gt 0 ; do
@@ -130,7 +130,7 @@ IFS=$saved_IFS
130
130
  # Separate into logical components for further validation
131
131
  case $1 in
132
132
  *-*-*-*-*)
133
- echo Invalid configuration \`"$1"\': more than four components >&2
133
+ echo "Invalid configuration '$1': more than four components" >&2
134
134
  exit 1
135
135
  ;;
136
136
  *-*-*-*)
@@ -145,7 +145,7 @@ case $1 in
145
145
  nto-qnx* | linux-* | uclinux-uclibc* \
146
146
  | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
147
147
  | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
148
- | storm-chaos* | os2-emx* | rtmk-nova*)
148
+ | storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
149
149
  basic_machine=$field1
150
150
  basic_os=$maybe_os
151
151
  ;;
@@ -943,7 +943,7 @@ $basic_machine
943
943
  EOF
944
944
  IFS=$saved_IFS
945
945
  ;;
946
- # We use `pc' rather than `unknown'
946
+ # We use 'pc' rather than 'unknown'
947
947
  # because (1) that's what they normally are, and
948
948
  # (2) the word "unknown" tends to confuse beginning users.
949
949
  i*86 | x86_64)
@@ -1075,7 +1075,7 @@ case $cpu-$vendor in
1075
1075
  pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
1076
1076
  cpu=i586
1077
1077
  ;;
1078
- pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*)
1078
+ pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
1079
1079
  cpu=i686
1080
1080
  ;;
1081
1081
  pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
@@ -1207,7 +1207,7 @@ case $cpu-$vendor in
1207
1207
  | k1om \
1208
1208
  | le32 | le64 \
1209
1209
  | lm32 \
1210
- | loongarch32 | loongarch64 | loongarchx32 \
1210
+ | loongarch32 | loongarch64 \
1211
1211
  | m32c | m32r | m32rle \
1212
1212
  | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \
1213
1213
  | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
@@ -1285,7 +1285,7 @@ case $cpu-$vendor in
1285
1285
  ;;
1286
1286
 
1287
1287
  *)
1288
- echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
1288
+ echo "Invalid configuration '$1': machine '$cpu-$vendor' not recognized" 1>&2
1289
1289
  exit 1
1290
1290
  ;;
1291
1291
  esac
@@ -1341,6 +1341,10 @@ EOF
1341
1341
  kernel=linux
1342
1342
  os=`echo "$basic_os" | sed -e 's|linux|gnu|'`
1343
1343
  ;;
1344
+ managarm*)
1345
+ kernel=managarm
1346
+ os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'`
1347
+ ;;
1344
1348
  *)
1345
1349
  kernel=
1346
1350
  os=$basic_os
@@ -1754,7 +1758,7 @@ case $os in
1754
1758
  | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
1755
1759
  | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
1756
1760
  | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
1757
- | fiwix* )
1761
+ | fiwix* | mlibc* )
1758
1762
  ;;
1759
1763
  # This one is extra strict with allowed versions
1760
1764
  sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
@@ -1762,8 +1766,11 @@ case $os in
1762
1766
  ;;
1763
1767
  none)
1764
1768
  ;;
1769
+ kernel* )
1770
+ # Restricted further below
1771
+ ;;
1765
1772
  *)
1766
- echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
1773
+ echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2
1767
1774
  exit 1
1768
1775
  ;;
1769
1776
  esac
@@ -1772,14 +1779,24 @@ esac
1772
1779
  # (given a valid OS), if there is a kernel.
1773
1780
  case $kernel-$os in
1774
1781
  linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \
1775
- | linux-musl* | linux-relibc* | linux-uclibc* )
1782
+ | linux-musl* | linux-relibc* | linux-uclibc* | linux-mlibc* )
1776
1783
  ;;
1777
1784
  uclinux-uclibc* )
1778
1785
  ;;
1779
- -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* )
1786
+ managarm-mlibc* | managarm-kernel* )
1787
+ ;;
1788
+ -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
1780
1789
  # These are just libc implementations, not actual OSes, and thus
1781
1790
  # require a kernel.
1782
- echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
1791
+ echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2
1792
+ exit 1
1793
+ ;;
1794
+ -kernel* )
1795
+ echo "Invalid configuration '$1': '$os' needs explicit kernel." 1>&2
1796
+ exit 1
1797
+ ;;
1798
+ *-kernel* )
1799
+ echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
1783
1800
  exit 1
1784
1801
  ;;
1785
1802
  kfreebsd*-gnu* | kopensolaris*-gnu*)
@@ -1796,7 +1813,7 @@ case $kernel-$os in
1796
1813
  # Blank kernel with real OS is always fine.
1797
1814
  ;;
1798
1815
  *-*)
1799
- echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
1816
+ echo "Invalid configuration '$1': Kernel '$kernel' not known to work with OS '$os'." 1>&2
1800
1817
  exit 1
1801
1818
  ;;
1802
1819
  esac