git: 5b200f6439d9 - Create tag vendor/bc/6.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Feb 2023 21:30:21 UTC
The annotated tag vendor/bc/6.2.0 has been created by se: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bc/6.2.0 tag vendor/bc/6.2.0 Tagger: Stefan Eßer <se@FreeBSD.org> TaggerDate: 2023-01-28 20:05:17 +0000 Tag version 6.2.0 commit e7017237c9d842b4cebdcfb13526cd71a2b2836a Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-01-28 20:02:27 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-01-28 20:02:27 +0000 vendor/bc: import version 6.2.0 This is a production release with a new feature and a few bug fixes. The bug fixes include: - A crash when bc and dc are built using editline, but history is not activated. - A missing local in the uint*() family of functions in the extended math library. - A failure to clear the tail call list in dc on error. - A crash when attempting to swap characters in command-line history when no characters exist. - SIGWINCH was activated even when history was not. The new feature is that stack traces are now given for runtime errors. In debug mode, the C source file and line of errors are given as well.