[Midnightbsd-cvs] [MidnightBSD/src] 29334b: bc 7.1

Lucas Holt noreply at github.com
Wed Jan 21 17:54:14 EST 2026


  Branch: refs/heads/vendor/bc
  Home:   https://github.com/MidnightBSD/src
  Commit: 29334b958595d6582484d608fe96142c11bb2e42
      https://github.com/MidnightBSD/src/commit/29334b958595d6582484d608fe96142c11bb2e42
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-01-21 (Wed, 21 Jan 2026)

  Changed paths:
    M LICENSE.md
    A MAINTENANCE-TERMS.md
    M Makefile.in
    M NEWS.md
    M NOTICE.md
    M README.md
    A VERSION.txt
    A build.gaml
    A build.pkg.rig
    A build.rig
    M compile_flags.txt
    M configure.sh
    M gen/bc_help.txt
    M gen/dc_help.txt
    M gen/lib.bc
    M gen/lib2.bc
    M gen/strgen.c
    M gen/strgen.sh
    M include/args.h
    M include/bc.h
    M include/bcl.h
    M include/dc.h
    M include/file.h
    M include/history.h
    M include/lang.h
    M include/lex.h
    M include/library.h
    M include/num.h
    M include/opt.h
    M include/ossfuzz.h
    M include/parse.h
    M include/program.h
    M include/rand.h
    M include/read.h
    M include/status.h
    M include/vector.h
    R include/version.h
    M include/vm.h
    M locales/de_DE.ISO8859-1.msg
    M locales/de_DE.UTF-8.msg
    M locales/en_US.msg
    M locales/es_ES.ISO8859-1.msg
    M locales/es_ES.UTF-8.msg
    M locales/fr_FR.ISO8859-1.msg
    M locales/fr_FR.UTF-8.msg
    M locales/ja_JP.UTF-8.msg
    M locales/ja_JP.eucJP.msg
    M locales/nl_NL.ISO8859-1.msg
    M locales/nl_NL.UTF-8.msg
    M locales/pl_PL.ISO8859-2.msg
    M locales/pl_PL.UTF-8.msg
    M locales/pt_PT.ISO8859-1.msg
    M locales/pt_PT.UTF-8.msg
    M locales/ru_RU.CP1251.msg
    M locales/ru_RU.CP866.msg
    M locales/ru_RU.ISO8859-5.msg
    M locales/ru_RU.KOI8-R.msg
    M locales/ru_RU.UTF-8.msg
    M locales/zh_CN.GB18030.msg
    M locales/zh_CN.GB2312.msg
    M locales/zh_CN.GBK.msg
    M locales/zh_CN.UTF-8.msg
    M locales/zh_CN.eucCN.msg
    M manuals/bc/A.1
    M manuals/bc/A.1.md
    M manuals/bc/E.1
    M manuals/bc/E.1.md
    M manuals/bc/EH.1
    M manuals/bc/EH.1.md
    M manuals/bc/EHN.1
    M manuals/bc/EHN.1.md
    M manuals/bc/EN.1
    M manuals/bc/EN.1.md
    M manuals/bc/H.1
    M manuals/bc/H.1.md
    M manuals/bc/HN.1
    M manuals/bc/HN.1.md
    M manuals/bc/N.1
    M manuals/bc/N.1.md
    M manuals/bcl.3
    M manuals/bcl.3.md
    M manuals/build.md
    M manuals/dc/A.1
    M manuals/dc/A.1.md
    M manuals/dc/E.1
    M manuals/dc/E.1.md
    M manuals/dc/EH.1
    M manuals/dc/EH.1.md
    M manuals/dc/EHN.1
    M manuals/dc/EHN.1.md
    M manuals/dc/EN.1
    M manuals/dc/EN.1.md
    M manuals/dc/H.1
    M manuals/dc/H.1.md
    M manuals/dc/HN.1
    M manuals/dc/HN.1.md
    M manuals/dc/N.1
    M manuals/dc/N.1.md
    A project/README.md
    A project/gitea.db
    A project/github_issues.json
    A project/github_prs.json
    A project/issue10.md
    M scripts/exec-install.sh
    M scripts/format.sh
    M scripts/functions.sh
    M scripts/karatsuba.py
    M scripts/link.sh
    M scripts/lint.sh
    M scripts/locale_install.sh
    M scripts/locale_uninstall.sh
    M scripts/os.c
    A scripts/release.pkg.yao
    M scripts/sqrt_frac_guess.bc
    M scripts/sqrt_int_guess.bc
    M scripts/sqrt_random.bc
    M scripts/sqrt_random.sh
    M src/args.c
    M src/bc.c
    M src/bc_fuzzer.c
    M src/bc_lex.c
    M src/bc_parse.c
    M src/data.c
    M src/dc.c
    M src/dc_fuzzer.c
    M src/dc_lex.c
    M src/dc_parse.c
    M src/file.c
    M src/history.c
    M src/lang.c
    M src/lex.c
    M src/library.c
    M src/main.c
    M src/num.c
    M src/opt.c
    M src/parse.c
    M src/program.c
    M src/rand.c
    M src/read.c
    M src/vector.c
    M src/vm.c
    M tests/all.sh
    M tests/bc/all.txt
    A tests/bc/errors/39.txt
    R tests/bc/lib2.txt
    A tests/bc/lib2_a2.txt
    A tests/bc/lib2_a2_results.txt
    A tests/bc/lib2_bytes.txt
    A tests/bc/lib2_bytes_results.txt
    A tests/bc/lib2_ceil.txt
    A tests/bc/lib2_ceil_results.txt
    A tests/bc/lib2_d2r.txt
    A tests/bc/lib2_d2r_results.txt
    A tests/bc/lib2_fac.txt
    A tests/bc/lib2_fac_results.txt
    A tests/bc/lib2_gcd.txt
    A tests/bc/lib2_gcd_results.txt
    A tests/bc/lib2_log.txt
    A tests/bc/lib2_log_results.txt
    A tests/bc/lib2_p.txt
    A tests/bc/lib2_p_results.txt
    A tests/bc/lib2_perm.txt
    A tests/bc/lib2_perm_results.txt
    A tests/bc/lib2_pi.txt
    A tests/bc/lib2_pi_results.txt
    A tests/bc/lib2_r.txt
    A tests/bc/lib2_r2d.txt
    A tests/bc/lib2_r2d_results.txt
    A tests/bc/lib2_r_results.txt
    A tests/bc/lib2_rand.txt
    A tests/bc/lib2_rand_results.txt
    R tests/bc/lib2_results.txt
    A tests/bc/lib2_root.txt
    A tests/bc/lib2_root_results.txt
    A tests/bc/lib2_tan.txt
    A tests/bc/lib2_tan_results.txt
    A tests/bc/lib2_uint.txt
    A tests/bc/lib2_uint_results.txt
    R tests/bc/scripts/add.bc
    A tests/bc/scripts/add_00100.bc
    A tests/bc/scripts/add_00200.bc
    A tests/bc/scripts/add_00300.bc
    A tests/bc/scripts/add_00400.bc
    A tests/bc/scripts/add_00500.bc
    A tests/bc/scripts/add_00600.bc
    A tests/bc/scripts/add_00700.bc
    A tests/bc/scripts/add_00800.bc
    A tests/bc/scripts/add_00900.bc
    A tests/bc/scripts/add_01000.bc
    A tests/bc/scripts/add_01100.bc
    A tests/bc/scripts/add_01200.bc
    A tests/bc/scripts/add_01300.bc
    A tests/bc/scripts/add_01400.bc
    A tests/bc/scripts/add_01500.bc
    A tests/bc/scripts/add_01600.bc
    A tests/bc/scripts/add_01700.bc
    A tests/bc/scripts/add_01800.bc
    A tests/bc/scripts/add_01900.bc
    A tests/bc/scripts/add_02000.bc
    A tests/bc/scripts/add_02100.bc
    A tests/bc/scripts/add_02200.bc
    A tests/bc/scripts/add_02300.bc
    A tests/bc/scripts/add_02400.bc
    A tests/bc/scripts/add_02500.bc
    A tests/bc/scripts/add_02600.bc
    A tests/bc/scripts/add_02700.bc
    A tests/bc/scripts/add_02800.bc
    A tests/bc/scripts/add_02900.bc
    A tests/bc/scripts/add_03000.bc
    A tests/bc/scripts/add_03100.bc
    A tests/bc/scripts/add_03200.bc
    A tests/bc/scripts/add_03300.bc
    A tests/bc/scripts/add_03400.bc
    A tests/bc/scripts/add_03500.bc
    A tests/bc/scripts/add_03600.bc
    A tests/bc/scripts/add_03700.bc
    A tests/bc/scripts/add_03800.bc
    A tests/bc/scripts/add_03900.bc
    A tests/bc/scripts/add_04000.bc
    A tests/bc/scripts/add_04100.bc
    A tests/bc/scripts/add_04200.bc
    A tests/bc/scripts/add_04300.bc
    A tests/bc/scripts/add_04400.bc
    A tests/bc/scripts/add_04500.bc
    A tests/bc/scripts/add_04600.bc
    A tests/bc/scripts/add_04700.bc
    A tests/bc/scripts/add_04800.bc
    A tests/bc/scripts/add_04900.bc
    A tests/bc/scripts/add_05000.bc
    A tests/bc/scripts/add_05100.bc
    A tests/bc/scripts/add_05200.bc
    A tests/bc/scripts/add_05300.bc
    A tests/bc/scripts/add_05400.bc
    A tests/bc/scripts/add_05500.bc
    A tests/bc/scripts/add_05600.bc
    A tests/bc/scripts/add_05700.bc
    A tests/bc/scripts/add_05800.bc
    A tests/bc/scripts/add_05900.bc
    A tests/bc/scripts/add_06000.bc
    A tests/bc/scripts/add_06100.bc
    A tests/bc/scripts/add_06200.bc
    A tests/bc/scripts/add_06300.bc
    A tests/bc/scripts/add_06400.bc
    A tests/bc/scripts/add_06500.bc
    A tests/bc/scripts/add_06600.bc
    A tests/bc/scripts/add_06700.bc
    A tests/bc/scripts/add_06800.bc
    A tests/bc/scripts/add_06900.bc
    A tests/bc/scripts/add_07000.bc
    A tests/bc/scripts/add_07100.bc
    A tests/bc/scripts/add_07200.bc
    A tests/bc/scripts/add_07300.bc
    A tests/bc/scripts/add_07400.bc
    A tests/bc/scripts/add_07500.bc
    A tests/bc/scripts/add_07600.bc
    A tests/bc/scripts/add_07700.bc
    A tests/bc/scripts/add_07800.bc
    A tests/bc/scripts/add_07900.bc
    A tests/bc/scripts/add_08000.bc
    A tests/bc/scripts/add_08100.bc
    A tests/bc/scripts/add_08200.bc
    A tests/bc/scripts/add_08300.bc
    A tests/bc/scripts/add_08400.bc
    A tests/bc/scripts/add_08500.bc
    A tests/bc/scripts/add_08600.bc
    A tests/bc/scripts/add_08700.bc
    A tests/bc/scripts/add_08800.bc
    A tests/bc/scripts/add_08900.bc
    A tests/bc/scripts/add_09000.bc
    A tests/bc/scripts/add_09100.bc
    A tests/bc/scripts/add_09200.bc
    A tests/bc/scripts/add_09300.bc
    A tests/bc/scripts/add_09400.bc
    A tests/bc/scripts/add_09500.bc
    A tests/bc/scripts/add_09600.bc
    A tests/bc/scripts/add_09700.bc
    A tests/bc/scripts/add_09800.bc
    A tests/bc/scripts/add_09900.bc
    A tests/bc/scripts/add_10000.bc
    M tests/bc/scripts/all.txt
    R tests/bc/scripts/divide.bc
    A tests/bc/scripts/divide_00100.bc
    A tests/bc/scripts/divide_00200.bc
    A tests/bc/scripts/divide_00300.bc
    A tests/bc/scripts/divide_00400.bc
    A tests/bc/scripts/divide_00500.bc
    A tests/bc/scripts/divide_00600.bc
    A tests/bc/scripts/divide_00700.bc
    A tests/bc/scripts/divide_00800.bc
    A tests/bc/scripts/divide_00900.bc
    A tests/bc/scripts/divide_01000.bc
    A tests/bc/scripts/divide_01100.bc
    A tests/bc/scripts/divide_01200.bc
    A tests/bc/scripts/divide_01300.bc
    A tests/bc/scripts/divide_01400.bc
    A tests/bc/scripts/divide_01500.bc
    A tests/bc/scripts/divide_01600.bc
    A tests/bc/scripts/divide_01700.bc
    A tests/bc/scripts/divide_01800.bc
    A tests/bc/scripts/divide_01900.bc
    A tests/bc/scripts/divide_02000.bc
    A tests/bc/scripts/divide_02100.bc
    A tests/bc/scripts/divide_02200.bc
    A tests/bc/scripts/divide_02300.bc
    A tests/bc/scripts/divide_02400.bc
    A tests/bc/scripts/divide_02500.bc
    A tests/bc/scripts/divide_02600.bc
    A tests/bc/scripts/divide_02700.bc
    A tests/bc/scripts/divide_02800.bc
    A tests/bc/scripts/divide_02900.bc
    A tests/bc/scripts/divide_03000.bc
    A tests/bc/scripts/divide_03100.bc
    A tests/bc/scripts/divide_03200.bc
    A tests/bc/scripts/divide_03300.bc
    A tests/bc/scripts/divide_03400.bc
    A tests/bc/scripts/divide_03500.bc
    A tests/bc/scripts/divide_03600.bc
    A tests/bc/scripts/divide_03700.bc
    A tests/bc/scripts/divide_03800.bc
    A tests/bc/scripts/divide_03900.bc
    A tests/bc/scripts/divide_04000.bc
    A tests/bc/scripts/divide_04100.bc
    A tests/bc/scripts/divide_04200.bc
    A tests/bc/scripts/divide_04300.bc
    A tests/bc/scripts/divide_04400.bc
    A tests/bc/scripts/divide_04500.bc
    A tests/bc/scripts/divide_04600.bc
    A tests/bc/scripts/divide_04700.bc
    A tests/bc/scripts/divide_04800.bc
    A tests/bc/scripts/divide_04900.bc
    A tests/bc/scripts/divide_05000.bc
    A tests/bc/scripts/divide_05100.bc
    A tests/bc/scripts/divide_05200.bc
    A tests/bc/scripts/divide_05300.bc
    A tests/bc/scripts/divide_05400.bc
    A tests/bc/scripts/divide_05500.bc
    A tests/bc/scripts/divide_05600.bc
    A tests/bc/scripts/divide_05700.bc
    A tests/bc/scripts/divide_05800.bc
    A tests/bc/scripts/divide_05900.bc
    A tests/bc/scripts/divide_06000.bc
    A tests/bc/scripts/divide_06100.bc
    A tests/bc/scripts/divide_06200.bc
    A tests/bc/scripts/divide_06300.bc
    A tests/bc/scripts/divide_06400.bc
    A tests/bc/scripts/divide_06500.bc
    A tests/bc/scripts/divide_06600.bc
    A tests/bc/scripts/divide_06700.bc
    A tests/bc/scripts/divide_06800.bc
    A tests/bc/scripts/divide_06900.bc
    A tests/bc/scripts/divide_07000.bc
    A tests/bc/scripts/divide_07100.bc
    A tests/bc/scripts/divide_07200.bc
    A tests/bc/scripts/divide_07300.bc
    A tests/bc/scripts/divide_07400.bc
    A tests/bc/scripts/divide_07500.bc
    A tests/bc/scripts/divide_07600.bc
    A tests/bc/scripts/divide_07700.bc
    A tests/bc/scripts/divide_07800.bc
    A tests/bc/scripts/divide_07900.bc
    A tests/bc/scripts/divide_08000.bc
    A tests/bc/scripts/divide_08100.bc
    A tests/bc/scripts/divide_08200.bc
    A tests/bc/scripts/divide_08300.bc
    A tests/bc/scripts/divide_08400.bc
    A tests/bc/scripts/divide_08500.bc
    A tests/bc/scripts/divide_08600.bc
    A tests/bc/scripts/divide_08700.bc
    A tests/bc/scripts/divide_08800.bc
    A tests/bc/scripts/divide_08900.bc
    A tests/bc/scripts/divide_09000.bc
    A tests/bc/scripts/divide_09100.bc
    A tests/bc/scripts/divide_09200.bc
    A tests/bc/scripts/divide_09300.bc
    A tests/bc/scripts/divide_09400.bc
    A tests/bc/scripts/divide_09500.bc
    A tests/bc/scripts/divide_09600.bc
    A tests/bc/scripts/divide_09700.bc
    A tests/bc/scripts/divide_09800.bc
    A tests/bc/scripts/divide_09900.bc
    A tests/bc/scripts/divide_10000.bc
    R tests/bc/scripts/multiply.bc
    A tests/bc/scripts/multiply_00100.bc
    A tests/bc/scripts/multiply_00200.bc
    A tests/bc/scripts/multiply_00300.bc
    A tests/bc/scripts/multiply_00400.bc
    A tests/bc/scripts/multiply_00500.bc
    A tests/bc/scripts/multiply_00600.bc
    A tests/bc/scripts/multiply_00700.bc
    A tests/bc/scripts/multiply_00800.bc
    A tests/bc/scripts/multiply_00900.bc
    A tests/bc/scripts/multiply_01000.bc
    A tests/bc/scripts/multiply_01100.bc
    A tests/bc/scripts/multiply_01200.bc
    A tests/bc/scripts/multiply_01300.bc
    A tests/bc/scripts/multiply_01400.bc
    A tests/bc/scripts/multiply_01500.bc
    A tests/bc/scripts/multiply_01600.bc
    A tests/bc/scripts/multiply_01700.bc
    A tests/bc/scripts/multiply_01800.bc
    A tests/bc/scripts/multiply_01900.bc
    A tests/bc/scripts/multiply_02000.bc
    A tests/bc/scripts/multiply_02100.bc
    A tests/bc/scripts/multiply_02200.bc
    A tests/bc/scripts/multiply_02300.bc
    A tests/bc/scripts/multiply_02400.bc
    A tests/bc/scripts/multiply_02500.bc
    A tests/bc/scripts/multiply_02600.bc
    A tests/bc/scripts/multiply_02700.bc
    A tests/bc/scripts/multiply_02800.bc
    A tests/bc/scripts/multiply_02900.bc
    A tests/bc/scripts/multiply_03000.bc
    A tests/bc/scripts/multiply_03100.bc
    A tests/bc/scripts/multiply_03200.bc
    A tests/bc/scripts/multiply_03300.bc
    A tests/bc/scripts/multiply_03400.bc
    A tests/bc/scripts/multiply_03500.bc
    A tests/bc/scripts/multiply_03600.bc
    A tests/bc/scripts/multiply_03700.bc
    A tests/bc/scripts/multiply_03800.bc
    A tests/bc/scripts/multiply_03900.bc
    A tests/bc/scripts/multiply_04000.bc
    A tests/bc/scripts/multiply_04100.bc
    A tests/bc/scripts/multiply_04200.bc
    A tests/bc/scripts/multiply_04300.bc
    A tests/bc/scripts/multiply_04400.bc
    A tests/bc/scripts/multiply_04500.bc
    A tests/bc/scripts/multiply_04600.bc
    A tests/bc/scripts/multiply_04700.bc
    A tests/bc/scripts/multiply_04800.bc
    A tests/bc/scripts/multiply_04900.bc
    A tests/bc/scripts/multiply_05000.bc
    A tests/bc/scripts/multiply_05100.bc
    A tests/bc/scripts/multiply_05200.bc
    A tests/bc/scripts/multiply_05300.bc
    A tests/bc/scripts/multiply_05400.bc
    A tests/bc/scripts/multiply_05500.bc
    A tests/bc/scripts/multiply_05600.bc
    A tests/bc/scripts/multiply_05700.bc
    A tests/bc/scripts/multiply_05800.bc
    A tests/bc/scripts/multiply_05900.bc
    A tests/bc/scripts/multiply_06000.bc
    A tests/bc/scripts/multiply_06100.bc
    A tests/bc/scripts/multiply_06200.bc
    A tests/bc/scripts/multiply_06300.bc
    A tests/bc/scripts/multiply_06400.bc
    A tests/bc/scripts/multiply_06500.bc
    A tests/bc/scripts/multiply_06600.bc
    A tests/bc/scripts/multiply_06700.bc
    A tests/bc/scripts/multiply_06800.bc
    A tests/bc/scripts/multiply_06900.bc
    A tests/bc/scripts/multiply_07000.bc
    A tests/bc/scripts/multiply_07100.bc
    A tests/bc/scripts/multiply_07200.bc
    A tests/bc/scripts/multiply_07300.bc
    A tests/bc/scripts/multiply_07400.bc
    A tests/bc/scripts/multiply_07500.bc
    A tests/bc/scripts/multiply_07600.bc
    A tests/bc/scripts/multiply_07700.bc
    A tests/bc/scripts/multiply_07800.bc
    A tests/bc/scripts/multiply_07900.bc
    A tests/bc/scripts/multiply_08000.bc
    A tests/bc/scripts/multiply_08100.bc
    A tests/bc/scripts/multiply_08200.bc
    A tests/bc/scripts/multiply_08300.bc
    A tests/bc/scripts/multiply_08400.bc
    A tests/bc/scripts/multiply_08500.bc
    A tests/bc/scripts/multiply_08600.bc
    A tests/bc/scripts/multiply_08700.bc
    A tests/bc/scripts/multiply_08800.bc
    A tests/bc/scripts/multiply_08900.bc
    A tests/bc/scripts/multiply_09000.bc
    A tests/bc/scripts/multiply_09100.bc
    A tests/bc/scripts/multiply_09200.bc
    A tests/bc/scripts/multiply_09300.bc
    A tests/bc/scripts/multiply_09400.bc
    A tests/bc/scripts/multiply_09500.bc
    A tests/bc/scripts/multiply_09600.bc
    A tests/bc/scripts/multiply_09700.bc
    A tests/bc/scripts/multiply_09800.bc
    A tests/bc/scripts/multiply_09900.bc
    A tests/bc/scripts/multiply_10000.bc
    R tests/bc/scripts/parse.bc
    A tests/bc/scripts/parse_02.bc
    A tests/bc/scripts/parse_03.bc
    A tests/bc/scripts/parse_04.bc
    A tests/bc/scripts/parse_05.bc
    A tests/bc/scripts/parse_06.bc
    A tests/bc/scripts/parse_07.bc
    A tests/bc/scripts/parse_08.bc
    A tests/bc/scripts/parse_09.bc
    A tests/bc/scripts/parse_11.bc
    A tests/bc/scripts/parse_12.bc
    A tests/bc/scripts/parse_13.bc
    A tests/bc/scripts/parse_14.bc
    A tests/bc/scripts/parse_15.bc
    A tests/bc/scripts/parse_16.bc
    R tests/bc/scripts/print.bc
    A tests/bc/scripts/print_002.bc
    A tests/bc/scripts/print_003.bc
    A tests/bc/scripts/print_004.bc
    A tests/bc/scripts/print_005.bc
    A tests/bc/scripts/print_006.bc
    A tests/bc/scripts/print_007.bc
    A tests/bc/scripts/print_008.bc
    A tests/bc/scripts/print_009.bc
    A tests/bc/scripts/print_011.bc
    A tests/bc/scripts/print_012.bc
    A tests/bc/scripts/print_013.bc
    A tests/bc/scripts/print_014.bc
    A tests/bc/scripts/print_015.bc
    A tests/bc/scripts/print_016.bc
    A tests/bc/scripts/print_017.bc
    A tests/bc/scripts/print_018.bc
    A tests/bc/scripts/print_019.bc
    A tests/bc/scripts/print_020.bc
    A tests/bc/scripts/print_021.bc
    A tests/bc/scripts/print_022.bc
    A tests/bc/scripts/print_023.bc
    A tests/bc/scripts/print_024.bc
    A tests/bc/scripts/print_025.bc
    A tests/bc/scripts/print_026.bc
    A tests/bc/scripts/print_027.bc
    A tests/bc/scripts/print_028.bc
    A tests/bc/scripts/print_029.bc
    A tests/bc/scripts/print_030.bc
    A tests/bc/scripts/print_031.bc
    A tests/bc/scripts/print_032.bc
    A tests/bc/scripts/print_033.bc
    A tests/bc/scripts/print_034.bc
    A tests/bc/scripts/print_035.bc
    A tests/bc/scripts/print_036.bc
    A tests/bc/scripts/print_037.bc
    A tests/bc/scripts/print_038.bc
    A tests/bc/scripts/print_039.bc
    A tests/bc/scripts/print_040.bc
    A tests/bc/scripts/print_041.bc
    A tests/bc/scripts/print_042.bc
    A tests/bc/scripts/print_043.bc
    A tests/bc/scripts/print_044.bc
    A tests/bc/scripts/print_045.bc
    A tests/bc/scripts/print_046.bc
    A tests/bc/scripts/print_047.bc
    A tests/bc/scripts/print_048.bc
    A tests/bc/scripts/print_049.bc
    A tests/bc/scripts/print_050.bc
    A tests/bc/scripts/print_051.bc
    A tests/bc/scripts/print_052.bc
    A tests/bc/scripts/print_053.bc
    A tests/bc/scripts/print_054.bc
    A tests/bc/scripts/print_055.bc
    A tests/bc/scripts/print_056.bc
    A tests/bc/scripts/print_057.bc
    A tests/bc/scripts/print_058.bc
    A tests/bc/scripts/print_059.bc
    A tests/bc/scripts/print_060.bc
    A tests/bc/scripts/print_061.bc
    A tests/bc/scripts/print_062.bc
    A tests/bc/scripts/print_063.bc
    A tests/bc/scripts/print_064.bc
    A tests/bc/scripts/print_065.bc
    A tests/bc/scripts/print_066.bc
    A tests/bc/scripts/print_067.bc
    A tests/bc/scripts/print_068.bc
    A tests/bc/scripts/print_069.bc
    A tests/bc/scripts/print_070.bc
    A tests/bc/scripts/print_071.bc
    A tests/bc/scripts/print_072.bc
    A tests/bc/scripts/print_073.bc
    A tests/bc/scripts/print_074.bc
    A tests/bc/scripts/print_075.bc
    A tests/bc/scripts/print_076.bc
    A tests/bc/scripts/print_077.bc
    A tests/bc/scripts/print_078.bc
    A tests/bc/scripts/print_079.bc
    A tests/bc/scripts/print_080.bc
    A tests/bc/scripts/print_081.bc
    A tests/bc/scripts/print_082.bc
    A tests/bc/scripts/print_083.bc
    A tests/bc/scripts/print_084.bc
    A tests/bc/scripts/print_085.bc
    A tests/bc/scripts/print_086.bc
    A tests/bc/scripts/print_087.bc
    A tests/bc/scripts/print_088.bc
    A tests/bc/scripts/print_089.bc
    A tests/bc/scripts/print_090.bc
    A tests/bc/scripts/print_091.bc
    A tests/bc/scripts/print_092.bc
    A tests/bc/scripts/print_093.bc
    A tests/bc/scripts/print_094.bc
    A tests/bc/scripts/print_095.bc
    A tests/bc/scripts/print_096.bc
    A tests/bc/scripts/print_097.bc
    A tests/bc/scripts/print_098.bc
    A tests/bc/scripts/print_099.bc
    A tests/bc/scripts/print_100.bc
    R tests/bc/scripts/subtract.bc
    A tests/bc/scripts/subtract_00100.bc
    A tests/bc/scripts/subtract_00200.bc
    A tests/bc/scripts/subtract_00300.bc
    A tests/bc/scripts/subtract_00400.bc
    A tests/bc/scripts/subtract_00500.bc
    A tests/bc/scripts/subtract_00600.bc
    A tests/bc/scripts/subtract_00700.bc
    A tests/bc/scripts/subtract_00800.bc
    A tests/bc/scripts/subtract_00900.bc
    A tests/bc/scripts/subtract_01000.bc
    A tests/bc/scripts/subtract_01100.bc
    A tests/bc/scripts/subtract_01200.bc
    A tests/bc/scripts/subtract_01300.bc
    A tests/bc/scripts/subtract_01400.bc
    A tests/bc/scripts/subtract_01500.bc
    A tests/bc/scripts/subtract_01600.bc
    A tests/bc/scripts/subtract_01700.bc
    A tests/bc/scripts/subtract_01800.bc
    A tests/bc/scripts/subtract_01900.bc
    A tests/bc/scripts/subtract_02000.bc
    A tests/bc/scripts/subtract_02100.bc
    A tests/bc/scripts/subtract_02200.bc
    A tests/bc/scripts/subtract_02300.bc
    A tests/bc/scripts/subtract_02400.bc
    A tests/bc/scripts/subtract_02500.bc
    A tests/bc/scripts/subtract_02600.bc
    A tests/bc/scripts/subtract_02700.bc
    A tests/bc/scripts/subtract_02800.bc
    A tests/bc/scripts/subtract_02900.bc
    A tests/bc/scripts/subtract_03000.bc
    A tests/bc/scripts/subtract_03100.bc
    A tests/bc/scripts/subtract_03200.bc
    A tests/bc/scripts/subtract_03300.bc
    A tests/bc/scripts/subtract_03400.bc
    A tests/bc/scripts/subtract_03500.bc
    A tests/bc/scripts/subtract_03600.bc
    A tests/bc/scripts/subtract_03700.bc
    A tests/bc/scripts/subtract_03800.bc
    A tests/bc/scripts/subtract_03900.bc
    A tests/bc/scripts/subtract_04000.bc
    A tests/bc/scripts/subtract_04100.bc
    A tests/bc/scripts/subtract_04200.bc
    A tests/bc/scripts/subtract_04300.bc
    A tests/bc/scripts/subtract_04400.bc
    A tests/bc/scripts/subtract_04500.bc
    A tests/bc/scripts/subtract_04600.bc
    A tests/bc/scripts/subtract_04700.bc
    A tests/bc/scripts/subtract_04800.bc
    A tests/bc/scripts/subtract_04900.bc
    A tests/bc/scripts/subtract_05000.bc
    A tests/bc/scripts/subtract_05100.bc
    A tests/bc/scripts/subtract_05200.bc
    A tests/bc/scripts/subtract_05300.bc
    A tests/bc/scripts/subtract_05400.bc
    A tests/bc/scripts/subtract_05500.bc
    A tests/bc/scripts/subtract_05600.bc
    A tests/bc/scripts/subtract_05700.bc
    A tests/bc/scripts/subtract_05800.bc
    A tests/bc/scripts/subtract_05900.bc
    A tests/bc/scripts/subtract_06000.bc
    A tests/bc/scripts/subtract_06100.bc
    A tests/bc/scripts/subtract_06200.bc
    A tests/bc/scripts/subtract_06300.bc
    A tests/bc/scripts/subtract_06400.bc
    A tests/bc/scripts/subtract_06500.bc
    A tests/bc/scripts/subtract_06600.bc
    A tests/bc/scripts/subtract_06700.bc
    A tests/bc/scripts/subtract_06800.bc
    A tests/bc/scripts/subtract_06900.bc
    A tests/bc/scripts/subtract_07000.bc
    A tests/bc/scripts/subtract_07100.bc
    A tests/bc/scripts/subtract_07200.bc
    A tests/bc/scripts/subtract_07300.bc
    A tests/bc/scripts/subtract_07400.bc
    A tests/bc/scripts/subtract_07500.bc
    A tests/bc/scripts/subtract_07600.bc
    A tests/bc/scripts/subtract_07700.bc
    A tests/bc/scripts/subtract_07800.bc
    A tests/bc/scripts/subtract_07900.bc
    A tests/bc/scripts/subtract_08000.bc
    A tests/bc/scripts/subtract_08100.bc
    A tests/bc/scripts/subtract_08200.bc
    A tests/bc/scripts/subtract_08300.bc
    A tests/bc/scripts/subtract_08400.bc
    A tests/bc/scripts/subtract_08500.bc
    A tests/bc/scripts/subtract_08600.bc
    A tests/bc/scripts/subtract_08700.bc
    A tests/bc/scripts/subtract_08800.bc
    A tests/bc/scripts/subtract_08900.bc
    A tests/bc/scripts/subtract_09000.bc
    A tests/bc/scripts/subtract_09100.bc
    A tests/bc/scripts/subtract_09200.bc
    A tests/bc/scripts/subtract_09300.bc
    A tests/bc/scripts/subtract_09400.bc
    A tests/bc/scripts/subtract_09500.bc
    A tests/bc/scripts/subtract_09600.bc
    A tests/bc/scripts/subtract_09700.bc
    A tests/bc/scripts/subtract_09800.bc
    A tests/bc/scripts/subtract_09900.bc
    A tests/bc/scripts/subtract_10000.bc
    M tests/bc/timeconst.sh
    M tests/bcl.c
    R tests/dc/errors/34.txt
    A tests/dc/scripts/easter.dc
    R tests/dc/scripts/easter.sh
    A tests/dc/scripts/easter.txt
    M tests/dc/scripts/prime.dc
    M tests/error.sh
    M tests/errors.sh
    M tests/extra_required.txt
    M tests/history.py
    M tests/history.sh
    R tests/other.sh
    R tests/read.sh
    M tests/script.sh
    M tests/scripts.sh
    M tests/stdin.sh
    M tests/test.sh
    M vs/bc.vcxproj
    M vs/bc.vcxproj.filters
    M vs/bcl.vcxproj
    M vs/bcl.vcxproj.filters

  Log Message:
  -----------
  bc 7.1



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list