Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#4845 closed task (fixed)

bc-4.0.1

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 11.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New major version.

Change History (4)

comment:1 by Bruce Dubbs, 3 years ago

Summary: bc-4.0.0bc-4.0.1

Now version 4.0.1.

comment:2 by Bruce Dubbs, 3 years ago

## 4.0.1

This is a production release that only adds one thing: flushing output when it is printed with a print statement.

## 4.0.0

This is a production release with many fixes, a new command-line option, and a big surprise:

  • A bug was fixed in dc's P command where the item on the stack was *not* popped.
  • Various bugs in the manuals have been fixed.
  • A known bug was fixed where history did not interact well with prompts printed by user code without newlines.
  • A new command-line option, -R and --no-read-prompt was added to disable just the prompt when using read() (bc) or ? (dc).
  • And finally, official support for Windows was added.

The last item is why this is a major version bump.

Currently, only one set of build options (extra math and prompt enabled, history and NLS/locale support disabled, both calculators enabled) is supported on Windows. However, both debug and release builds are supported.

In addition, Windows builds are supported for the the library (bcl).

For more details about how to build on Windows, see the [README][5] or the [build manual][13].

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: newclosed

Fixed at commit af548cd4a..7b2439a5d,

comment:4 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.