git: 1207fc145f03 - Create tag vendor/bc/7.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Aug 2024 16:51:15 UTC
The annotated tag vendor/bc/7.0.0 has been created by se: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bc/7.0.0 tag vendor/bc/7.0.0 Tagger: Stefan Eßer <se@FreeBSD.org> TaggerDate: 2024-08-23 16:49:04 +0000 Tag version 7.0.0 commit 54d20d67e2af28d948ce2df13feb039fa10900fc Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2024-08-23 16:45:58 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2024-08-23 16:45:58 +0000 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.