]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
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>
Sun, 31 Jan 2021 19:58:45 +0000 (20:58 +0100)
commit47a52dc4d48f259ab7d9f9ba6b65f4f2331a22dc
tree6e73791cfb3f127d7f2889c8e0a0380bc9913514
parent7fe0a3f2085758fdef0a705dbc81d72f1f1953c6
Vendor import of Gavin Howard's bc version 3.2.6
320 files changed:
.gitignore
LICENSE.md
Makefile.in
NEWS.md
NOTICE.md
README.md
configure.sh
exec-install.sh
functions.sh
gen/bc_help.txt
gen/dc_help.txt
gen/lib.bc
gen/lib2.bc
gen/strgen.c
gen/strgen.sh
include/args.h
include/bc.h
include/bcl.h
include/dc.h
include/file.h
include/history.h
include/lang.h
include/lex.h
include/library.h
include/num.h
include/opt.h
include/parse.h
include/program.h
include/rand.h
include/read.h
include/status.h
include/vector.h
include/vm.h
karatsuba.py
link.sh
locale_install.sh
locale_uninstall.sh
locales/de_DE.ISO8859-1.msg
locales/de_DE.UTF-8.msg
locales/en_US.msg
locales/es_ES.ISO8859-1.msg
locales/es_ES.UTF-8.msg
locales/fr_FR.ISO8859-1.msg
locales/fr_FR.UTF-8.msg
locales/ja_JP.UTF-8.msg
locales/ja_JP.eucJP.msg
locales/nl_NL.ISO8859-1.msg
locales/nl_NL.UTF-8.msg
locales/pl_PL.ISO8859-2.msg
locales/pl_PL.UTF-8.msg
locales/pt_PT.ISO8859-1.msg
locales/pt_PT.UTF-8.msg
locales/ru_RU.CP1251.msg
locales/ru_RU.CP866.msg
locales/ru_RU.ISO8859-5.msg
locales/ru_RU.KOI8-R.msg
locales/ru_RU.UTF-8.msg
locales/zh_CN.GB18030.msg
locales/zh_CN.GB2312.msg
locales/zh_CN.GBK.msg
locales/zh_CN.UTF-8.msg
locales/zh_CN.eucCN.msg
manpage.sh
manuals/bc.1.md.in
manuals/bc/A.1
manuals/bc/A.1.md
manuals/bc/E.1
manuals/bc/E.1.md
manuals/bc/EH.1
manuals/bc/EH.1.md
manuals/bc/EHN.1
manuals/bc/EHN.1.md
manuals/bc/EHNP.1
manuals/bc/EHNP.1.md
manuals/bc/EHP.1
manuals/bc/EHP.1.md
manuals/bc/EN.1
manuals/bc/EN.1.md
manuals/bc/ENP.1
manuals/bc/ENP.1.md
manuals/bc/EP.1
manuals/bc/EP.1.md
manuals/bc/H.1
manuals/bc/H.1.md
manuals/bc/HN.1
manuals/bc/HN.1.md
manuals/bc/HNP.1
manuals/bc/HNP.1.md
manuals/bc/HP.1
manuals/bc/HP.1.md
manuals/bc/N.1
manuals/bc/N.1.md
manuals/bc/NP.1
manuals/bc/NP.1.md
manuals/bc/P.1
manuals/bc/P.1.md
manuals/bcl.3
manuals/bcl.3.md
manuals/dc.1.md.in
manuals/dc/A.1
manuals/dc/A.1.md
manuals/dc/E.1
manuals/dc/E.1.md
manuals/dc/EH.1
manuals/dc/EH.1.md
manuals/dc/EHN.1
manuals/dc/EHN.1.md
manuals/dc/EHNP.1
manuals/dc/EHNP.1.md
manuals/dc/EHP.1
manuals/dc/EHP.1.md
manuals/dc/EN.1
manuals/dc/EN.1.md
manuals/dc/ENP.1
manuals/dc/ENP.1.md
manuals/dc/EP.1
manuals/dc/EP.1.md
manuals/dc/H.1
manuals/dc/H.1.md
manuals/dc/HN.1
manuals/dc/HN.1.md
manuals/dc/HNP.1
manuals/dc/HNP.1.md
manuals/dc/HP.1
manuals/dc/HP.1.md
manuals/dc/N.1
manuals/dc/N.1.md
manuals/dc/NP.1
manuals/dc/NP.1.md
manuals/dc/P.1
manuals/dc/P.1.md
manuals/header.txt
manuals/header_bc.txt
manuals/header_bcl.txt
manuals/header_dc.txt
release.sh
src/args.c
src/bc.c
src/bc_lex.c
src/bc_parse.c
src/data.c
src/dc.c
src/dc_lex.c
src/dc_parse.c
src/file.c
src/history.c
src/lang.c
src/lex.c
src/library.c
src/main.c
src/num.c
src/opt.c
src/parse.c
src/program.c
src/rand.c
src/read.c
src/vector.c
src/vm.c
tests/afl.py
tests/all.sh
tests/bc/all.txt
tests/bc/scripts/all.txt [new file with mode: 0644]
tests/bc/timeconst.sh
tests/bcl.c
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/errors.sh
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]
tests/radamsa.sh
tests/randmath.py
tests/read.sh
tests/script.sh
tests/scripts.sh
tests/stdin.sh
tests/test.sh