Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

bc-1.07.1-slfo.1.1.3 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: bc Distribution: SUSE Linux Framework One
Version: 1.07.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Fri Jun 14 19:26:58 2024
Group: Productivity/Scientific/Math Build host: s390zl38
Size: 235336 Source RPM: bc-1.07.1-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://www.gnu.org/software/bc/
Summary: GNU Command Line Calculator
bc is an interpreter that supports numbers of arbitrary precision and
the interactive execution of statements. The syntax has some
similarities to the C programming language. A standard math library is
available through command line options. When used, the math library is
read in before any other input files. bc then reads in all other files
from the command line, evaluating their contents. Then bc reads from
standard input (usually the keyboard).

The dc program is also included. dc is a calculator that supports
reverse-polish notation and allows unlimited precision arithmetic.
Macros can also be defined. Normally, dc reads from standard input but
can also read in files specified on the command line. A calculator with
reverse-polish notation saves numbers to a stack. Arguments to
mathematical operations (operands) are "pushed" onto the stack until
the next operator is read in, which "pops" its arguments off the stack
and "pushes" its results back onto the stack.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Oct 15 2020 pgajdos@suse.com
  - fix [bsc#1177579] -- wrong clamping of hexadecimal digits in dc
  - deleted patches
    - bc-1.06-dc_ibase.patch (upstreamed)
* Wed Aug 28 2019 kukuk@suse.de
  - Use %license instead of %doc [bsc#1082318]
  - Cleanup %doc section
* Wed Mar 13 2019 pgajdos@suse.com
  - added patches
    Correct return value after 'q' [bsc#1129038]
    + bc-dc-correct-return-value.patch
* Mon Apr 10 2017 mpluskal@suse.com
  - Update to version 1.07.1:
    * Fixed ibase extension causing problems for read()
    * Fixed parallel make problem.
    * Fixed dc "Q" comanmd bug.
  - Changes for version 1.07:
    * Added void functions.
    * 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.
  - Drop no longer needed patches:
    * bc-1.06.95-memleak.patch
    * bc-1.06.95-matlib.patch
    * bc-1.06.95-sigintmasking.patch
  - Refresh bc-1.06-dc_ibase.patch
  - Add gpg signature
* Mon Mar 16 2015 mpluskal@suse.com
  - Update url
  - Correct info files scriplets and dependencies
* Fri Nov 28 2014 tchvatal@suse.com
  - Clean up with spec-cleaner
  - Add ncurses-devel as it is inherited from readline
  - Explicitely pass without-libedit if we decide to switch for
    it at some point
* Mon Sep 17 2012 idonmez@suse.com
  - Add BuildRequires on makeinfo to fix Factory build
* Thu May 31 2012 sweet_f_a@gmx.de
  - update to upstream alpha 1.06.95 (2006-09-05), in use in other
    major distros for quite a long time (Debian, Fedora, Ubuntu, ...)
  - add patches from Fedora
  - automake dependency removed
* Wed Nov 30 2011 coolo@suse.com
  - add automake as buildrequire to avoid implicit dependency
* Thu Dec 27 2007 schwab@suse.de
  - Fix last change.
  - Fix detection of empty opt_expression in the parser.
* Tue Jun 12 2007 pgajdos@suse.cz
  - repared acceptance of some long commandline options
    [#282747]
* Thu Mar 29 2007 rguenther@suse.de
  - add flex BuildRequires
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Mon Sep 19 2005 mmj@suse.de
  - fix strict aliasing issues
* Thu Jul 07 2005 mmj@suse.de
  - add missing decls
* Mon Aug 30 2004 postadal@suse.cz
  - fixed for new flex
* Sun Jan 11 2004 adrian@suse.de
  - build as user
* Tue Jul 22 2003 schwab@suse.de
  - Fix unbalanced identifier tree.
* Thu Apr 24 2003 ro@suse.de
  - fix install_info --delete call and move from preun to postun
* Thu Feb 06 2003 kukuk@suse.de
  - Use install-info macros
  - Fix bc.info (add dir entry)
* Wed Nov 20 2002 postadal@suse.cz
  - returned the recompilation of libmath.h and fixed the problematic
    part which caused segmentation fault on 64bit archs [#21697]
* Mon Oct 07 2002 postadal@suse.cz
  - removed recompilation of libmath.h [#20241]
* Wed Aug 07 2002 uli@suse.de
  - build with -O0 on x86-64 (bug #17231)
* Thu Apr 12 2001 cihlar@suse.cz
  - fixed to compile
* Thu Feb 22 2001 ro@suse.de
  - added readline/readline-devel to neededforbuild (split from bash)
* Tue Dec 05 2000 cihlar@suse.cz
  - added ed to neededforbuild
  - fixed to recompile libmath.h
* Mon Oct 30 2000 cihlar@suse.cz
  - update to version 1.6
  - added BuildRoot
  - bzipped sources
* Tue Sep 26 2000 schwab@suse.de
  - Fix overflow bug in bc scanner.
* Fri Mar 10 2000 kasal@suse.de
  - specfile cleanup
* Fri Feb 25 2000 kukuk@suse.de
  - Use _infodir/_mandir, add group tag
* Thu Nov 25 1999 kukuk@suse.de
  - Remove termcap from needforbuild
* Fri Nov 12 1999 kukuk@suse.de
  - Fix Include paths
* Mon Sep 13 1999 bs@suse.de
  - ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Aug 27 1999 fehr@suse.de
  - chaged to new version 1.05a
* Wed Jul 21 1999 garloff@suse.de
  - added -d to YFLAGS to prevent problem when bison changes
* Tue Sep 22 1998 ro@suse.de
  - dont try to include posix_lim2.h for glibc
* Fri Dec 12 1997 florian@suse.de
  - add many bug-fixes from gnu.utils.bug
* Fri Oct 10 1997 florian@suse.de
  - update to 1.04 and fix rpm spec file
* Thu Jan 02 1997 florian@suse.de
  - add some bug-fixes

Files

/usr/bin/bc
/usr/bin/dc
/usr/share/doc/packages/bc
/usr/share/doc/packages/bc/FAQ
/usr/share/doc/packages/bc/NEWS
/usr/share/doc/packages/bc/README
/usr/share/info/bc.info.gz
/usr/share/info/dc.info.gz
/usr/share/licenses/bc
/usr/share/licenses/bc/COPYING
/usr/share/licenses/bc/COPYING.LIB
/usr/share/man/man1/bc.1.gz
/usr/share/man/man1/dc.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:41:20 2024