Compare commits

..

3 Commits

Author SHA1 Message Date
Landon Curt Noll
7f125396c1 Release calc version 2.12.4.9 2017-05-21 15:38:57 -07:00
Landon Curt Noll
7cf611bca8 Release calc version 2.12.4.0 2017-05-21 15:38:57 -07:00
Landon Curt Noll
c9fce6a5bb Release calc version 2.12.4.1 2017-05-21 15:38:56 -07:00
335 changed files with 1318 additions and 710 deletions

10
BUGS
View File

@@ -84,7 +84,7 @@ Problems that have known work-a-rounds:
mis-features in calc: mis-features in calc:
Some problems are not bugs but rarther mis-features / things that could Some problems are not bugs but rather mis-features / things that could
work better. The following is a list of mis-features that should be work better. The following is a list of mis-features that should be
addressed and improved someday. addressed and improved someday.
@@ -129,7 +129,7 @@ mis-features in calc:
will not. will not.
## Copyright (C) 1999-2007 Landon Curt Noll ## Copyright (C) 1999-2013 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License
@@ -145,9 +145,9 @@ mis-features in calc:
## received a copy with calc; if not, write to Free Software Foundation, Inc. ## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.2 $
## @(#) $Id: BUGS,v 30.1 2007/03/16 11:09:46 chongo Exp $ ## @(#) $Id: BUGS,v 30.2 2013/08/11 01:09:27 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/RCS/BUGS,v $ ## @(#) $Source: /usr/local/src/cmd/calc/RCS/BUGS,v $
## ##
## Under source code control: 1994/03/18 14:06:13 ## Under source code control: 1994/03/18 14:06:13
## File existed as early as: 1994 ## File existed as early as: 1994

57
CHANGES
View File

@@ -14,6 +14,43 @@ The following are the changes from calc version 2.12.4.6 to date:
Silenced annoying warning about unused variable 'intp' Silenced annoying warning about unused variable 'intp'
while compiline endian.c under some circumstances. while compiline endian.c under some circumstances.
Fixed typo in redeclaration warnings. Thanks to
Christoph Zurnieden <czurnieden at gmx dot de> for this report.
Added a number of calc resource functions by
Christoph Zurnieden <czurnieden at gmx dot de> including:
bernpoly.cal - Computes the nth Bernoulli polynomial at z for any n,z
brentsolve.cal - root-finder implementwed with the Brent-Dekker trick
factorial.cal - product of the positive integers
factorial2.cal - variety of integer functions quasi-related to factoral
lambertw.cal - Computes Lambert's W-function at "z" at branch "branch"
lnseries.cal - Calculates a series of natural logarithms at 1,2,3,4...n
specialfunctions.cal - Calculates the value of the beta function
statistics.cal - a wide vareity of stastical functions
toomcook.cal - Multiply by way of the Toom-Cook algorithm
zeta2.cal - Calculate the value of the Hurwitz Zeta function
Improved the formatting of the output from:
help resource
Cleaned up old DOS-like CRLF line terminators in some
help files. Thanks goes to to Michael Somos
<somos at harary dot math dot georgetown dot edu>
for pointing this out.
We replaced COPYING-LGPL with the version that is found at
http://www.gnu.org/licenses/lgpl-2.1.txt because that version
contans some whitespace formatting cleanup. Otherwise the
license is the same.
We fixed a number of places where "the the" was used
when just "the" should be used.
NOTE: Fixes to grammar, spelling and minor formatting
problems are welcome. Please send us your patches!
The following are the changes from calc version 2.12.4.3 to 2.12.4.5: The following are the changes from calc version 2.12.4.3 to 2.12.4.5:
@@ -2125,7 +2162,7 @@ The following are the changes from calc version 2.11.1 to 2.11.1t2.2:
Cleaned up help display system. Help file lines that begin with Cleaned up help display system. Help file lines that begin with
'##' are not displayed. '##' are not displayed.
Calc source and documentation now uses the the these terms: Calc source and documentation now uses these terms:
*.cal files calc resource file *.cal files calc resource file
*.a files calc binary link library *.a files calc binary link library
@@ -2163,7 +2200,7 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11:
Fixed whitespace to make the best use of 8 character tabs. Fixed whitespace to make the best use of 8 character tabs.
Fixed some bugs relating to '// and %' in combination with some Fixed some bugs relating to '// and %' in combination with some
of the the rounding modes based on a patch from Ernest Bowen of the rounding modes based on a patch from Ernest Bowen
<ernie at turing dot une dot edu dot au>. <ernie at turing dot une dot edu dot au>.
A patch from Klaus Alexander Seistrup <klaus at seistrup dot dk>, when A patch from Klaus Alexander Seistrup <klaus at seistrup dot dk>, when
@@ -2357,7 +2394,7 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11:
Where ``/usr/local/bin/calc'' is the path to the calc binary. Where ``/usr/local/bin/calc'' is the path to the calc binary.
Additional -options may be added to the line, but it MUST Additional -options may be added to the line, but it MUST
start with -S. For example, the the executable file ``plus'' start with -S. For example, the executable file ``plus''
contain the following: contain the following:
#!/usr/local/bin/calc -S -e #!/usr/local/bin/calc -S -e
@@ -4820,7 +4857,7 @@ The following are the changes from calc version 2.10.3t0 to 2.10.3t2:
global variable: to the end of the session with calc global variable: to the end of the session with calc
static within a function definition: to the the first of: static within a function definition: to the first of:
an end of a global, static or local declaration (including an end of a global, static or local declaration (including
initialization code) with the same identifier initialization code) with the same identifier
@@ -4918,7 +4955,7 @@ The following are the changes from calc version 2.10.3t0 to 2.10.3t2:
global a, b, mat A, B[2] = {3,4}, C[2] = {4,5}, obj point P = {5,6}, Q global a, b, mat A, B[2] = {3,4}, C[2] = {4,5}, obj point P = {5,6}, Q
Fixed some bugs related to global and static scoping. See the the Fixed some bugs related to global and static scoping. See the
5200 regress test and lib/test5200.cal for details. 5200 regress test and lib/test5200.cal for details.
Optimized opcode generator so that functions defined using '=' do not Optimized opcode generator so that functions defined using '=' do not
@@ -5415,7 +5452,7 @@ The following are the changes from calc version 2.10.2t4 to 2.10.2t24:
ILDFLAGS are flags given to ${CC} for linking .o files ILDFLAGS are flags given to ${CC} for linking .o files
for intermediate progs for intermediate progs
CC is how the the C compiler is invoked CC is how the C compiler is invoked
Added more tests to regress.cal. Added more tests to regress.cal.
@@ -5640,7 +5677,7 @@ The following are the changes from calc version 2.10.2t1 to 2.10.2t3:
Some systems has a libc symbolic qadd() that conflicted with calc's Some systems has a libc symbolic qadd() that conflicted with calc's
qadd function. To avoid this, qadd() has been renamed to qqadd(). qadd function. To avoid this, qadd() has been renamed to qqadd().
The calc error codes are produced from the the calcerr.tbl file. The calc error codes are produced from the calcerr.tbl file.
Instead of changing #defines in value.h, one can not edit calcerr.tbl. Instead of changing #defines in value.h, one can not edit calcerr.tbl.
The Makefile builds calcerr.h from this file. The Makefile builds calcerr.h from this file.
@@ -6183,7 +6220,7 @@ The following are the changes from calc version 2.9.3t11 to 2.10.0t12:
LDFLAGS are flags given to ${CC} for linking .o files LDFLAGS are flags given to ${CC} for linking .o files
ILDFLAGS are given to ${CC} for linking .o's for intermediate progs ILDFLAGS are given to ${CC} for linking .o's for intermediate progs
CC is how the the C compiler is invoked CC is how the C compiler is invoked
The syntax error: The syntax error:
@@ -6834,8 +6871,8 @@ Following is a list of visible changes to calc from version 1.24.7 to 1.26.1:
## received a copy with calc; if not, write to Free Software Foundation, Inc. ## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
## ##
## @(#) $Revision: 30.26 $ ## @(#) $Revision: 30.28 $
## @(#) $Id: CHANGES,v 30.26 2013/05/19 22:10:34 chongo Exp $ ## @(#) $Id: CHANGES,v 30.28 2013/08/11 01:18:56 chongo Exp chongo $
## @(#) $Source: /usr/local/src/bin/calc/RCS/CHANGES,v $ ## @(#) $Source: /usr/local/src/bin/calc/RCS/CHANGES,v $
## ##
## Under source code control: 1993/06/02 18:12:57 ## Under source code control: 1993/06/02 18:12:57

