#
76238846 |
| 25-May-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: upgrade to version 6.6.0
This update removes printing of a leading zero in scientific or engineering output modes (which are an extended feature of this implementation).
(cherry-picked
contrib/bc: upgrade to version 6.6.0
This update removes printing of a leading zero in scientific or engineering output modes (which are an extended feature of this implementation).
(cherry-picked from commit 8b83ef067441f6d3a4a55e92d1738724954a057c)
MFC after: 2 weeks
show more ...
|
#
8c48f4c5 |
| 30-Apr-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: import version 6.5.0
This release that fixes an infinite loop bug in the (non-standard) extended math library functions root() and cbrt(), fixes a bug with BC_LINE_LENGTH=0, and adds the
contrib/bc: import version 6.5.0
This release that fixes an infinite loop bug in the (non-standard) extended math library functions root() and cbrt(), fixes a bug with BC_LINE_LENGTH=0, and adds the fib() function to the extended math library to calculate Fibonacci numbers.
(cherry picked from commit 438a1101dc1f687928cdbe02cd7817a88a24f42f)
MFC after: 3 days
show more ...
|
#
d43fa8ef |
| 04-Oct-2021 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally, an option has been added to prevent line wrap and allows to print arbitrarily long results on a single line.
Merge commit '5d58a51571721190681c50d4bd3a1f45e6282d72'
show more ...
|
#
44d4804d |
| 10-Aug-2021 |
Stefan Eßer <se@FreeBSD.org> |
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
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
show more ...
|