#
12e0d316 |
| 23-Aug-2024 |
Stefan Eßer <se@FreeBSD.org> |
vendor/bc: upgrade to version 7.0.0
This is a production release to fix three bugs, none of which affects well formed scripts on FreeBSD:
The first bug is that bc/dc will exit on macOS when the ter
vendor/bc: upgrade to version 7.0.0
This is a production release to fix three bugs, none of which affects well formed scripts on FreeBSD:
The first bug is that bc/dc will exit on macOS when the terminal is resized.
The second bug is that an array, which should only be a function parameter, was accepted as part of larger expressions.
The third bug is that the value stack for dc was cleared on any error. However, this is not how other dc behave. To bring dc more in line with other implementations, this behavior was changed. This change is why this version is a new major version.
(cherry picked from commit 54d20d67e2af28d948ce2df13feb039fa10900fc)
MFC after: 3 days
show more ...
|
#
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 ...
|