Opened 3 years ago
Closed 3 years ago
#5071 closed enhancement (fixed)
bc-5.3.1
| Reported by: | Bruce Dubbs | Owned by: | lfs-book |
|---|---|---|---|
| Priority: | normal | Milestone: | 11.2 |
| Component: | Book | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
In the book bc is already after readline, so we can simply add -r for configure.
comment:3 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed at commit c7b29be1c1fe428bc58f7abda78f53bc9f7db7bb
Note:
See TracTickets
for help on using tickets.

News
5.3.1
This is a production release that fixes a build problem in the FreeBSD base system, as well as a problem in the
en_USlocale. If you don't have problems with either, you do not need to upgrade.5.3.0
This is a production release that adds features and has a few bug fixes.
First, support for editline and readline history has been added. To use editline, pass
-etoconfigure.sh, and to use readline, pass-r.Second, history support for Windows has been fixed and re-enabled.
Third, command-line options to set
scale,ibase,obase, andseedwere added. This was requested long ago, and I originally disagreed with the idea.Fourth, the manuals had typos and were missing information. That has been fixed.
Fifth, the manuals received different formatting to be more readable as manpages.