]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vendor/bc: upgrade to version 6.7.5
authorStefan Eßer <se@FreeBSD.org>
Thu, 4 Jan 2024 23:07:46 +0000 (00:07 +0100)
committerStefan Eßer <se@FreeBSD.org>
Wed, 10 Jan 2024 16:36:29 +0000 (17:36 +0100)
commitf4fbc49d201f81c481a33fac6ba28e19faf96260
tree291755712725b5907eb1a20218248acd4df03aba
parente6857bd4d7b4bf39ea32b9dcd34f8371164c356e
vendor/bc: upgrade to version 6.7.5

This update fixes a bug that line breaks in printed numbers may not
match the line length set by the user. The value is printed correctly,
just not split as specified in some situations.

(cherry picked from commit 52a5ec1b178fd07651446c7e31b1512794a04dbf)
18 files changed:
contrib/bc/NEWS.md
contrib/bc/include/bc.h
contrib/bc/include/history.h
contrib/bc/include/num.h
contrib/bc/include/version.h
contrib/bc/scripts/sqrt_frac_guess.bc [new file with mode: 0644]
contrib/bc/scripts/sqrt_int_guess.bc [new file with mode: 0644]
contrib/bc/scripts/sqrt_random.bc [new file with mode: 0644]
contrib/bc/scripts/sqrt_random.sh [new file with mode: 0755]
contrib/bc/src/num.c
contrib/bc/src/program.c
contrib/bc/tests/bc/scripts/all.txt
contrib/bc/tests/bc/scripts/print2.bc [new file with mode: 0644]
contrib/bc/tests/bc/scripts/print2.txt [new file with mode: 0644]
contrib/bc/tests/bc/sqrt.txt
contrib/bc/tests/bc/sqrt_results.txt
contrib/bc/vs/bc.vcxproj
contrib/bc/vs/bcl.vcxproj