Opened 3 years ago

Closed 3 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

Change History (2)

comment:1 by Bruce Dubbs, 3 years ago

# 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 the BclNumbers that bcl_divmod() returns will be set to BCL_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 bessel j() 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 to configure.sh. The API for the library can be read in ./manuals/bcl.3.md or man bcl once the library is installed with make 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.

comment:2 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 12064.

Note: See TracTickets for help on using tickets.