git: d323afa80058 - Create tag vendor/bc/6.2.2
- 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.2 has been created by se: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bc/6.2.2 tag vendor/bc/6.2.2 Tagger: Stefan Eßer <se@FreeBSD.org> TaggerDate: 2023-01-28 20:09:18 +0000 Tag version 6.2.2 commit 1a63323d17fedb05b6962853e821c9d7c6b9853e Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-01-28 20:08:43 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-01-28 20:08:43 +0000 vendor/bc: import version 6.2.2 This is a production release that fixes a bug. The bug was that if an array element was used as a parameter, and then a later parameter had the same name as the array whose element was used, bc would grab the element from the new array parameter, not the actual element from before the function call.