#4759: bc-3.2.1
--------------------+-----------------------
Reporter: renodr | Owner: lfs-book
Type: task | Status: new
Priority: normal | Milestone: 10.1
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
--------------------+-----------------------
Comment (by bdubbs):
# 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 `BclNumber`s 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.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4759#comment:1>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page