bc 1.06.95-2ubuntu1 source package in Ubuntu

Changelog

bc (1.06.95-2ubuntu1) precise-proposed; urgency=low

  * bc/storage.c: initialize memory correctly (LP: #1259656, Closes: 608255),
    thanks to Pádraig Brady.
 -- Kees Cook <email address hidden>   Tue, 10 Dec 2013 11:25:33 -0800

Upload details

Uploaded by:
Kees Cook
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main math

Downloads

File Size SHA-256 Checksum
bc_1.06.95.orig.tar.gz 352.1 KiB 5e1471869dd27ba4120dd3942d2f4ec6646cf917fb056be9ae0d3a8259668d47
bc_1.06.95-2ubuntu1.diff.gz 11.2 KiB a19b75bb002279644109fecf5530f1d6897984638d00b725c8a725c8af62bf70
bc_1.06.95-2ubuntu1.dsc 1.8 KiB fc665c23cea0f4a55258266183f82bb6d18e574536e6192e58afa9c03dd3faab

Available diffs

View changes file

Binary packages built by this source

bc: The GNU bc arbitrary precision calculator language

 GNU bc is an interactive algebraic language with arbitrary precision which
 follows the POSIX 1003.2 draft standard, with several extensions including
 multi-character variable names, an `else' statement and full Boolean
 expressions. GNU bc does not require the separate GNU dc program.
 Home page: http://directory.fsf.org/GNU/bc.html

dc: The GNU dc arbitrary precision reverse-polish calculator

 GNU dc is a reverse-polish desk calculator which supports unlimited
 precision arithmetic. It also allows you to define and call macros.
 .
 A reverse-polish calculator stores numbers on a stack. Entering a number
 pushes it on the stack. Arithmetic operations pop arguments off the
 stack and push the results.
 Home page: http://directory.fsf.org/GNU/bc.html