vendor/bc: upgrade to version 7.0.0This is a production release to fix three bugs, none of whichaffects well formed scripts on FreeBSD:The first bug is that bc/dc will exit on macOS when the ter
vendor/bc: upgrade to version 7.0.0This is a production release to fix three bugs, none of whichaffects well formed scripts on FreeBSD:The first bug is that bc/dc will exit on macOS when the terminalis resized.The second bug is that an array, which should only be a functionparameter, was accepted as part of larger expressions.The third bug is that the value stack for dc was cleared on any error.However, this is not how other dc behave. To bring dc more in linewith other implementations, this behavior was changed. This change iswhy this version is a new major version.(cherry picked from commit 54d20d67e2af28d948ce2df13feb039fa10900fc)MFC after: 3 days(cherry picked from commit 12e0d316644a4f80f5f1f78cf07bd93def43b1ca)
show more ...
contrib/bc: upgrade to version 6.7.6This update fixes a potential issue when flushing stdout on exitfails: longjmp could use an uninitialized target address variable.Most files are included in t
contrib/bc: upgrade to version 6.7.6This update fixes a potential issue when flushing stdout on exitfails: longjmp could use an uninitialized target address variable.Most files are included in this commit due to a changed date inthe copyright note.(cherry picked from commit a970610a3af63b3f4df5b69d91c6b4093a00ed8f)
vendor/bc: MFC upgrade from version 6,6.0 to 6.7.5This is a squashed updated consisting of:vendor/bc: upgrade to version 6.7.2This update improves the implementation of the power function p() a
vendor/bc: MFC upgrade from version 6,6.0 to 6.7.5This is a squashed updated consisting of:vendor/bc: upgrade to version 6.7.2This update improves the implementation of the power function p() andadds 3 new functions to the extended math library: min(), max(), andi2rand().(cherry picked from commit aa339f1d5df9e38f36a34eb522355c4eebcae6c4)vendor/bc: upgrade to version 6.7.4Documentation updates only, no functional changes to the software.(cherry picked from commit e6857bd4d7b4bf39ea32b9dcd34f8371164c356e)vendor/bc: upgrade to version 6.7.5This update fixes a bug that line breaks in printed numbers may notmatch the line length set by the user. The value is printed correctly,just not split as specified in some situations.(cherry picked from commit f4fbc49d201f81c481a33fac6ba28e19faf96260)
vendor/bc: import version 6.3.1This version adds a command to dc to query whether extended registersare enabled or not.(cherry picked from commit 61e1a12bb6c3bfdb0a4e499c88e8eaa2b548e427)
contrib/bc: uodate to version 6.2.4This update contains only documentation changes (new main repositoryURL and changed mail address of the program author) and changes tothe build system that do n
contrib/bc: uodate to version 6.2.4This update contains only documentation changes (new main repositoryURL and changed mail address of the program author) and changes tothe build system that do not affect the FreeBSD base system build.MFC after: 3 days
contrib/bc: merge from vendor release 6.2.2This update fixes a few issues in history editing and the processingof the "quit" function. The "quit" function will no longer cause bcto exit when enco
contrib/bc: merge from vendor release 6.2.2This update fixes a few issues in history editing and the processingof the "quit" function. The "quit" function will no longer cause bcto exit when encountered in a script file (before any command fromthe script has been executed).New functions is_number(), is_string return 1 if the passed argumentis a number resp. a string. The asciify() function has been extendedto support the conversion of an array of numbers into a string.Merge commit '1a63323d17fedb05b6962853e821c9d7c6b9853e'
vendor/bc: update to upstream commit ca53adf83b7aThe filter_text function in scripts/functions.sh in version 5.3.3 hadcommented out a "rm" command, probably for debugging purposes. Thiscaused tem
vendor/bc: update to upstream commit ca53adf83b7aThe filter_text function in scripts/functions.sh in version 5.3.3 hadcommented out a "rm" command, probably for debugging purposes. Thiscaused temporary files to persist in /tmp when the bc program had beenbuilt.This commit fixes the build process with no change of the resultingartefacts.(cherry picked from commit 1576f66712876ee8b0fcc8b35fb062e1813b4fc0)MFC after: 3 days
contrib/bc: merge from vendor release 5.3.3This update fixes a build issue of release 5.3.2 on the FreeBSD basesystem.Merge commit '3f739b0595b7d6ac4bac9aaa1cae0910f11f92e2'MFC after: 2 weeks
usr.bin/bc: update to version 5.3.1This version adds support for command line editing and history usingthe libedit or readline libraries in addition to the line editingfeatures available in previ
usr.bin/bc: update to version 5.3.1This version adds support for command line editing and history usingthe libedit or readline libraries in addition to the line editingfeatures available in previous versions.The version in the base system is configured to use libedit.This allows to choose between emacs and vi line editing commands andto use command overrides via a ~/.editrc file.Merge commit 'bd54318046bfee055b140705a5cfd4148e78da07'PR: 264010MFC after: 2 weeks
contrib/bc: update to version 5.2.5This is a production release that fixes this bc's behavior on ^D tomatch GNU bc.Merge commit 'ed0603704174b01c25b49efc08c82e1532dc5622'MFC after: 3 days
contrib/bc: revert commit f4ff1c300ef40This commit was executed by accident while testing the new version.
vendor/bc: import of version 5.2.5This is a production release that fixes this bc's behavior on ^D tomatch GNU bc.(cherry picked from commit ed0603704174b01c25b49efc08c82e1532dc5622)
contrib/bc: update to version 5.2.3This version fixes a parse error when passing a file to bc using -fif that file has a multiline comment or string in it.Merge commit '3673adf1ee311d6f83176d3e4
contrib/bc: update to version 5.2.3This version fixes a parse error when passing a file to bc using -fif that file has a multiline comment or string in it.Merge commit '3673adf1ee311d6f83176d3e43cf0efb314764e4'MFC after: 3 days
cxgbe(4): dump_devlog should never fail silently.Do the same thing as dump_cimla and log a warning on failure.MFC after: 3 daysSponsored by: Chelsio Communications