Path to this page:
./
math/bc,
Arbitrary precision calculator language
Branch: CURRENT,
Version: 1.08.2,
Package name: bc-1.08.2,
Maintainer: reedBc is an arbitrary precision calculator language. Syntax is similar
to C, but differs in many substantial areas. It supports interactive
execution of statements
It can also be used as a simple console-based calculator.
This GNU version of bc contains several extensions beyond traditional
bc implementations and the POSIX draft standard.
This package also includes dc, another arbitrary precision calculator.
Dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 446.833 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-07-02) Updated to version: bc-1.08.2
- (2025-01-13) Updated to version: bc-1.08.1
CVS history: (Expand)
2025-07-02 04:59:05 by Mark Davies | Files touched by this commit (3) |  |
Log message:
bc: update to 1.08.2
Remove last vestages of K&R C; this allows gcc-15+ to compile the
code without special options.
Plug a small memory leak in dc.
Some typo and formatting fixes in the documentation.
|
2025-01-13 03:22:47 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
bc: update to 1.08.1
minor documentation updates
|
| 2024-12-18 17:12:34 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
math/bc: fix error: flex not a runtime dependency check
libfl is linked in when readline is used as readline
implementation and flex is only required then so make
sure it is used as flex:run in such case.
|
| 2023-11-24 13:56:30 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
bc: Update to 1.07.1
Changelog:
Changes in bc from 1.07 to 1.07.1.
Fixed ibase extension causing problems for read()
Fixed parallel make problem.
Changes in dc 1.4 to 1.4.1.
Fixed dc "Q" comanmd bug.
Changes in bc from 1.06 to 1.07.
Added void functions.
Bug fixes:
fixes bug in load_code introduced by mathlib string storage in 1.06.
fix to get long options working.
signal code clean-up.
fixed a bug in the AVL tree routines.
fixed math library to work properly when called with ibase not 10.
fixed a symbol table bug when using more than 32 names.
removed a double free.
Added base 17 to 36 for ibase.
Fixed some memory leaks.
Various small tweaks and doc bug fixes.
Changes in dc from 1.3 to 1.4:
Recognize and handle tail recursion.
Add 'r' and 'R' commands for stack manipulation.
Finally fix dc to trap interrupts, like the documentation has said it
should: aborts any executing macros, but does not exit the program.
Bug fixes.
Miscellaneous code clean-up.
Changed to detect directories and generate errors.
Detects and reports on any output errors; exits non-success.
|
| 2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
| 2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
| 2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
| 2015-12-12 20:50:36 by Mark Davies | Files touched by this commit (6) |
Log message:
Update bc to 1.06.95
After nine years there is no evidence of a 1.07 coming out, and this
version fixes segfaults if "-l" argument given.
|