From owner-svn-src-all@freebsd.org Sun Dec 6 11:49:23 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F9D247A3F3; Sun, 6 Dec 2020 11:49:23 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cpl8z0pTTz3mvy; Sun, 6 Dec 2020 11:49:23 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E5BF74D8; Sun, 6 Dec 2020 11:49:23 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B6BnM2k019988; Sun, 6 Dec 2020 11:49:22 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B6BnM9t019984; Sun, 6 Dec 2020 11:49:22 GMT (envelope-from se@FreeBSD.org) Message-Id: <202012061149.0B6BnM9t019984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Sun, 6 Dec 2020 11:49:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r368387 - in head/contrib/bc: . gen include manuals src tests tests/bc X-SVN-Group: head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/contrib/bc: . gen include manuals src tests tests/bc X-SVN-Commit-Revision: 368387 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2020 11:49:23 -0000 Author: se Date: Sun Dec 6 11:49:21 2020 New Revision: 368387 URL: https://svnweb.freebsd.org/changeset/base/368387 Log: Upgrade to version 3.2.3 Modified: head/contrib/bc/Makefile.in head/contrib/bc/NEWS.md head/contrib/bc/configure.sh head/contrib/bc/gen/strgen.sh Directory Properties: head/contrib/bc/ (props changed) head/contrib/bc/include/bcl.h (props changed) head/contrib/bc/include/library.h (props changed) head/contrib/bc/manuals/bcl.3 (props changed) head/contrib/bc/manuals/header.txt (props changed) head/contrib/bc/manuals/header_bc.txt (props changed) head/contrib/bc/manuals/header_bcl.txt (props changed) head/contrib/bc/manuals/header_dc.txt (props changed) head/contrib/bc/src/library.c (props changed) head/contrib/bc/tests/bc/stdin1.txt (props changed) head/contrib/bc/tests/bc/stdin1_results.txt (props changed) head/contrib/bc/tests/bc/stdin2.txt (props changed) head/contrib/bc/tests/bc/stdin2_results.txt (props changed) head/contrib/bc/tests/bcl.c (props changed) Modified: head/contrib/bc/Makefile.in ============================================================================== --- head/contrib/bc/Makefile.in Sun Dec 6 11:43:30 2020 (r368386) +++ head/contrib/bc/Makefile.in Sun Dec 6 11:49:21 2020 (r368387) @@ -29,7 +29,7 @@ # .POSIX: -VERSION = 3.2.0 +VERSION = 3.2.3 SRC = %%SRC%% OBJ = %%OBJ%% Modified: head/contrib/bc/NEWS.md ============================================================================== --- head/contrib/bc/NEWS.md Sun Dec 6 11:43:30 2020 (r368386) +++ head/contrib/bc/NEWS.md Sun Dec 6 11:49:21 2020 (r368387) @@ -1,5 +1,24 @@ # News +## 3.2.3 + +This is a production release that fixes a bug in `gen/strgen.sh`. I recently +changed `gen/strgen.c`, but I did not change `gen/strgen.sh`. + +Users that do not use `gen/strgen.sh` do not need to upgrade. + +## 3.2.2 + +This is a production release that fixes a portability bug in `configure.sh`. The +bug was using the GNU `find` extension `-wholename`. + +## 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. Modified: head/contrib/bc/configure.sh ============================================================================== --- head/contrib/bc/configure.sh Sun Dec 6 11:43:30 2020 (r368386) +++ head/contrib/bc/configure.sh Sun Dec 6 11:49:21 2020 (r368387) @@ -295,7 +295,7 @@ gen_file_list() { while [ "$#" -ge 1 ]; do a="$1" shift - args="$args ! -wholename src/${a}" + args="$args ! -path src/${a}" done else Modified: head/contrib/bc/gen/strgen.sh ============================================================================== --- head/contrib/bc/gen/strgen.sh Sun Dec 6 11:43:30 2020 (r368386) +++ head/contrib/bc/gen/strgen.sh Sun Dec 6 11:49:21 2020 (r368387) @@ -33,7 +33,7 @@ export LC_CTYPE=C progname=${0##*/} if [ $# -lt 3 ]; then - echo "usage: $progname input output name header [label [define [remove_tabs]]]" + echo "usage: $progname input output name [label [define [remove_tabs]]]" exit 1 fi