Release calc version 2.12.4.12

This commit is contained in:
Landon Curt Noll
2013-09-01 20:07:26 -07:00
parent 85bfa30897
commit 57a22a6f39
346 changed files with 2444 additions and 502 deletions

View File

@@ -18,8 +18,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# @(#) $Revision: 30.6 $
# @(#) $Id: Makefile,v 30.6 2013/09/01 18:37:27 chongo Exp $
# @(#) $Revision: 30.9 $
# @(#) $Id: Makefile,v 30.9 2013/09/02 02:55:19 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/help/RCS/Makefile,v $
#
# Under source code control: 1991/07/23 06:47:57
@@ -272,43 +272,47 @@ BLT_HELP_FILES= ${BLT_HELP_FILES_3} ${BLT_HELP_FILES_5} \
${BLT_HELP_FILES_11} ${BLT_HELP_FILES_13} \
${BLT_HELP_FILES_14}
# The detailed list of help files to install
#
# This list is prodiced by the detaillist rule when no WARNINGS are detected.
#
# Please use:
#
# make detaillist
# make detail_help_list
#
# to keep this list in nice sorted order and to check that these
# non-special help files are under RCS control.
#
DETAIL_HELP= abs access acos acosh acot acoth acsc acsch address agd append \
appr arg argv arrow asec asech asin asinh assign atan atan2 atanh \
avg base base2 bernoulli bit blk blkcpy blkfree blocks bround btrunc \
calc_tty calclevel calcpath catalan ceil cfappr cfsim char cmdbuf \
cmp comb conj cos cosh cot coth count cp csc csch ctime delete den \
dereference det digit digits display dp epsilon errcount errmax \
errno error estr euler eval exp fact factor fclose fcnt feof ferror \
fflush fgetc fgetfield fgetfile fgetline fgets fgetstr fib files \
floor fopen forall fpathopen fprintf fputc fputs fputstr frac free \
freebernoulli freeeuler freeglobals freeredc freestatics frem freopen \
fscan fscanf fseek fsize ftell gcd gcdrem gd getenv hash head highbit \
hmean hnrmod hypot ilog ilog10 ilog2 im indices inputlevel insert \
int inverse iroot isassoc isatty isblk isconfig isdefined iserror \
iseven isfile ishash isident isint islist ismat ismult isnull isnum \
isobj isobjtype isodd isprime isptr isqrt isrand israndom isreal \
isrel issimple issq isstr istype jacobi join lcm lcmfact lfactor \
ln log lowbit ltol makelist matdim matfill matmax matmin matsum \
mattrace mattrans max memsize meq min minv mmin mne mod modify \
name near newerror nextcand nextprime norm null num oldvalue ord \
param perm pfact pi pix places pmod polar poly pop popcnt pound \
power prevcand prevprime printf prompt protect ptest push putenv \
quo quomod rand randbit random randombit randperm rcin rcmul rcout \
rcpow rcsq re remove reverse rewind rm root round rsearch runtime \
saveval scale scan scanf search sec sech seed segment select sgn sha1 \
sin sinh size sizeof sleep sort sqrt srand srandom ssq stoponerror \
str strcat strcmp strcpy strerror strlen strncmp strncpy strpos \
strprintf strscan strscanf substr sum swap system systime tail tan \
tanh test time trunc usertime version xor
DETAIL_HELP= abs access acos acosh acot acoth acsc acsch address \
agd append appr arg argv arrow asec asech asin asinh assign atan \
atan2 atanh avg base base2 bernoulli bit blk blkcpy blkfree blocks \
bround btrunc calc_tty calclevel calcpath catalan ceil cfappr cfsim \
char cmdbuf cmp comb conj cos cosh cot coth count cp csc csch ctime \
delete den dereference det digit digits display dp epsilon errcount \
errmax errno error estr euler eval exp fact factor fclose fcnt \
feof ferror fflush fgetc fgetfield fgetfile fgetline fgets fgetstr \
fib files floor fopen forall fpathopen fprintf fputc fputs fputstr \
frac free freebernoulli freeeuler freeglobals freeredc freestatics \
frem freopen fscan fscanf fseek fsize ftell gcd gcdrem gd getenv \
hash head highbit hmean hnrmod hypot ilog ilog10 ilog2 im indices \
inputlevel insert int inverse iroot isalnum isalpha isassoc isatty \
isblk iscntrl isconfig isdefined isdigit iserror iseven isfile \
isgraph ishash isident isint islist islower ismat ismult isnull \
isnum isobj isobjtype isodd isprime isprint isptr ispunct isqrt \
isrand israndom isreal isrel issimple isspace issq isstr istype \
isupper isxdigit jacobi join lcm lcmfact lfactor ln log lowbit ltol \
makelist matdim matfill matmax matmin matsum mattrace mattrans max \
memsize meq min minv mmin mne mod modify name near newerror nextcand \
nextprime norm null num oldvalue ord param perm pfact pi pix places \
pmod polar poly pop popcnt pound power prevcand prevprime printf \
prompt protect ptest push putenv quo quomod rand randbit random \
randombit randperm rcin rcmul rcout rcpow rcsq re remove reverse \
rewind rm root round rsearch runtime saveval scale scan scanf \
search sec sech seed segment select sgn sha1 sin sinh size sizeof \
sleep sort sqrt srand srandom ssq stoponerror str strcasecmp strcat \
strcmp strcpy strerror strlen strncasecmp strncmp strncpy strpos \
strprintf strscan strscanf strtolower strtoupper substr sum swap \
system systime tail tan tanh test time trunc usertime version xor
# This list is of files that are clones of DETAIL_HELP files. They are
# built from DETAIL_HELP files.
@@ -633,11 +637,26 @@ bsdi: all
${RM} -f obj
${CP} obj.file obj
# These next rule help me form the ${DETAIL_HELP} makefile variables above.
# These next rule help form the ${DETAIL_HELP} makefile variables above.
#
detaillist:
${Q} -(echo "xxxxx"; \
for i in ${DETAIL_HELP} /dev/null; do \
# NOTE: The ${DETAIL_HELP} list does not include special help files.
#
detail_help_list:
${Q} -(find . -mindepth 1 -maxdepth 1 -type f \
! -name Makefile ! -name '.Makefile.swp' \
! -name archive ! -name assoc ! -name builtin.end \
! -name builtin.top ! -name command ! -name config \
! -name contrib ! -name credit ! -name custom ! -name define \
! -name environment ! -name errorcodes.hdr \
! -name errorcodes.sed ! -name expression ! -name file \
! -name funclist.c ! -name funclist.sed ! -name help \
! -name history ! -name interrupt ! -name intro ! -name list \
! -name mat ! -name obj.file ! -name operator \
! -name overview ! -name script ! -name statement \
! -name todo ! -name types ! -name unexpected \
! -name variable ! -name wishlist \
-print | \
while read i; do \
if [ X"$$i" != X"/dev/null" ]; then \
if [ ! -f RCS/$$i,v ]; then \
echo "WARNING: $$i not under RCS control" 1>&2; \
@@ -645,8 +664,10 @@ detaillist:
echo $$i; \
fi; \
fi; \
done | LANG=C ${SORT}) | ${FMT} -70 | \
${SED} -e '1s/xxxxx/DETAIL_HELP=/' -e '2,$$s/^/ /' \
done; \
echo '--first_line--') | \
${SED} -e 's:^\./::' | LANG=C ${SORT} | ${FMT} -70 | \
${SED} -e '1s/--first_line--/DETAIL_HELP=/' -e '2,$$s/^/ /' \
-e 's/$$/ \\/' -e '$$s/ \\$$//'
##

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -33,7 +33,7 @@ chongo <was here> /\../\
##
## @(#) $Revision: 30.2 $
## @(#) $Id: archive,v 30.2 2013/08/11 01:08:32 chongo Exp $
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/archive,v $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/archive,v $
##
## Under source code control: 1996/06/13 02:51:48
## File existed as early as: 1996

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -208,7 +208,7 @@ SEE ALSO
##
## @(#) $Revision: 30.2 $
## @(#) $Id: blkcpy,v 30.2 2013/08/11 01:08:32 chongo Exp $
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blkcpy,v $
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/blkcpy,v $
##
## Under source code control: 1997/04/05 14:08:50
## File existed as early as: 1997

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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