libfmos-python 20231122__tar.gz → 20240415__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.
- libfmos-20240415/AUTHORS +4 -0
- {libfmos-20231122 → libfmos-20240415}/Makefile.am +9 -14
- {libfmos-20231122 → libfmos-20240415}/Makefile.in +13 -15
- {libfmos-20231122 → libfmos-20240415}/PKG-INFO +1 -1
- {libfmos-20231122 → libfmos-20240415}/aclocal.m4 +17 -17
- {libfmos-20231122 → libfmos-20240415}/common/Makefile.am +6 -7
- {libfmos-20231122 → libfmos-20240415}/common/Makefile.in +10 -8
- {libfmos-20231122 → libfmos-20240415}/common/byte_stream.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/common.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/config.h +3 -3
- {libfmos-20231122 → libfmos-20240415}/common/config_borlandc.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/config_msc.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/config_winapi.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/file_stream.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/memory.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/narrow_string.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/system_string.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/types.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/types.h.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/common/wide_string.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/config.guess +17 -11
- {libfmos-20231122 → libfmos-20240415}/config.sub +33 -16
- {libfmos-20231122 → libfmos-20240415}/configure +106 -90
- {libfmos-20231122 → libfmos-20240415}/configure.ac +1 -1
- libfmos-20240415/dpkg/changelog +5 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/copyright +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/Makefile.am +6 -8
- {libfmos-20231122 → libfmos-20240415}/include/Makefile.in +9 -9
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/definitions.h +3 -3
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/definitions.h.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/error.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/extern.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/features.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/features.h.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/types.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos/types.h.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/include/libfmos.h.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/Makefile.am +6 -6
- {libfmos-20231122 → libfmos-20240415}/libcerror/Makefile.in +16 -9
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_definitions.h +3 -3
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_error.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_error.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_extern.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_support.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_support.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_system.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_system.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_types.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcerror/libcerror_unused.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/Makefile.am +6 -6
- {libfmos-20231122 → libfmos-20240415}/libcnotify/Makefile.in +17 -9
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_definitions.h +3 -3
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_extern.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_libcerror.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_print.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_print.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_stream.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_stream.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_support.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_support.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_unused.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_verbose.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcnotify/libcnotify_verbose.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/Makefile.am +6 -6
- {libfmos-20231122 → libfmos-20240415}/libcthreads/Makefile.in +24 -9
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_condition.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_condition.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_definitions.h +3 -3
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_error.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_error.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_extern.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_libcerror.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_lock.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_lock.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_mutex.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_mutex.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_queue.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_queue.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_read_write_lock.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_read_write_lock.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_repeating_thread.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_repeating_thread.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_support.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_support.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_thread.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_thread.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_thread_attributes.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_thread_attributes.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_thread_pool.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_thread_pool.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_types.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libcthreads/libcthreads_unused.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/Makefile.am +6 -8
- {libfmos-20231122 → libfmos-20240415}/libfmos/Makefile.in +18 -9
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos.rc +3 -3
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos.rc.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_adc.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_adc.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_definitions.h +3 -3
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_definitions.h.in +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_error.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_error.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_extern.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_libcerror.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_libcnotify.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzfse.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzfse.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzfse_bit_stream.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzfse_bit_stream.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzfse_decoder.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzfse_decoder.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzvn.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_lzvn.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_notify.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_notify.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_support.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_support.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_types.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos/libfmos_unused.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/libfmos.spec +2 -2
- {libfmos-20231122 → libfmos-20240415}/m4/common.m4 +3 -3
- {libfmos-20231122 → libfmos-20240415}/m4/libcerror.m4 +7 -4
- {libfmos-20231122 → libfmos-20240415}/m4/libcnotify.m4 +7 -4
- {libfmos-20231122 → libfmos-20240415}/m4/libcthreads.m4 +6 -4
- libfmos-20240415/m4/pthread.m4 +196 -0
- {libfmos-20231122 → libfmos-20240415}/manuals/Makefile.am +2 -4
- {libfmos-20231122 → libfmos-20240415}/manuals/Makefile.in +5 -5
- {libfmos-20231122 → libfmos-20240415}/manuals/libfmos.3 +1 -1
- {libfmos-20231122 → libfmos-20240415}/msvscpp/Makefile.am +2 -4
- {libfmos-20231122 → libfmos-20240415}/msvscpp/Makefile.in +5 -5
- {libfmos-20231122 → libfmos-20240415}/ossfuzz/Makefile.am +4 -6
- {libfmos-20231122 → libfmos-20240415}/ossfuzz/Makefile.in +10 -7
- {libfmos-20231122 → libfmos-20240415}/ossfuzz/adc_fuzzer.cc +1 -1
- {libfmos-20231122 → libfmos-20240415}/ossfuzz/lzfse_fuzzer.cc +1 -1
- {libfmos-20231122 → libfmos-20240415}/ossfuzz/lzvn_fuzzer.cc +1 -1
- {libfmos-20231122 → libfmos-20240415}/ossfuzz/ossfuzz_libfmos.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/Makefile.am +4 -6
- {libfmos-20231122 → libfmos-20240415}/pyfmos/Makefile.in +12 -7
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_adc.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_adc.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_error.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_error.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_libcerror.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_libfmos.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_lzfse.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_lzfse.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_lzvn.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_lzvn.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_python.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/pyfmos/pyfmos_unused.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/setup.cfg +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/Makefile.am +6 -7
- {libfmos-20231122 → libfmos-20240415}/tests/Makefile.in +17 -8
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_adc.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_error.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_libcerror.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_libcnotify.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_libfmos.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_lzfse.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_lzfse_bit_stream.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_lzfse_decoder.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_lzvn.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_macros.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_notify.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_support.c +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/fmos_test_unused.h +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/pyfmos_test_adc.py +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/pyfmos_test_lzfse.py +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/pyfmos_test_lzvn.py +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/pyfmos_test_support.py +1 -1
- {libfmos-20231122 → libfmos-20240415}/tests/test_library.sh +3 -6
- {libfmos-20231122 → libfmos-20240415}/tests/test_manpage.sh +3 -6
- {libfmos-20231122 → libfmos-20240415}/tests/test_python_module.sh +14 -9
- libfmos-20231122/AUTHORS +0 -4
- libfmos-20231122/dpkg/changelog +0 -5
- libfmos-20231122/m4/pthread.m4 +0 -183
- {libfmos-20231122 → libfmos-20240415}/ABOUT-NLS +0 -0
- {libfmos-20231122 → libfmos-20240415}/COPYING +0 -0
- {libfmos-20231122 → libfmos-20240415}/COPYING.LESSER +0 -0
- {libfmos-20231122 → libfmos-20240415}/ChangeLog +0 -0
- {libfmos-20231122 → libfmos-20240415}/INSTALL +0 -0
- {libfmos-20231122 → libfmos-20240415}/NEWS +0 -0
- {libfmos-20231122 → libfmos-20240415}/README +0 -0
- {libfmos-20231122 → libfmos-20240415}/acinclude.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/common/config.h.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/compile +0 -0
- {libfmos-20231122 → libfmos-20240415}/config.rpath +0 -0
- {libfmos-20231122 → libfmos-20240415}/depcomp +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/changelog.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/compat +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/control +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/libfmos-dev.install +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/libfmos-python3.install +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/libfmos.install +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/rules +0 -0
- {libfmos-20231122 → libfmos-20240415}/dpkg/source/format +0 -0
- {libfmos-20231122 → libfmos-20240415}/install-sh +0 -0
- {libfmos-20231122 → libfmos-20240415}/libfmos.pc.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/libfmos.spec.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/ltmain.sh +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/gettext.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/host-cpu-c-abi.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/iconv.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/intlmacosx.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/lib-ld.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/lib-link.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/lib-prefix.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/libtool.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/ltoptions.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/ltsugar.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/ltversion.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/lt~obsolete.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/nls.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/po.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/progtest.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/python.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/tests.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/m4/types.m4 +0 -0
- {libfmos-20231122 → libfmos-20240415}/missing +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_adc/fmos_test_adc.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_error/fmos_test_error.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_lzfse/fmos_test_lzfse.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_lzfse_bit_stream/fmos_test_lzfse_bit_stream.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_lzfse_decoder/fmos_test_lzfse_decoder.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_lzvn/fmos_test_lzvn.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_notify/fmos_test_notify.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/fmos_test_support/fmos_test_support.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/libfmos/libfmos.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/libfmos.sln +0 -0
- {libfmos-20231122 → libfmos-20240415}/msvscpp/pyfmos/pyfmos.vcproj +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/ChangeLog +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/Makefile.in.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/Makevars +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/Makevars.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/POTFILES.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/Rules-quot +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/boldquot.sed +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/en@boldquot.header +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/en@quot.header +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/insert-header.sin +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/quot.sed +0 -0
- {libfmos-20231122 → libfmos-20240415}/po/remove-potcdate.sin +0 -0
- {libfmos-20231122 → libfmos-20240415}/pyproject.toml +0 -0
- {libfmos-20231122 → libfmos-20240415}/setup.cfg.in +0 -0
- {libfmos-20231122 → libfmos-20240415}/setup.py +0 -0
- {libfmos-20231122 → libfmos-20240415}/test-driver +0 -0
- {libfmos-20231122 → libfmos-20240415}/tests/test_runner.sh +0 -0
libfmos-20240415/AUTHORS
ADDED
|
@@ -50,8 +50,15 @@ EXTRA_DIST = \
|
|
|
50
50
|
$(SETUP_PY_FILES) \
|
|
51
51
|
$(SPEC_FILES)
|
|
52
52
|
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
DISTCLEANFILES = \
|
|
54
|
+
config.status \
|
|
55
|
+
config.cache \
|
|
56
|
+
config.log \
|
|
57
|
+
libfmos.pc \
|
|
58
|
+
libfmos.spec \
|
|
59
|
+
Makefile \
|
|
60
|
+
Makefile.in \
|
|
61
|
+
po/Makevars
|
|
55
62
|
|
|
56
63
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
57
64
|
|
|
@@ -71,15 +78,3 @@ library:
|
|
|
71
78
|
(cd $(srcdir)/libfmos && $(MAKE) $(AM_MAKEFLAGS))
|
|
72
79
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
73
80
|
|
|
74
|
-
distclean: clean
|
|
75
|
-
-rm -f Makefile
|
|
76
|
-
-rm -f config.status
|
|
77
|
-
-rm -f config.cache
|
|
78
|
-
-rm -f config.log
|
|
79
|
-
-rm -f libfmos.pc
|
|
80
|
-
-rm -f libfmos.spec
|
|
81
|
-
@for dir in ${subdirs}; do \
|
|
82
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
83
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
84
|
-
done && test -z "$$fail"
|
|
85
|
-
|
|
@@ -510,8 +510,15 @@ EXTRA_DIST = \
|
|
|
510
510
|
$(SETUP_PY_FILES) \
|
|
511
511
|
$(SPEC_FILES)
|
|
512
512
|
|
|
513
|
-
|
|
514
|
-
|
|
513
|
+
DISTCLEANFILES = \
|
|
514
|
+
config.status \
|
|
515
|
+
config.cache \
|
|
516
|
+
config.log \
|
|
517
|
+
libfmos.pc \
|
|
518
|
+
libfmos.spec \
|
|
519
|
+
Makefile \
|
|
520
|
+
Makefile.in \
|
|
521
|
+
po/Makevars
|
|
515
522
|
|
|
516
523
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
517
524
|
pkgconfig_DATA = \
|
|
@@ -936,15 +943,18 @@ clean-generic:
|
|
|
936
943
|
distclean-generic:
|
|
937
944
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
938
945
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
946
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
939
947
|
|
|
940
948
|
maintainer-clean-generic:
|
|
941
949
|
@echo "This command is intended for maintainers to use"
|
|
942
950
|
@echo "it deletes files that may require special tools to rebuild."
|
|
943
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
944
951
|
clean: clean-recursive
|
|
945
952
|
|
|
946
953
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
947
954
|
|
|
955
|
+
distclean: distclean-recursive
|
|
956
|
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
957
|
+
-rm -f Makefile
|
|
948
958
|
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
949
959
|
distclean-tags
|
|
950
960
|
|
|
@@ -1052,18 +1062,6 @@ library:
|
|
|
1052
1062
|
(cd $(srcdir)/libfmos && $(MAKE) $(AM_MAKEFLAGS))
|
|
1053
1063
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1054
1064
|
|
|
1055
|
-
distclean: clean
|
|
1056
|
-
-rm -f Makefile
|
|
1057
|
-
-rm -f config.status
|
|
1058
|
-
-rm -f config.cache
|
|
1059
|
-
-rm -f config.log
|
|
1060
|
-
-rm -f libfmos.pc
|
|
1061
|
-
-rm -f libfmos.spec
|
|
1062
|
-
@for dir in ${subdirs}; do \
|
|
1063
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
1064
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1065
|
-
done && test -z "$$fail"
|
|
1066
|
-
|
|
1067
1065
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1068
1066
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1069
1067
|
.NOEXPORT:
|
|
@@ -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
|
|
24
|
-
# serial
|
|
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.
|
|
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
|
|
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 $
|
|
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
|
-
|
|
177
|
+
AC_MSG_RESULT([no])
|
|
178
178
|
_PKG_SHORT_ERRORS_SUPPORTED
|
|
179
179
|
if test $_pkg_short_errors_supported = yes; then
|
|
180
|
-
|
|
181
|
-
else
|
|
182
|
-
|
|
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
|
-
|
|
185
|
-
|
|
184
|
+
# Put the nasty error message in config.log where it belongs
|
|
185
|
+
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
|
186
186
|
|
|
187
|
-
|
|
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
|
-
|
|
199
|
-
|
|
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
|
-
|
|
210
|
-
|
|
209
|
+
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
|
210
|
+
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
|
211
211
|
AC_MSG_RESULT([yes])
|
|
212
|
-
|
|
212
|
+
$3
|
|
213
213
|
fi[]dnl
|
|
214
214
|
])dnl PKG_CHECK_MODULES
|
|
215
215
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
AM_CPPFLAGS =
|
|
1
|
+
AM_CPPFLAGS = \
|
|
2
|
+
-I../include -I$(top_srcdir)/include
|
|
2
3
|
|
|
3
4
|
EXTRA_DIST = \
|
|
4
5
|
byte_stream.h \
|
|
@@ -15,11 +16,9 @@ EXTRA_DIST = \
|
|
|
15
16
|
types.h.in \
|
|
16
17
|
wide_string.h
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
DISTCLEANFILES = \
|
|
20
|
+
config.h \
|
|
21
|
+
types.h \
|
|
22
|
+
Makefile \
|
|
19
23
|
Makefile.in
|
|
20
24
|
|
|
21
|
-
distclean: clean
|
|
22
|
-
-rm -f config.h
|
|
23
|
-
-rm -f types.h
|
|
24
|
-
-rm -f Makefile
|
|
25
|
-
|
|
@@ -358,7 +358,9 @@ target_alias = @target_alias@
|
|
|
358
358
|
top_build_prefix = @top_build_prefix@
|
|
359
359
|
top_builddir = @top_builddir@
|
|
360
360
|
top_srcdir = @top_srcdir@
|
|
361
|
-
AM_CPPFLAGS =
|
|
361
|
+
AM_CPPFLAGS = \
|
|
362
|
+
-I../include -I$(top_srcdir)/include
|
|
363
|
+
|
|
362
364
|
EXTRA_DIST = \
|
|
363
365
|
byte_stream.h \
|
|
364
366
|
common.h \
|
|
@@ -374,7 +376,10 @@ EXTRA_DIST = \
|
|
|
374
376
|
types.h.in \
|
|
375
377
|
wide_string.h
|
|
376
378
|
|
|
377
|
-
|
|
379
|
+
DISTCLEANFILES = \
|
|
380
|
+
config.h \
|
|
381
|
+
types.h \
|
|
382
|
+
Makefile \
|
|
378
383
|
Makefile.in
|
|
379
384
|
|
|
380
385
|
all: config.h
|
|
@@ -550,15 +555,17 @@ clean-generic:
|
|
|
550
555
|
distclean-generic:
|
|
551
556
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
552
557
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
558
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
553
559
|
|
|
554
560
|
maintainer-clean-generic:
|
|
555
561
|
@echo "This command is intended for maintainers to use"
|
|
556
562
|
@echo "it deletes files that may require special tools to rebuild."
|
|
557
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
558
563
|
clean: clean-am
|
|
559
564
|
|
|
560
565
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
561
566
|
|
|
567
|
+
distclean: distclean-am
|
|
568
|
+
-rm -f Makefile
|
|
562
569
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
563
570
|
|
|
564
571
|
dvi: dvi-am
|
|
@@ -646,11 +653,6 @@ uninstall-am:
|
|
|
646
653
|
.PRECIOUS: Makefile
|
|
647
654
|
|
|
648
655
|
|
|
649
|
-
distclean: clean
|
|
650
|
-
-rm -f config.h
|
|
651
|
-
-rm -f types.h
|
|
652
|
-
-rm -f Makefile
|
|
653
|
-
|
|
654
656
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
655
657
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
656
658
|
.NOEXPORT:
|
|
@@ -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
|
|
326
|
+
#define PACKAGE_STRING "libfmos 20240415"
|
|
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 "
|
|
335
|
+
#define PACKAGE_VERSION "20240415"
|
|
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 "
|
|
361
|
+
#define VERSION "20240415"
|
|
362
362
|
|
|
363
363
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
364
364
|
/* #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-
|
|
3
|
+
# Copyright 1992-2023 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
5
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
|
6
6
|
|
|
7
|
-
timestamp='
|
|
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
|
|
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-
|
|
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
|
|
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,
|
|
106
|
-
# use
|
|
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
|
|
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:*:*
|
|
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
|
|
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
|
|
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-
|
|
3
|
+
# Copyright 1992-2023 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
5
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
|
6
6
|
|
|
7
|
-
timestamp='
|
|
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-
|
|
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
|
|
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
|
|
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
|
|
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-* |
|
|
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
|
|
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
|
|
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
|
|
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
|
-
-
|
|
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
|
|
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
|
|
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
|