9 Commits

Author SHA1 Message Date
Stefan Eßer
f131090388 Vendor import of Gavin Howard's bc-3.3.0 2021-02-17 22:29:31 +01:00
Stefan Eßer
47a52dc4d4 Vendor import of Gavin Howard's bc version 3.2.6 2021-01-31 20:58:45 +01:00
Stefan Eßer
253e722024 Import version 3.2.3 2020-12-06 11:38:46 +00:00
Stefan Eßer
2e4772e823 Import version 3.2.0 2020-11-26 17:27:07 +00:00
Stefan Eßer
907a6834f7 Revert incomplete import of version 3.2.0 2020-11-26 17:18:18 +00:00
Stefan Eßer
04f2650428 Update to version 3.2.0 2020-11-26 16:52:17 +00:00
Stefan Eßer
ee177a09be Upgrade to version 3.1.3
This version fixes an incompatibility with GNU bc.
2020-07-10 11:00:40 +00:00
Stefan Eßer
3960d8924a Update to release 3.1.1
This release fixes a regression from traditional bc behavior in FreeBSD
with regard to "-e quit" being passed on the command line and add Spanish
message catalogs.
2020-07-07 07:02:33 +00:00
Stefan Eßer
1f958cfad7 Import new 2-clause BSD licenced implementation of the bc and dc commands
These implementations of the bc and dc programs offer a number of advantages
compared to the current implementations in the FreeBSD base system:

- They do not depend on external large number functions (i.e. no dependency
  on OpenSSL or any other large number library)

- They implements all features found in GNU bc/dc (with the exception of
  the forking of sub-processes, which the author of this version considers
  as a security issue).

- They are significantly faster than the current code in base (more than
  2 orders of magnitude in some of my tests, e.g. for 12345^100000).

- They should be fully compatible with all features and the behavior of the
  current implementations in FreeBSD (not formally verified).

- They support POSIX message catalogs and come with localized messages in
  Chinese, Dutch, English, French, German, Japanese, Polish, Portugueze,
  and Russian.

- They offer very detailed man-pages that provide far more information than
  the current ones.

Approved by:	imp
Obtained from:	https://git.yzena.com/gavin/bc
Differential Revision:	https://reviews.freebsd.org/D19982
2020-06-27 15:03:19 +00:00