]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bc: Vendor import of Gavin Howard's bc version 3.2.6
authorStefan Eßer <se@FreeBSD.org>
Sun, 31 Jan 2021 19:56:48 +0000 (20:56 +0100)
committerStefan Eßer <se@FreeBSD.org>
Wed, 3 Feb 2021 10:37:34 +0000 (11:37 +0100)
commit601ac82194693fcae9d7d2a7ec7d66ebaf3fd61e
tree1c780d709d23555ad13119cfb1ce07635708aed3
parente3cd8246c756e568956da1ad8e90e1983d9af89f
bc: Vendor import of Gavin Howard's bc version 3.2.6

(cherry picked from commit 47a52dc4d48f259ab7d9f9ba6b65f4f2331a22dc)
470 files changed:
.gitignore [deleted file]
README.md [deleted file]
contrib/bc/.gitignore
contrib/bc/LICENSE.md
contrib/bc/Makefile.in
contrib/bc/NEWS.md
contrib/bc/NOTICE.md
contrib/bc/README.md
contrib/bc/configure.sh
contrib/bc/exec-install.sh
contrib/bc/functions.sh
contrib/bc/gen/bc_help.txt
contrib/bc/gen/dc_help.txt
contrib/bc/gen/lib.bc
contrib/bc/gen/lib2.bc
contrib/bc/gen/strgen.c
contrib/bc/gen/strgen.sh
contrib/bc/include/args.h
contrib/bc/include/bc.h
contrib/bc/include/bcl.h
contrib/bc/include/dc.h
contrib/bc/include/file.h
contrib/bc/include/history.h
contrib/bc/include/lang.h
contrib/bc/include/lex.h
contrib/bc/include/library.h
contrib/bc/include/num.h
contrib/bc/include/opt.h
contrib/bc/include/parse.h
contrib/bc/include/program.h
contrib/bc/include/rand.h
contrib/bc/include/read.h
contrib/bc/include/status.h
contrib/bc/include/vector.h
contrib/bc/include/vm.h
contrib/bc/karatsuba.py
contrib/bc/link.sh
contrib/bc/locale_install.sh
contrib/bc/locale_uninstall.sh
contrib/bc/locales/de_DE.ISO8859-1.msg
contrib/bc/locales/de_DE.UTF-8.msg
contrib/bc/locales/en_US.msg
contrib/bc/locales/es_ES.ISO8859-1.msg
contrib/bc/locales/es_ES.UTF-8.msg
contrib/bc/locales/fr_FR.ISO8859-1.msg
contrib/bc/locales/fr_FR.UTF-8.msg
contrib/bc/locales/ja_JP.UTF-8.msg
contrib/bc/locales/ja_JP.eucJP.msg
contrib/bc/locales/nl_NL.ISO8859-1.msg
contrib/bc/locales/nl_NL.UTF-8.msg
contrib/bc/locales/pl_PL.ISO8859-2.msg
contrib/bc/locales/pl_PL.UTF-8.msg
contrib/bc/locales/pt_PT.ISO8859-1.msg
contrib/bc/locales/pt_PT.UTF-8.msg
contrib/bc/locales/ru_RU.CP1251.msg
contrib/bc/locales/ru_RU.CP866.msg
contrib/bc/locales/ru_RU.ISO8859-5.msg
contrib/bc/locales/ru_RU.KOI8-R.msg
contrib/bc/locales/ru_RU.UTF-8.msg
contrib/bc/locales/zh_CN.GB18030.msg
contrib/bc/locales/zh_CN.GB2312.msg
contrib/bc/locales/zh_CN.GBK.msg
contrib/bc/locales/zh_CN.UTF-8.msg
contrib/bc/locales/zh_CN.eucCN.msg
contrib/bc/manpage.sh
contrib/bc/manuals/bc.1.md.in
contrib/bc/manuals/bc/A.1
contrib/bc/manuals/bc/A.1.md
contrib/bc/manuals/bc/E.1
contrib/bc/manuals/bc/E.1.md
contrib/bc/manuals/bc/EH.1
contrib/bc/manuals/bc/EH.1.md
contrib/bc/manuals/bc/EHN.1
contrib/bc/manuals/bc/EHN.1.md
contrib/bc/manuals/bc/EHNP.1
contrib/bc/manuals/bc/EHNP.1.md
contrib/bc/manuals/bc/EHP.1
contrib/bc/manuals/bc/EHP.1.md
contrib/bc/manuals/bc/EN.1
contrib/bc/manuals/bc/EN.1.md
contrib/bc/manuals/bc/ENP.1
contrib/bc/manuals/bc/ENP.1.md
contrib/bc/manuals/bc/EP.1
contrib/bc/manuals/bc/EP.1.md
contrib/bc/manuals/bc/H.1
contrib/bc/manuals/bc/H.1.md
contrib/bc/manuals/bc/HN.1
contrib/bc/manuals/bc/HN.1.md
contrib/bc/manuals/bc/HNP.1
contrib/bc/manuals/bc/HNP.1.md
contrib/bc/manuals/bc/HP.1
contrib/bc/manuals/bc/HP.1.md
contrib/bc/manuals/bc/N.1
contrib/bc/manuals/bc/N.1.md
contrib/bc/manuals/bc/NP.1
contrib/bc/manuals/bc/NP.1.md
contrib/bc/manuals/bc/P.1
contrib/bc/manuals/bc/P.1.md
contrib/bc/manuals/bcl.3
contrib/bc/manuals/bcl.3.md
contrib/bc/manuals/dc.1.md.in
contrib/bc/manuals/dc/A.1
contrib/bc/manuals/dc/A.1.md
contrib/bc/manuals/dc/E.1
contrib/bc/manuals/dc/E.1.md
contrib/bc/manuals/dc/EH.1
contrib/bc/manuals/dc/EH.1.md
contrib/bc/manuals/dc/EHN.1
contrib/bc/manuals/dc/EHN.1.md
contrib/bc/manuals/dc/EHNP.1
contrib/bc/manuals/dc/EHNP.1.md
contrib/bc/manuals/dc/EHP.1
contrib/bc/manuals/dc/EHP.1.md
contrib/bc/manuals/dc/EN.1
contrib/bc/manuals/dc/EN.1.md
contrib/bc/manuals/dc/ENP.1
contrib/bc/manuals/dc/ENP.1.md
contrib/bc/manuals/dc/EP.1
contrib/bc/manuals/dc/EP.1.md
contrib/bc/manuals/dc/H.1
contrib/bc/manuals/dc/H.1.md
contrib/bc/manuals/dc/HN.1
contrib/bc/manuals/dc/HN.1.md
contrib/bc/manuals/dc/HNP.1
contrib/bc/manuals/dc/HNP.1.md
contrib/bc/manuals/dc/HP.1
contrib/bc/manuals/dc/HP.1.md
contrib/bc/manuals/dc/N.1
contrib/bc/manuals/dc/N.1.md
contrib/bc/manuals/dc/NP.1
contrib/bc/manuals/dc/NP.1.md
contrib/bc/manuals/dc/P.1
contrib/bc/manuals/dc/P.1.md
contrib/bc/manuals/header.txt
contrib/bc/manuals/header_bc.txt
contrib/bc/manuals/header_bcl.txt
contrib/bc/manuals/header_dc.txt
contrib/bc/release.sh
contrib/bc/src/args.c
contrib/bc/src/bc.c
contrib/bc/src/bc_lex.c
contrib/bc/src/bc_parse.c
contrib/bc/src/data.c
contrib/bc/src/dc.c
contrib/bc/src/dc_lex.c
contrib/bc/src/dc_parse.c
contrib/bc/src/file.c
contrib/bc/src/history.c
contrib/bc/src/lang.c
contrib/bc/src/lex.c
contrib/bc/src/library.c
contrib/bc/src/main.c
contrib/bc/src/num.c
contrib/bc/src/opt.c
contrib/bc/src/parse.c
contrib/bc/src/program.c
contrib/bc/src/rand.c
contrib/bc/src/read.c
contrib/bc/src/vector.c
contrib/bc/src/vm.c
contrib/bc/tests/afl.py
contrib/bc/tests/all.sh
contrib/bc/tests/bc/all.txt
contrib/bc/tests/bc/scripts/all.txt [new file with mode: 0644]
contrib/bc/tests/bc/timeconst.sh
contrib/bc/tests/bcl.c
contrib/bc/tests/dc/errors/30.txt [new file with mode: 0644]
contrib/bc/tests/dc/errors/31.txt [new file with mode: 0644]
contrib/bc/tests/dc/scripts/all.txt [new file with mode: 0644]
contrib/bc/tests/diff.sh [new file with mode: 0644]
contrib/bc/tests/errors.sh
contrib/bc/tests/extra_required.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc.dict [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/abs.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/add.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/arctangent.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/array.bc [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/arrays.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/assignments.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/basic.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/boolean.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/cosine.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/decimal.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/divide.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/engineering.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/exponent.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/functions.bc [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/functions.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/globals.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/len.bc [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/length.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib10.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib11.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib12.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib2.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib3.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib4.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib5.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib6.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib7.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs1/lib8.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib13.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib14.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib15.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib16.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib19.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib20.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib21.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib22.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib23.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/lib24.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/log.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/misc.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/misc1.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/misc2.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/misc3.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/modulus.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/multiply.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/pi.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/places.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/power.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/print2.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/references.bc [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/scale.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/scientific.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/shift.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs2/sine.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/01.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/02.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/03.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/04.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/05.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/06.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/07.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/08.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/09.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/10.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/11.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/12.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/13.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/14.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/15.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/16.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/17.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/18.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/19.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/20.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/21.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/22.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/23.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/24.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/sqrt.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/strings.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/subtract.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/trunc.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/bc_inputs3/void.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/01.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/02.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/03.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/04.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/05.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/06.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/07.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/08.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/09.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/10.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/11.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/12.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/13.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/14.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/15.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/16.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/17.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/18.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/19.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/20.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/21.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/22.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/23.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/24.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/25.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/26.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/27.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/28.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/29.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/30.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/31.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/abs.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/add.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/array.dc [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/boolean.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/decimal.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/divide.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/divmod.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/else.dc [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/engineering.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/loop.dc [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/misc.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/modexp.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/modulus.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/multiply.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/places.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/power.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/quit.dc [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/scientific.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/shift.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/sqrt.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/stdin.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/stream.dc [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/strings.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/subtract.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/trunc.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/vars.txt [new file with mode: 0644]
contrib/bc/tests/fuzzing/dc_inputs/weird.dc [new file with mode: 0644]
contrib/bc/tests/other.sh [new file with mode: 0644]
contrib/bc/tests/radamsa.sh
contrib/bc/tests/randmath.py
contrib/bc/tests/read.sh
contrib/bc/tests/script.sh
contrib/bc/tests/scripts.sh
contrib/bc/tests/stdin.sh
contrib/bc/tests/test.sh
tests/dc/errors/30.txt [new file with mode: 0644]
tests/dc/errors/31.txt [new file with mode: 0644]
tests/dc/scripts/all.txt [new file with mode: 0644]
tests/diff.sh [new file with mode: 0755]
tests/extra_required.txt [new file with mode: 0644]
tests/fuzzing/bc.dict [new file with mode: 0644]
tests/fuzzing/bc_inputs1/abs.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/add.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/arctangent.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/array.bc [new file with mode: 0755]
tests/fuzzing/bc_inputs1/arrays.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/assignments.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/basic.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/boolean.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/cosine.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/decimal.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/divide.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/engineering.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/exponent.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/functions.bc [new file with mode: 0644]
tests/fuzzing/bc_inputs1/functions.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/globals.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/len.bc [new file with mode: 0644]
tests/fuzzing/bc_inputs1/length.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib10.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib11.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib12.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib2.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib3.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib4.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib5.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib6.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib7.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs1/lib8.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib13.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib14.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib15.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib16.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib19.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib20.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib21.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib22.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib23.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/lib24.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/log.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/misc.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/misc1.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/misc2.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/misc3.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/modulus.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/multiply.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/pi.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/places.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/power.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/print2.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/references.bc [new file with mode: 0755]
tests/fuzzing/bc_inputs2/scale.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/scientific.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/shift.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs2/sine.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/01.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/02.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/03.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/04.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/05.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/06.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/07.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/08.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/09.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/10.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/11.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/12.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/13.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/14.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/15.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/16.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/17.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/18.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/19.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/20.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/21.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/22.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/23.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/24.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/sqrt.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/strings.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/subtract.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/trunc.txt [new file with mode: 0644]
tests/fuzzing/bc_inputs3/void.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/01.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/02.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/03.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/04.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/05.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/06.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/07.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/08.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/09.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/10.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/11.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/12.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/13.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/14.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/15.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/16.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/17.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/18.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/19.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/20.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/21.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/22.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/23.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/24.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/25.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/26.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/27.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/28.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/29.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/30.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/31.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/abs.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/add.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/array.dc [new file with mode: 0644]
tests/fuzzing/dc_inputs/boolean.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/decimal.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/divide.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/divmod.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/else.dc [new file with mode: 0644]
tests/fuzzing/dc_inputs/engineering.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/loop.dc [new file with mode: 0644]
tests/fuzzing/dc_inputs/misc.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/modexp.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/modulus.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/multiply.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/places.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/power.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/quit.dc [new file with mode: 0644]
tests/fuzzing/dc_inputs/scientific.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/shift.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/sqrt.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/stdin.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/stream.dc [new file with mode: 0755]
tests/fuzzing/dc_inputs/strings.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/subtract.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/trunc.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/vars.txt [new file with mode: 0644]
tests/fuzzing/dc_inputs/weird.dc [new file with mode: 0644]
tests/other.sh [new file with mode: 0755]