#
a970610a |
| 09-Jul-2024 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in t
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in this commit due to a changed date in the copyright note.
(cherry picked from commit 52a5ec1b178fd07651446c7e31b1512794a04dbf)
MFC after: 3 days
show more ...
|
#
4fca8e0f |
| 06-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do n
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do not affect the FreeBSD base system build.
MFC after: 3 days
show more ...
|
#
d101cdd6 |
| 28-Jan-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when enco
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when encountered in a script file (before any command from the script has been executed).
New functions is_number(), is_string return 1 if the passed argument is a number resp. a string. The asciify() function has been extended to support the conversion of an array of numbers into a string.
Merge commit '1a63323d17fedb05b6962853e821c9d7c6b9853e'
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 ...
|