Opened 4 years ago
Closed 4 years ago
#4759 closed task (fixed)
bc-3.2.1
Reported by: | Douglas R. Reno | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 10.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version
Note:
See TracTickets
for help on using tickets.
# News
# 3.2.1
This is a production release that has one fix for
bcl(3)
. It is technically not a bug fix since the behavior is undefined, but theBclNumber
s thatbcl_divmod()
returns will be set toBCL_ERROR_INVALID_NUM
if there is an error. Previously, they were not set.# 3.2.0
This is a production release that has one bug fix and a major addition.
The bug fix was a missing
auto
variable in the besselj()
function in the math library.The major addition is a way to build a version of
bc
's math code as a library. This is done with the-a
option toconfigure.sh
. The API for the library can be read in./manuals/bcl.3.md
orman bcl
once the library is installed withmake install
.This library was requested by developers before I even finished version 1.0, but I could not figure out how to do it until now.
If the library has API breaking changes, the major version of
bc
will be incremented.