View File

@@ -1,8 +1,8 @@
GNU LESSER GENERAL PUBLIC LICENSE GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999 Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.
@@ -10,7 +10,7 @@
as the successor of the GNU Library Public License, version 2, hence as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.] the version number 2.1.]
Preamble Preamble
The licenses for most software are designed to take away your The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public freedom to share and change it. By contrast, the GNU General Public
@@ -112,7 +112,7 @@ modification follow. Pay close attention to the difference between a
former contains code derived from the library, whereas the latter must former contains code derived from the library, whereas the latter must
be combined with the library in order to run. be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other 0. This License Agreement applies to any software library or other
@@ -432,7 +432,7 @@ decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing of all derivatives of our free software and of promoting the sharing
and reuse of software generally. and reuse of software generally.
NO WARRANTY NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -455,7 +455,7 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES. DAMAGES.
END OF TERMS AND CONDITIONS END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries How to Apply These Terms to Your New Libraries
@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail. Also add information on how to contact you by electronic and paper mail.
@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice Ty Coon, President of Vice
That's all there is to it! That's all there is to it!

View File

@@ -39,9 +39,9 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
# #
MAKEFILE_REV= $$Revision: 30.51 $$ MAKEFILE_REV= $$Revision: 30.53 $$
# @(#) $Id: Makefile.ship,v 30.51 2013/05/05 13:52:39 chongo Exp $ # @(#) $Id: Makefile.ship,v 30.53 2013/08/11 01:16:36 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/RCS/Makefile.ship,v $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/Makefile.ship,v $
# #
# Under source code control: 1990/02/15 01:48:41 # Under source code control: 1990/02/15 01:48:41
# File existed as early as: before 1990 # File existed as early as: before 1990
@@ -997,7 +997,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.4.8 VERSION= 2.12.4.9
VERS= 2.12.4 VERS= 2.12.4
VER= 2.12 VER= 2.12
VE= 2 VE= 2
@@ -1119,8 +1119,8 @@ COMMON_LDFLAGS= ${EXTRA_LDFLAGS}
# to abort on warnings, then leave CCWERR blank. # to abort on warnings, then leave CCWERR blank.
# CCMISC are misc flags given to ${CC} # CCMISC are misc flags given to ${CC}
# #
# LCC how the the C compiler is invoked on locally executed intermediate progs # LCC how the C compiler is invoked on locally executed intermediate progs
# CC is how the the C compiler is invoked (with an optional Purify) # CC is how the C compiler is invoked (with an optional Purify)
# #
# Specific target overrides or modifications to default values # Specific target overrides or modifications to default values

View File

@@ -39,9 +39,9 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
# #
MAKEFILE_REV= $$Revision: 30.51 $$ MAKEFILE_REV= $$Revision: 30.53 $$
# @(#) $Id: Makefile.ship,v 30.51 2013/05/05 13:52:39 chongo Exp $ # @(#) $Id: Makefile.ship,v 30.53 2013/08/11 01:16:36 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/RCS/Makefile.ship,v $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/Makefile.ship,v $
# #
# Under source code control: 1990/02/15 01:48:41 # Under source code control: 1990/02/15 01:48:41
# File existed as early as: before 1990 # File existed as early as: before 1990
@@ -974,7 +974,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.4.8 VERSION= 2.12.4.9
VERS= 2.12.4 VERS= 2.12.4
VER= 2.12 VER= 2.12
VE= 2 VE= 2
@@ -1088,8 +1088,8 @@ COMMON_LDFLAGS= ${EXTRA_LDFLAGS}
# to abort on warnings, then leave CCWERR blank. # to abort on warnings, then leave CCWERR blank.
# CCMISC are misc flags given to ${CC} # CCMISC are misc flags given to ${CC}
# #
# LCC how the the C compiler is invoked on locally executed intermediate progs # LCC how the C compiler is invoked on locally executed intermediate progs
# CC is how the the C compiler is invoked (with an optional Purify) # CC is how the C compiler is invoked (with an optional Purify)
# #
# Specific target overrides or modifications to default values # Specific target overrides or modifications to default values

View File

