]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
contrib/bc: update to version 4.0.2
authorStefan Eßer <se@FreeBSD.org>
Wed, 12 May 2021 05:49:19 +0000 (07:49 +0200)
committerStefan Eßer <se@FreeBSD.org>
Tue, 1 Jun 2021 10:38:43 +0000 (12:38 +0200)
commit3d5f931a771ce8937c0572a4fc11bf7a09323125
tree05b71aba80ec2144f50bd5cb674ef8ec19e3af73
parentd5e31f13593e53bcd1378441080517cd43895619
contrib/bc: update to version 4.0.2

Merge commit '2858419a0ee2b8f5827de72c00618bcd69ebc5fc'

This update fixes the initialization of "scale" to 20 if started with
-l and the initial statement leads to an error (e.g. contains a syntax
error). Scale was initialized to 0 in that case.

Another change is the support of job control in interactive mode with
line editing enabled. The control characters have been interpreted as
editing commands only, prior to this version.

(cherry picked from commit 8c39e25220bb88cd027d0c3b0fe86e52f6abd150)
contrib/bc/NEWS.md
contrib/bc/include/history.h
contrib/bc/include/version.h
contrib/bc/src/history.c
contrib/bc/src/vm.c
contrib/bc/tests/other.sh