mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
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. |
||
|---|---|---|
| .. | ||
| errors | ||
| scripts | ||
| abs.txt | ||
| abs_results.txt | ||
| add.txt | ||
| add_results.txt | ||
| all.txt | ||
| boolean.txt | ||
| boolean_results.txt | ||
| decimal.txt | ||
| decimal_results.txt | ||
| divide.txt | ||
| divide_results.txt | ||
| divmod.txt | ||
| divmod_results.txt | ||
| engineering.txt | ||
| engineering_results.txt | ||
| errors.txt | ||
| misc.txt | ||
| misc_results.txt | ||
| modexp.txt | ||
| modexp_results.txt | ||
| modulus.txt | ||
| modulus_results.txt | ||
| multiply.txt | ||
| multiply_results.txt | ||
| negate.txt | ||
| negate_results.txt | ||
| places.txt | ||
| places_results.txt | ||
| power.txt | ||
| power_results.txt | ||
| rand.txt | ||
| rand_results.txt | ||
| read.txt | ||
| read_errors.txt | ||
| read_results.txt | ||
| scientific.txt | ||
| scientific_results.txt | ||
| shift.txt | ||
| shift_results.txt | ||
| sqrt.txt | ||
| sqrt_results.txt | ||
| stdin.txt | ||
| stdin_results.txt | ||
| strings.txt | ||
| strings_results.txt | ||
| subtract.txt | ||
| subtract_results.txt | ||
| trunc.txt | ||
| trunc_results.txt | ||
| vars.txt | ||
| vars_results.txt | ||