@@ -173,7 +173,8 @@ alg_config.cal
beer.cal beer.cal
Calc's contribution to the 99 Bottles of Beer web page: This calc resource is calc's contribution to the 99 Bottles of Beer
web page:
http://www.ionet.net/~timtroyr/funhouse/beer.html#calc http://www.ionet.net/~timtroyr/funhouse/beer.html#calc
@@ -191,6 +192,18 @@ bernoulli.cal
the builtin function. the builtin function.
bernpoly.cal
bernpoly(n,z)
Computes the nth Bernoulli polynomial at z for arbitrary n,z. See:
http://en.wikipedia.org/wiki/Bernoulli_polynomials
http://mathworld.wolfram.com/BernoulliPolynomial.html
for further information
bigprime.cal bigprime.cal
bigprime(a, m, p) bigprime(a, m, p)
@@ -198,6 +211,34 @@ bigprime.cal
A prime test, base a, on p*2^x+1 for even x>m. A prime test, base a, on p*2^x+1 for even x>m.
brentsolve.cal
brentsolve(low, high,eps)
A root-finder implementwed with the Brent-Dekker trick.
brentsolve2(low, high,which,eps)
The second function, brentsolve2(low, high,which,eps) has some lines
added to make it easier to hardcode the name of the helper function
different from the obligatory "f".
See:
http://en.wikipedia.org/wiki/Brent%27s_method
http://mathworld.wolfram.com/BrentsMethod.html
to find out more about the Brent-Dekker method.
constants.cal
e()
G()
An implementation of different constants to arbitrary precision.
chi.cal chi.cal
Z(x[, eps]) Z(x[, eps])
@@ -291,6 +332,166 @@ dotest.cal
dotest("set8700.line"); dotest("set8700.line");
factorial.cal
factorial(n)
Calculates the product of the positive integers up to and including n.
See:
http://en.wikipedia.org/wiki/Factorial
for information on the factorial. This function depends on the script
toomcook.cal.
primorial(a,b)
Calculates the product of the primes between a and b. If a is not prime
the next higher prime is taken as the starting point. If b is not prime
the next lower prime is taking as the end point b. The end point b must
not exceed 4294967291. See:
http://en.wikipedia.org/wiki/Primorial
for information on the primorial.
factorial2.cal
This file contents a small variety of integer functions that can, with
more or less pressure, be related to the factorial.
doublefactorial(n)
Calculates the double factorial n!! with different algorithms for
- n odd
- n even and positive
- n (real|complex) sans the negative half integers
See:
http://en.wikipedia.org/wiki/Double_factorial
http://mathworld.wolfram.com/DoubleFactorial.html
for information on the double factorial. This function depends on
the script toomcook.cal, factorial.cal and specialfunctions.cal.
binomial(n,k)
Calculates the binomial coefficients for n large and k = k \pm
n/2. Defaults to the built-in function for smaller and/or different
values. Meant as a complete replacement for comb(n,k) with only a
very small overhead. See:
http://en.wikipedia.org/wiki/Binomial_coefficient
for information on the binomial. This function depends on the script
toomcook.cal factorial.cal and specialfunctions.cal.
bigcatalan(n)
Calculates the n-th Catalan number for n large. It is usefull
above n~50,000 but defaults to the builtin function for smaller
values.Meant as a complete replacement for catalan(n) with only a
very small overhead. See:
http://en.wikipedia.org/wiki/Catalan_number
http://mathworld.wolfram.com/CatalanNumber.html
for information on Catalan numbers. This function depends on the scripts
toomcook.cal, factorial.cal and specialfunctions.cal.
stirling1(n,m)
Calculates the Stirling number of the first kind. It does so with
building a list of all of the smaller results. It might be a good
idea, though, to run it once for the highest n,m first if many
Stirling numbers are needed at once, for example in a series. See:
http://en.wikipedia.org/wiki/Stirling_numbers_of_the_first_kind
http://mathworld.wolfram.com/StirlingNumberoftheFirstKind.html
Algorithm 3.17, Donald Kreher and Douglas Simpson, "Combinatorial
Algorithms", CRC Press, 1998, page 89.
for information on Stirling numbers of the first kind.
stirling2(n,m)
stirling2caching(n,m)
Calculate the Stirling number of the second kind.
The first function stirling2(n,m) does it with the sum
m
====
1 \ n m - k
-- > k (- 1) binomial(m, k)
m! /
====
k = 0
The other function stirling2caching(n,m) does it by way of the
reccurence relation and keeps all earlier results. This function
is much slower for computing a single value than stirling2(n,m) but
is very usefull if many Stirling numbers are needed, for example in
a series. See:
http://en.wikipedia.org/wiki/Stirling_numbers_of_the_second_kind
http://mathworld.wolfram.com/StirlingNumberoftheSecondKind.html
Algorithm 3.17, Donald Kreher and Douglas Simpson, "Combinatorial
Algorithms", CRC Press, 1998, page 89.
for information on Stirling numbers of the second kind.
bell(n)
Calculate the n-th Bell number. This may take some time for large n.
See:
http://oeis.org/A000110
http://en.wikipedia.org/wiki/Bell_number
http://mathworld.wolfram.com/BellNumber.html
for information on Bell numbers.
subfactorial(n)
Calculate the n-th subfactorial or derangement. This may take some
time for large n. See:
http://mathworld.wolfram.com/Derangement.html
http://en.wikipedia.org/wiki/Derangement
for information on subfactorials.
risingfactorial(x,n)
Calculates the rising factorial or Pochammer symbol of almost arbitrary
x,n. See:
http://en.wikipedia.org/wiki/Pochhammer_symbol
http://mathworld.wolfram.com/PochhammerSymbol.html
for information on rising factorials.
fallingfactorial(x,n)
Calculates the rising factorial of almost arbitrary x,n. See:
http://en.wikipedia.org/wiki/Pochhammer_symbol
http://mathworld.wolfram.com/PochhammerSymbol.html
for information on falling factorials.
ellip.cal ellip.cal
efactor(iN, ia, B, force) efactor(iN, ia, B, force)
@@ -363,6 +564,37 @@ intfile.cal
of the integer become the last octets of the file. of the integer become the last octets of the file.
lambertw.cal
lambertw(z,branch)
Computes Lambert's W-function at "z" at branch "branch". See
http://en.wikipedia.org/wiki/Lambert_W_function
http://mathworld.wolfram.com/LambertW-Function.html
https://cs.uwaterloo.ca/research/tr/1993/03/W.pdf
http://arxiv.org/abs/1003.1628
to get more information.
This file includes also an implementation for the series described in
Corless et al. (1996) eq. 4.22 (W-pdf) and Verebic (2010) (arxive link)
eqs.35-37.
The series has been implemented to get a different algorithm
for checking the results. This was necessary because the results
of the implementation in Maxima, the only program with a general
lambert-w implementation at hand at that time, differed slightly. The
Maxima versions tested were: Maxima 5.21.1 and 5.29.1. The current
version of this code concurs with the results of Mathematica`s(tm)
ProductLog[branch,z] with the tested values.
The series is only valid for the branches 0,-1, real z, converges
for values of z _very_ near the branchpoint -exp(-1) only, and must
be given the branches explicitly. See the code in lambertw.cal
for further information.
linear.cal linear.cal
linear(x0, y0, x1, y1, x) linear(x0, y0, x1, y1, x)
@@ -371,6 +603,24 @@ linear.cal
Requires x0 != y0. Requires x0 != y0.
lnseries.cal
lnseries(limit)
lnfromseries(n)
deletelnseries()
Calculates a series of n natural logarithms at 1,2,3,4...n. It
does so by computing the prime factorization of all of the number
sequence 1,2,3...n, calculates the natural logarithms of the primes
in 1,2,3...n and uses the above factorization to build the natural
logarithms of the rest of the sequence by sadding the logarithms of
the primes in the factorization. This is faster for high precision
of the logarithms and/or long sequences.
The sequence need to be initiated by running either lnseries(n) or
lnfromseries(n) once with n the upper limit of the sequence.
lucas.cal lucas.cal
lucas(h, n) lucas(h, n)
@@ -416,6 +666,7 @@ mfactor.cal
fastest even thought the initial startup overhead is larger than fastest even thought the initial startup overhead is larger than
for p_elim == 13. for p_elim == 13.
mod.cal mod.cal
lmod(a) lmod(a)
@@ -505,6 +756,7 @@ pi.cal
Lambert Meertens. See also the ABC Programmer's Handbook, by Geurts, Lambert Meertens. See also the ABC Programmer's Handbook, by Geurts,
Meertens & Pemberton, published by Prentice-Hall (UK) Ltd., 1990. Meertens & Pemberton, published by Prentice-Hall (UK) Ltd., 1990.
pix.cal pix.cal
pi_of_x(x) pi_of_x(x)
@@ -587,10 +839,10 @@ randmprime.cal
randmprime(bits, seed [,dbg]) randmprime(bits, seed [,dbg])
Find a prime of the form h*2^n-1 >= 2^bits for some given x. The initial Find a prime of the form h*2^n-1 >= 2^bits for some given x. The
search points for 'h' and 'n' are selected by a cryptographic pseudo-random initial search points for 'h' and 'n' are selected by a cryptographic
number generator. The optional argument, dbg, if set to 1, 2 or 3 pseudo-random number generator. The optional argument, dbg, if set
turn on various debugging print statements. to 1, 2 or 3 turn on various debugging print statements.
randombitrun.cal randombitrun.cal
@@ -642,8 +894,8 @@ repeat.cal
regress.cal regress.cal
Test the correct execution of the calculator by reading this resource file. Test the correct execution of the calculator by reading this resource
Errors are reported with '****' messages, or worse. :-) file. Errors are reported with '****' messages, or worse. :-)
screen.cal screen.cal
@@ -689,15 +941,17 @@ screen.cal
Cyan Cyan
White White
Define ANSI control sequences providing (i.e., cursor movement, changing Define ANSI control sequences providing (i.e., cursor movement,
foreground or background color, etc.) for VT100 terminals and terminal changing foreground or background color, etc.) for VT100 terminals
window emulators (i.e., xterm, Apple OS/X Terminal, etc.) that support them. and terminal window emulators (i.e., xterm, Apple OS/X Terminal,
etc.) that support them.
For example: For example:
read screen read screen
print green:"This is green. ":red:"This is red.":black print green:"This is green. ":red:"This is red.":black
seedrandom.cal seedrandom.cal
seedrandom(seed1, seed2, bitsize [,trials]) seedrandom(seed1, seed2, bitsize [,trials])
@@ -739,8 +993,247 @@ solve.cal
solve(low, high, epsilon) solve(low, high, epsilon)
Solve the equation f(x) = 0 to within the desired error value for x. Solve the equation f(x) = 0 to within the desired error value for x.
The function 'f' must be defined outside of this routine, and the low The function 'f' must be defined outside of this routine, and the
and high values are guesses which must produce values with opposite signs. low and high values are guesses which must produce values with
opposite signs.
specialfunctions.cal
beta(a,b)
Calculates the value of the beta function. See:
https://en.wikipedia.org/wiki/Beta_function
http://mathworld.wolfram.com/BetaFunction.html
http://dlmf.nist.gov/5.12
for information on the beta function.
betainc(a,b,z)
Calculates the value of the regularized incomplete beta function. See:
https://en.wikipedia.org/wiki/Beta_function
http://mathworld.wolfram.com/RegularizedBetaFunction.html
http://dlmf.nist.gov/8.17
for information on the regularized incomplete beta function.
expoint(z)
Calculates the value of the exponential integral Ei(z) function at z.
See:
http://en.wikipedia.org/wiki/Exponential_integral
http://www.cs.utah.edu/~vpegorar/research/2011_JGT/
for information on the exponential integral Ei(z) function.
erf(z)
Calculates the value of the error function at z. See:
http://en.wikipedia.org/wiki/Error_function
for information on the error function function.
erfc(z)
Calculates the value of the complementary error function at z. See:
http://en.wikipedia.org/wiki/Error_function
for information on the complementary error function function.
erfi(z)
Calculates the value of the imaginary error function at z. See:
http://en.wikipedia.org/wiki/Error_function
for information on the imaginary error function function.
erfinv(x)
Calculates the inverse of the error function at x. See:
http://en.wikipedia.org/wiki/Error_function
for information on the inverse of the error function function.
faddeeva(z)
Calculates the value of the complex error function at z. See:
http://en.wikipedia.org/wiki/Faddeeva_function
for information on the complex error function function.
gamma(z)
Calculates the value of the Euler gamma function at z. See:
http://en.wikipedia.org/wiki/Gamma_function
http://dlmf.nist.gov/5
for information on the Euler gamma function.
gammainc(a,z)
Calculates the value of the lower incomplete gamma function for
arbitrary a, z. See:
http://en.wikipedia.org/wiki/Incomplete_gamma_function
for information on the lower incomplete gamma function.
gammap(a,z)
Calculates the value of the regularized lower incomplete gamma
function for a, z with a not in -N. See:
http://en.wikipedia.org/wiki/Incomplete_gamma_function
for information on the regularized lower incomplete gamma function.
gammaq(a,z)
Calculates the value of the regularized upper incomplete gamma
function for a, z with a not in -N. See:
http://en.wikipedia.org/wiki/Incomplete_gamma_function
for information on the regularized upper incomplete gamma function.
heavisidestep(x)
Computes the Heaviside stepp function (1+sign(x))/2
harmonic(limit)
Calculates partial values of the harmonic series up to limit. See:
http://en.wikipedia.org/wiki/Harmonic_series_(mathematics)
http://mathworld.wolfram.com/HarmonicSeries.html
for information on the harmonic series.
lnbeta(a,b)
Calculates the natural logarithm of the beta function. See:
https://en.wikipedia.org/wiki/Beta_function
http://mathworld.wolfram.com/BetaFunction.html
http://dlmf.nist.gov/5.12
for information on the beta function.
lngamma(z)
Calculates the value of the logarithm of the Euler gamma function
at z. See:
http://en.wikipedia.org/wiki/Gamma_function
http://dlmf.nist.gov/5.15
for information on the derivatives of the the Euler gamma function.
polygamma(m,z)
Calculates the value of the m-th derivative of the Euler gamma
function at z. See:
http://en.wikipedia.org/wiki/Polygamma
http://dlmf.nist.gov/5
for information on the n-th derivative ofthe Euler gamma function. This
function depends on the script zeta2.cal.
psi(z)
Calculates the value of the first derivative of the Euler gamma
function at z. See:
http://en.wikipedia.org/wiki/Digamma_function
http://dlmf.nist.gov/5
for information on the first derivative of the Euler gamma function.
zeta(s)
Calculates the value of the Rieman Zeta function at s. See:
http://en.wikipedia.org/wiki/Riemann_zeta_function
http://dlmf.nist.gov/25.2
for information on the Riemann zeta function. This function depends
on the script zeta2.cal.
statistics.cal
gammaincoctave(z,a)
Computes the regularized incomplete gamma function in a way to
correspond with the function in Octave.
invbetainc(x,a,b)
Computes the inverse of the regularized beta function. Does so the
brute-force way wich makes it a bit slower.
betapdf(x,a,b)
betacdf(x,a,b)
betacdfinv(x,a,b)
betamedian(a,b)
betamode(a,b)
betavariance(a,b)
betalnvariance(a,b)
betaskewness(a,b)
betakurtosis(a,b)
betaentropy(a,b)
normalpdf(x,mu,sigma)
normalcdf(x,mu,sigma)
probit(p)
normalcdfinv(p,mu,sigma)
normalmean(mu,sigma)
normalmedian(mu,sigma)
normalmode(mu,sigma)
normalvariance(mu,sigma)
normalskewness(mu,sigma)
normalkurtosis(mu,sigma)
normalentropy(mu,sigma)
normalmgf(mu,sigma,t)
normalcf(mu,sigma,t)
chisquaredpdf(x,k)
chisquaredpcdf(x,k)
chisquaredmean(x,k)
chisquaredmedian(x,k)
chisquaredmode(x,k)
chisquaredvariance(x,k)
chisquaredskewness(x,k)
chisquaredkurtosis(x,k)
chisquaredentropy(x,k)
chisquaredmfg(k,t)
chisquaredcf(k,t)
Calculates a bunch of (hopefully) aptly named statistical functions.
sumsq.cal sumsq.cal
@@ -802,7 +1295,8 @@ test1700.cal
value value
This resource files is used by regress.cal to test the read and use keywords. This resource files is used by regress.cal to test the read and
use keywords.
test2600.cal test2600.cal
@@ -827,8 +1321,8 @@ test2600.cal
checkresult(x, y, z, a) checkresult(x, y, z, a)
test2600(verbose, tnum) test2600(verbose, tnum)
This resource files is used by regress.cal to test some of builtin functions This resource files is used by regress.cal to test some of builtin
in terms of accuracy and roundoff. functions in terms of accuracy and roundoff.
test2700.cal test2700.cal
@@ -865,7 +1359,8 @@ test3100.cal
res_inv(a) res_inv(a)
res(x) res(x)
This resource file is used by regress.cal to test determinants of a matrix This resource file is used by regress.cal to test determinants of
a matrix.
test3300.cal test3300.cal
@@ -876,8 +1371,9 @@ test3300.cal
testr(str, n, N, verbose) testr(str, n, N, verbose)
test3300(verbose, tnum) test3300(verbose, tnum)
This resource file is used by regress.cal to provide for more determinant This resource file is used by regress.cal to provide for more
tests. determinant tests.
test3400.cal test3400.cal
@@ -908,6 +1404,7 @@ test3500.cal
This resource file is used by regress.cal to test the functions frem, This resource file is used by regress.cal to test the functions frem,
fcnt, gcdrem. fcnt, gcdrem.
test4000.cal test4000.cal
global defaultverbose global defaultverbose
@@ -940,6 +1437,7 @@ test4000.cal
This resource file is used by regress.cal to test ptest, nextcand and This resource file is used by regress.cal to test ptest, nextcand and
prevcand builtins. prevcand builtins.
test4100.cal test4100.cal
global defaultverbose global defaultverbose
@@ -959,6 +1457,7 @@ test4100.cal
This resource file is used by regress.cal to test REDC operations. This resource file is used by regress.cal to test REDC operations.
test4600.cal test4600.cal
stest(str [, verbose]) defined stest(str [, verbose]) defined
@@ -970,6 +1469,7 @@ test4600.cal
This resource file is used by regress.cal to test searching in files. This resource file is used by regress.cal to test searching in files.
test5100.cal test5100.cal
global a5100 global a5100
@@ -979,6 +1479,7 @@ test5100.cal
This resource file is used by regress.cal to test the new code generator This resource file is used by regress.cal to test the new code generator
declaration scope and order. declaration scope and order.
test5200.cal test5200.cal
global a5200 global a5200
@@ -990,6 +1491,7 @@ test5200.cal
This resource file is used by regress.cal to test the fix of a This resource file is used by regress.cal to test the fix of a
global/static bug. global/static bug.
test8400.cal test8400.cal
test8400() defined test8400() defined
@@ -997,6 +1499,7 @@ test8400.cal
This resource file is used by regress.cal to check for quit-based This resource file is used by regress.cal to check for quit-based
memory leaks. memory leaks.
test8500.cal test8500.cal
global err_8500 global err_8500
@@ -1009,6 +1512,7 @@ test8500.cal
This resource file is used by regress.cal to the // and % operators. This resource file is used by regress.cal to the // and % operators.
test8600.cal test8600.cal
global min_8600 global min_8600
@@ -1019,6 +1523,25 @@ test8600.cal
This resource file is used by regress.cal to test a change of This resource file is used by regress.cal to test a change of
allowing up to 1024 args to be passed to a builtin function. allowing up to 1024 args to be passed to a builtin function.
test8900.cal
This function tests a number of calc resource functions contributed
by Christoph Zurnieden. These include:
bernpoly.cal
brentsolve.cal
constants.cal
factorial2.cal
factorial.cal
lambertw.cal
lnseries.cal
specialfunctions.cal
statistics.cal
toomcook.cal
zeta2.cal
unitfrac.cal unitfrac.cal
unitfrac(x) unitfrac(x)
@@ -1026,6 +1549,29 @@ unitfrac.cal
Represent a fraction as sum of distinct unit fractions. Represent a fraction as sum of distinct unit fractions.
toomcook.cal
toomcook3(a,b)
toomcook4(a,b)
Toom-Cook multiplication algorithm. Multiply two integers a,b by
way of the Toom-Cook algorithm. See:
http://en.wikipedia.org/wiki/Toom%E2%80%93Cook_multiplication
toomcook3square(a)
toomcook4square(a)
Square the integer a by way of the Toom-Cook algorithm. See:
http://en.wikipedia.org/wiki/Toom%E2%80%93Cook_multiplication
The function toomCook4(a,b) calls the function toomCook3(a,b) which
calls built-in multiplication at a specific cut-off point. The
squaring functions act in the same way.
varargs.cal varargs.cal
sc(a, b, ...) sc(a, b, ...)
@@ -1033,6 +1579,7 @@ varargs.cal
Example program to use 'varargs'. Program to sum the cubes of all Example program to use 'varargs'. Program to sum the cubes of all
the specified numbers. the specified numbers.
xx_print.cal xx_print.cal
is_octet(a) defined is_octet(a) defined
@@ -1047,6 +1594,19 @@ xx_print.cal
Demo for the xx_print object routines. Demo for the xx_print object routines.
zeta2.cal
hurwitzzeta(s,a)
Calculate the value of the Hurwitz Zeta function. See:
http://en.wikipedia.org/wiki/Hurwitz_zeta_function
http://dlmf.nist.gov/25.11
for information on this special zeta function.
## Copyright (C) 2000 David I. Bell and Landon Curt Noll ## Copyright (C) 2000 David I. Bell and Landon Curt Noll
## ##
## Primary author: Landon Curt Noll ## Primary author: Landon Curt Noll
@@ -1065,9 +1625,9 @@ xx_print.cal
## received a copy with calc; if not, write to Free Software Foundation, Inc. ## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
## ##
## @(#) $Revision: 30.3 $ ## @(#) $Revision: 30.5 $
## @(#) $Id: README,v 30.3 2011/05/23 22:50:32 chongo Exp $ ## @(#) $Id: README,v 30.5 2013/08/11 03:26:46 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/cal/RCS/README,v $ ## @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/README,v $
## ##
## Under source code control: 1990/02/15 01:50:32 ## Under source code control: 1990/02/15 01:50:32
## File existed as early as: before 1990 ## File existed as early as: before 1990

View File

@@ -17,8 +17,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc. * received a copy with calc; if not, write to Free Software Foundation, Inc.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* *
* @(#) $Revision: 30.6 $ * @(#) $Revision: 30.7 $
* @(#) $Id: regress.cal,v 30.6 2010/09/02 06:09:06 chongo Exp $ * @(#) $Id: regress.cal,v 30.7 2013/08/11 02:57:22 chongo Exp $
* @(#) $Source: /usr/local/src/bin/calc/cal/RCS/regress.cal,v $ * @(#) $Source: /usr/local/src/bin/calc/cal/RCS/regress.cal,v $
* *
* Under source code control: 1990/02/15 01:50:36 * Under source code control: 1990/02/15 01:50:36
@@ -7914,6 +7914,19 @@ return test_exponentiation();
/* 88xx: test exponentiation */ /* 88xx: test exponentiation */
/*
* calc resource functions by Christoph Zurnieden
*/
print;
print '8900: Starting test of calc resource functions by Christoph Zurnieden';
print '8901: read -once "test8900"';
read -once "test8900";
print '8902: about to run test8900(1,,8903)';
testnum = test8900(1,,8903);
print testnum: ": End of test of calc resource functions by Christoph Zurnieden";
/* 89xx: test calc resource functions by Christoph Zurnieden */
/* /*
* read various calc resource files * read various calc resource files
* *

View File

@@ -15,9 +15,9 @@
.\" received a copy with calc; if not, write to Free Software Foundation, Inc. .\" received a copy with calc; if not, write to Free Software Foundation, Inc.
.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.\" .\"
.\" @(#) $Revision: 30.3 $ .\" @(#) $Revision: 30.4 $
.\" @(#) $Id: calc.man,v 30.3 2007/09/08 02:53:09 chongo Exp $ .\" @(#) $Id: calc.man,v 30.4 2013/08/11 01:09:56 chongo Exp $
.\" @(#) $Source: /usr/local/src/bin/calc/RCS/calc.man,v $ .\" @(#) $Source: /usr/local/src/cmd/calc/RCS/calc.man,v $
.\" .\"
.\" Under source code control: 1991/07/23 05:48:26 .\" Under source code control: 1991/07/23 05:48:26
.\" File existed as early as: 1991 .\" File existed as early as: 1991
@@ -1196,7 +1196,7 @@ for more information about bug reporting.
.SH "CALC WEB SITE" .SH "CALC WEB SITE"
\& \&
.br .br
Landon Noll maintains the the Landon Noll maintains the
.B calc .B calc
web site is located at: web site is located at:
.sp .sp

View File

@@ -18,9 +18,9 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.1 $ # @(#) $Revision: 30.2 $
# @(#) $Id: check.awk,v 30.1 2007/03/16 11:09:46 chongo Exp $ # @(#) $Id: check.awk,v 30.2 2013/08/11 01:08:32 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/RCS/check.awk,v $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/check.awk,v $
# #
# Under source code control: 1996/05/25 22:07:58 # Under source code control: 1996/05/25 22:07:58
# File existed as early as: 1996 # File existed as early as: 1996
@@ -30,7 +30,7 @@
# #
# This awk script will print 3 lines before and after any non-blank line that # This awk script will print 3 lines before and after any non-blank line that
# does not begin with a number. This allows the 'make debug' rule to remove # does not begin with a number. This allows the 'make debug' rule to remove
# all non-interest lines the the 'make check' regression output while providing # all non-interest lines the 'make check' regression output while providing
# 3 lines of context around unexpected output. # 3 lines of context around unexpected output.
# #
BEGIN { BEGIN {

View File

@@ -19,9 +19,9 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc. * received a copy with calc; if not, write to Free Software Foundation, Inc.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* *
* @(#) $Revision: 30.2 $ * @(#) $Revision: 30.3 $
* @(#) $Id: codegen.c,v 30.2 2007/07/05 13:30:38 chongo Exp $ * @(#) $Id: codegen.c,v 30.3 2013/07/12 22:41:33 chongo Exp $
* @(#) $Source: /usr/local/src/bin/calc/RCS/codegen.c,v $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/codegen.c,v $
* *
* Under source code control: 1990/02/15 01:48:13 * Under source code control: 1990/02/15 01:48:13
* File existed as early as: before 1990 * File existed as early as: before 1990
@@ -2605,7 +2605,7 @@ definesymbol(char *name, int symtype)
break; break;
case SYM_GLOBAL: case SYM_GLOBAL:
if (symtype == SYM_GLOBAL && conf->redecl_warn) { if (symtype == SYM_GLOBAL && conf->redecl_warn) {
warning("redeclaraion of global \"%s\"", warning("redeclaration of global \"%s\"",
name); name);
return; return;
} }
@@ -2613,7 +2613,7 @@ definesymbol(char *name, int symtype)
case SYM_LOCAL: case SYM_LOCAL:
if (symtype == SYM_LOCAL && conf->redecl_warn) { if (symtype == SYM_LOCAL && conf->redecl_warn) {
warning("redeclaraion of local \"%s\"", warning("redeclaration of local \"%s\"",
name); name);
return; return;
} }

View File

@@ -18,9 +18,9 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.26 $ # @(#) $Revision: 30.27 $
# @(#) $Id: Makefile.head,v 30.26 2013/05/05 13:52:40 chongo Exp $ # @(#) $Id: Makefile.head,v 30.27 2013/08/11 01:16:36 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $ # @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/Makefile.head,v $
# #
# Under source code control: 1997/03/09 02:28:54 # Under source code control: 1997/03/09 02:28:54
# File existed as early as: 1997 # File existed as early as: 1997
@@ -366,7 +366,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.4.8 VERSION= 2.12.4.9
VERS= 2.12.4 VERS= 2.12.4
VER= 2.12 VER= 2.12
VE= 2 VE= 2
@@ -495,8 +495,8 @@ LDFLAGS= ${LD_DEBUG} ${ILDFLAGS}
# to abort on warnings, then leave CCWERR blank. # to abort on warnings, then leave CCWERR blank.
# CCMISC are misc flags given to ${CC} # CCMISC are misc flags given to ${CC}
# #
# LCC how the the C compiler is invoked on locally executed intermediate progs # LCC how the C compiler is invoked on locally executed intermediate progs
# CC is how the the C compiler is invoked (with an optional Purify) # CC is how the C compiler is invoked (with an optional Purify)
# #
# Specific target overrides or modifications to default values # Specific target overrides or modifications to default values

View File

@@ -18,9 +18,9 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.26 $ # @(#) $Revision: 30.27 $
# @(#) $Id: Makefile.head,v 30.26 2013/05/05 13:52:40 chongo Exp $ # @(#) $Id: Makefile.head,v 30.27 2013/08/11 01:16:36 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $ # @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/Makefile.head,v $
# #
# Under source code control: 1997/03/09 02:28:54 # Under source code control: 1997/03/09 02:28:54
# File existed as early as: 1997 # File existed as early as: 1997
@@ -366,7 +366,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.4.8 VERSION= 2.12.4.9
VERS= 2.12.4 VERS= 2.12.4
VER= 2.12 VER= 2.12
VE= 2 VE= 2

View File

@@ -18,9 +18,9 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.26 $ # @(#) $Revision: 30.27 $
# @(#) $Id: Makefile.head,v 30.26 2013/05/05 13:52:40 chongo Exp $ # @(#) $Id: Makefile.head,v 30.27 2013/08/11 01:16:36 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $ # @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/Makefile.head,v $
# #
# Under source code control: 1997/03/09 02:28:54 # Under source code control: 1997/03/09 02:28:54
# File existed as early as: 1997 # File existed as early as: 1997
@@ -351,7 +351,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.4.8 VERSION= 2.12.4.9
VERS= 2.12.4 VERS= 2.12.4
VER= 2.12 VER= 2.12
VE= 2 VE= 2
@@ -455,8 +455,8 @@ COMMON_LDFLAGS= ${EXTRA_LDFLAGS}
# to abort on warnings, then leave CCWERR blank. # to abort on warnings, then leave CCWERR blank.
# CCMISC are misc flags given to ${CC} # CCMISC are misc flags given to ${CC}
# #
# LCC how the the C compiler is invoked on locally executed intermediate progs # LCC how the C compiler is invoked on locally executed intermediate progs
# CC is how the the C compiler is invoked (with an optional Purify) # CC is how the C compiler is invoked (with an optional Purify)
# #
# Specific target overrides or modifications to default values # Specific target overrides or modifications to default values

8
help.c
View File

@@ -17,9 +17,9 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc. * received a copy with calc; if not, write to Free Software Foundation, Inc.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* *
* @(#) $Revision: 30.2 $ * @(#) $Revision: 30.3 $
* @(#) $Id: help.c,v 30.2 2007/09/21 01:27:27 chongo Exp $ * @(#) $Id: help.c,v 30.3 2013/08/11 01:08:32 chongo Exp $
* @(#) $Source: /usr/local/src/bin/calc/RCS/help.c,v $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/help.c,v $
* *
* Under source code control: 1997/09/14 10:58:30 * Under source code control: 1997/09/14 10:58:30
* File existed as early as: 1997 * File existed as early as: 1997
@@ -274,7 +274,7 @@ givehelp(char *type)
#if defined(CUSTOM) #if defined(CUSTOM)
/* /*
* open the the helpfile (looking in CUSTOMHELPDIR last) * open the helpfile (looking in CUSTOMHELPDIR last)
*/ */
} else { } else {

View File

@@ -20,7 +20,7 @@
# #
# @(#) $Revision: 30.5 $ # @(#) $Revision: 30.5 $
# @(#) $Id: Makefile,v 30.5 2007/09/21 01:27:27 chongo Exp $ # @(#) $Id: Makefile,v 30.5 2007/09/21 01:27:27 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/help/RCS/Makefile,v $ # @(#) $Source: /usr/local/src/cmd/calc/help/RCS/Makefile,v $
# #
# Under source code control: 1991/07/23 06:47:57 # Under source code control: 1991/07/23 06:47:57
# File existed as early as: 1991 # File existed as early as: 1991

View File

@@ -62,7 +62,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: abs,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: abs,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/abs,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/abs,v $
## ##
## Under source code control: 1994/03/19 01:40:22 ## Under source code control: 1994/03/19 01:40:22
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -66,7 +66,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: access,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: access,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/access,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/access,v $
## ##
## Under source code control: 1996/04/30 03:36:20 ## Under source code control: 1996/04/30 03:36:20
## File existed as early as: 1996 ## File existed as early as: 1996

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: acos,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: acos,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/acos,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acos,v $
## ##
## Under source code control: 1994/03/19 01:40:23 ## Under source code control: 1994/03/19 01:40:23
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -50,7 +50,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: acosh,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: acosh,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/acosh,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acosh,v $
## ##
## Under source code control: 1994/03/19 01:40:24 ## Under source code control: 1994/03/19 01:40:24
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: acot,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: acot,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/acot,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acot,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -49,7 +49,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: acoth,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: acoth,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/acoth,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acoth,v $
## ##
## Under source code control: 1995/11/13 03:49:01 ## Under source code control: 1995/11/13 03:49:01
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: acsc,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: acsc,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/acsc,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acsc,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -50,7 +50,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: acsch,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: acsch,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/acsch,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acsch,v $
## ##
## Under source code control: 1995/11/13 03:49:01 ## Under source code control: 1995/11/13 03:49:01
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -178,7 +178,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: address,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: address,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/address,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/address,v $
## ##
## Under source code control: 1997/09/06 20:03:34 ## Under source code control: 1997/09/06 20:03:34
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -74,7 +74,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: agd,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: agd,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/agd,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/agd,v $
## ##
## Under source code control: 1997/09/06 20:03:34 ## Under source code control: 1997/09/06 20:03:34
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -78,7 +78,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: append,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: append,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/append,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/append,v $
## ##
## Under source code control: 1994/03/19 03:13:17 ## Under source code control: 1994/03/19 03:13:17
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -169,7 +169,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: appr,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: appr,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/appr,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/appr,v $
## ##
## Under source code control: 1994/09/25 17:18:21 ## Under source code control: 1994/09/25 17:18:21
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -1,4 +1,4 @@
Where to get the the latest versions of calc Where to get the latest versions of calc
Landon Noll maintains the official calc home page at: Landon Noll maintains the official calc home page at:
@@ -31,9 +31,9 @@ chongo <was here> /\../\
## received a copy with calc; if not, write to Free Software Foundation, Inc. ## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.2 $
## @(#) $Id: archive,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: archive,v 30.2 2013/08/11 01:08:32 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/archive,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/archive,v $
## ##
## Under source code control: 1996/06/13 02:51:48 ## Under source code control: 1996/06/13 02:51:48
## File existed as early as: 1996 ## File existed as early as: 1996

View File

@@ -50,7 +50,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: arg,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: arg,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/arg,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/arg,v $
## ##
## Under source code control: 1994/09/25 20:22:31 ## Under source code control: 1994/09/25 20:22:31
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -71,7 +71,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: argv,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: argv,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/argv,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/argv,v $
## ##
## Under source code control: 1999/11/23 19:45:05 ## Under source code control: 1999/11/23 19:45:05
## File existed as early as: 1999 ## File existed as early as: 1999

View File

@@ -68,7 +68,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: arrow,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: arrow,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/arrow,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/arrow,v $
## ##
## Under source code control: 1997/09/06 20:03:34 ## Under source code control: 1997/09/06 20:03:34
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: asec,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: asec,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/asec,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asec,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -49,7 +49,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: asech,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: asech,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/asech,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asech,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: asin,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: asin,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/asin,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asin,v $
## ##
## Under source code control: 1994/03/19 01:40:24 ## Under source code control: 1994/03/19 01:40:24
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -49,7 +49,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: asinh,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: asinh,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/asinh,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asinh,v $
## ##
## Under source code control: 1994/03/19 01:40:25 ## Under source code control: 1994/03/19 01:40:25
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -135,7 +135,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: assign,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: assign,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/assign,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/assign,v $
## ##
## Under source code control: 1995/05/11 21:03:23 ## Under source code control: 1995/05/11 21:03:23
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -100,7 +100,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: assoc,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: assoc,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/assoc,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/assoc,v $
## ##
## Under source code control: 1994/09/25 20:22:31 ## Under source code control: 1994/09/25 20:22:31
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: atan,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: atan,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/atan,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/atan,v $
## ##
## Under source code control: 1994/03/19 01:40:25 ## Under source code control: 1994/03/19 01:40:25
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -54,7 +54,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: atan2,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: atan2,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/atan2,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/atan2,v $
## ##
## Under source code control: 1994/03/19 01:40:26 ## Under source code control: 1994/03/19 01:40:26
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -49,7 +49,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: atanh,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: atanh,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/atanh,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/atanh,v $
## ##
## Under source code control: 1994/03/19 01:40:27 ## Under source code control: 1994/03/19 01:40:27
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -67,7 +67,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: avg,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: avg,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/avg,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/avg,v $
## ##
## Under source code control: 1994/09/25 20:22:31 ## Under source code control: 1994/09/25 20:22:31
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -99,7 +99,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: base,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: base,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/base,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/base,v $
## ##
## Under source code control: 1994/09/30 00:09:39 ## Under source code control: 1994/09/30 00:09:39
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -111,7 +111,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: base2,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: base2,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/base2,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/base2,v $
## ##
## Under source code control: 2002/12/29 00:21:07 ## Under source code control: 2002/12/29 00:21:07
## File existed as early as: 2002 ## File existed as early as: 2002

View File

@@ -59,7 +59,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: bernoulli,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: bernoulli,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/bernoulli,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/bernoulli,v $
## ##
## Under source code control: 2000/07/13 01:33:00 ## Under source code control: 2000/07/13 01:33:00
## File existed as early as: 2000 ## File existed as early as: 2000

View File

@@ -60,7 +60,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: bit,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: bit,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/bit,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/bit,v $
## ##
## Under source code control: 1994/10/21 02:21:30 ## Under source code control: 1994/10/21 02:21:30
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -251,7 +251,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: blk,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: blk,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/blk,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blk,v $
## ##
## Under source code control: 1997/04/05 13:07:13 ## Under source code control: 1997/04/05 13:07:13
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -86,7 +86,7 @@ DESCRIPTION
; blkcpy(L, M); ; blkcpy(L, M);
For copying from a block B (named or unnamed), the total number of octets For copying from a block B (named or unnamed), the total number of octets
available for copying is taken to the the datalen for that block, available for copying is taken to the datalen for that block,
so that num can be at most size(B) - ssi. so that num can be at most size(B) - ssi.
For copying to a block B (named or unnamed), reallocation will be For copying to a block B (named or unnamed), reallocation will be
@@ -206,9 +206,9 @@ SEE ALSO
## received a copy with calc; if not, write to Free Software Foundation, Inc. ## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.2 $
## @(#) $Id: blkcpy,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: blkcpy,v 30.2 2013/08/11 01:08:32 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/blkcpy,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blkcpy,v $
## ##
## Under source code control: 1997/04/05 14:08:50 ## Under source code control: 1997/04/05 14:08:50
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -75,7 +75,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: blkfree,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: blkfree,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/blkfree,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blkfree,v $
## ##
## Under source code control: 1997/04/05 13:07:13 ## Under source code control: 1997/04/05 13:07:13
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -60,7 +60,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: blocks,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: blocks,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/blocks,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blocks,v $
## ##
## Under source code control: 1997/04/05 13:07:13 ## Under source code control: 1997/04/05 13:07:13
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -140,7 +140,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: bround,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: bround,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/bround,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/bround,v $
## ##
## Under source code control: 1994/09/30 00:22:35 ## Under source code control: 1994/09/30 00:22:35
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -61,7 +61,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: btrunc,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: btrunc,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/btrunc,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/btrunc,v $
## ##
## Under source code control: 1994/09/30 00:44:27 ## Under source code control: 1994/09/30 00:44:27
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -217,7 +217,7 @@
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: builtin.end,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: builtin.end,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/builtin.end,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/builtin.end,v $
## ##
## Under source code control: 1995/07/10 01:17:53 ## Under source code control: 1995/07/10 01:17:53
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -25,7 +25,7 @@ Builtin functions
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: builtin.top,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: builtin.top,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/builtin.top,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/builtin.top,v $
## ##
## Under source code control: 1995/07/10 01:17:53 ## Under source code control: 1995/07/10 01:17:53
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -44,7 +44,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: calc_tty,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: calc_tty,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/calc_tty,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/calc_tty,v $
## ##
## Under source code control: 2000/12/14 01:33:00 ## Under source code control: 2000/12/14 01:33:00
## File existed as early as: 2000 ## File existed as early as: 2000

View File

@@ -52,7 +52,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: calclevel,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: calclevel,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/calclevel,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/calclevel,v $
## ##
## Under source code control: 1999/10/31 06:01:21 ## Under source code control: 1999/10/31 06:01:21
## File existed as early as: 1999 ## File existed as early as: 1999

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: calcpath,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: calcpath,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/calcpath,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/calcpath,v $
## ##
## Under source code control: 2006/05/07 23:56:04 ## Under source code control: 2006/05/07 23:56:04
## File existed as early as: 2006 ## File existed as early as: 2006

View File

@@ -55,7 +55,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: catalan,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: catalan,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/catalan,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/catalan,v $
## ##
## Under source code control: 2000/12/14 01:33:00 ## Under source code control: 2000/12/14 01:33:00
## File existed as early as: 2000 ## File existed as early as: 2000

View File

@@ -50,7 +50,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: ceil,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: ceil,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/ceil,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ceil,v $
## ##
## Under source code control: 1994/09/30 01:12:01 ## Under source code control: 1994/09/30 01:12:01
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -106,7 +106,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cfappr,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cfappr,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cfappr,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cfappr,v $
## ##
## Under source code control: 1994/09/30 01:23:59 ## Under source code control: 1994/09/30 01:23:59
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -131,7 +131,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cfsim,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cfsim,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cfsim,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cfsim,v $
## ##
## Under source code control: 1994/09/30 01:29:45 ## Under source code control: 1994/09/30 01:29:45
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -44,7 +44,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: char,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: char,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/char,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/char,v $
## ##
## Under source code control: 1994/09/30 01:45:45 ## Under source code control: 1994/09/30 01:45:45
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -46,7 +46,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cmdbuf,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cmdbuf,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cmdbuf,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cmdbuf,v $
## ##
## Under source code control: 1995/07/09 04:05:58 ## Under source code control: 1995/07/09 04:05:58
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -132,7 +132,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cmp,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cmp,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cmp,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cmp,v $
## ##
## Under source code control: 1994/10/20 02:52:30 ## Under source code control: 1994/10/20 02:52:30
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -56,7 +56,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: comb,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: comb,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/comb,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/comb,v $
## ##
## Under source code control: 1994/10/20 04:03:02 ## Under source code control: 1994/10/20 04:03:02
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -368,7 +368,7 @@ Command sequence
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: command,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: command,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/command,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/command,v $
## ##
## Under source code control: 1991/07/21 04:37:17 ## Under source code control: 1991/07/21 04:37:17
## File existed as early as: 1991 ## File existed as early as: 1991

View File

@@ -976,7 +976,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.3 $ ## @(#) $Revision: 30.3 $
## @(#) $Id: config,v 30.3 2007/09/21 01:27:27 chongo Exp $ ## @(#) $Id: config,v 30.3 2007/09/21 01:27:27 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/config,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/config,v $
## ##
## Under source code control: 1991/07/21 04:37:17 ## Under source code control: 1991/07/21 04:37:17
## File existed as early as: 1991 ## File existed as early as: 1991

View File

@@ -58,7 +58,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: conj,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: conj,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/conj,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/conj,v $
## ##
## Under source code control: 1995/10/03 10:40:01 ## Under source code control: 1995/10/03 10:40:01
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -101,7 +101,7 @@ chongo (share and enjoy) /\../\
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: contrib,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: contrib,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/contrib,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/contrib,v $
## ##
## Under source code control: 1997/03/09 16:33:22 ## Under source code control: 1997/03/09 16:33:22
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -53,7 +53,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cos,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cos,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cos,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cos,v $
## ##
## Under source code control: 1994/03/19 01:40:27 ## Under source code control: 1994/03/19 01:40:27
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cosh,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cosh,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cosh,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cosh,v $
## ##
## Under source code control: 1994/03/19 01:40:28 ## Under source code control: 1994/03/19 01:40:28
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -45,7 +45,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cot,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cot,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cot,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cot,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: coth,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: coth,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/coth,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/coth,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -48,7 +48,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: count,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: count,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/count,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/count,v $
## ##
## Under source code control: 1995/07/10 02:09:31 ## Under source code control: 1995/07/10 02:09:31
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -54,7 +54,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: cp,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: cp,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/cp,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cp,v $
## ##
## Under source code control: 1995/10/05 04:52:26 ## Under source code control: 1995/10/05 04:52:26
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -83,7 +83,7 @@ See also:
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: credit,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: credit,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/credit,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/credit,v $
## ##
## Under source code control: 1991/07/23 05:47:24 ## Under source code control: 1991/07/23 05:47:24
## File existed as early as: 1991 ## File existed as early as: 1991

View File

@@ -45,7 +45,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: csc,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: csc,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/csc,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/csc,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -47,7 +47,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: csch,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: csch,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/csch,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/csch,v $
## ##
## Under source code control: 1995/11/13 03:49:00 ## Under source code control: 1995/11/13 03:49:00
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -46,7 +46,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: ctime,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: ctime,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/ctime,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ctime,v $
## ##
## Under source code control: 1996/04/30 03:05:18 ## Under source code control: 1996/04/30 03:05:18
## File existed as early as: 1996 ## File existed as early as: 1996

View File

@@ -112,7 +112,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: custom,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: custom,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/custom,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/custom,v $
## ##
## Under source code control: 1997/03/09 16:33:22 ## Under source code control: 1997/03/09 16:33:22
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -209,7 +209,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: define,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: define,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/define,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/define,v $
## ##
## ##
## Under source code control: 1991/07/21 04:37:18 ## Under source code control: 1991/07/21 04:37:18

View File

@@ -60,7 +60,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: delete,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: delete,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/delete,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/delete,v $
## ##
## Under source code control: 1994/03/19 03:13:18 ## Under source code control: 1994/03/19 03:13:18
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -56,7 +56,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: den,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: den,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/den,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/den,v $
## ##
## Under source code control: 1995/10/05 04:52:26 ## Under source code control: 1995/10/05 04:52:26
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -100,7 +100,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: dereference,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: dereference,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/dereference,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/dereference,v $
## ##
## Under source code control: 1997/09/06 20:03:34 ## Under source code control: 1997/09/06 20:03:34
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -91,7 +91,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: det,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: det,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/det,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/det,v $
## ##
## Under source code control: 1995/11/28 11:17:47 ## Under source code control: 1995/11/28 11:17:47
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -110,7 +110,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: digit,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: digit,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/digit,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/digit,v $
## ##
## Under source code control: 1995/10/03 10:40:01 ## Under source code control: 1995/10/03 10:40:01
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -68,7 +68,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: digits,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: digits,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/digits,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/digits,v $
## ##
## Under source code control: 1995/10/03 10:40:01 ## Under source code control: 1995/10/03 10:40:01
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -72,7 +72,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: display,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: display,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/display,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/display,v $
## ##
## Under source code control: 2004/07/25 23:50:40 ## Under source code control: 2004/07/25 23:50:40
## File existed as early as: 2004 ## File existed as early as: 2004

View File

@@ -54,7 +54,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: dp,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: dp,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/dp,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/dp,v $
## ##
## Under source code control: 1995/10/05 04:52:26 ## Under source code control: 1995/10/05 04:52:26
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -106,7 +106,7 @@ Environment variables
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: environment,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: environment,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/environment,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/environment,v $
## ##
## Under source code control: 1991/07/23 05:47:25 ## Under source code control: 1991/07/23 05:47:25
## File existed as early as: 1991 ## File existed as early as: 1991

View File

@@ -51,7 +51,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: epsilon,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: epsilon,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/epsilon,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/epsilon,v $
## ##
## Under source code control: 1995/10/05 04:52:26 ## Under source code control: 1995/10/05 04:52:26
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -64,7 +64,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: errcount,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: errcount,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/errcount,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errcount,v $
## ##
## Under source code control: 1997/03/08 08:51:14 ## Under source code control: 1997/03/08 08:51:14
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -63,7 +63,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: errmax,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: errmax,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/errmax,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errmax,v $
## ##
## Under source code control: 1997/03/08 08:51:14 ## Under source code control: 1997/03/08 08:51:14
## File existed as early as: 1997 ## File existed as early as: 1997

View File

@@ -73,7 +73,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: errno,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: errno,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/errno,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errno,v $
## ##
## Under source code control: 1994/10/27 03:05:08 ## Under source code control: 1994/10/27 03:05:08
## File existed as early as: 1994 ## File existed as early as: 1994

View File

@@ -55,7 +55,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: error,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: error,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/error,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/error,v $
## ##
## Under source code control: 1995/12/18 03:30:59 ## Under source code control: 1995/12/18 03:30:59
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -18,7 +18,7 @@ Calc generated error codes (see the error help file):
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: errorcodes.hdr,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: errorcodes.hdr,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/errorcodes.hdr,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errorcodes.hdr,v $
## ##
## Under source code control: 1995/12/18 03:19:11 ## Under source code control: 1995/12/18 03:19:11
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -18,7 +18,7 @@
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: errorcodes.sed,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: errorcodes.sed,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/errorcodes.sed,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errorcodes.sed,v $
## ##
## Under source code control: 1995/12/18 03:19:11 ## Under source code control: 1995/12/18 03:19:11
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -60,7 +60,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: estr,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: estr,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/estr,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/estr,v $
## ##
## Under source code control: 2006/08/20 14:45:13 ## Under source code control: 2006/08/20 14:45:13
## File existed as early as: 2006 ## File existed as early as: 2006

View File

@@ -55,7 +55,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: euler,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: euler,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/euler,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/euler,v $
## ##
## Under source code control: 2000/12/14 01:33:00 ## Under source code control: 2000/12/14 01:33:00
## File existed as early as: 2000 ## File existed as early as: 2000

View File

@@ -78,7 +78,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: eval,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: eval,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/eval,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/eval,v $
## ##
## Under source code control: 1995/12/18 03:30:59 ## Under source code control: 1995/12/18 03:30:59
## File existed as early as: 1995 ## File existed as early as: 1995

View File

@@ -58,7 +58,7 @@ SEE ALSO
## ##
## @(#) $Revision: 30.1 $ ## @(#) $Revision: 30.1 $
## @(#) $Id: exp,v 30.1 2007/03/16 11:10:42 chongo Exp $ ## @(#) $Id: exp,v 30.1 2007/03/16 11:10:42 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/exp,v $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/exp,v $
## ##
## Under source code control: 1995/10/11 04:41:26 ## Under source code control: 1995/10/11 04:41:26
## File existed as early as: 1995 ## File existed as early as: 1995

Some files were not shown because too many files have changed in this diff Show More