#
d101cdd6 |
| 28-Jan-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when enco
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when encountered in a script file (before any command from the script has been executed).
New functions is_number(), is_string return 1 if the passed argument is a number resp. a string. The asciify() function has been extended to support the conversion of an array of numbers into a string.
Merge commit '1a63323d17fedb05b6962853e821c9d7c6b9853e'
show more ...
|
#
3aa99676 |
| 07-Jul-2020 |
Stefan Eßer <se@FreeBSD.org> |
Update to version 3.1.1
This version fixes a regression with regard to tradtional behavior of the non-standard FreeBSD option "-e". In the previous version "-e quit" caused bc to exit before any com
Update to version 3.1.1
This version fixes a regression with regard to tradtional behavior of the non-standard FreeBSD option "-e". In the previous version "-e quit" caused bc to exit before any computations had been performed, since all -e option parameters were concatenated and parsed as a whole, with quit causing the program to exit as soon as it was parsed. This version parses and executes commands passed with -e one by one and only exits after all prior commands have been executed.
This commit is not a SVN merge, since the vendor import had been performed after the import to contrib. Instead the contents of contrib/bc has been removed and the new version is copied over unchanged from vendor/bc/dist.
show more ...
|