2020-07-07 07:51:09 +00:00
|
|
|
*.config
|
|
|
|
*.creator
|
|
|
|
*.files
|
|
|
|
*.includes
|
|
|
|
*.creator.user*
|
|
|
|
*.cflags
|
|
|
|
*.cxxflags
|
|
|
|
bin/*bc
|
|
|
|
bin/*bc.exe
|
|
|
|
bin/*dc
|
|
|
|
bin/*dc.exe
|
2020-11-26 17:39:51 +00:00
|
|
|
bin/bcl
|
2020-07-07 07:51:09 +00:00
|
|
|
bc.old
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
.log_*.txt
|
|
|
|
.test.txt
|
|
|
|
.math.txt
|
|
|
|
.results.txt
|
|
|
|
.ops.txt
|
|
|
|
manuals/bc.1
|
|
|
|
manuals/bc.1.ronn
|
|
|
|
manuals/bc.1.md
|
|
|
|
manuals/dc.1
|
|
|
|
manuals/dc.1.ronn
|
|
|
|
manuals/dc.1.md
|
|
|
|
gen/strgen
|
|
|
|
lib.c
|
|
|
|
lib2.c
|
|
|
|
lib3.c
|
|
|
|
bc_help.c
|
|
|
|
dc_help.c
|
|
|
|
config.mak
|
|
|
|
timeconst.bc
|
|
|
|
Makefile
|
2022-03-07 22:23:56 +00:00
|
|
|
bcl.pc
|
2020-07-07 07:51:09 +00:00
|
|
|
|
2022-03-07 22:23:56 +00:00
|
|
|
build/*
|
2021-01-31 20:07:42 +00:00
|
|
|
tests/fuzzing/bc_outputs1/*
|
|
|
|
tests/fuzzing/bc_outputs2/*
|
|
|
|
tests/fuzzing/bc_outputs3/*
|
|
|
|
tests/fuzzing/dc_outputs/*
|
|
|
|
tests/bc_outputs/*
|
|
|
|
tests/dc_outputs/*
|
|
|
|
|
2020-07-07 07:51:09 +00:00
|
|
|
.gdb_history
|
|
|
|
|
|
|
|
# Ignore the generated test files
|
|
|
|
parse.txt
|
|
|
|
parse_results.txt
|
|
|
|
print.txt
|
|
|
|
print_results.txt
|
|
|
|
bessel.txt
|
|
|
|
bessel_results.txt
|
|
|
|
prime.txt
|
usr.bin/ghä-bc, contrib/bc: update to version 5.0.0
Merge commit 2f57ecae4b98e76e5d675563785a7e6c59c868c4
This is a new major release with a number of changes and extensions:
- Limited the number of temporary numbers and made the space for them
static so that allocating more space for them cannot fail.
- Allowed integers with non-zero scale to be used with power, places,
and shift operators.
- Added greatest common divisor and least common multiple to lib2.bc.
- Made bc and dc UTF-8 capable.
- Added the ability for users to have bc and dc quit on SIGINT.
- Added the ability for users to disable prompt and TTY mode by
environment variables.
- Added the ability for users to redefine keywords.
- Added dc's modular exponentiation and divmod to bc.
- Added the ability to assign strings to variables and array elements
and pass them to functions in bc.
- Added dc's asciify command and stream printing to bc.
- Added bitwise and, or, xor, left shift, right shift, reverse,
left rotate, right rotate, and mod functions to lib2.bc.
- Added the functions s2u(x) and s2un(x,n), to lib2.bc.
MFC after: 1 week
2021-08-10 08:42:54 +00:00
|
|
|
strings2.txt
|
|
|
|
strings2_results.txt
|
2020-07-07 07:51:09 +00:00
|
|
|
tests/bc/scripts/add.txt
|
|
|
|
tests/bc/scripts/divide.txt
|
|
|
|
tests/bc/scripts/multiply.txt
|
|
|
|
tests/bc/scripts/subtract.txt
|
usr.bin/ghä-bc, contrib/bc: update to version 5.0.0
Merge commit 2f57ecae4b98e76e5d675563785a7e6c59c868c4
This is a new major release with a number of changes and extensions:
- Limited the number of temporary numbers and made the space for them
static so that allocating more space for them cannot fail.
- Allowed integers with non-zero scale to be used with power, places,
and shift operators.
- Added greatest common divisor and least common multiple to lib2.bc.
- Made bc and dc UTF-8 capable.
- Added the ability for users to have bc and dc quit on SIGINT.
- Added the ability for users to disable prompt and TTY mode by
environment variables.
- Added the ability for users to redefine keywords.
- Added dc's modular exponentiation and divmod to bc.
- Added the ability to assign strings to variables and array elements
and pass them to functions in bc.
- Added dc's asciify command and stream printing to bc.
- Added bitwise and, or, xor, left shift, right shift, reverse,
left rotate, right rotate, and mod functions to lib2.bc.
- Added the functions s2u(x) and s2un(x,n), to lib2.bc.
MFC after: 1 week
2021-08-10 08:42:54 +00:00
|
|
|
tests/bc/scripts/strings2.txt
|
|
|
|
benchmarks/bc/*.txt
|
|
|
|
benchmarks/dc/*.txt
|
|
|
|
scripts/ministat
|
2022-03-07 22:23:56 +00:00
|
|
|
scripts/bitfuncgen
|
2020-07-07 07:51:09 +00:00
|
|
|
perf.data
|
|
|
|
perf.data.old
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
|
|
|
*.html
|
|
|
|
*.profraw
|
|
|
|
|
2021-01-31 20:07:42 +00:00
|
|
|
core.*
|
|
|
|
|
2020-07-07 07:51:09 +00:00
|
|
|
cscope*.out
|
|
|
|
tags
|
2021-04-25 06:42:31 +00:00
|
|
|
|
|
|
|
*.vcxproj.user
|
2022-03-07 22:23:56 +00:00
|
|
|
vs/.vs/*
|
|
|
|
vs/bin/*
|
|
|
|
vs/lib/*
|
|
|
|
vs/src2/*
|
|
|
|
vs/tests/*.txt
|
|
|
|
vs/tests/*.exe
|