This is Debian/GNU Linux's prepackaged version of rpncalc, a rpn calculator.
This package was put together by David Frey <David.Frey@eos.lugs.ch>,
from local sources.

Changes:
 * added Debian GNU/Linux package maintenance system files
 * renamed calc (original package name) into rpncalc to avoid possible
   confusion with the better known emacs calc package.

rpncalc is Copyright (C) 1993, 1994, 1995 David Frey

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; version 2 dated June, 1991.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program;  if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave., Cambridge, MA 02139, USA.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/doc/copyright/GPL'.

ACKNOWLEDGMENTS
The function table lookup via the qsort/bsearch mechanism was described in 
iX 11/95 p204ff, code fragments have been taken from there with kind 
permission of Juergen Seeger (chief editor).

The getline function has been modelled after the one described in the
_Bison Manual_ by Charles Donelly and Richard Stallmann.

The command completion is modelled after the one described in fileman.c,
an example program delivered with readline, and parts of the code were
taken from this example.
