16 Commits

Author SHA1 Message Date
bcallah
fd8af82e18 Update to ebc-2.5.3
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.3
2020-02-01 02:43:47 +00:00
bcallah
8ecadfa19a Update to ebc-2.5.1
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.1
2020-01-17 13:38:58 +00:00
bcallah
66025dc475 Update to ebc-2.5.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.0
2020-01-15 20:15:02 +00:00
bcallah
6c64b7164d Update to ebc-2.4.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.4.0
2019-12-03 15:52:33 +00:00
bcallah
89633c98d5 Update to ebc-2.3.1
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.3.1
2019-11-23 14:35:41 +00:00
bcallah
88f8c364da Update to ebc-2.3.0; build system fixes only
While here, our getconf does not report LONG_BIT. ebc uses LONG_BIT to
determine whether or not to use 64-bit math. So just set it manually.
LONG_BIT is 64 on 64-bit archs and 32 on 32-bit archs
2019-11-12 01:09:08 +00:00
bcallah
9bfac038d1 Update to ebc-2.2.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.2.0
2019-11-08 23:41:20 +00:00
bcallah
0a6b22a440 Update to ebc-2.1.3
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.1.3
2019-08-13 20:38:50 +00:00
bcallah
a55ea51f56 Update to ebc-2.1.2
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.1.2
2019-08-07 14:56:15 +00:00
bcallah
e395652294 Update to ebc-2.1.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.1.0
2019-07-14 21:42:27 +00:00
bcallah
1289513272 Update to ebc-2.0.3
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.3
2019-06-13 21:54:24 +00:00
bcallah
af5260764e Update to ebc-2.0.2
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.2
2019-05-29 17:00:48 +00:00
bcallah
bcba0a5928 Update to ebc-2.0.1
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.1
2019-05-27 12:19:43 +00:00
bcallah
f397c6ac37 Update to ebc-2.0.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.0
2019-05-25 22:25:01 +00:00
bcallah
d755fd6cb4 Update to ebc-1.2.8
Changelog: https://github.com/gavinhoward/bc/compare/1.2.5...1.2.8
2019-05-03 15:10:25 +00:00
bcallah
043c5b5497 Import math/ebc, an implementation of POSIX bc with GNU and BSD extensions.
ok rsadowski@

This is an implementation of the POSIX bc calculator that implements GNU
bc extensions, as well as the period (.) extension for the BSD flavor of
bc.

This bc also includes an implementation of dc in the same binary,
accessible via a symbolic link, which implements all *BSD and GNU
extensions, though the ! command is omitted for security concerns.
2019-05-02 13:24:30 +00:00