opnsense-src/contrib/bc/tests/dc
Stefan Eßer 44d4804d19 usr.bin/ghä-bc, contrib/bc: update to version 5.0.0
Merge commit 2f57ecae4b

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-13 11:28:06 +02:00
..
errors usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
scripts usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
abs.txt
abs_results.txt
add.txt
add_results.txt
all.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
boolean.txt
boolean_results.txt
decimal.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
decimal_results.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
divide.txt
divide_results.txt
divmod.txt
divmod_results.txt
engineering.txt
engineering_results.txt
errors.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
exec_stack_len.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
exec_stack_len_results.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
length.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
length_results.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
misc.txt
misc_results.txt
modexp.txt
modexp_results.txt
modulus.txt
modulus_results.txt
multiply.txt
multiply_results.txt
negate.txt
negate_results.txt
places.txt
places_results.txt
power.txt
power_results.txt
rand.txt
rand_results.txt
read.txt
read_errors.txt
read_results.txt
scientific.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
scientific_results.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
shift.txt
shift_results.txt
sqrt.txt
sqrt_results.txt
stack_len.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
stack_len_results.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
stdin.txt
stdin_results.txt
strings.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
strings_results.txt usr.bin/ghä-bc, contrib/bc: update to version 5.0.0 2021-08-13 11:28:06 +02:00
subtract.txt
subtract_results.txt
trunc.txt
trunc_results.txt
vars.txt
vars_results.txt