./math/bc, Arbitrary precision calculator language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.07.1, Package name: bc-1.07.1, Maintainer: reed

Bc 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: 410.01 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262)
Log message:
Add SHA512 digests for distfiles for math category

Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177)
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
   2013-04-06 22:27:30 by Blue Rats | Files touched by this commit (94)
Log message:
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.