diff --git a/BUGS b/BUGS index 1c13bee..e6a4d72 100644 --- a/BUGS +++ b/BUGS @@ -20,20 +20,21 @@ configuration, try backing them out and see if things get better. To be sure that your version of calc is up to date, check out: - http://reality.sgi.com/chongo/tech/comp/calc/calc-download.html + http://www.isthe.com/chongo/tech/comp/calc/calc-download.html The calc web site is located at: - http://reality.sgi.com/chongo/tech/comp/calc/index.html + http://www.isthe.com/chongo/tech/comp/calc/index.html =-= If you have tried all of the above and things still are not right, then it may be time to send in a bug report. You can send bug reports to: - calc-bugs at postofc dot corp dot sgi dot com + calc-bugs at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe', the web site URL uses 'isthe' ]] When you send your report, please include the following information: @@ -58,9 +59,10 @@ Stack traces from core dumps are useful to send as well. Send any comments, compiler warning messages, suggestions and most importantly, fixes (in the form of a context diff patch) to: - calc-tester at postofc dot corp dot sgi dot com + calc-bugs at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe', the web site URL uses 'isthe' ]] You should use the above calc-bugs address for bug reports, if you are not currently a member of the calc-tester mailing list. @@ -177,12 +179,12 @@ Problems with known work-a-rounds: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.4 $ -## @(#) $Id: BUGS,v 29.4 1999/12/15 09:13:29 chongo Exp $ +## @(#) $Revision: 29.5 $ +## @(#) $Id: BUGS,v 29.5 2000/06/07 14:02:13 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/RCS/BUGS,v $ ## ## Under source code control: 1994/03/18 14:06:13 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/CHANGES b/CHANGES index ea7bfb3..a2fc4b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,39 @@ -The following are the changes from calc version 2.11.1 to date: +The following are the changes from calc version 2.11.2t0 to date: + + Fixed a bug whereby help files are not displayed correctly on + systems such as NetBSD 1.4.1. Thanks to a fix from Jakob Naumann. + + Changed EMail addresses to use asthe.com. Changed URLs to use + www.isthe.com. NOTE: The EMail address uses 'asthe' and the web + site URL uses 'isthe'. + + Using calc-bugs at asthe dot com for calc bug reports, + calc-contrib at asthe dot com for calc contributions, + calc-tester-request at asthe dot com for requests to join calc-tester and + calc-tester at asthe dot com for the calc tester mailing list. + + Replaced explicit EMail addresses found this file with the notation to reduce the potential for those folks + to be spammed. + + The Makefile attempts to detect the existence of /dev/urandom with -e + instead of the less portable -c. + + Misc Makefile fixes. + + +The following are the changes from calc version 2.11.1t3 to 2.11.1t4: + + Removed non-portable strerror() tests (3715, 3724 and 3728) from + calc/regress.cal. + + Fixed missing strdup() from func.c problem. + + Fixed a problem that would have come up on a very long #! command line + if the system permitted it. + + +The following are the changes from calc version 2.11.1 to 2.11.1t2.2: Placed calc under version 2.1 of the GNU Lesser General Public License. @@ -61,9 +96,9 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: Fixed some bugs relaing to '// and %' in combination with some of the the rounding modes based on a patch from Ernest Bowen - . + . - A patch from Klaus Alexander Seistrup , when + A patch from Klaus Alexander Seistrup , when used in combination with the GNU-readline facility, will prevent it from saving empty lines. @@ -77,7 +112,7 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: Fixed the long standing issue first reported by Saber-C in the domul() function in zmil.c thanks to a patch by Ernest Bowen - . + . Added zero dimensional matrices. A zero dimensional matrix is defined as: @@ -86,15 +121,15 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: Updated the help/mat file to reflect the current status of matrices including zero dimensional matrices. - Added indices() builtin function as written by Ernest Bowen - developed from an idea of Klaus Seistrup - . See help/indices for details. + Added indices() builtin function as written by Ernest Bowen developed from an idea of Klaus + Seistrup . See help/indices for details. Fixed a number of insure warnings as reported by Michel van der List - . + . Fixed a number of help file typos discovered by Klaus Alexander - Seistrup . + Seistrup . Removed REGRESS_CAL as a Makefile variable. @@ -102,9 +137,9 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: one to print the list of distribution files that are used (but not built) to form either the libcalc.a or the libcustcalc.a library. - Added a patch from Randall.Gray@marine.csiro.au to make ^D terminate, - but *only* if the line it is on is completely empty. Removed lib/altbind - and removed the CALCBINDINGS Makefile variable. + Added a patch from to make + ^D terminate, but *only* if the line it is on is completely empty. + Removed lib/altbind and removed the CALCBINDINGS Makefile variable. A new config("ctrl_d") value controls how the ``delete_char'', which by default is bound to ^D (Control D), will or will not exit calc: @@ -147,7 +182,8 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: instead of returning integers. One cannot use integers to set these values, so returning integers was useless. - Applied the dangling name fix from Ernest Bowen . + Applied the dangling name fix from Ernest Bowen + . Show func prints function on order of their indices, and with config("lib_debug") & 4 == 4 some more details about the functions @@ -168,7 +204,7 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: hash(X) and hash(Y). Added support for config("ctrl_d") to the GNU-readline interface - as written by Klaus Alexander Seistrup . + as written by Klaus Alexander Seistrup . Currently, the config("ctrl_d", "virgin_eof") is not fully supported. Under GNU-readline, it acts the same way as @@ -186,8 +222,8 @@ The following are the changes from calc version 2.11.0t10 to 2.11.0t11: Fixed the make depend rule. - Applied Ernest Bowen's complex function - power(), exp() and transcendental function patch: + Applied Ernest Bowen's + complex function power(), exp() and transcendental function patch: Calc will return a "too-large argument" error-value for exp(x, epsilon) if re(x) >= 2^30 or if an estimate indicates that the @@ -388,12 +424,12 @@ The following are the changes from calc version 2.11.0t8.9.1 to 2.11.0t9.4.5: Fixed portability issue in seed.c relating to /dev/urandom and ustat. - Added a fix from Martin Buck to detect when + Added a fix from Martin Buck to detect when calc aborts early instead of completing the regression test. Now 'make chk' will require the last line of calc output to end in the string ``Ending regression tests''. - Added a patch from Martin Buck to allow use of + Added a patch from Martin Buck to allow use of GNU-readline. Note that GNU-readline is not shipped with calc. His patch only provides the hooks to use it. One must comment out: @@ -421,10 +457,10 @@ The following are the changes from calc version 2.11.0t8.9.1 to 2.11.0t9.4.5: the internal opcodes needed to declare them. Fixed a permission problem on ranlib-ed *.a files that was reported - by Michael Somos . + by Michael Somos . - Added patch by Klaus Alexander Seistrup related - to GNU-readline: + Added patch by Klaus Alexander Seistrup + related to GNU-readline: + enable calc specific bindings in ~/.inputrc + save a copy of your session to disk and reload them next @@ -446,7 +482,7 @@ The following are the changes from calc version 2.11.0t8.9.1 to 2.11.0t9.4.5: directly under ${LIBDIR} will be removed. Added the piforever() funcion to lib/pi.cal. It was written by - Klaus Alexander Seistrup and was inspired by + Klaus Alexander Seistrup and was inspired by an algorithm conceived by Lambert Meertens. (See also the ABC Programmer's Handbook, by Geurts, Meertens & Pemberton, published by Prentice-Hall (UK) Ltd., 1990.) The piforever() funcion prints @@ -528,7 +564,7 @@ The following are the changes from calc version 2.11.0t8.9.1 to 2.11.0t9.4.5: Unknown error 9999 Fixed some insure code inspection tool issues that were discovered - and investigated by Michel van der List . + and investigated by Michel van der List . Made an effort to ensure that the v_subtype of VALUES are initialized to V_NOSUBTYPE thruout the source code. @@ -550,7 +586,7 @@ The following are the changes from calc version 2.11.0t8 to 2.11.0t8.9: Improved how calc internally dealt with reading EOF or '\0' characters. Calc now allows multiple defines to occur on the same line: - (Thanks goes to Ernest Bowen ) + (Thanks goes to Ernest Bowen ) define f8300(x) = x^2; define g8300(x) = 1 - x; @@ -588,7 +624,7 @@ The following are the changes from calc version 2.11.0t8 to 2.11.0t8.9: builtin produced FNV hash values that did not match the FNV-1 algorithm as specified in: - http://reality.sgi.com/chongo/tech/comp/fnv/index.html + http://www.isthe.com/chongo/tech/comp/fnv/index.html Removed an unused argument in the function getbody() in codegen.c. @@ -613,11 +649,11 @@ The following are the changes from calc version 2.11.0t8 to 2.11.0t8.9: Added FNV hash to the regression test suite. - Added Ernest Bowen's fix for the + Added Ernest Bowen's fix for the FNV regression test of the hash() builtin function. - Added Ernest Bowen's patch to improve - the way config("calc_debug"). Now the lower 4 bits of the + Added Ernest Bowen's patch to + improve the way config("calc_debug"). Now the lower 4 bits of the config("calc_debug") parameter have the following meaning: n Meaning of bit n of config("calc_debug") @@ -688,8 +724,8 @@ The following are the changes from calc version 2.11.0t8 to 2.11.0t8.9: Updated calc man page and help/usage file to reflect recent command line changes. - Fixed a bug, reported by Michael Somos , - which prevented calc -m from being used. + Fixed a bug, reported by Michael Somos , which prevented calc -m from being used. Fixed misc compiler warnings. @@ -697,7 +733,7 @@ The following are the changes from calc version 2.11.0t8 to 2.11.0t8.9: The following are the changes from calc version 2.11.0t7 to 2.11.0t7.5: Calc has some new command line flags / command line meaning: - (Thanks goes to Ernest Bowen ) + (Thanks goes to Ernest Bowen ) -i Go into interactive mode if possible. @@ -837,7 +873,7 @@ The following are the changes from calc version 2.11.0t7 to 2.11.0t7.5: The main calc URL is now: - http://reality.sgi.com/chongo/tech/comp/calc/ + http://www.isthe.com/chongo/tech/comp/calc/ Misc calc man page fixes. @@ -868,7 +904,7 @@ The following are the changes from calc version 2.11.0t1 to 2.11.0t6.3: Made some of the source a little more ++ friendly. We are NOT porting calc to C++! We will NOT support C++ compilation of calc. Calc will written ANSI C. We just compiled with a suggestion from - Love-Jensen, John to make calc's version + Love-Jensen, John to make calc's version of C a little more to C++ compilers. We are simply avoiding symbols such as new or try for example. @@ -880,14 +916,14 @@ The following are the changes from calc version 2.11.0t1 to 2.11.0t6.3: Reordered cc Makefile variable sets in the main Makefile. Fixed a bug in hnrmod() and applied a fix that was reported by Ernest - Bowen . Added regression tests 1103 to - 1112 to confirm the fix. + Bowen . Added regression tests + 1103 to 1112 to confirm the fix. Fixed a bug in version.c related to MINOR_PATCHs in both the empty and non-empty MINOR_PATCH cases. Fixed malloc and bad storage issues reported by Michel van der List - . + . Fixed some problems related to path processing while opening files. Under extreme cases, an excessively long filename or CALCPATH value @@ -909,10 +945,10 @@ The following are the changes from calc version 2.11.0t1 to 2.11.0t6.3: section to the main Makefile. Fixed a string handling bug discovered by Dr.D.J.Picton - in the custom demo code. + in the custom demo code. Fixed a bug in the hnrmod() builtin that was discovered by - Ernest Bowen . + Ernest Bowen . Added FORCE_STDC symbol. When defined it will force __STDC__ like conditions. Thus for compilers with as the Solaris cc compiler @@ -957,11 +993,11 @@ The following are the changes from calc version 2.11.0t1 to 2.11.0t6.3: Added seed() builtin to return a 64 bit seed for a pseudo-random generator. - Added functionality from Ernest Bowen to - permit nested "= {...}" assignments for lists as well as matrices - and objects. Now one can have a list, matrix or object, some of - whose elements are lists, matrices or objects, to any depth of - recursion, and assign values to any number of particular elements + Added functionality from Ernest Bowen to permit nested "= {...}" assignments for lists as well + as matrices and objects. Now one can have a list, matrix or object, + some of whose elements are lists, matrices or objects, to any depth + of recursion, and assign values to any number of particular elements by an appropriate "initialization" expression. For example: A = mat[2] = {list(1,2), list(3,4,list(5,6))}; @@ -983,14 +1019,14 @@ The following are the changes from calc version 2.11.0t1 to 2.11.0t6.3: Added custom function custom("pzasusb8", n) and lib/pzasusb8.cal based on Ernest Bowen's diagnostic patch. - Thanks to the efforts of Ernest Bowen and - Dr.D.J.Picton , a nasty endian-ness bug - in the sha and sha1 hash functions that showed up on machines such - as the Sparc was fixed. + Thanks to the efforts of Ernest Bowen and Dr.D.J.Picton , a nasty endian-ness bug in the sha and sha1 hash functions + that showed up on machines such as the Sparc was fixed. - Added functionality from Ernest Bowen - to give arguments as well as function names after definitions when - config("lib_debug") >= 0. + Added functionality from Ernest Bowen to give arguments as well as function names after + definitions when config("lib_debug") >= 0. Removed if (config("lib_debug") >= 0) { ... } the ends of most of the calc library scripts because it was redundant with the @@ -1015,12 +1051,12 @@ The following are the changes from calc version 2.11.0t1 to 2.11.0t6.3: Increased the maximum number of object types that one can define from 10 to 128. - Added a patch from Ernest Bowen - to correctly hash a V_STR value-type that has an \0 byte + Added a patch from Ernest Bowen to correctly hash a V_STR value-type that has an \0 byte inside it. - A patch from Ernest Bowen now defines - special meaning to the first 2 bits of config("lib_debug"): + A patch from Ernest Bowen now + defines special meaning to the first 2 bits of config("lib_debug"): bit 0 set => messages printed when inputisterminal bit 1 set => messages printed when reading from a file @@ -1062,10 +1098,11 @@ The following are the changes from calc version 2.10.3t5.38 to 2.11.3t5.46: Fixed previously reported bug in popcnt() in relation to . values. Calc man page changes per suggestion from Martin Buck - . The calc man page is + . The calc man page is edited with a few more parameters from the Makefile. - Misc Makefile changes per Martin Buck . + Misc Makefile changes per Martin Buck . Removed trailing blanks from files. @@ -1123,7 +1160,7 @@ The following are the changes from calc version 2.10.3t5.34 to 2.10.3t5.37: Since "make chk" pipes the regression output to awk, we cannot assume that stdout and stderr are ttys. Tests #5985 and #5986 have been removed for this reason. (thanks to Martin Buck - for this report) + for this report) Fixed the order of prints in regress.cal. By convention, a print of a test line happens after the test. This is because function @@ -1147,8 +1184,8 @@ The following are the changes from calc version 2.10.3t5.34 to 2.10.3t5.37: Removed trailing blanks from files. - Ernest Bowen sent in the following patch - which is described in the next 34 points: + Ernest Bowen sent in the + following patch which is described in the next 34 points: (0) In the past: @@ -2697,7 +2734,8 @@ The following are the changes from calc version 2.10.3t0 to 2.10.3t2: Fixed a casting problem in label.c. A lot of work was performed on the code generation by Ernest Bowen - . Declarations no longer need to precese code: + . Declarations no longer + need to precese code: define f(x) { local i = x^2; @@ -2854,8 +2892,8 @@ The following are the changes from calc version 2.10.2t33 to 2.10.2t34: Fixed a bug related to fact(). - Thanks to Ernest Bowen , for two or three - arguments, + Thanks to Ernest Bowen , + for two or three arguments, search(x, val, start); rsearch(x, val, start); @@ -2963,7 +3001,7 @@ The following are the changes from calc version 2.10.2t25 to 2.10.2t32: Added pix.cal, a slow painful but interesting way to compute pix(x). Confusion over the scope of static and global values has been reduced - by a patch from Ernest Bowen . + by a patch from Ernest Bowen . The change introduced by the following patch terminates the scope of a static variable at any static declaration with the @@ -3161,10 +3199,10 @@ The following are the changes from calc version 2.10.2t4 to 2.10.2t24: > demo() Added a new trace option for display of links to real and complex - numbers. This is activated by config("trace", 4). The printing - of a real number is immediately followed by "#" and the number of - links to that number; complex numbers are printed in the same - except for having "##" instead of "#". + numbers. This is activated by config("trace", 4). The printing of + a real number is immediately followed by "#" and the number of links + to that number; complex numbers are printed in the same except for + having "##" instead of "#". The number of links for a number value is essentially the number of value locations at which it is either stored or deemed to be stored. Here a @@ -3584,9 +3622,9 @@ The following are the changes from calc version 2.10.1t21 to 2.10.2t0: All builtin functions have help files! While a number need cleanup and some of the LIMITS, LIBRARY and SEE ALSO sections need fixing - (or are missing), most of it is there. A Big round of thanks goes - to for his efforts in initial write-ups - for many of these files! + (or are missing), most of it is there. A Big round of thanks goes to + for his efforts in initial + write-ups for many of these files! The recognition of '\' as an escape character in the format argument of printf() has been dropped. Thus: @@ -3594,7 +3632,7 @@ The following are the changes from calc version 2.10.1t21 to 2.10.2t0: printf("\\n"); will print the two-character string "\n" rather than the a - one-character carriage return. + one-character carriage return. Missing args to printf-like functions will be treated as null values. @@ -3614,10 +3652,10 @@ The following are the changes from calc version 2.10.1t21 to 2.10.2t0: b = "print 27+" eval(b) - has been fixed. + has been fixed. Fixed bugs in zio.c which caused eval(str(x)) == x to fail - in non-real modes such as "oct". + in non-real modes such as "oct". The following: @@ -3628,12 +3666,12 @@ The following are the changes from calc version 2.10.1t21 to 2.10.2t0: for (i = 1; i < 10; i++) print i^2,; The show globals will print '...' in the middle of large values. - + The param(n) builtin, then n > 0, returns the address rather than the value of the n-th argument to save time and memory usage. This is useful when a matrix with big number entries is passed as an arg. - + The param(n) builtin, then n > 0, may be used as an lvalue: @@ -3658,7 +3696,7 @@ The following are the changes from calc version 2.10.1t20 to 2.10.1t20: Changes made in preparation for Blum Blum Shub random number generator. - REDC bug fixes: + REDC bug fixes: Fixed yet another bug in zdiv which occasionally caused the "top digit" of a nonzero quotient to be zero. @@ -3666,29 +3704,31 @@ The following are the changes from calc version 2.10.1t20 to 2.10.1t20: Fixed a bug in zredcmul() where a rarely required "topdigit" is sometimes lost rather than added to the appropriate carry. - A new function zredcmodinv(ZVALUE z, ZVALUE *res) has been defined for - evaluating rp->inv in zredcalloc(). + A new function zredcmodinv(ZVALUE z, ZVALUE *res) has been defined + for evaluating rp->inv in zredcalloc(). - New functions zmod5(ZVALUE *zp) and zmod6(ZVALUE z, ZVALUE *res) have - been defined to give O(N^1.585)-runtime evaluation of z % m for - large N-word m. These require m and BASE^(2*N) // m to have been - stored at named locations lastmod, lastmodinv. zmod5() is essentially - for internal use by zmod6() and zpowermod(). + New functions zmod5(ZVALUE *zp) and zmod6(ZVALUE z, ZVALUE *res) + have been defined to give O(N^1.585)-runtime evaluation of z % m + for large N-word m. These require m and BASE^(2*N) // m to have + been stored at named locations lastmod, lastmodinv. zmod5() is + essentially for internal use by zmod6() and zpowermod(). Changes to rcmul(x,y,m) so that the result is always in [0, m-1]. - + Changes to some of the detail of zredcmul() so that it should run slightly faster. Also changes to zredcsq() in the hope that it might achieve something like the improvement in speed of x^2 compared with x * x. - + A new "bignum" algorithm for evaluating pmod(x,k,m) when N >= config("pow2"). For the multiplications and squarings modulo m, or their equivalent, when N >= config("redc2"), calc has used evaluations correponding to rcout(x * y, m), for which the runtime is essentially that of three multiplications. - + Yet more additions to the regress.cal test suite. @@ -3697,24 +3737,24 @@ The following are the changes from calc version 2.10.1t20 to 2.10.1t20: Plugs some potential memory leaks in definitions in func.c. Expressions such as qlink(vals[2]) in some circumstances are neither qfreed nor returned as function values. - + The nextcand() and prevcand() functions handle modval, modulus and skip by using ZVALUE rather than ZVALUE * and dropping - the long modulus, etc. + the long modulus, etc. Changed a couple of occurrences of itoq(1) or itoq(0) to &_qone_ - and &_qzero_. + and &_qzero_. In definition of f_primetest, changed ztolong(q2->num) to ztoi(q2->num) so that the sign of count in ptest(n, count, skip) is not lost; and ztolong(q3->num) to q3->num so that skip can be any integer. - + In zprime.c, in definition of small_factor(), adds "&& *tp != 1" to the exit condition in the for loop so that searching for a factor will continue beyond the table of primes, as required for e.g. - factor(2^59 - 1). + factor(2^59 - 1). Changed zprimetest() so that skip in ptest(n, count, skip) determines the way bases for the tests are selected. Neg values of @@ -3728,23 +3768,24 @@ The following are the changes from calc version 2.10.1t20 to 2.10.1t20: to 3/4 as 6/8 or 9/12, etc. A simple summary of the way negative n is treated is "the sign is ignored". E.g. isprime(-97) and nextprime(-97) now return the same as isprime(97) and nextprime(97). - + The following are the changes from calc version 2.10.1t11 to 2.10.1t19: Added many more regression tests to lib/regress.cal. Some - due to . + due to . - Added many help files, most due to . + Added many help files, most due to . - Fixed exp() and ln() so that when they return a complex value with a - zero imaginary component, isreal() is true. + Fixed exp() and ln() so that when they return a complex value with + a zero imaginary component, isreal() is true. - Fixed cast problem in byteswap.c. + Fixed cast problem in byteswap.c. Fixed memory leak problem where repeated assignments did not - free the previous value. + free the previous value. Complex number ordering/comparison has been changed such that: @@ -3799,11 +3840,12 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: Added quo(x,y,rnd) and mod(x,y,rnd) to give function interfaces to // and % with rounding mode arguments. Extended these functions to work for list-values, complex numbers and matrices. - + - For integer x, cfsim(x,8) returns 0. + For integer x, cfsim(x,8) returns 0. + - Fixed config("leadzero"). + Fixed config("leadzero"). Set config("cfsim",8) by default (in "oldstd"). Setup initial idea for config("all", "newstd") to be the default with the following changes: @@ -3825,7 +3867,8 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: SWAP_HALF_IN_DEV and SWAP_HALF_IN_STSIZE. Added sec(), csc(), cot(), sech(), csch(), coth(), asec(), acsc(), - acot(), asech(), acsch() and acoth() builtins. + acot(), asech(), acsch() and acoth() builtins. The initmasks() call is no longer needed. The bitmask[] array is a compiled into zmath.c directly. @@ -3862,10 +3905,12 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: /*NOTREACHED*/ } - The ploy() function can take a list of coefficients. See - the help/poly file. Added poly.c. + The ploy() function can take a list of coefficients. See the + help/poly file. Added poly.c. - Fixes and performance improvemtns to det(). + Fixes and performance improvemtns to det(). Renamed atoq() and atoz() to str2q() and str2z() to avoid conflicts with libc function names. @@ -3876,7 +3921,7 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: long long or with LONGLONG_BITS=0. Added error() and iserror() to generate a value of a given error type. - See help/error for details. + See help/error for details. Added singular forms of help files. For example one can now get help for binding, bug, change, errorcode and type. @@ -3885,22 +3930,23 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: mod(x, md, 16). The old mmin(x, md) required md to be a positive integer and x to be an integer. Now md can be any real number; x can be real, complex, or a matrix or list with real elements, etc. - + The builtin avg(x_1, x_2, ...) has been changed to accept list-valued - arguments: a list x_i contributes its elements to the list of items to - be averaged. E.g. avg(list(1,2,list(3,4)),5) is treated as if it were - avg(1,2,3,4,5). If an error value is encountered in the items to be - averaged, the first such value is returned. If the number of items to be - averaged is zero, the null value is returned. + arguments: a list x_i contributes its elements to the list of + items to be averaged. E.g. avg(list(1,2,list(3,4)),5) is treated + as if it were avg(1,2,3,4,5). If an error value is encountered in + the items to be averaged, the first such value is returned. If the + number of items to be averaged is zero, the null value is returned. + The builtin hmean(x_1, x_2, ...) has been changed to admit types other than real for x_1, x_2, ...; list arguments are treated in - the same way as in avg(). + the same way as in avg(). The builtin eval(str) has been changed so that when str has a syntax error, instead of call to math_error(), an error value is - returned. + returned. The old frem(x,y) builtin returned the wrong value when y was a power of 2 greater than 2, e.g. f(8,4) is returned as 4 when its value should be 2. @@ -3911,8 +3957,7 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: Both frem(x,y) and gcdrem(x,y) now reject y = -1, 0 or 1 as errors. For nonzero x, and y == -1 or 1, defining frem(x,y) and gcdrem(x,y) to equal abs(x) is almost as natural as defining x^0 to be 1. Similarly, if x is - not zero then gcdrem(x,0) == 1. - + not zero then gcdrem(x,0) == 1. Plugged some more memory leaks. @@ -3928,7 +3973,7 @@ The following are the changes from calc version 2.10.1t11 to 2.10.1t19: Fixed bug that would put calc into an infinite loop if it is ran with errors in startup files (calc/startup, .calcrc). - Ha Lam + Ha Lam The following are the changes from calc version 2.10.0t13 to 2.10.1t10: @@ -3969,13 +4014,13 @@ The following are the changes from calc version 2.10.0t13 to 2.10.1t10: defines the default CALCBINDINGS is "bindings" (or "altbind") which is now usualy found in ./lib or ${LIBDIR}. - Per Ernest Bowen , an optional third argument - was added sqrt() so that in sqrt(x,y,z), y and z have essentially the - same role as in appr(x,y,z) except that of course what is being - approximated is the sqrt of x. Another difference is that two more - bits of z are used in sqrt: bit 5 gives the option of exact results - when they exist (the value of y is then ignored) and bit 6 returns - the nonprincipal root rather than the principal value. + Per Ernest Bowen , an optional + third argument was added sqrt() so that in sqrt(x,y,z), y and z have + essentially the same role as in appr(x,y,z) except that of course + what is being approximated is the sqrt of x. Another difference is + that two more bits of z are used in sqrt: bit 5 gives the option of + exact results when they exist (the value of y is then ignored) and + bit 6 returns the nonprincipal root rather than the principal value. If commands are given on the command line, leading tabs are not printed in output. Giving a command on the command line implies @@ -4116,20 +4161,21 @@ The following are the changes from calc version 2.9.3t9.2+ to 2.9.3t10: Added getenv("name"), putenv("name=val") and putenv("name, "val") builts for environment variable support thanks to "Dr." "D.J." Picton - . + . Added system("shell command") builtin to execute shell commands, - thanks to "Dr." "D.J." Picton . + thanks to "Dr." "D.J." Picton . Added isatty(fd) builtin to determine if fd is attached to a tty - thanks to "Dr." "D.J." Picton . + thanks to "Dr." "D.J." Picton . Added cmdbuf() builtin to return the command line executed by calc's - command line args thanks to "Dr." "D.J." Picton . + command line args thanks to "Dr." "D.J." Picton . Added strpos(str1,str2) builtin to determine the first position where str2 is found in str1 thanks to "Dr." "D.J." Picton - . + . Fixed bug that caused: @@ -4148,10 +4194,10 @@ The following are the changes from calc version 2.9.3t9.2+ to 2.9.3t10: do the same thing. Added show config to print the config values and parameters thanks - to Ernest Bowen . + to Ernest Bowen . Added show objtypes to print the defined objects thanks to Ernest Bowen - . + . Added more builtin function help files. @@ -4168,13 +4214,14 @@ The following are the changes from calc version 2.9.3t9.2+ to 2.9.3t10: 1 to 100 values to a list. Added reverse() and join() builtins to reverse and join lists - thanks to Ernest Bowen . + thanks to Ernest Bowen . Added sort() builtin to sort lists thanks to Ernest Bowen - . + . - Added head(), segment() and tail() builtins to return the head, middle or - tail of lists thanks to Ernest Bowen . + Added head(), segment() and tail() builtins to return the head, + middle or tail of lists thanks to Ernest Bowen . Added more and fixed some help files. @@ -4362,8 +4409,8 @@ The following are the changes from calc version 2.9.3t8 to 2.9.3t9.2: Added matsum() to sum all numeric values in a matrix. - The following code now works, thanks to a fix by ernie@neumann.une.edu.au - (Ernest Bowen): + The following code now works, thanks to a fix by (Ernest Bowen): mat A[3] = {1, 2, 3}; A[0] = A; @@ -4421,14 +4468,14 @@ The following are the changes from calc version 2.9.3t7 to 2.9.3t7: The 'show' command by itself will issue an error message that will remind one of the possible show arguments. - (thanks to Ha S. Lam ) + (thanks to Ha S. Lam ) Fixed an ANSI-C related problem with the use of stringindex() by the show command. ANSI-C interprets "bar\0foo..." as if it were "bar\017oo...". Added a cd command to change the current directory. - (thanks to Ha S. Lam ) + (thanks to Ha S. Lam ) Calc will not output the initial version string, startup message and command prompt if stdin is not a tty. Thus @@ -4436,7 +4483,8 @@ The following are the changes from calc version 2.9.3t7 to 2.9.3t7: echo "fact(100)" | calc - only prints the result. (thanks to Ha S. Lam ) + only prints the result. (thanks to Ha S. Lam ) The zmath.h macro zisbig() macro was replaced with zlt16b(), zge24b(), zge31b(), zge32b() and zgtmaxfull() which are @@ -4454,12 +4502,12 @@ The following are the changes from calc version 2.9.3t7 to 2.9.3t7: a value to 2^31 decimal digit places. One cannot compute the Fibonacci number F(2^31). - Andy Fingerhut (thanks!) supplied a fix to - a subtle bug in the code generation routines. The basic problem was - that addop() is sometimes used to add a label to the opcode table - of a function. The addop() function did some optimization tricks, - and if one of these labels happens to be an opcode that triggers - optimization, incorrect opcodes were generated. + Andy Fingerhut (thanks!) supplied + a fix to a subtle bug in the code generation routines. The basic + problem was that addop() is sometimes used to add a label to + the opcode table of a function. The addop() function did some + optimization tricks, and if one of these labels happens to be an + opcode that triggers optimization, incorrect opcodes were generated. Added utoz(), ztou() to zmath.c, and utoq(), qtou() to qmath.c in preparation for 2.9.3t9 mods. @@ -4718,12 +4766,12 @@ 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. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.5 $ -## @(#) $Id: CHANGES,v 29.5 1999/12/17 10:36:02 chongo Exp $ +## @(#) $Revision: 29.11 $ +## @(#) $Id: CHANGES,v 29.11 2000/06/07 15:51:35 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/RCS/CHANGES,v $ ## ## Under source code control: 1993/06/02 18:12:57 ## File existed as early as: 1989 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/COPYING b/COPYING index b5ffc77..dbe2067 100644 --- a/COPYING +++ b/COPYING @@ -12,8 +12,8 @@ This file is Copyrighted Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - # @(#) $Revision: 29.1 $ - # @(#) $Id: COPYING,v 29.1 1999/12/14 09:15:29 chongo Exp $ + # @(#) $Revision: 29.2 $ + # @(#) $Id: COPYING,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/COPYING,v $ =-= @@ -55,16 +55,28 @@ Calc is covered by the GNU Lesser General Public License The contact addresses for calc is as follows: - Web: http://reality.sgi.com/chongo/tech/comp/calc/index.html - http://www.isthe.com/chongo/tech/comp/calc/index.html + Web: http://www.isthe.com/chongo/tech/comp/calc/index.html + EMail: calc-contrib at asthe dot com - EMail: calc-tester at postofc dot corp dot sgi dot com - calc-tester at isthe dot com + To join the calc-tester mailing list. Send a request to: - [[ Replace 'at' with @, 'dot' is with . and remove spaces ]] + calc-tester-request at asthe dot com - The 2nd address set is provided in case the 1st address set no - longer functions. + Your message body (not the subject) should consist of: + + subscribe calc-tester address + end + name your_full_name + + where ``address'' is your EMail address and ``your_full_name'' is + your full name. + + Calc bug reports, however should be sent to: + + calc-bugs at asthe dot com + + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] =-= diff --git a/HOWTO.INSTALL b/HOWTO.INSTALL index e56fe52..a441754 100644 --- a/HOWTO.INSTALL +++ b/HOWTO.INSTALL @@ -65,12 +65,12 @@ the calc help subsystem. See the README file for details. ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: HOWTO.INSTALL,v 29.1 1999/12/14 09:15:29 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: HOWTO.INSTALL,v 29.2 2000/06/07 14:02:13 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/RCS/HOWTO.INSTALL,v $ ## ## Under source code control: 1999/09/27 20:48:44 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/LIBRARY b/LIBRARY index 6bbf4e6..51dbfcc 100644 --- a/LIBRARY +++ b/LIBRARY @@ -471,12 +471,12 @@ need call libcalc_call_me_last() only once. ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: LIBRARY,v 29.1 1999/12/14 09:15:29 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: LIBRARY,v 29.2 2000/06/07 14:02:13 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/RCS/LIBRARY,v $ ## ## Under source code control: 1993/07/30 19:44:49 ## File existed as early as: 1993 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/Makefile b/Makefile index b3e5c31..66ccec1 100644 --- a/Makefile +++ b/Makefile @@ -20,15 +20,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.5 $ -# @(#) $Id: Makefile.ship,v 29.5 1999/12/17 09:07:35 chongo Exp $ +# @(#) $Revision: 29.9 $ +# @(#) $Id: Makefile.ship,v 29.9 2000/06/07 15:50:19 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/Makefile.ship,v $ # # Under source code control: 1990/02/15 01:48:41 # File existed as early as: before 1990 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # calculator by David I. Bell with help/mods from others # Makefile by Landon Curt Noll @@ -2084,7 +2084,7 @@ have_urandom.h: ${MAKE_FILE} ${Q}echo '' >> have_urandom.h ${Q}echo '' >> have_urandom.h ${Q}echo '/* do we have /dev/urandom? */' >> have_urandom.h - -${Q}if [ -c /dev/urandom ]; then \ + -${Q}if [ -e /dev/urandom ] 2>/dev/null; then \ echo '#define HAVE_URANDOM_H /* yes */' >> have_urandom.h; \ else \ echo '#undef HAVE_URANDOM_H /* no */' >> have_urandom.h; \ @@ -2397,7 +2397,11 @@ sample/sample: status="$$?"; \ if [ "$$status" -ne 0 ]; then \ echo "$$status" > ../.sample_error; \ + else \ + true ; \ fi; \ + else \ + true ; \ fi ${Q}if [ -f .sample_error ]; then \ echo "sample make failed, code: `cat .sample_error`" 1>&2; \ @@ -3316,6 +3320,7 @@ func.o: have_malloc.h func.o: have_memmv.h func.o: have_newstr.h func.o: have_stdlib.h +func.o: have_strdup.h func.o: have_string.h func.o: have_times.h func.o: have_unistd.h diff --git a/README b/README index 4533f0a..239b9b5 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ See the HOWTO.INSTALL file for information on how to build and install calc. To be sure that your version of calc is up to date, check out: - http://reality.sgi.com/chongo/tech/comp/calc/calc-download.html + http://www.isthe.com/chongo/tech/comp/calc/calc-download.html We are interested in any/all feedback on recent versions of calc. In particular we would like to hear about: @@ -75,9 +75,10 @@ for a wish/todo list. Code contributions are welcome. To join the calc-tester mailing list. Send a request to: - calc-tester-request at postofc dot corp dot sgi dot com + calc-tester-request at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] Your message body (not the subject) should consist of: @@ -90,15 +91,16 @@ your full name. Calc bug reports, however should be sent to: - calc-bugs at postofc dot corp dot sgi dot com + calc-bugs at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] but see the BUGS file first. The calc web site is located at: - http://reality.sgi.com/chongo/tech/comp/calc/ + http://www.isthe.com/chongo/tech/comp/calc/ ## Copyright (C) 1999 Landon Curt Noll ## @@ -116,12 +118,12 @@ The calc web site is located at: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: README,v 29.1 1999/12/14 09:15:29 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: README,v 29.2 2000/06/07 14:02:13 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/RCS/README,v $ ## ## Under source code control: 1995/10/25 05:27:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/addop.c b/addop.c index 0629648..639a863 100644 --- a/addop.c +++ b/addop.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: addop.c,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: addop.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/addop.c,v $ * * Under source code control: 1990/02/15 01:48:10 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/align32.c b/align32.c index 5bf6dad..3ab64a2 100644 --- a/align32.c +++ b/align32.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: align32.c,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: align32.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/align32.c,v $ * * Under source code control: 1995/11/23 05:18:06 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/alloc.h b/alloc.h index bbc3545..224bf10 100644 --- a/alloc.h +++ b/alloc.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: alloc.h,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: alloc.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/alloc.h,v $ * * Under source code control: 1990/02/15 01:48:29 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/assocfunc.c b/assocfunc.c index 3d8692f..004f4f7 100644 --- a/assocfunc.c +++ b/assocfunc.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: assocfunc.c,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: assocfunc.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/assocfunc.c,v $ * * Under source code control: 1993/07/20 23:04:27 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/blkcpy.c b/blkcpy.c index 5e01554..6172fce 100644 --- a/blkcpy.c +++ b/blkcpy.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: blkcpy.c,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: blkcpy.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/blkcpy.c,v $ * * Under source code control: 1997/04/18 20:41:26 * File existed as early as: 1997 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/blkcpy.h b/blkcpy.h index bbb9833..11f3a13 100644 --- a/blkcpy.h +++ b/blkcpy.h @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: blkcpy.h,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: blkcpy.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/blkcpy.h,v $ * * Under source code control: 1997/04/18 20:41:25 * File existed as early as: 1997 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/block.c b/block.c index dd54e47..4089499 100644 --- a/block.c +++ b/block.c @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: block.c,v 29.1 1999/12/14 09:15:29 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: block.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/block.c,v $ * * Under source code control: 1997/02/27 00:29:40 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/block.h b/block.h index 294c61b..8a018f6 100644 --- a/block.h +++ b/block.h @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: block.h,v 29.1 1999/12/14 09:15:30 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: block.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/block.h,v $ * * Under source code control: 1997/02/21 05:03:39 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/byteswap.c b/byteswap.c index d48b6d9..4ea300b 100644 --- a/byteswap.c +++ b/byteswap.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: byteswap.c,v 29.1 1999/12/14 09:15:30 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: byteswap.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/byteswap.c,v $ * * Under source code control: 1995/10/11 04:44:01 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/byteswap.h b/byteswap.h index 7b31163..976640f 100644 --- a/byteswap.h +++ b/byteswap.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: byteswap.h,v 29.1 1999/12/14 09:15:30 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: byteswap.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/byteswap.h,v $ * * Under source code control: 1995/10/11 04:44:01 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/Makefile b/cal/Makefile index cec3f7f..448c8d9 100644 --- a/cal/Makefile +++ b/cal/Makefile @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: Makefile,v 29.1 1999/12/14 09:15:30 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: Makefile,v 29.2 2000/06/07 14:02:25 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/Makefile,v $ # # Under source code control: 1991/07/21 05:00:54 # File existed as early as: 1991 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # calculator by David I. Bell with help/mods from others # Makefile by Landon Curt Noll diff --git a/cal/README b/cal/README index f0c69dc..2c2f1a5 100644 --- a/cal/README +++ b/cal/README @@ -37,9 +37,10 @@ be useful! If you write something that you think is useful, please send it to: - calc-tester at postofc dot corp dot sgi dot com + calc-contrib at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] By convention, a resource file only defines and/or initializes functions, objects and variables. (The regress.cal and testxxx.cal regression test @@ -722,12 +723,12 @@ xx_print.cal ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: README,v 29.1 1999/12/14 09:15:30 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: README,v 29.2 2000/06/07 14:02:25 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/README,v $ ## ## Under source code control: 1990/02/15 01:50:32 ## File existed as early as: before 1990 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/cal/beer.cal b/cal/beer.cal index 9384bf0..43dded7 100644 --- a/cal/beer.cal +++ b/cal/beer.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: beer.cal,v 29.1 1999/12/14 09:15:30 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: beer.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/beer.cal,v $ * * Under source code control: 1996/11/13 13:21:05 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/bernoulli.cal b/cal/bernoulli.cal index 6c0c055..fb23184 100644 --- a/cal/bernoulli.cal +++ b/cal/bernoulli.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: bernoulli.cal,v 29.1 1999/12/14 09:15:30 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: bernoulli.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/bernoulli.cal,v $ * * Under source code control: 1991/09/30 11:18:41 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/bigprime.cal b/cal/bigprime.cal index 3c3e6b7..678effd 100644 --- a/cal/bigprime.cal +++ b/cal/bigprime.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: bigprime.cal,v 29.1 1999/12/14 09:15:30 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: bigprime.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/bigprime.cal,v $ * * Under source code control: 1991/05/22 21:56:32 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/bindings b/cal/bindings index 9aec111..62ab37e 100644 --- a/cal/bindings +++ b/cal/bindings @@ -16,14 +16,14 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: bindings,v 29.1 1999/12/14 09:15:30 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: bindings,v 29.2 2000/06/07 14:02:25 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/bindings,v $ # # Under source code control: 1993/05/02 20:09:19 # File existed as early as: 1993 # -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # NOTE: This facility is ignored if calc was compiled with GNU-readline. # In that case, the standard readline mechanisms (see readline(3)) diff --git a/cal/chrem.cal b/cal/chrem.cal index 6237a4b..a077b1f 100644 --- a/cal/chrem.cal +++ b/cal/chrem.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: chrem.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: chrem.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/chrem.cal,v $ * * Under source code control: 1992/09/26 01:00:47 * File existed as early as: 1992 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/deg.cal b/cal/deg.cal index 6539c20..68db86b 100644 --- a/cal/deg.cal +++ b/cal/deg.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: deg.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: deg.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/deg.cal,v $ * * Under source code control: 1990/02/15 01:50:33 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/ellip.cal b/cal/ellip.cal index 5ce8a5f..e3f2d78 100644 --- a/cal/ellip.cal +++ b/cal/ellip.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: ellip.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: ellip.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/ellip.cal,v $ * * Under source code control: 1990/02/15 01:50:33 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/hello.cal b/cal/hello.cal index 7f62891..76d8366 100644 --- a/cal/hello.cal +++ b/cal/hello.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: hello.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: hello.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/hello.cal,v $ * * Under source code control: 1996/11/13 13:25:43 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/lucas.cal b/cal/lucas.cal index 3e82bd5..d969368 100644 --- a/cal/lucas.cal +++ b/cal/lucas.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: lucas.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: lucas.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/lucas.cal,v $ * * Under source code control: 1990/05/03 16:49:51 * File existed as early as: 1990 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/lucas_chk.cal b/cal/lucas_chk.cal index 41dc6fa..db06c20 100644 --- a/cal/lucas_chk.cal +++ b/cal/lucas_chk.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: lucas_chk.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: lucas_chk.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/lucas_chk.cal,v $ * * Under source code control: 1991/01/11 05:41:43 * File existed as early as: 1991 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/lucas_tbl.cal b/cal/lucas_tbl.cal index fff61b2..d984168 100644 --- a/cal/lucas_tbl.cal +++ b/cal/lucas_tbl.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: lucas_tbl.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: lucas_tbl.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/lucas_tbl.cal,v $ * * Under source code control: 1991/01/26 02:43:43 * File existed as early as: 1991 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/mersenne.cal b/cal/mersenne.cal index 4a0199c..01be307 100644 --- a/cal/mersenne.cal +++ b/cal/mersenne.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: mersenne.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: mersenne.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/mersenne.cal,v $ * * Under source code control: 1991/05/22 21:56:36 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/mfactor.cal b/cal/mfactor.cal index 42557da..e902e10 100644 --- a/cal/mfactor.cal +++ b/cal/mfactor.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: mfactor.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: mfactor.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/mfactor.cal,v $ * * Under source code control: 1996/07/06 06:09:40 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/mod.cal b/cal/mod.cal index 415a3eb..73f905e 100644 --- a/cal/mod.cal +++ b/cal/mod.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: mod.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: mod.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/mod.cal,v $ * * Under source code control: 1990/02/15 01:50:34 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/natnumset.cal b/cal/natnumset.cal index 58903fe..4976902 100644 --- a/cal/natnumset.cal +++ b/cal/natnumset.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: natnumset.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: natnumset.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/natnumset.cal,v $ * * Under source code control: 1997/09/07 23:53:51 * File existed as early as: 1997 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/pell.cal b/cal/pell.cal index e3f0e63..88df348 100644 --- a/cal/pell.cal +++ b/cal/pell.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: pell.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: pell.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/pell.cal,v $ * * Under source code control: 1990/02/15 01:50:34 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/pi.cal b/cal/pi.cal index b3ad402..1c66fa3 100644 --- a/cal/pi.cal +++ b/cal/pi.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: pi.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: pi.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/pi.cal,v $ * * Under source code control: 1991/05/22 21:56:37 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/pix.cal b/cal/pix.cal index da9da9e..982dd18 100644 --- a/cal/pix.cal +++ b/cal/pix.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: pix.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: pix.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/pix.cal,v $ * * Under source code control: 1996/07/09 03:14:14 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/pollard.cal b/cal/pollard.cal index c808bf2..5a26d72 100644 --- a/cal/pollard.cal +++ b/cal/pollard.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: pollard.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: pollard.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/pollard.cal,v $ * * Under source code control: 1991/05/22 21:56:37 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/poly.cal b/cal/poly.cal index c962e16..4c83ab3 100644 --- a/cal/poly.cal +++ b/cal/poly.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: poly.cal,v 29.1 1999/12/14 09:15:31 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: poly.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/poly.cal,v $ * * Under source code control: 1990/02/15 01:50:35 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/prompt.cal b/cal/prompt.cal index 598ba73..f6e2e64 100644 --- a/cal/prompt.cal +++ b/cal/prompt.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: prompt.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: prompt.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/prompt.cal,v $ * * Under source code control: 1995/12/18 04:43:25 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/psqrt.cal b/cal/psqrt.cal index 640f66d..55454c2 100644 --- a/cal/psqrt.cal +++ b/cal/psqrt.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: psqrt.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: psqrt.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/psqrt.cal,v $ * * Under source code control: 1990/02/15 01:50:35 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/qtime.cal b/cal/qtime.cal index 45e0fe0..ee303c7 100644 --- a/cal/qtime.cal +++ b/cal/qtime.cal @@ -7,15 +7,15 @@ * utc_hr_offset Offset from UTC in hours. * * Written by: Klaus Alexander Seistrup - * With minor mods by: Landon Curt Noll + * With minor mods by: Landon Curt Noll * * See: * http://www.magnetic-ink.dk/download/qtime.html * * for examples of qtime() written on other languages. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qtime.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qtime.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/qtime.cal,v $ * * This file is not covered under version 2.1 of the GNU LGPL. diff --git a/cal/quat.cal b/cal/quat.cal index c61b12b..bfc8c21 100644 --- a/cal/quat.cal +++ b/cal/quat.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: quat.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: quat.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/quat.cal,v $ * * Under source code control: 1990/02/15 01:50:35 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/randbitrun.cal b/cal/randbitrun.cal index e1eb972..3452a2e 100644 --- a/cal/randbitrun.cal +++ b/cal/randbitrun.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: randbitrun.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: randbitrun.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/randbitrun.cal,v $ * * Under source code control: 1995/02/13 03:43:11 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/randmprime.cal b/cal/randmprime.cal index 16c4762..980420d 100644 --- a/cal/randmprime.cal +++ b/cal/randmprime.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: randmprime.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: randmprime.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/randmprime.cal,v $ * * Under source code control: 1994/03/14 23:11:21 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/randombitrun.cal b/cal/randombitrun.cal index 8ad2084..d745b8a 100644 --- a/cal/randombitrun.cal +++ b/cal/randombitrun.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: randombitrun.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: randombitrun.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/randombitrun.cal,v $ * * Under source code control: 1995/02/13 03:43:11 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/randomrun.cal b/cal/randomrun.cal index 5f5c363..f070107 100644 --- a/cal/randomrun.cal +++ b/cal/randomrun.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: randomrun.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: randomrun.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/randomrun.cal,v $ * * Under source code control: 1997/02/19 03:35:59 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/randrun.cal b/cal/randrun.cal index 1150dae..04a3903 100644 --- a/cal/randrun.cal +++ b/cal/randrun.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: randrun.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: randrun.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/randrun.cal,v $ * * Under source code control: 1995/02/12 20:00:06 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/regress.cal b/cal/regress.cal index 4cdbfa0..17441ea 100644 --- a/cal/regress.cal +++ b/cal/regress.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: regress.cal,v 29.1 1999/12/14 09:15:32 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: regress.cal,v 29.3 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/regress.cal,v $ * * Under source code control: 1990/02/15 01:50:36 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* @@ -3085,8 +3085,7 @@ define test_error() print '3712: e9999 = error(9999)'; vrfy(errno() == 9999, '3713: errno() == 9999'); vrfy(error() == e9999, '3714: error() == e9999'); - vrfy(substr(strerror(), strpos(strerror(),"9999"), 4) == "9999", - '3715: substr(strerror(), strpos(strerror(),"9999"), 4) == "9999"'); + /* test 3715 removed due to non-portable strerror() output */ x = newerror("Alpha"); print '3716: x = newerror("Alpha")'; n = iserror(x); @@ -3097,16 +3096,14 @@ define test_error() vrfy(errno(9999) == n, '3721: errno() == n'); vrfy(errno() == 9999, '3722: errno() == 9999'); vrfy(error() == e9999, '3723: error() == e9999'); - vrfy(substr(strerror(), strpos(strerror(),"9999"), 4) == "9999", - '3724: substr(strerror(), strpos(strerror(),"9999"), 4) == "9999"'); + /* test 3724 removed due to non-portable strerror() output */ a = 1/0; print '3725: a = 1/0'; vrfy(strerror() == "Division by zero", '3726: strerror() == "Division by zero"'); n = 8191; print '3727: n = 8191'; - vrfy(substr(strerror(8191),strpos(strerror(n),"8191"), 4) == "8191", - '3728: substr(strerror(n),strpos(strerror(n),"8191"),4) == "8191"'); + /* test 3728 removed due to non-portable strerror() output */ /* errmax and errcount should be bumped up the 148 errors above */ vrfy(errcount() == ecnt, '3729: errcount() == ecnt'); diff --git a/cal/seedrandom.cal b/cal/seedrandom.cal index 73f3590..f01e00c 100644 --- a/cal/seedrandom.cal +++ b/cal/seedrandom.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: seedrandom.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: seedrandom.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/seedrandom.cal,v $ * * Under source code control: 1996/01/01 08:21:00 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/solve.cal b/cal/solve.cal index 0da71bd..ff51db4 100644 --- a/cal/solve.cal +++ b/cal/solve.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: solve.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: solve.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/solve.cal,v $ * * Under source code control: 1990/02/15 01:50:37 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/sumsq.cal b/cal/sumsq.cal index 5a67ce3..f811c2f 100644 --- a/cal/sumsq.cal +++ b/cal/sumsq.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: sumsq.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: sumsq.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/sumsq.cal,v $ * * Under source code control: 1990/02/15 01:50:37 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/surd.cal b/cal/surd.cal index 58188cb..2444a19 100644 --- a/cal/surd.cal +++ b/cal/surd.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: surd.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: surd.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/surd.cal,v $ * * Under source code control: 1990/02/15 01:50:38 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test1700.cal b/cal/test1700.cal index 954b240..039f58f 100644 --- a/cal/test1700.cal +++ b/cal/test1700.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test1700.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test1700.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test1700.cal,v $ * * Under source code control: 1994/03/14 23:12:51 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test2300.cal b/cal/test2300.cal index 7f76ef9..a0e7ed4 100644 --- a/cal/test2300.cal +++ b/cal/test2300.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test2300.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test2300.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test2300.cal,v $ * * Under source code control: 1995/07/09 06:12:13 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test2600.cal b/cal/test2600.cal index d93bce9..e4b3e62 100644 --- a/cal/test2600.cal +++ b/cal/test2600.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test2600.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test2600.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test2600.cal,v $ * * Under source code control: 1995/10/13 00:13:14 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/test2700.cal b/cal/test2700.cal index b18846a..8ecfc7e 100644 --- a/cal/test2700.cal +++ b/cal/test2700.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test2700.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test2700.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test2700.cal,v $ * * Under source code control: 1995/11/01 22:52:25 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/test3100.cal b/cal/test3100.cal index 4827641..f2e3bc7 100644 --- a/cal/test3100.cal +++ b/cal/test3100.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test3100.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test3100.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test3100.cal,v $ * * Under source code control: 1995/11/28 11:56:57 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test3300.cal b/cal/test3300.cal index 734cd0d..2e8b821 100644 --- a/cal/test3300.cal +++ b/cal/test3300.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test3300.cal,v 29.1 1999/12/14 09:15:33 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test3300.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test3300.cal,v $ * * Under source code control: 1995/12/02 04:27:41 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test3400.cal b/cal/test3400.cal index c90080a..534f168 100644 --- a/cal/test3400.cal +++ b/cal/test3400.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test3400.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test3400.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test3400.cal,v $ * * Under source code control: 1995/12/02 05:20:11 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/test3500.cal b/cal/test3500.cal index aac20e1..270c945 100644 --- a/cal/test3500.cal +++ b/cal/test3500.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test3500.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test3500.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test3500.cal,v $ * * Under source code control: 1995/12/18 22:50:46 * File existed as early as: 1995 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/test4000.cal b/cal/test4000.cal index 1c770a2..a4c5d6e 100644 --- a/cal/test4000.cal +++ b/cal/test4000.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test4000.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test4000.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test4000.cal,v $ * * Under source code control: 1996/03/13 02:38:45 * File existed as early as: 1996 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/test4100.cal b/cal/test4100.cal index 8760f43..8be4200 100644 --- a/cal/test4100.cal +++ b/cal/test4100.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test4100.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test4100.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test4100.cal,v $ * * Under source code control: 1996/03/13 03:53:22 * File existed as early as: 1996 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/test4600.cal b/cal/test4600.cal index 9a2d848..0a5c6b3 100644 --- a/cal/test4600.cal +++ b/cal/test4600.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test4600.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test4600.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test4600.cal,v $ * * Under source code control: 1996/07/02 20:04:40 * File existed as early as: 1996 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test5100.cal b/cal/test5100.cal index a05f6e6..d11ee00 100644 --- a/cal/test5100.cal +++ b/cal/test5100.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test5100.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test5100.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test5100.cal,v $ * * Under source code control: 1996/12/02 23:57:10 * File existed as early as: 1996 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test5200.cal b/cal/test5200.cal index 281f2d3..d649ecc 100644 --- a/cal/test5200.cal +++ b/cal/test5200.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test5200.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test5200.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test5200.cal,v $ * * Under source code control: 1997/02/07 02:48:10 * File existed as early as: 1997 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test8400.cal b/cal/test8400.cal index 5a73141..369d3b5 100644 --- a/cal/test8400.cal +++ b/cal/test8400.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test8400.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test8400.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test8400.cal,v $ * * Under source code control: 1999/10/31 01:00:03 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cal/test8500.cal b/cal/test8500.cal index 52653f3..20ae4c4 100644 --- a/cal/test8500.cal +++ b/cal/test8500.cal @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test8500.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test8500.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/test8500.cal,v $ * * Under source code control: 1999/11/12 20:59:59 * File existed as early as: 1999 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/unitfrac.cal b/cal/unitfrac.cal index 8613b2c..68064f1 100644 --- a/cal/unitfrac.cal +++ b/cal/unitfrac.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: unitfrac.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: unitfrac.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/unitfrac.cal,v $ * * Under source code control: 1990/02/15 01:50:38 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/varargs.cal b/cal/varargs.cal index 52f8cc2..ceeb43e 100644 --- a/cal/varargs.cal +++ b/cal/varargs.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: varargs.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: varargs.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/varargs.cal,v $ * * Under source code control: 1991/05/22 21:56:34 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/cal/xx_print.cal b/cal/xx_print.cal index 0f71937..566ca18 100644 --- a/cal/xx_print.cal +++ b/cal/xx_print.cal @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: xx_print.cal,v 29.1 1999/12/14 09:15:34 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: xx_print.cal,v 29.2 2000/06/07 14:02:25 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/xx_print.cal,v $ * * Under source code control: 1997/04/17 00:08:50 * File existed as early as: 1997 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/calc.c b/calc.c index 94395a6..20369ef 100644 --- a/calc.c +++ b/calc.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: calc.c,v 29.2 1999/12/17 09:21:45 chongo Exp $ + * @(#) $Revision: 29.4 $ + * @(#) $Id: calc.c,v 29.4 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/calc.c,v $ * * Under source code control: 1990/02/15 01:48:11 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ @@ -233,7 +233,7 @@ main(int argc, char **argv) /* argument + space separator */ cmdlen += strlen(argv[i]) + 1; } - if (i > MAXCMD) { + if (cmdlen > MAXCMD) { /* * we are too early in processing to call * libcalc_call_me_last() - nothing to cleanup diff --git a/calc.h b/calc.h index 0fb6f54..65531d2 100644 --- a/calc.h +++ b/calc.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: calc.h,v 29.2 1999/12/14 19:37:46 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: calc.h,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/calc.h,v $ * * Under source code control: 1990/02/15 01:48:31 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/calc.man b/calc.man index 7f2538d..6c1f16d 100644 --- a/calc.man +++ b/calc.man @@ -15,15 +15,15 @@ .\" received a copy with calc; if not, write to Free Software Foundation, Inc. .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. .\" -.\" @(#) $Revision: 29.4 $ -.\" @(#) $Id: calc.man,v 29.4 1999/12/17 10:06:31 chongo Exp $ +.\" @(#) $Revision: 29.5 $ +.\" @(#) $Id: calc.man,v 29.5 2000/06/07 14:02:13 chongo Exp $ .\" @(#) $Source: /usr/local/src/cmd/calc/RCS/calc.man,v $ .\" .\" Under source code control: 1991/07/23 05:48:26 .\" File existed as early as: 1991 .\" -.\" chongo /\oo/\ http://reality.sgi.com/chongo/ -.\" Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +.\" chongo /\oo/\ http://www.isthe.com/chongo/ +.\" Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ .\" .\" calculator by David I. Bell .\" man page by Landon Noll @@ -1007,9 +1007,7 @@ in future distributions to: .sp .in +0.5i .nf -calc-tester at postofc dot corp dot sgi dot com - -[[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] +calc-contrib at asthe dot com .fi .in -0.5i .sp @@ -1017,9 +1015,10 @@ Bug reports are sent to: .sp .in +0.5i .nf -calc-bugs at postofc dot corp dot sgi dot com +calc-bugs at asthe dot com -[[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] +[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] +[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] .fi .in -0.5i .sp @@ -1045,7 +1044,7 @@ Landon Noll maintains the the web site is located at: .sp .in +0.5i -http://reality.sgi.com/chongo/tech/comp/calc/ +http://www.isthe.com/chongo/tech/comp/calc/ .in -0.5i .sp One may join the @@ -1054,9 +1053,10 @@ testing group by sending a request to: .sp .in +0.5i .nf -calc-tester-request at postofc dot corp dot sgi dot com +calc-tester-request at asthe dot com -[[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] +[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] +[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] .fi .in -0.5i .sp diff --git a/calcerr.tbl b/calcerr.tbl index fd11b8e..5b0f23f 100644 --- a/calcerr.tbl +++ b/calcerr.tbl @@ -17,14 +17,14 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: calcerr.tbl,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: calcerr.tbl,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/calcerr.tbl,v $ # # Under source code control: 1996/05/23 17:38:44 # File existed as early as: 1996 # -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # This file is used to build calcerr.h include file. # diff --git a/calcerr_c.awk b/calcerr_c.awk index 622cc8e..9dbe750 100644 --- a/calcerr_c.awk +++ b/calcerr_c.awk @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: calcerr_c.awk,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: calcerr_c.awk,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/calcerr_c.awk,v $ # # Under source code control: 1996/05/24 03:15:35 # File existed as early as: 1996 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # BEGIN { printf("#include \n"); diff --git a/calcerr_c.sed b/calcerr_c.sed index a391a5a..13444ef 100644 --- a/calcerr_c.sed +++ b/calcerr_c.sed @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: calcerr_c.sed,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: calcerr_c.sed,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/calcerr_c.sed,v $ # # Under source code control: 1996/05/24 03:15:35 # File existed as early as: 1996 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # s/#.*// s/[ ][ ]*$// diff --git a/calcerr_h.awk b/calcerr_h.awk index d50f9a9..d88979c 100644 --- a/calcerr_h.awk +++ b/calcerr_h.awk @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: calcerr_h.awk,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: calcerr_h.awk,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/calcerr_h.awk,v $ # # Under source code control: 1996/05/23 17:38:44 # File existed as early as: 1996 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # BEGIN { ebase = 10000; diff --git a/calcerr_h.sed b/calcerr_h.sed index 1aefd55..9b32485 100644 --- a/calcerr_h.sed +++ b/calcerr_h.sed @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: calcerr_h.sed,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: calcerr_h.sed,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/calcerr_h.sed,v $ # # Under source code control: 1996/05/23 17:38:44 # File existed as early as: 1996 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # s/#.*// s/[ ][ ]*$// diff --git a/check.awk b/check.awk index fafa6c3..218bbda 100644 --- a/check.awk +++ b/check.awk @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: check.awk,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: check.awk,v 29.2 2000/06/07 14:02:13 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/RCS/check.awk,v $ # # Under source code control: 1996/05/25 22:07:58 # File existed as early as: 1996 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # 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 diff --git a/cmath.h b/cmath.h index 10d77c6..c31d22a 100644 --- a/cmath.h +++ b/cmath.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: cmath.h,v 29.1 1999/12/14 09:15:35 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: cmath.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/cmath.h,v $ * * Under source code control: 1993/07/30 19:42:45 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/codegen.c b/codegen.c index c0ae3be..5da4cff 100644 --- a/codegen.c +++ b/codegen.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: codegen.c,v 29.1 1999/12/14 09:15:35 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: codegen.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/codegen.c,v $ * * Under source code control: 1990/02/15 01:48:13 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/comfunc.c b/comfunc.c index f7576e6..12337ca 100644 --- a/comfunc.c +++ b/comfunc.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: comfunc.c,v 29.1 1999/12/14 09:15:35 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: comfunc.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/comfunc.c,v $ * * Under source code control: 1990/02/15 01:48:13 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/commath.c b/commath.c index 187890c..2771c8f 100644 --- a/commath.c +++ b/commath.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: commath.c,v 29.1 1999/12/14 09:15:35 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: commath.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/commath.c,v $ * * Under source code control: 1990/02/15 01:48:10 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/config.c b/config.c index 99953d5..d2f4d5e 100644 --- a/config.c +++ b/config.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: config.c,v 29.2 1999/12/14 19:37:46 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: config.c,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/config.c,v $ * * Under source code control: 1991/07/20 00:21:56 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/config.h b/config.h index 95de92a..091ed05 100644 --- a/config.h +++ b/config.h @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: config.h,v 29.2 1999/12/14 19:37:46 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: config.h,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/config.h,v $ * * Under source code control: 1995/11/01 22:20:17 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/const.c b/const.c index ad47faf..093b741 100644 --- a/const.c +++ b/const.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: const.c,v 29.1 1999/12/14 09:15:35 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: const.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/const.c,v $ * * Under source code control: 1990/02/15 01:48:14 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/cscript/Makefile b/cscript/Makefile index e3bc0d8..904374d 100644 --- a/cscript/Makefile +++ b/cscript/Makefile @@ -17,15 +17,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.4 $ -# @(#) $Id: Makefile,v 29.4 1999/12/17 11:30:35 chongo Exp $ +# @(#) $Revision: 29.5 $ +# @(#) $Id: Makefile,v 29.5 2000/06/07 14:02:59 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cscript/RCS/Makefile,v $ # # Under source code control: 1999/11/29 11:10:26 # File existed as early as: 1999 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # calculator by David I. Bell with help/mods from others # Makefile by Landon Curt Noll diff --git a/cscript/README b/cscript/README index 8cd9223..d1b40e4 100644 --- a/cscript/README +++ b/cscript/README @@ -7,9 +7,10 @@ be useful! If you write something that you think is useful, please send it to: - calc-tester at postofc dot corp dot sgi dot com + calc-contrib at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] For more info, see: @@ -53,12 +54,12 @@ simple ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.3 $ -## @(#) $Id: README,v 29.3 1999/12/17 10:34:54 chongo Exp $ +## @(#) $Revision: 29.4 $ +## @(#) $Id: README,v 29.4 2000/06/07 14:02:59 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/cscript/RCS/README,v $ ## ## Under source code control: 1999/12/17 10:23:40 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/cscript/mersenne.calc b/cscript/mersenne.calc index 21dfac9..e1615ce 100644 --- a/cscript/mersenne.calc +++ b/cscript/mersenne.calc @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: mersenne.calc,v 29.1 1999/12/14 09:15:35 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: mersenne.calc,v 29.2 2000/06/07 14:02:59 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cscript/RCS/mersenne.calc,v $ # # Under source code control: 1999/11/30 00:09:01; # File existed as early as: 1999 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # usage: # mersenne exp diff --git a/cscript/piforever.calc b/cscript/piforever.calc index 5cc848c..e334eca 100644 --- a/cscript/piforever.calc +++ b/cscript/piforever.calc @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: piforever.calc,v 29.1 1999/12/14 09:15:36 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: piforever.calc,v 29.2 2000/06/07 14:02:59 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cscript/RCS/piforever.calc,v $ # # Under source code control: 1999/11/30 00:11:36 # File existed as early as: 1999 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # usage: # piforever diff --git a/cscript/plus.calc b/cscript/plus.calc index efa3319..3a3da41 100644 --- a/cscript/plus.calc +++ b/cscript/plus.calc @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: plus.calc,v 29.1 1999/12/14 09:15:36 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: plus.calc,v 29.2 2000/06/07 14:02:59 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cscript/RCS/plus.calc,v $ # # Under source code control: 1999/11/29 10:22:37 # File existed as early as: 1999 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # usage: # plus val ... diff --git a/cscript/simple.calc b/cscript/simple.calc index 61d975f..2a197bf 100644 --- a/cscript/simple.calc +++ b/cscript/simple.calc @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: simple.calc,v 29.1 1999/12/14 09:15:36 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: simple.calc,v 29.2 2000/06/07 14:02:59 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/cscript/RCS/simple.calc,v $ # # Under source code control: 1999/11/29 10:22:37 # File existed as early as: 1999 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ /* diff --git a/custom.c b/custom.c index 7aa887c..37593da 100644 --- a/custom.c +++ b/custom.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: custom.c,v 29.1 1999/12/14 09:15:36 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: custom.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/custom.c,v $ * * Under source code control: 1997/03/03 04:53:08 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom.h b/custom.h index 390e318..881bfd3 100644 --- a/custom.h +++ b/custom.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: custom.h,v 29.1 1999/12/14 09:15:36 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: custom.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/custom.h,v $ * * Under source code control: 1997/03/03 04:53:08 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/custom/CUSTOM_CAL b/custom/CUSTOM_CAL index e89b06a..886b7c7 100644 --- a/custom/CUSTOM_CAL +++ b/custom/CUSTOM_CAL @@ -57,12 +57,12 @@ pzasusb8.cal ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: CUSTOM_CAL,v 29.1 1999/12/14 09:15:36 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: CUSTOM_CAL,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/CUSTOM_CAL,v $ ## ## Under source code control: 1997/03/08 20:51:32 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/custom/HOW_TO_ADD b/custom/HOW_TO_ADD index 4b3ecc0..220db3a 100644 --- a/custom/HOW_TO_ADD +++ b/custom/HOW_TO_ADD @@ -635,12 +635,12 @@ Step 12: Contribute ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: HOW_TO_ADD,v 29.1 1999/12/14 09:15:36 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: HOW_TO_ADD,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/HOW_TO_ADD,v $ ## ## Under source code control: 1997/03/10 03:03:21 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/custom/Makefile b/custom/Makefile index f277ec8..bda7d1d 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: Makefile,v 29.1 1999/12/14 09:15:36 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: Makefile,v 29.2 2000/06/07 14:03:03 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/Makefile,v $ # # Under source code control: 1997/03/09 02:28:54 # File existed as early as: 1997 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # calculator by David I. Bell with help/mods from others # Makefile by Landon Curt Noll diff --git a/custom/argv b/custom/argv index 1ed89ae..05d63cb 100644 --- a/custom/argv +++ b/custom/argv @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: argv,v 29.1 1999/12/14 09:15:36 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: argv,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/argv,v $ ## ## Under source code control: 1997/03/09 20:28:01 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/custom/argv.cal b/custom/argv.cal index 18d3742..32e526e 100644 --- a/custom/argv.cal +++ b/custom/argv.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: argv.cal,v 29.1 1999/12/14 09:15:36 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: argv.cal,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/argv.cal,v $ * * Under source code control: 1997/03/10 00:27:17 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/custom/c_argv.c b/custom/c_argv.c index 7ece59a..63a8d3b 100644 --- a/custom/c_argv.c +++ b/custom/c_argv.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: c_argv.c,v 29.1 1999/12/14 09:15:36 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: c_argv.c,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/c_argv.c,v $ * * Under source code control: 1997/03/09 20:27:37 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/c_devnull.c b/custom/c_devnull.c index e84776d..3e96760 100644 --- a/custom/c_devnull.c +++ b/custom/c_devnull.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: c_devnull.c,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: c_devnull.c,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/c_devnull.c,v $ * * Under source code control: 1997/03/09 17:49:12 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/c_help.c b/custom/c_help.c index f402021..d32b8dd 100644 --- a/custom/c_help.c +++ b/custom/c_help.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: c_help.c,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: c_help.c,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/c_help.c,v $ * * Under source code control: 1997/03/09 05:25:41 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/c_pzasusb8.c b/custom/c_pzasusb8.c index 383e081..e308d4f 100644 --- a/custom/c_pzasusb8.c +++ b/custom/c_pzasusb8.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: c_pzasusb8.c,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: c_pzasusb8.c,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/c_pzasusb8.c,v $ * * Under source code control: 1999/10/06 03:12:25 * File existed as early as: 1999 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/c_sysinfo.c b/custom/c_sysinfo.c index 8cb5491..d042774 100644 --- a/custom/c_sysinfo.c +++ b/custom/c_sysinfo.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: c_sysinfo.c,v 29.1 1999/12/14 09:15:37 chongo Exp chongo $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: c_sysinfo.c,v 29.3 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/c_sysinfo.c,v $ * * Under source code control: 1997/03/09 23:14:40 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/custtbl.c b/custom/custtbl.c index 3c57fa4..7d310d3 100644 --- a/custom/custtbl.c +++ b/custom/custtbl.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: custtbl.c,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: custtbl.c,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/custtbl.c,v $ * * Under source code control: 1997/03/09 02:28:54 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/devnull b/custom/devnull index c413acf..0b52cf1 100644 --- a/custom/devnull +++ b/custom/devnull @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: devnull,v 29.1 1999/12/14 09:15:37 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: devnull,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/devnull,v $ ## ## Under source code control: 1997/03/09 17:49:12 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/custom/halflen.cal b/custom/halflen.cal index d917be5..abe4790 100644 --- a/custom/halflen.cal +++ b/custom/halflen.cal @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: halflen.cal,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: halflen.cal,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/halflen.cal,v $ * * Under source code control: 1997/03/08 20:51:32 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/custom/help b/custom/help index 621cf37..bef7df3 100644 --- a/custom/help +++ b/custom/help @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: help,v 29.1 1999/12/14 09:15:37 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: help,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/help,v $ ## ## Under source code control: 1997/03/09 06:03:58 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/custom/pzasusb8 b/custom/pzasusb8 index 5fb260c..f536a5f 100644 --- a/custom/pzasusb8 +++ b/custom/pzasusb8 @@ -65,12 +65,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: pzasusb8,v 29.1 1999/12/14 09:15:37 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: pzasusb8,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/pzasusb8,v $ ## ## Under source code control: 1999/10/06 04:05:43 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/custom/pzasusb8.cal b/custom/pzasusb8.cal index 99a5893..c17778c 100644 --- a/custom/pzasusb8.cal +++ b/custom/pzasusb8.cal @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: pzasusb8.cal,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: pzasusb8.cal,v 29.2 2000/06/07 14:03:03 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/pzasusb8.cal,v $ * * Under source code control: 1999/10/06 03:11:12 * File existed as early as: 1998 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/custom/sysinfo b/custom/sysinfo index de10f48..b1853e1 100644 --- a/custom/sysinfo +++ b/custom/sysinfo @@ -69,12 +69,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sysinfo,v 29.1 1999/12/14 09:15:37 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sysinfo,v 29.2 2000/06/07 14:03:03 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/custom/RCS/sysinfo,v $ ## ## Under source code control: 1997/03/09 23:14:40 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/endian.c b/endian.c index f930713..c3d81af 100644 --- a/endian.c +++ b/endian.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: endian.c,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: endian.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/endian.c,v $ * * Under source code control: 1993/11/15 04:32:58 * File existed as early as: 1993 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/file.c b/file.c index 5d78cf3..57bb41e 100644 --- a/file.c +++ b/file.c @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: file.c,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: file.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/file.c,v $ * * Under source code control: 1991/07/20 00:21:56 * File existed as early as: 1991 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/file.h b/file.h index c4f9c37..e59ed82 100644 --- a/file.h +++ b/file.h @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: file.h,v 29.1 1999/12/14 09:15:37 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: file.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/file.h,v $ * * Under source code control: 1996/05/24 05:55:58 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/fposval.c b/fposval.c index 30b1297..d8b1cf7 100644 --- a/fposval.c +++ b/fposval.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: fposval.c,v 29.1 1999/12/14 09:15:38 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: fposval.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/fposval.c,v $ * * Under source code control: 1994/11/05 03:19:52 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/func.c b/func.c index 59f7400..cbb8bee 100644 --- a/func.c +++ b/func.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: func.c,v 29.1 1999/12/14 09:15:38 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: func.c,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/func.c,v $ * * Under source code control: 1990/02/15 01:48:15 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ @@ -73,6 +73,11 @@ #include #endif +#include "have_strdup.h" +#if !defined(HAVE_STRDUP) +# define strdup(x) calc_strdup((CONST char *)(x)) +#endif + #include "have_const.h" #include "calc.h" #include "calcerr.h" diff --git a/func.h b/func.h index 45b2d30..c49d453 100644 --- a/func.h +++ b/func.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: func.h,v 29.1 1999/12/14 09:15:38 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: func.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/func.h,v $ * * Under source code control: 1990/02/15 01:48:33 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/hash.c b/hash.c index 9b6cb93..db83a12 100644 --- a/hash.c +++ b/hash.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: hash.c,v 29.2 1999/12/14 19:37:46 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: hash.c,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/hash.c,v $ * * Under source code control: 1995/11/23 05:13:11 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/hash.h b/hash.h index ce16861..aef2949 100644 --- a/hash.h +++ b/hash.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: hash.h,v 29.1 1999/12/14 09:15:38 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: hash.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/hash.h,v $ * * Under source code control: 1995/11/14 23:57:45 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/have_const.c b/have_const.c index b7f898e..21ff727 100644 --- a/have_const.c +++ b/have_const.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_const.c,v 29.1 1999/12/14 09:15:38 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_const.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_const.c,v $ * * Under source code control: 1995/04/22 13:18:44 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_fpos.c b/have_fpos.c index 5ba0f6d..5753b57 100644 --- a/have_fpos.c +++ b/have_fpos.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_fpos.c,v 29.1 1999/12/14 09:15:38 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_fpos.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_fpos.c,v $ * * Under source code control: 1994/11/05 03:19:52 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_getpgid.c b/have_getpgid.c index 97a681a..b9bcc53 100644 --- a/have_getpgid.c +++ b/have_getpgid.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_getpgid.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_getpgid.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_getpgid.c,v $ * * Under source code control: 1999/10/20 22:51:13 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_getprid.c b/have_getprid.c index e4703e0..91d5173 100644 --- a/have_getprid.c +++ b/have_getprid.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_getprid.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_getprid.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_getprid.c,v $ * * Under source code control: 1999/10/20 23:43:42 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_getsid.c b/have_getsid.c index 845a011..6827f60 100644 --- a/have_getsid.c +++ b/have_getsid.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_getsid.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_getsid.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_getsid.c,v $ * * Under source code control: 1999/10/20 22:51:13 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_gettime.c b/have_gettime.c index adc7a14..cfce572 100644 --- a/have_gettime.c +++ b/have_gettime.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_gettime.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_gettime.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_gettime.c,v $ * * Under source code control: 1999/10/20 23:43:42 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_memmv.c b/have_memmv.c index 3e8f665..9927610 100644 --- a/have_memmv.c +++ b/have_memmv.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_memmv.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_memmv.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_memmv.c,v $ * * Under source code control: 1997/04/16 02:02:34 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_newstr.c b/have_newstr.c index f93f8e6..9e2a57c 100644 --- a/have_newstr.c +++ b/have_newstr.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_newstr.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_newstr.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_newstr.c,v $ * * Under source code control: 1995/05/02 03:55:08 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_offscl.c b/have_offscl.c index f836548..965df77 100644 --- a/have_offscl.c +++ b/have_offscl.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_offscl.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_offscl.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_offscl.c,v $ * * Under source code control: 1996/07/13 12:57:22 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_posscl.c b/have_posscl.c index 388d1c4..8e3a0c9 100644 --- a/have_posscl.c +++ b/have_posscl.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_posscl.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_posscl.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_posscl.c,v $ * * Under source code control: 1996/07/13 12:57:22 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_rusage.c b/have_rusage.c index 19551db..bfe2970 100644 --- a/have_rusage.c +++ b/have_rusage.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_rusage.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_rusage.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_rusage.c,v $ * * Under source code control: 1999/11/05 11:28:15 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_stdvs.c b/have_stdvs.c index 11086ea..c385141 100644 --- a/have_stdvs.c +++ b/have_stdvs.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_stdvs.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_stdvs.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_stdvs.c,v $ * * Under source code control: 1995/09/09 22:41:10 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_strdup.c b/have_strdup.c index 093f9eb..b5cd313 100644 --- a/have_strdup.c +++ b/have_strdup.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_strdup.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_strdup.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_strdup.c,v $ * * Under source code control: 1999/11/09 12:46:54 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_uid_t.c b/have_uid_t.c index 6f579ac..6448df5 100644 --- a/have_uid_t.c +++ b/have_uid_t.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_uid_t.c,v 29.1 1999/12/14 09:15:39 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_uid_t.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_uid_t.c,v $ * * Under source code control: 1995/05/02 03:03:24 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_ustat.c b/have_ustat.c index 6425d00..9fce352 100644 --- a/have_ustat.c +++ b/have_ustat.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_ustat.c,v 29.1 1999/12/14 09:15:40 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_ustat.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_ustat.c,v $ * * Under source code control: 1999/10/20 22:51:13 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/have_varvs.c b/have_varvs.c index 2fe1dc4..3fa4f8a 100644 --- a/have_varvs.c +++ b/have_varvs.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: have_varvs.c,v 29.1 1999/12/14 09:15:40 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: have_varvs.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/have_varvs.c,v $ * * Under source code control: 1995/09/09 22:41:10 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/help.c b/help.c index 64fba7e..2866df6 100644 --- a/help.c +++ b/help.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: help.c,v 29.2 1999/12/17 09:22:03 chongo Exp $ + * @(#) $Revision: 29.4 $ + * @(#) $Id: help.c,v 29.4 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/help.c,v $ * * Under source code control: 1997/09/14 10:58:30 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ @@ -136,8 +136,12 @@ page_file(FILE *stream) /* * write the line to pager, if possible + * + * We have to use fprintf() instead of fputs() because + * on NetBSD, fputs() function returns 0 on success and + # EOF on error. *sigh* */ - } while(fputs(buf, cmd) > 0); + } while (fprintf(cmd, "%s", buf) > 0); /* * all done, EOF or error, so just clean up diff --git a/help/Makefile b/help/Makefile index 0660b24..e7e3dae 100644 --- a/help/Makefile +++ b/help/Makefile @@ -18,15 +18,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.2 $ -# @(#) $Id: Makefile,v 29.2 1999/12/17 10:33:00 chongo Exp $ +# @(#) $Revision: 29.3 $ +# @(#) $Id: Makefile,v 29.3 2000/06/07 14:02:33 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/help/RCS/Makefile,v $ # # Under source code control: 1991/07/23 06:47:57 # File existed as early as: 1991 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # calculator by David I. Bell with help/mods from others # Makefile by Landon Curt Noll diff --git a/help/abs b/help/abs index 63831ae..5b31678 100644 --- a/help/abs +++ b/help/abs @@ -60,12 +60,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: abs,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: abs,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/abs,v $ ## ## Under source code control: 1994/03/19 01:40:22 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/access b/help/access index ea0d8d3..1e83158 100644 --- a/help/access +++ b/help/access @@ -64,12 +64,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: access,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: access,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/access,v $ ## ## Under source code control: 1996/04/30 03:36:20 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/acos b/help/acos index 5c5a4ff..1f7b364 100644 --- a/help/acos +++ b/help/acos @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: acos,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: acos,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acos,v $ ## ## Under source code control: 1994/03/19 01:40:23 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/acosh b/help/acosh index 85a630d..87f2d29 100644 --- a/help/acosh +++ b/help/acosh @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: acosh,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: acosh,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acosh,v $ ## ## Under source code control: 1994/03/19 01:40:24 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/acot b/help/acot index 5bf9952..8d473fd 100644 --- a/help/acot +++ b/help/acot @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: acot,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: acot,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acot,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/acoth b/help/acoth index d956d98..11fcf02 100644 --- a/help/acoth +++ b/help/acoth @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: acoth,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: acoth,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acoth,v $ ## ## Under source code control: 1995/11/13 03:49:01 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/acsc b/help/acsc index a4d47ca..04544dc 100644 --- a/help/acsc +++ b/help/acsc @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: acsc,v 29.1 1999/12/14 09:15:40 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: acsc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acsc,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/acsch b/help/acsch index 8b0c039..5ac4e26 100644 --- a/help/acsch +++ b/help/acsch @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: acsch,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: acsch,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/acsch,v $ ## ## Under source code control: 1995/11/13 03:49:01 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/address b/help/address index d66c2a2..6a64dba 100644 --- a/help/address +++ b/help/address @@ -176,12 +176,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: address,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: address,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/address,v $ ## ## Under source code control: 1997/09/06 20:03:34 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/agd b/help/agd index c5f12f7..229f154 100644 --- a/help/agd +++ b/help/agd @@ -72,12 +72,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: agd,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: agd,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/agd,v $ ## ## Under source code control: 1997/09/06 20:03:34 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/append b/help/append index bdcb833..44b9b6d 100644 --- a/help/append +++ b/help/append @@ -75,12 +75,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: append,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: append,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/append,v $ ## ## Under source code control: 1994/03/19 03:13:17 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/appr b/help/appr index 14f8d79..66b3a6e 100644 --- a/help/appr +++ b/help/appr @@ -167,12 +167,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: appr,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: appr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/appr,v $ ## ## Under source code control: 1994/09/25 17:18:21 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/archive b/help/archive index 1bc03d0..d7cb679 100644 --- a/help/archive +++ b/help/archive @@ -2,16 +2,16 @@ Where to get the the latest versions of calc Landon Noll maintains the official calc home page at: - http://reality.sgi.com/chongo/tech/comp/calc/ + http://www.isthe.com/chongo/tech/comp/calc/ See: - http://reality.sgi.com/chongo/tech/comp/calc/calc-download.html + http://www.isthe.com/chongo/tech/comp/calc/calc-download.html for information on how to obtain up a recent version of calc. Landon Curt Noll -http://reality.sgi.com/chongo/ +http://www.isthe.com/chongo/ chongo /\../\ @@ -31,12 +31,12 @@ chongo /\../\ ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: archive,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: archive,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/archive,v $ ## ## Under source code control: 1996/06/13 02:51:48 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/arg b/help/arg index d09ea76..14b8e16 100644 --- a/help/arg +++ b/help/arg @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: arg,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: arg,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/arg,v $ ## ## Under source code control: 1994/09/25 20:22:31 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/argv b/help/argv index 2d6892b..30dd910 100644 --- a/help/argv +++ b/help/argv @@ -69,12 +69,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: argv,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: argv,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/argv,v $ ## ## Under source code control: 1999/11/23 19:45:05 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/arrow b/help/arrow index f953bd4..7a5f17a 100644 --- a/help/arrow +++ b/help/arrow @@ -66,12 +66,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: arrow,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: arrow,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/arrow,v $ ## ## Under source code control: 1997/09/06 20:03:34 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/asec b/help/asec index 38dcea8..4a4d56f 100644 --- a/help/asec +++ b/help/asec @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: asec,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: asec,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asec,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/asech b/help/asech index 45ce688..8f09388 100644 --- a/help/asech +++ b/help/asech @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: asech,v 29.1 1999/12/14 09:15:41 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: asech,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asech,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/asin b/help/asin index 303666b..4869c90 100644 --- a/help/asin +++ b/help/asin @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: asin,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: asin,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asin,v $ ## ## Under source code control: 1994/03/19 01:40:24 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/asinh b/help/asinh index b840ef1..fdbfd90 100644 --- a/help/asinh +++ b/help/asinh @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: asinh,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: asinh,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/asinh,v $ ## ## Under source code control: 1994/03/19 01:40:25 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/assign b/help/assign index d43291b..7ef4e65 100644 --- a/help/assign +++ b/help/assign @@ -133,12 +133,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: assign,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: assign,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/assign,v $ ## ## Under source code control: 1995/05/11 21:03:23 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/assoc b/help/assoc index c0567df..bb12763 100644 --- a/help/assoc +++ b/help/assoc @@ -99,12 +99,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: assoc,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: assoc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/assoc,v $ ## ## Under source code control: 1994/09/25 20:22:31 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/atan b/help/atan index 9b08915..a132444 100644 --- a/help/atan +++ b/help/atan @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: atan,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: atan,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/atan,v $ ## ## Under source code control: 1994/03/19 01:40:25 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/atan2 b/help/atan2 index 825e556..cb72d3b 100644 --- a/help/atan2 +++ b/help/atan2 @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: atan2,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: atan2,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/atan2,v $ ## ## Under source code control: 1994/03/19 01:40:26 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/atanh b/help/atanh index 5a23633..4d29324 100644 --- a/help/atanh +++ b/help/atanh @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: atanh,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: atanh,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/atanh,v $ ## ## Under source code control: 1994/03/19 01:40:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/avg b/help/avg index 6c8faac..d4606ae 100644 --- a/help/avg +++ b/help/avg @@ -65,12 +65,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: avg,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: avg,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/avg,v $ ## ## Under source code control: 1994/09/25 20:22:31 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/base b/help/base index a14a84b..5b12786 100644 --- a/help/base +++ b/help/base @@ -97,12 +97,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: base,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: base,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/base,v $ ## ## Under source code control: 1994/09/30 00:09:39 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/bit b/help/bit index ebe4470..7d700a0 100644 --- a/help/bit +++ b/help/bit @@ -58,12 +58,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: bit,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: bit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/bit,v $ ## ## Under source code control: 1994/10/21 02:21:30 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/blk b/help/blk index 9951257..d73eaea 100644 --- a/help/blk +++ b/help/blk @@ -234,12 +234,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: blk,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: blk,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blk,v $ ## ## Under source code control: 1997/04/05 13:07:13 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/blkcpy b/help/blkcpy index 119a2e9..c463b71 100644 --- a/help/blkcpy +++ b/help/blkcpy @@ -207,12 +207,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: blkcpy,v 29.1 1999/12/14 09:15:42 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: blkcpy,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blkcpy,v $ ## ## Under source code control: 1997/04/05 14:08:50 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/blkfree b/help/blkfree index 3b6edc8..272b976 100644 --- a/help/blkfree +++ b/help/blkfree @@ -73,12 +73,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: blkfree,v 29.1 1999/12/14 09:15:43 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: blkfree,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blkfree,v $ ## ## Under source code control: 1997/04/05 13:07:13 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/blocks b/help/blocks index 846ee6a..017acfb 100644 --- a/help/blocks +++ b/help/blocks @@ -58,12 +58,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: blocks,v 29.1 1999/12/14 09:15:43 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: blocks,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/blocks,v $ ## ## Under source code control: 1997/04/05 13:07:13 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/bround b/help/bround index 3cc8908..588d7fd 100644 --- a/help/bround +++ b/help/bround @@ -138,12 +138,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: bround,v 29.1 1999/12/14 09:15:43 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: bround,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/bround,v $ ## ## Under source code control: 1994/09/30 00:22:35 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/btrunc b/help/btrunc index a79414f..bec11cd 100644 --- a/help/btrunc +++ b/help/btrunc @@ -59,12 +59,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: btrunc,v 29.1 1999/12/14 09:15:43 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: btrunc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/btrunc,v $ ## ## Under source code control: 1994/09/30 00:44:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/builtin.end b/help/builtin.end index a3039b3..fec3d9f 100644 --- a/help/builtin.end +++ b/help/builtin.end @@ -215,12 +215,12 @@ ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: builtin.end,v 29.1 1999/12/14 09:15:43 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: builtin.end,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/builtin.end,v $ ## ## Under source code control: 1995/07/10 01:17:53 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/builtin.top b/help/builtin.top index f05fa87..1583015 100644 --- a/help/builtin.top +++ b/help/builtin.top @@ -23,12 +23,12 @@ Builtin functions ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: builtin.top,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: builtin.top,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/builtin.top,v $ ## ## Under source code control: 1995/07/10 01:17:53 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/calclevel b/help/calclevel index d157e5d..aa14a7b 100644 --- a/help/calclevel +++ b/help/calclevel @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: calclevel,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: calclevel,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/calclevel,v $ ## ## Under source code control: 1999/10/31 06:01:21 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ceil b/help/ceil index 5b07e79..84696d8 100644 --- a/help/ceil +++ b/help/ceil @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ceil,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ceil,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ceil,v $ ## ## Under source code control: 1994/09/30 01:12:01 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cfappr b/help/cfappr index 82b95ac..2de33c2 100644 --- a/help/cfappr +++ b/help/cfappr @@ -104,12 +104,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cfappr,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cfappr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cfappr,v $ ## ## Under source code control: 1994/09/30 01:23:59 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cfsim b/help/cfsim index e83c414..a00298c 100644 --- a/help/cfsim +++ b/help/cfsim @@ -129,12 +129,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cfsim,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cfsim,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cfsim,v $ ## ## Under source code control: 1994/09/30 01:29:45 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/char b/help/char index 50e311d..b9d45b5 100644 --- a/help/char +++ b/help/char @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: char,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: char,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/char,v $ ## ## Under source code control: 1994/09/30 01:45:45 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cmdbuf b/help/cmdbuf index b19451e..c75863a 100644 --- a/help/cmdbuf +++ b/help/cmdbuf @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cmdbuf,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cmdbuf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cmdbuf,v $ ## ## Under source code control: 1995/07/09 04:05:58 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cmp b/help/cmp index e43b8ae..fff7e8e 100644 --- a/help/cmp +++ b/help/cmp @@ -130,12 +130,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cmp,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cmp,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cmp,v $ ## ## Under source code control: 1994/10/20 02:52:30 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/comb b/help/comb index 7bbe9c9..30b624f 100644 --- a/help/comb +++ b/help/comb @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: comb,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: comb,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/comb,v $ ## ## Under source code control: 1994/10/20 04:03:02 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/command b/help/command index 32820d5..38b6e54 100644 --- a/help/command +++ b/help/command @@ -323,12 +323,12 @@ Command sequence ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: command,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: command,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/command,v $ ## ## Under source code control: 1991/07/21 04:37:17 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/config b/help/config index 15ae4ee..e059991 100644 --- a/help/config +++ b/help/config @@ -698,12 +698,12 @@ Detailed config descriptions ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: config,v 29.1 1999/12/14 09:15:44 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: config,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/config,v $ ## ## Under source code control: 1991/07/21 04:37:17 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/conj b/help/conj index 231e3b5..5cd40cc 100644 --- a/help/conj +++ b/help/conj @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: conj,v 29.1 1999/12/14 09:15:45 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: conj,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/conj,v $ ## ## Under source code control: 1995/10/03 10:40:01 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/contrib b/help/contrib index a45d68e..786eaf2 100644 --- a/help/contrib +++ b/help/contrib @@ -11,11 +11,11 @@ recent version of calc. Landon Noll maintains the official calc home page at: - http://reality.sgi.com/chongo/tech/comp/calc/ + http://www.isthe.com/chongo/tech/comp/calc/ See: - http://reality.sgi.com/chongo/tech/comp/calc/calc-download.html + http://www.isthe.com/chongo/tech/comp/calc/calc-download.html for information on how to obtain up a recent version of calc. @@ -37,9 +37,10 @@ gziped (or compressed) tar file). You should send submissions to: - calc-tester at postofc dot corp dot sgi dot com + calc-contrib at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] Thanks for considering submitting code to calc. Calc is a collective work by a number of people. It would not be what it is today without @@ -47,9 +48,10 @@ your efforts and submissions! Calc bug reports, however, should be sent to: - calc-bugs at postofc dot corp dot sgi dot com + calc-bugs at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] See the BUGS file or try the help command: @@ -61,9 +63,10 @@ for details on bug reporting. One may join the calc testing group by sending a request to: - calc-tester-request at postofc dot corp dot sgi dot com + calc-tester-request at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] Your message body (not the subject) should consist of: @@ -75,7 +78,7 @@ One may join the calc testing group by sending a request to: is your full name. Landon Curt Noll -http://reality.sgi.com/chongo/ +http://www.isthe.com/chongo/ chongo /\../\ @@ -95,12 +98,12 @@ chongo /\../\ ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: contrib,v 29.1 1999/12/14 09:15:45 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: contrib,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/contrib,v $ ## ## Under source code control: 1997/03/09 16:33:22 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cos b/help/cos index 8eaa497..a010527 100644 --- a/help/cos +++ b/help/cos @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cos,v 29.1 1999/12/14 09:15:45 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cos,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cos,v $ ## ## Under source code control: 1994/03/19 01:40:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cosh b/help/cosh index 14875d9..35158ae 100644 --- a/help/cosh +++ b/help/cosh @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cosh,v 29.1 1999/12/14 09:15:45 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cosh,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cosh,v $ ## ## Under source code control: 1994/03/19 01:40:28 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cot b/help/cot index 77481cf..5c5aad1 100644 --- a/help/cot +++ b/help/cot @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cot,v 29.1 1999/12/14 09:15:45 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cot,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cot,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/coth b/help/coth index 7dce301..dc532e0 100644 --- a/help/coth +++ b/help/coth @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: coth,v 29.1 1999/12/14 09:15:45 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: coth,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/coth,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/count b/help/count index 3f21cf2..d514299 100644 --- a/help/count +++ b/help/count @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: count,v 29.1 1999/12/14 09:15:46 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: count,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/count,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/cp b/help/cp index b8266a8..9f84dc0 100644 --- a/help/cp +++ b/help/cp @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: cp,v 29.1 1999/12/14 09:15:46 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: cp,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/cp,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/credit b/help/credit index 406d2e3..f82bbd3 100644 --- a/help/credit +++ b/help/credit @@ -81,12 +81,12 @@ See also: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: credit,v 29.1 1999/12/14 09:15:46 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: credit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/credit,v $ ## ## Under source code control: 1991/07/23 05:47:24 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/csc b/help/csc index 66943b3..9b31c89 100644 --- a/help/csc +++ b/help/csc @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: csc,v 29.1 1999/12/14 09:15:46 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: csc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/csc,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/csch b/help/csch index 920840d..6aedb3f 100644 --- a/help/csch +++ b/help/csch @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: csch,v 29.1 1999/12/14 09:15:46 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: csch,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/csch,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ctime b/help/ctime index e68d68a..1858fef 100644 --- a/help/ctime +++ b/help/ctime @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ctime,v 29.1 1999/12/14 09:15:46 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ctime,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ctime,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/custom b/help/custom index 6aa0820..b07aed0 100644 --- a/help/custom +++ b/help/custom @@ -110,12 +110,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: custom,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: custom,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/custom,v $ ## ## Under source code control: 1997/03/09 16:33:22 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/define b/help/define index f93c672..07795a4 100644 --- a/help/define +++ b/help/define @@ -131,12 +131,12 @@ Function definitions ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: define,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: define,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/define,v $ ## ## Under source code control: 1991/07/21 04:37:18 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/delete b/help/delete index e9a4a48..7df8341 100644 --- a/help/delete +++ b/help/delete @@ -57,12 +57,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: delete,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: delete,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/delete,v $ ## ## Under source code control: 1994/03/19 03:13:18 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/den b/help/den index 94d0f34..e280d3c 100644 --- a/help/den +++ b/help/den @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: den,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: den,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/den,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/dereference b/help/dereference index c9959a5..ab2962e 100644 --- a/help/dereference +++ b/help/dereference @@ -97,12 +97,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: dereference,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: dereference,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/dereference,v $ ## ## Under source code control: 1997/09/06 20:03:34 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/det b/help/det index 6e490ba..f5226a9 100644 --- a/help/det +++ b/help/det @@ -89,12 +89,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: det,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: det,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/det,v $ ## ## Under source code control: 1995/11/28 11:17:47 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/digit b/help/digit index 4aac6df..97c79c6 100644 --- a/help/digit +++ b/help/digit @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: digit,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: digit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/digit,v $ ## ## Under source code control: 1995/10/03 10:40:01 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/digits b/help/digits index 8711ecb..290d11c 100644 --- a/help/digits +++ b/help/digits @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: digits,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: digits,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/digits,v $ ## ## Under source code control: 1995/10/03 10:40:01 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/dp b/help/dp index a822363..71c6b0e 100644 --- a/help/dp +++ b/help/dp @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: dp,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: dp,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/dp,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/environment b/help/environment index 28a7fea..232b18d 100644 --- a/help/environment +++ b/help/environment @@ -104,12 +104,12 @@ Environment variables ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: environment,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: environment,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/environment,v $ ## ## Under source code control: 1991/07/23 05:47:25 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/epsilon b/help/epsilon index 83c7e5b..2a3c92a 100644 --- a/help/epsilon +++ b/help/epsilon @@ -49,12 +49,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: epsilon,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: epsilon,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/epsilon,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/errcount b/help/errcount index 4a9b3e5..80dbd5f 100644 --- a/help/errcount +++ b/help/errcount @@ -61,12 +61,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: errcount,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: errcount,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errcount,v $ ## ## Under source code control: 1997/03/08 08:51:14 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/errmax b/help/errmax index 79637c5..f2cc184 100644 --- a/help/errmax +++ b/help/errmax @@ -55,12 +55,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: errmax,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: errmax,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errmax,v $ ## ## Under source code control: 1997/03/08 08:51:14 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/errno b/help/errno index c3f6018..0bb2254 100644 --- a/help/errno +++ b/help/errno @@ -69,12 +69,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: errno,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: errno,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errno,v $ ## ## Under source code control: 1994/10/27 03:05:08 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/error b/help/error index 26feb76..d3940ae 100644 --- a/help/error +++ b/help/error @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: error,v 29.1 1999/12/14 09:15:47 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: error,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/error,v $ ## ## Under source code control: 1995/12/18 03:30:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/errorcodes.hdr b/help/errorcodes.hdr index fb08099..4b8d522 100644 --- a/help/errorcodes.hdr +++ b/help/errorcodes.hdr @@ -16,12 +16,12 @@ Calc generated error codes (see the error help file): ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: errorcodes.hdr,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: errorcodes.hdr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errorcodes.hdr,v $ ## ## Under source code control: 1995/12/18 03:19:11 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/errorcodes.sed b/help/errorcodes.sed index 8baa4c9..15a5e22 100644 --- a/help/errorcodes.sed +++ b/help/errorcodes.sed @@ -16,12 +16,12 @@ ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: errorcodes.sed,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: errorcodes.sed,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errorcodes.sed,v $ ## ## Under source code control: 1995/12/18 03:19:11 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/eval b/help/eval index 3b785ba..bc741e9 100644 --- a/help/eval +++ b/help/eval @@ -76,12 +76,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: eval,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: eval,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/eval,v $ ## ## Under source code control: 1995/12/18 03:30:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/exp b/help/exp index 4182796..63e03dc 100644 --- a/help/exp +++ b/help/exp @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: exp,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: exp,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/exp,v $ ## ## Under source code control: 1995/10/11 04:41:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/expression b/help/expression index 4b3e356..f366c00 100644 --- a/help/expression +++ b/help/expression @@ -50,12 +50,12 @@ Expression sequences ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: expression,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: expression,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/expression,v $ ## ## Under source code control: 1991/07/21 04:37:18 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fact b/help/fact index a4840b2..3dbd801 100644 --- a/help/fact +++ b/help/fact @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fact,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fact,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fact,v $ ## ## Under source code control: 1994/10/20 04:03:02 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/factor b/help/factor index 6f9b1a6..40224ea 100644 --- a/help/factor +++ b/help/factor @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: factor,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: factor,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/factor,v $ ## ## Under source code control: 1995/12/18 12:34:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fclose b/help/fclose index d43c6e1..39b9555 100644 --- a/help/fclose +++ b/help/fclose @@ -67,12 +67,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fclose,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fclose,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fclose,v $ ## ## Under source code control: 1994/10/27 03:04:16 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fcnt b/help/fcnt index a3c02b8..5efaee7 100644 --- a/help/fcnt +++ b/help/fcnt @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fcnt,v 29.1 1999/12/14 09:15:48 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fcnt,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fcnt,v $ ## ## Under source code control: 1995/12/18 12:03:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/feof b/help/feof index 84fc755..dabea7a 100644 --- a/help/feof +++ b/help/feof @@ -59,12 +59,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: feof,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: feof,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/feof,v $ ## ## Under source code control: 1994/10/27 03:04:17 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ferror b/help/ferror index 248e919..5e8b16a 100644 --- a/help/ferror +++ b/help/ferror @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ferror,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ferror,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ferror,v $ ## ## Under source code control: 1994/10/27 03:04:17 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fflush b/help/fflush index 791aae0..d58766d 100644 --- a/help/fflush +++ b/help/fflush @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fflush,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fflush,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fflush,v $ ## ## Under source code control: 1994/10/27 03:04:17 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fgetc b/help/fgetc index 6e40c7a..0266486 100644 --- a/help/fgetc +++ b/help/fgetc @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fgetc,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fgetc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fgetc,v $ ## ## Under source code control: 1995/03/04 11:33:19 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fgetfield b/help/fgetfield index d70eb74..ba0ee38 100644 --- a/help/fgetfield +++ b/help/fgetfield @@ -67,12 +67,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fgetfield,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fgetfield,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fgetfield,v $ ## ## Under source code control: 1996/04/30 03:05:17 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fgetline b/help/fgetline index 058a45a..c5e0264 100644 --- a/help/fgetline +++ b/help/fgetline @@ -66,12 +66,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fgetline,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fgetline,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fgetline,v $ ## ## Under source code control: 1995/03/04 11:33:19 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fgets b/help/fgets index 0e38151..28dc4e7 100644 --- a/help/fgets +++ b/help/fgets @@ -55,12 +55,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fgets,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fgets,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fgets,v $ ## ## Under source code control: 1995/03/04 11:33:19 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fgetstr b/help/fgetstr index 4c54c32..c1da0ce 100644 --- a/help/fgetstr +++ b/help/fgetstr @@ -63,12 +63,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fgetstr,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fgetstr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fgetstr,v $ ## ## Under source code control: 1996/04/30 03:05:17 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fib b/help/fib index 3e96118..60f634a 100644 --- a/help/fib +++ b/help/fib @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fib,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fib,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fib,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/file b/help/file index 05cf4d4..1dd7487 100644 --- a/help/file +++ b/help/file @@ -182,12 +182,12 @@ Using files ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: file,v 29.1 1999/12/14 09:15:49 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: file,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/file,v $ ## ## Under source code control: 1991/07/21 04:37:19 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/files b/help/files index 14cc149..b95ce77 100644 --- a/help/files +++ b/help/files @@ -84,12 +84,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: files,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: files,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/files,v $ ## ## Under source code control: 1995/03/04 11:33:19 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/floor b/help/floor index 9bb3bd7..f99f26a 100644 --- a/help/floor +++ b/help/floor @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: floor,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: floor,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/floor,v $ ## ## Under source code control: 1994/09/30 01:12:01 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fopen b/help/fopen index 6ef6e70..8adee56 100644 --- a/help/fopen +++ b/help/fopen @@ -90,12 +90,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fopen,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fopen,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fopen,v $ ## ## Under source code control: 1994/10/27 03:04:17 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/forall b/help/forall index a5a530c..6782b06 100644 --- a/help/forall +++ b/help/forall @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: forall,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: forall,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/forall,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fprintf b/help/fprintf index 88630ab..70309de 100644 --- a/help/fprintf +++ b/help/fprintf @@ -70,12 +70,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fprintf,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fprintf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fprintf,v $ ## ## Under source code control: 1996/03/12 22:50:41 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fputc b/help/fputc index 51543a2..c0e6ddd 100644 --- a/help/fputc +++ b/help/fputc @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fputc,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fputc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fputc,v $ ## ## Under source code control: 1995/03/04 11:33:20 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fputs b/help/fputs index 5a67cb3..be87362 100644 --- a/help/fputs +++ b/help/fputs @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fputs,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fputs,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fputs,v $ ## ## Under source code control: 1995/03/04 11:33:20 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fputstr b/help/fputstr index e380284..1f32fae 100644 --- a/help/fputstr +++ b/help/fputstr @@ -55,12 +55,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fputstr,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fputstr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fputstr,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/frac b/help/frac index 2ab3723..ad84e09 100644 --- a/help/frac +++ b/help/frac @@ -57,12 +57,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: frac,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: frac,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/frac,v $ ## ## Under source code control: 1995/12/18 03:30:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/free b/help/free index 88a57da..ec4f572 100644 --- a/help/free +++ b/help/free @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: free,v 29.1 1999/12/14 09:15:50 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: free,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/free,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/freeglobals b/help/freeglobals index e7adbb5..dd72960 100644 --- a/help/freeglobals +++ b/help/freeglobals @@ -62,12 +62,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: freeglobals,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: freeglobals,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/freeglobals,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/freeredc b/help/freeredc index 02c5714..6187bc4 100644 --- a/help/freeredc +++ b/help/freeredc @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: freeredc,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: freeredc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/freeredc,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/freestatics b/help/freestatics index a474fee..bbba562 100644 --- a/help/freestatics +++ b/help/freestatics @@ -60,12 +60,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: freestatics,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: freestatics,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/freestatics,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/frem b/help/frem index e4b44fa..219af55 100644 --- a/help/frem +++ b/help/frem @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: frem,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: frem,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/frem,v $ ## ## Under source code control: 1995/12/18 12:03:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/freopen b/help/freopen index 3f9eee1..89442ae 100644 --- a/help/freopen +++ b/help/freopen @@ -57,12 +57,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: freopen,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: freopen,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/freopen,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fscan b/help/fscan index 5aef4b5..cda6e83 100644 --- a/help/fscan +++ b/help/fscan @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fscan,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fscan,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fscan,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fscanf b/help/fscanf index 8666ac9..9092772 100644 --- a/help/fscanf +++ b/help/fscanf @@ -145,12 +145,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fscanf,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fscanf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fscanf,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fseek b/help/fseek index 5331d9c..20c800e 100644 --- a/help/fseek +++ b/help/fseek @@ -82,12 +82,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fseek,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fseek,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fseek,v $ ## ## Under source code control: 1995/03/04 11:33:20 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/fsize b/help/fsize index 7c8d10e..ec38643 100644 --- a/help/fsize +++ b/help/fsize @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: fsize,v 29.1 1999/12/14 09:15:51 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: fsize,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fsize,v $ ## ## Under source code control: 1995/03/04 11:33:20 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ftell b/help/ftell index e30bd83..34039ea 100644 --- a/help/ftell +++ b/help/ftell @@ -62,12 +62,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ftell,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ftell,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ftell,v $ ## ## Under source code control: 1995/03/04 11:33:21 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/funclist.sed b/help/funclist.sed index f9d5090..5cbfe93 100644 --- a/help/funclist.sed +++ b/help/funclist.sed @@ -22,12 +22,12 @@ p ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: funclist.sed,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: funclist.sed,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/funclist.sed,v $ ## ## Under source code control: 1995/07/10 01:33:06 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/gcd b/help/gcd index 71d06ac..20d38a0 100644 --- a/help/gcd +++ b/help/gcd @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: gcd,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: gcd,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/gcd,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/gcdrem b/help/gcdrem index 2c17c60..413a70c 100644 --- a/help/gcdrem +++ b/help/gcdrem @@ -69,12 +69,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: gcdrem,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: gcdrem,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/gcdrem,v $ ## ## Under source code control: 1995/12/18 12:03:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/gd b/help/gd index 2a780cb..aaa6786 100644 --- a/help/gd +++ b/help/gd @@ -66,12 +66,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: gd,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: gd,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/gd,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/getenv b/help/getenv index 832d179..84456ae 100644 --- a/help/getenv +++ b/help/getenv @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: getenv,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: getenv,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/getenv,v $ ## ## Under source code control: 1995/07/09 03:48:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/hash b/help/hash index 5d91004..16478d8 100644 --- a/help/hash +++ b/help/hash @@ -20,7 +20,7 @@ DESCRIPTION In a subsequent ballot round: - Landon Curt Noll (http://reality.sgi.com/chongo/) + Landon Curt Noll (http://www.isthe.com/chongo/) improved on their algorithm. Some people tried this hash and found that it worked rather well. In an EMail message @@ -30,7 +30,7 @@ DESCRIPTION collision rate. The FNV speed allows one to quickly hash lots of data while maintaining a reasonable collision rate. See: - http://reality.sgi.com/chongo/tech/comp/fnv/ + http://www.isthe.com/chongo/tech/comp/fnv/ for more details as well as other forms of the FNV hash. @@ -64,12 +64,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: hash,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: hash,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/hash,v $ ## ## Under source code control: 1996/03/12 23:10:01 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/head b/help/head index 2228dec..509c51b 100644 --- a/help/head +++ b/help/head @@ -64,12 +64,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: head,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: head,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/head,v $ ## ## Under source code control: 1995/07/10 02:09:30 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/help b/help/help index a7bae2c..ecbd1c7 100644 --- a/help/help +++ b/help/help @@ -119,12 +119,12 @@ as the same effect as: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.2 $ -## @(#) $Id: help,v 29.2 1999/12/17 10:33:00 chongo Exp $ +## @(#) $Revision: 29.3 $ +## @(#) $Id: help,v 29.3 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/help,v $ ## ## Under source code control: 1991/07/21 04:37:20 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/highbit b/help/highbit index acef4d2..38a00c8 100644 --- a/help/highbit +++ b/help/highbit @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: highbit,v 29.1 1999/12/14 09:15:52 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: highbit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/highbit,v $ ## ## Under source code control: 1995/10/03 10:40:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/history b/help/history index 2397eb9..38aa9d3 100644 --- a/help/history +++ b/help/history @@ -76,12 +76,12 @@ Command history ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: history,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: history,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/history,v $ ## ## Under source code control: 1991/07/21 04:37:20 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/hmean b/help/hmean index 6179e53..7d6625a 100644 --- a/help/hmean +++ b/help/hmean @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: hmean,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: hmean,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/hmean,v $ ## ## Under source code control: 1995/12/18 03:30:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/hnrmod b/help/hnrmod index db7cf4c..8d55982 100644 --- a/help/hnrmod +++ b/help/hnrmod @@ -58,12 +58,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: hnrmod,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: hnrmod,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/hnrmod,v $ ## ## Under source code control: 1997/07/02 07:10:43 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/hypot b/help/hypot index 189b1b7..4808146 100644 --- a/help/hypot +++ b/help/hypot @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: hypot,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: hypot,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/hypot,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ilog b/help/ilog index 17a39c9..a48e946 100644 --- a/help/ilog +++ b/help/ilog @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ilog,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ilog,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ilog,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ilog10 b/help/ilog10 index 4674cc2..acfc1bc 100644 --- a/help/ilog10 +++ b/help/ilog10 @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ilog10,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ilog10,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ilog10,v $ ## ## Under source code control: 1995/10/03 10:40:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ilog2 b/help/ilog2 index f1d1c5a..0ecebbf 100644 --- a/help/ilog2 +++ b/help/ilog2 @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ilog2,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ilog2,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ilog2,v $ ## ## Under source code control: 1995/10/03 10:40:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/im b/help/im index 5fffdac..1d9428e 100644 --- a/help/im +++ b/help/im @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: im,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: im,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/im,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/indices b/help/indices index 295b0b1..7ec3bce 100644 --- a/help/indices +++ b/help/indices @@ -73,12 +73,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: indices,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: indices,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/indices,v $ ## ## Under source code control: 1999/11/16 08:02:03 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/inputlevel b/help/inputlevel index 6462017..916cbcc 100644 --- a/help/inputlevel +++ b/help/inputlevel @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: inputlevel,v 29.1 1999/12/14 09:15:53 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: inputlevel,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/inputlevel,v $ ## ## Under source code control: 1999/10/31 06:01:21 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/insert b/help/insert index 5dcc56a..9f2e972 100644 --- a/help/insert +++ b/help/insert @@ -74,12 +74,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: insert,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: insert,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/insert,v $ ## ## Under source code control: 1994/03/19 03:13:18 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/int b/help/int index 907e3aa..4296a82 100644 --- a/help/int +++ b/help/int @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: int,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: int,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/int,v $ ## ## Under source code control: 1994/09/30 00:57:18 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/interrupt b/help/interrupt index 859b777..9365d94 100644 --- a/help/interrupt +++ b/help/interrupt @@ -43,12 +43,12 @@ Interrupts ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: interrupt,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: interrupt,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/interrupt,v $ ## ## Under source code control: 1991/07/21 04:37:21 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/intro b/help/intro index 559ee32..7e002d1 100644 --- a/help/intro +++ b/help/intro @@ -1,6 +1,6 @@ -Quick introduction +What is calc? - This is an interactive calculator which provides for easy large + Calc is an interactive calculator which provides for easy large numeric calculations, but which also can be easily programmed for difficult or long calculations. It can accept a command line argument, in which case it executes that single command and exits. @@ -11,53 +11,164 @@ Quick introduction 3 * (4 + 1) - and the calculator will print 15. + and the calculator will print: + + 15 + + Calc as the usual collection of arithmetic operators +, -, /, * + as well as ^ (exponentiation), % (modulus) and // (integer divide). + For example: + + 3 * 19^43 - 1 + + will produce: + + 29075426613099201338473141505176993450849249622191102976 + + Notice that calc values can be very large. For example: + + 2^23209-1 + + will print: + + 402874115778988778181873329071 ... many digits ... 3779264511 The special '.' symbol (called dot), represents the result of the last command expression, if any. This is of great use when a series of partial results are calculated, or when the output mode is changed and the last result needs to be redisplayed. For example, the above - result can be doubled by typing: + result can be modified by typing: - . * 2 + . % (2^127-1) - and the calculator will print 30. + and the calculator will print: + + 47385033654019111249345128555354223304 For more complex calculations, variables can be used to save the intermediate results. For example, the result of adding 7 to the previous result can be saved by typing: - old = . + 7 + curds = 15 + whey = 7 + 2*curds Functions can be used in expressions. There are a great number of pre-defined functions. For example, the following will calculate the factorial of the value of 'old': - fact(old) + fact(whey) - and the calculator prints 13763753091226345046315979581580902400000000. - Notice that numbers can be very large. (There is a practical limit - of several thousand digits before calculations become too slow.) + and the calculator prints: - The calculator can calculate transcendental functions, and accept and - display numbers in real or exponential format. For example, typing: - - config("display", 50) - epsilon(1e-50) - sin(1) - - prints "~.84147098480789650665250232163029899962256306079837". + 13763753091226345046315979581580902400000000 The calculator also knows about complex numbers, so that typing: (2+3i) * (4-3i) + cos(.) - prints "17+6i". + will print: - For more information about the calc lauguage and features, try: + 17+6i + -55.50474777265624667147+193.9265235748927986537i + + The calculator can calculate transcendental functions, and accept and + display numbers in real or exponential format. For example, typing: + + config("display", 70) + epsilon(1e-70) + sin(1) + + prints: + + 0.8414709848078965066525023216302989996225630607983710656727517099919104 + + Calc can output values in terms of fractions, octal or hexadecimal. + For example: + + config("mode", "fraction"), + (17/19)^23 + base(16), + (19/17)^29 + + will print: + + 19967568900859523802559065713/257829627945307727248226067259 + 0x9201e65bdbb801eaf403f657efcf863/0x5cd2e2a01291ffd73bee6aa7dcf7d1 + + All numbers are represented as fractions with arbitrarily large + numerators and denominators which are always reduced to lowest terms. + Real or exponential format numbers can be input and are converted + to the equivalent fraction. Hex, binary, or octal numbers can be + input by using numbers with leading '0x', '0b' or '0' characters. + Complex numbers can be input using a trailing 'i', as in '2+3i'. + Strings and characters are input by using single or double quotes. + + Commands are statements in a C-like language, where each input + line is treated as the body of a procedure. Thus the command + line can contain variable declarations, expressions, labels, + conditional tests, and loops. Assignments to any variable name + will automatically define that name as a global variable. The + other important thing to know is that all non-assignment expressions + which are evaluated are automatically printed. Thus, you can evaluate + an expression's value by simply typing it in. + + Many useful built-in mathematical functions are available. Use + the: + + help builtin + + command to list them. + + You can also define your own functions by using the 'define' keyword, + followed by a function declaration very similar to C. + + define f2(n) + { + local ans; + + ans = 1; + while (n > 1) + ans *= (n -= 2); + return ans; + } + + Thus the input: + + f2(79) + + will produce; + + 1009847364737869270905302433221592504062302663202724609375 + + Functions which only need to return a simple expression can be defined + using an equals sign, as in the example: + + define sc(a,b) = a^3 + b^3 + + Thus the input: + + sc(31, 61) + + will produce; + + 256772 + + Variables in functions can be defined as either 'global', 'local', + or 'static'. Global variables are common to all functions and the + command line, whereas local variables are unique to each function + level, and are destroyed when the function returns. Static variables + are scoped within single input files, or within functions, and are + never destroyed. Variables are not typed at definition time, but + dynamically change as they are used. + + For more information about the calc language and features, try: help overview + In particular, check out the other help functions listed in the + overview help file. + ## Copyright (C) 1999 Landon Curt Noll ## ## Calc is open software; you can redistribute it and/or modify it under @@ -74,12 +185,12 @@ Quick introduction ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: intro,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.3 $ +## @(#) $Id: intro,v 29.3 2000/06/07 15:26:20 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/intro,v $ ## ## Under source code control: 1991/07/21 04:37:21 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/inverse b/help/inverse index e2fc8e5..4b49202 100644 --- a/help/inverse +++ b/help/inverse @@ -63,12 +63,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: inverse,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: inverse,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/inverse,v $ ## ## Under source code control: 1996/03/12 23:10:01 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/iroot b/help/iroot index 61a9688..378aa9e 100644 --- a/help/iroot +++ b/help/iroot @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: iroot,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: iroot,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/iroot,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isassoc b/help/isassoc index 7b932c7..5a03f1b 100644 --- a/help/isassoc +++ b/help/isassoc @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isassoc,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isassoc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isassoc,v $ ## ## Under source code control: 1994/10/21 02:21:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isatty b/help/isatty index 3933e4f..01a3433 100644 --- a/help/isatty +++ b/help/isatty @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isatty,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isatty,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isatty,v $ ## ## Under source code control: 1995/07/09 03:49:34 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isblk b/help/isblk index fa96c59..69976f5 100644 --- a/help/isblk +++ b/help/isblk @@ -59,12 +59,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isblk,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isblk,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isblk,v $ ## ## Under source code control: 1997/04/06 03:03:23 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isconfig b/help/isconfig index 8bf9ed7..87a830a 100644 --- a/help/isconfig +++ b/help/isconfig @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isconfig,v 29.1 1999/12/14 09:15:54 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isconfig,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isconfig,v $ ## ## Under source code control: 1995/11/11 05:09:41 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isdefined b/help/isdefined index 61a60b4..65868c9 100644 --- a/help/isdefined +++ b/help/isdefined @@ -59,12 +59,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isdefined,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isdefined,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isdefined,v $ ## ## Under source code control: 1997/04/05 14:10:17 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/iserror b/help/iserror index b011d44..9c62f19 100644 --- a/help/iserror +++ b/help/iserror @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: iserror,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: iserror,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/iserror,v $ ## ## Under source code control: 1995/12/18 03:30:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/iseven b/help/iseven index fd875db..879720b 100644 --- a/help/iseven +++ b/help/iseven @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: iseven,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: iseven,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/iseven,v $ ## ## Under source code control: 1994/10/21 02:21:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isfile b/help/isfile index 8159eda..0bb5340 100644 --- a/help/isfile +++ b/help/isfile @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isfile,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isfile,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isfile,v $ ## ## Under source code control: 1994/10/21 02:21:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ishash b/help/ishash index 9017ff2..ffd926f 100644 --- a/help/ishash +++ b/help/ishash @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ishash,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ishash,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ishash,v $ ## ## Under source code control: 1995/11/11 05:09:41 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isident b/help/isident index 7181797..b4a3b3a 100644 --- a/help/isident +++ b/help/isident @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isident,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isident,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isident,v $ ## ## Under source code control: 1995/07/09 18:25:36 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isint b/help/isint index c007276..96512cd 100644 --- a/help/isint +++ b/help/isint @@ -49,12 +49,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isint,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isint,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isint,v $ ## ## Under source code control: 1994/10/21 02:21:27 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/islist b/help/islist index 0e91209..e1b149f 100644 --- a/help/islist +++ b/help/islist @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: islist,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: islist,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/islist,v $ ## ## Under source code control: 1994/03/19 03:13:19 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ismat b/help/ismat index c02b88a..c20b180 100644 --- a/help/ismat +++ b/help/ismat @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ismat,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ismat,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ismat,v $ ## ## Under source code control: 1994/10/21 02:21:28 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ismult b/help/ismult index 860d03b..55c55fe 100644 --- a/help/ismult +++ b/help/ismult @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ismult,v 29.1 1999/12/14 09:15:55 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ismult,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ismult,v $ ## ## Under source code control: 1994/10/21 02:21:28 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isnull b/help/isnull index 600eaca..fabb320 100644 --- a/help/isnull +++ b/help/isnull @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isnull,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isnull,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isnull,v $ ## ## Under source code control: 1994/10/21 02:21:28 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isnum b/help/isnum index 97f9a02..201d90f 100644 --- a/help/isnum +++ b/help/isnum @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isnum,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isnum,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isnum,v $ ## ## Under source code control: 1994/10/21 02:21:28 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isobj b/help/isobj index 72b9a99..2707c32 100644 --- a/help/isobj +++ b/help/isobj @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isobj,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isobj,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isobj,v $ ## ## Under source code control: 1994/10/21 02:21:29 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isobjtype b/help/isobjtype index 09bb876..f5476db 100644 --- a/help/isobjtype +++ b/help/isobjtype @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isobjtype,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isobjtype,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isobjtype,v $ ## ## Under source code control: 1997/04/05 14:10:17 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isodd b/help/isodd index 7c68113..91f2aed 100644 --- a/help/isodd +++ b/help/isodd @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isodd,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isodd,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isodd,v $ ## ## Under source code control: 1994/10/21 02:21:29 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isprime b/help/isprime index afb65a0..45ad241 100644 --- a/help/isprime +++ b/help/isprime @@ -67,12 +67,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isprime,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isprime,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isprime,v $ ## ## Under source code control: 1994/10/21 02:21:29 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isptr b/help/isptr index 03343af..47ba1c8 100644 --- a/help/isptr +++ b/help/isptr @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isptr,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isptr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isptr,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isqrt b/help/isqrt index ff2d9f0..fdcdbdf 100644 --- a/help/isqrt +++ b/help/isqrt @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isqrt,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isqrt,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isqrt,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isrand b/help/isrand index ea1239e..1be4e86 100644 --- a/help/isrand +++ b/help/isrand @@ -47,12 +47,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isrand,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isrand,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isrand,v $ ## ## Under source code control: 1995/11/11 05:09:41 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/israndom b/help/israndom index 8ad067e..cd64cee 100644 --- a/help/israndom +++ b/help/israndom @@ -49,12 +49,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: israndom,v 29.1 1999/12/14 09:15:56 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: israndom,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/israndom,v $ ## ## Under source code control: 1995/11/11 05:09:41 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isreal b/help/isreal index 472236c..6ad0905 100644 --- a/help/isreal +++ b/help/isreal @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isreal,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isreal,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isreal,v $ ## ## Under source code control: 1994/10/21 02:21:30 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isrel b/help/isrel index 2025262..e53cb6b 100644 --- a/help/isrel +++ b/help/isrel @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isrel,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isrel,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isrel,v $ ## ## Under source code control: 1994/10/21 02:21:30 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/issimple b/help/issimple index 47a9858..de3ff43 100644 --- a/help/issimple +++ b/help/issimple @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: issimple,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: issimple,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/issimple,v $ ## ## Under source code control: 1994/10/21 02:21:30 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/issq b/help/issq index 33f9d2c..37e459e 100644 --- a/help/issq +++ b/help/issq @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: issq,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: issq,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/issq,v $ ## ## Under source code control: 1994/10/21 02:21:31 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/isstr b/help/isstr index ad1c71e..77f95e0 100644 --- a/help/isstr +++ b/help/isstr @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: isstr,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: isstr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isstr,v $ ## ## Under source code control: 1994/10/21 02:21:31 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/istype b/help/istype index 6da3fc9..f6a249d 100644 --- a/help/istype +++ b/help/istype @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: istype,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: istype,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/istype,v $ ## ## Under source code control: 1994/10/21 02:21:31 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/jacobi b/help/jacobi index 547c1c1..eb35a88 100644 --- a/help/jacobi +++ b/help/jacobi @@ -77,12 +77,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: jacobi,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: jacobi,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/jacobi,v $ ## ## Under source code control: 1995/12/18 12:34:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/join b/help/join index 452032a..e103088 100644 --- a/help/join +++ b/help/join @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: join,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: join,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/join,v $ ## ## Under source code control: 1995/07/09 19:41:40 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/lcm b/help/lcm index 4649301..b7e2a7e 100644 --- a/help/lcm +++ b/help/lcm @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: lcm,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: lcm,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/lcm,v $ ## ## Under source code control: 1995/10/05 04:52:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/lcmfact b/help/lcmfact index 30c994d..0a4514f 100644 --- a/help/lcmfact +++ b/help/lcmfact @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: lcmfact,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: lcmfact,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/lcmfact,v $ ## ## Under source code control: 1995/12/18 12:34:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/lfactor b/help/lfactor index e4d029b..792f462 100644 --- a/help/lfactor +++ b/help/lfactor @@ -49,12 +49,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: lfactor,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: lfactor,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/lfactor,v $ ## ## Under source code control: 1995/12/18 12:34:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/list b/help/list index 5022efc..42297bc 100644 --- a/help/list +++ b/help/list @@ -92,12 +92,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: list,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: list,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/list,v $ ## ## Under source code control: 1994/03/19 03:13:19 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ln b/help/ln index 50cb383..2f48892 100644 --- a/help/ln +++ b/help/ln @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ln,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ln,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ln,v $ ## ## Under source code control: 1995/10/11 04:41:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/lowbit b/help/lowbit index ab6a4de..7914a64 100644 --- a/help/lowbit +++ b/help/lowbit @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: lowbit,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: lowbit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/lowbit,v $ ## ## Under source code control: 1995/10/03 10:40:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ltol b/help/ltol index 4f83d69..d20e12b 100644 --- a/help/ltol +++ b/help/ltol @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ltol,v 29.1 1999/12/14 09:15:57 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ltol,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ltol,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/makelist b/help/makelist index 7b7557f..85a070a 100644 --- a/help/makelist +++ b/help/makelist @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: makelist,v 29.1 1999/12/14 09:15:58 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: makelist,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/makelist,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/mat b/help/mat index c7c2205..f01878c 100644 --- a/help/mat +++ b/help/mat @@ -412,12 +412,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: mat,v 29.1 1999/12/14 09:15:58 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: mat,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mat,v $ ## ## Under source code control: 1991/07/21 04:37:22 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/matdim b/help/matdim index ceb12ea..137c704 100644 --- a/help/matdim +++ b/help/matdim @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: matdim,v 29.1 1999/12/14 09:15:58 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: matdim,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/matdim,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/matfill b/help/matfill index ddbefef..70f8008 100644 --- a/help/matfill +++ b/help/matfill @@ -55,12 +55,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: matfill,v 29.1 1999/12/14 09:15:58 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: matfill,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/matfill,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/matmax b/help/matmax index 5bf37c2..bb3ed4a 100644 --- a/help/matmax +++ b/help/matmax @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: matmax,v 29.1 1999/12/14 09:15:58 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: matmax,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/matmax,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/matmin b/help/matmin index 9ce1b14..ddbc4b1 100644 --- a/help/matmin +++ b/help/matmin @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: matmin,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: matmin,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/matmin,v $ ## ## Under source code control: 1995/10/25 04:03:45 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/matsum b/help/matsum index da30c87..e34bbda 100644 --- a/help/matsum +++ b/help/matsum @@ -43,12 +43,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: matsum,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: matsum,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/matsum,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/mattrace b/help/mattrace index 1c864ad..4d229f9 100644 --- a/help/mattrace +++ b/help/mattrace @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: mattrace,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: mattrace,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mattrace,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/mattrans b/help/mattrans index bd7cd2a..1f20e1b 100644 --- a/help/mattrans +++ b/help/mattrans @@ -49,12 +49,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: mattrans,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: mattrans,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mattrans,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/max b/help/max index 20fd1da..43f0eb3 100644 --- a/help/max +++ b/help/max @@ -86,12 +86,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: max,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: max,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/max,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/md5 b/help/md5 index 12901a5..1dabfaf 100644 --- a/help/md5 +++ b/help/md5 @@ -117,12 +117,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: md5,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: md5,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/md5,v $ ## ## Under source code control: 1997/04/06 19:45:54 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/memsize b/help/memsize index 927638b..c302114 100644 --- a/help/memsize +++ b/help/memsize @@ -106,12 +106,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: memsize,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: memsize,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/memsize,v $ ## ## Under source code control: 1997/03/23 20:28:02 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/meq b/help/meq index 7c59296..0b3afe0 100644 --- a/help/meq +++ b/help/meq @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: meq,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: meq,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/meq,v $ ## ## Under source code control: 1995/11/09 03:27:51 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/min b/help/min index dc2ee98..4ba4571 100644 --- a/help/min +++ b/help/min @@ -86,12 +86,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: min,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: min,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/min,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/minv b/help/minv index b09df2a..8e1f5a7 100644 --- a/help/minv +++ b/help/minv @@ -62,12 +62,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: minv,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: minv,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/minv,v $ ## ## Under source code control: 1995/11/09 03:27:51 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/mmin b/help/mmin index 4a4c1cf..6dff0e9 100644 --- a/help/mmin +++ b/help/mmin @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: mmin,v 29.1 1999/12/14 09:15:59 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: mmin,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mmin,v $ ## ## Under source code control: 1995/12/18 03:30:59 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/mne b/help/mne index a7166a3..db3fbd7 100644 --- a/help/mne +++ b/help/mne @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: mne,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: mne,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mne,v $ ## ## Under source code control: 1995/11/09 03:27:51 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/mod b/help/mod index 5de907d..f0ff7cd 100644 --- a/help/mod +++ b/help/mod @@ -127,12 +127,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: mod,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: mod,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mod,v $ ## ## Under source code control: 1995/09/18 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/modify b/help/modify index d9699fe..c07dc16 100644 --- a/help/modify +++ b/help/modify @@ -56,12 +56,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: modify,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: modify,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/modify,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/name b/help/name index 6d0cb44..cf10e12 100644 --- a/help/name +++ b/help/name @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: name,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: name,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/name,v $ ## ## Under source code control: 1997/04/05 14:12:44 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/near b/help/near index 8b5b259..7ed558d 100644 --- a/help/near +++ b/help/near @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: near,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: near,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/near,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/newerror b/help/newerror index 54efc7e..c3fc520 100644 --- a/help/newerror +++ b/help/newerror @@ -85,12 +85,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: newerror,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: newerror,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/newerror,v $ ## ## Under source code control: 1996/04/30 03:39:56 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/nextcand b/help/nextcand index a8523e7..a8b9bde 100644 --- a/help/nextcand +++ b/help/nextcand @@ -92,12 +92,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: nextcand,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: nextcand,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/nextcand,v $ ## ## Under source code control: 1996/02/25 00:27:43 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/nextprime b/help/nextprime index a7472c9..0cdc369 100644 --- a/help/nextprime +++ b/help/nextprime @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: nextprime,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: nextprime,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/nextprime,v $ ## ## Under source code control: 1995/12/18 12:34:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/norm b/help/norm index 5af16ae..6402c3d 100644 --- a/help/norm +++ b/help/norm @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: norm,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: norm,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/norm,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/null b/help/null index 12bc84a..5887b15 100644 --- a/help/null +++ b/help/null @@ -90,12 +90,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: null,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: null,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/null,v $ ## ## Under source code control: 1996/03/12 23:10:01 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/num b/help/num index c231a7e..7ec05b2 100644 --- a/help/num +++ b/help/num @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: num,v 29.1 1999/12/14 09:16:00 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: num,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/num,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/obj.file b/help/obj.file index c67f708..a02eb94 100644 --- a/help/obj.file +++ b/help/obj.file @@ -195,12 +195,12 @@ Using objects ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: obj.file,v 29.1 1999/12/14 09:16:01 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: obj.file,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/obj.file,v $ ## ## Under source code control: 1991/07/21 04:37:22 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/oldvalue b/help/oldvalue index f7da402..4e2ef4d 100644 --- a/help/oldvalue +++ b/help/oldvalue @@ -69,12 +69,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: oldvalue,v 29.1 1999/12/14 09:16:01 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: oldvalue,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/oldvalue,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/operator b/help/operator index ef35db7..3f6ee13 100644 --- a/help/operator +++ b/help/operator @@ -225,12 +225,12 @@ operators ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: operator,v 29.1 1999/12/14 09:16:01 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: operator,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/operator,v $ ## ## Under source code control: 1991/07/21 04:37:23 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ord b/help/ord index 6e40e77..8c556ba 100644 --- a/help/ord +++ b/help/ord @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ord,v 29.1 1999/12/14 09:16:01 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ord,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ord,v $ ## ## Under source code control: 1994/09/30 01:45:46 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/overview b/help/overview index 63f8b34..2ad8f8a 100644 --- a/help/overview +++ b/help/overview @@ -185,12 +185,12 @@ ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: overview,v 29.1 1999/12/14 09:16:01 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: overview,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/overview,v $ ## ## Under source code control: 1991/07/21 04:37:23 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/param b/help/param index b7f3253..43c2a00 100644 --- a/help/param +++ b/help/param @@ -66,12 +66,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: param,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: param,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/param,v $ ## ## Under source code control: 1996/03/12 23:10:01 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/perm b/help/perm index d741b0a..c4295c6 100644 --- a/help/perm +++ b/help/perm @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: perm,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: perm,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/perm,v $ ## ## Under source code control: 1994/10/20 04:03:02 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/pfact b/help/pfact index 9c22f97..978e41a 100644 --- a/help/pfact +++ b/help/pfact @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: pfact,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: pfact,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/pfact,v $ ## ## Under source code control: 1995/12/18 12:34:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/pi b/help/pi index 3014ddd..0da27af 100644 --- a/help/pi +++ b/help/pi @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: pi,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: pi,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/pi,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/pix b/help/pix index bfbca93..d30e605 100644 --- a/help/pix +++ b/help/pix @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: pix,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: pix,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/pix,v $ ## ## Under source code control: 1995/12/18 12:34:58 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/places b/help/places index f533db2..7a82b78 100644 --- a/help/places +++ b/help/places @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: places,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: places,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/places,v $ ## ## Under source code control: 1995/10/03 10:40:02 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/pmod b/help/pmod index e5d2ecf..968572b 100644 --- a/help/pmod +++ b/help/pmod @@ -65,12 +65,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: pmod,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: pmod,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/pmod,v $ ## ## Under source code control: 1995/11/09 03:27:51 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/polar b/help/polar index 4ebfd59..dff89a7 100644 --- a/help/polar +++ b/help/polar @@ -50,12 +50,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: polar,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: polar,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/polar,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/poly b/help/poly index bb8fc6c..ef67744 100644 --- a/help/poly +++ b/help/poly @@ -152,12 +152,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: poly,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: poly,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/poly,v $ ## ## Under source code control: 1995/12/02 02:40:43 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/pop b/help/pop index deb87c1..5270774 100644 --- a/help/pop +++ b/help/pop @@ -61,12 +61,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: pop,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: pop,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/pop,v $ ## ## Under source code control: 1994/03/19 03:13:20 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/popcnt b/help/popcnt index 598c1ab..b9c3b69 100644 --- a/help/popcnt +++ b/help/popcnt @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: popcnt,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: popcnt,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/popcnt,v $ ## ## Under source code control: 1997/09/11 04:20:02 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/power b/help/power index c5b1c71..e5d4210 100644 --- a/help/power +++ b/help/power @@ -71,12 +71,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: power,v 29.1 1999/12/14 09:16:02 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: power,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/power,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/prevcand b/help/prevcand index e5789ea..8c2052c 100644 --- a/help/prevcand +++ b/help/prevcand @@ -100,12 +100,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: prevcand,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: prevcand,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/prevcand,v $ ## ## Under source code control: 1996/02/25 00:27:43 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/prevprime b/help/prevprime index c677e0c..f9515e7 100644 --- a/help/prevprime +++ b/help/prevprime @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: prevprime,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: prevprime,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/prevprime,v $ ## ## Under source code control: 1995/12/18 12:34:58 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/printf b/help/printf index dca3e26..c638477 100644 --- a/help/printf +++ b/help/printf @@ -142,12 +142,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: printf,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: printf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/printf,v $ ## ## Under source code control: 1996/03/12 22:50:41 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/prompt b/help/prompt index ca7099d..a930e14 100644 --- a/help/prompt +++ b/help/prompt @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: prompt,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: prompt,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/prompt,v $ ## ## Under source code control: 1995/12/18 12:34:58 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/protect b/help/protect index d1c8b1d..0170a6c 100644 --- a/help/protect +++ b/help/protect @@ -203,12 +203,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: protect,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: protect,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/protect,v $ ## ## Under source code control: 1997/07/10 22:38:44 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ptest b/help/ptest index db89d07..44412b8 100644 --- a/help/ptest +++ b/help/ptest @@ -144,12 +144,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ptest,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ptest,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ptest,v $ ## ## Under source code control: 1996/02/25 00:27:43 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/push b/help/push index a788fab..bfaf947 100644 --- a/help/push +++ b/help/push @@ -70,12 +70,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: push,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: push,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/push,v $ ## ## Under source code control: 1994/03/19 03:13:20 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/putenv b/help/putenv index 0ecf7e8..f86461e 100644 --- a/help/putenv +++ b/help/putenv @@ -63,12 +63,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: putenv,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: putenv,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/putenv,v $ ## ## Under source code control: 1995/07/09 03:48:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/quo b/help/quo index b157e4f..4fa74e2 100644 --- a/help/quo +++ b/help/quo @@ -93,12 +93,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: quo,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: quo,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/quo,v $ ## ## Under source code control: 1995/09/18 04:01:44 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/quomod b/help/quomod index 637ada8..18f7279 100644 --- a/help/quomod +++ b/help/quomod @@ -57,12 +57,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: quomod,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: quomod,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/quomod,v $ ## ## Under source code control: 1995/05/07 03:17:03 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rand b/help/rand index 6dc14da..68e22bf 100644 --- a/help/rand +++ b/help/rand @@ -248,12 +248,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rand,v 29.1 1999/12/14 09:16:03 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rand,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rand,v $ ## ## Under source code control: 1996/01/01 02:16:09 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/randbit b/help/randbit index 545943f..b739dcf 100644 --- a/help/randbit +++ b/help/randbit @@ -58,12 +58,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: randbit,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: randbit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/randbit,v $ ## ## Under source code control: 1996/01/01 03:17:22 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/random b/help/random index 302db17..153fbec 100644 --- a/help/random +++ b/help/random @@ -172,12 +172,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: random,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: random,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/random,v $ ## ## Under source code control: 1997/02/17 01:18:22 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/randombit b/help/randombit index f5d8962..baa1fc0 100644 --- a/help/randombit +++ b/help/randombit @@ -57,12 +57,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: randombit,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: randombit,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/randombit,v $ ## ## Under source code control: 1997/02/17 01:18:22 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/randperm b/help/randperm index 99d7f32..de49d9d 100644 --- a/help/randperm +++ b/help/randperm @@ -59,12 +59,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: randperm,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: randperm,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/randperm,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rcin b/help/rcin index ad9dbf9..53569c4 100644 --- a/help/rcin +++ b/help/rcin @@ -88,12 +88,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rcin,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rcin,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rcin,v $ ## ## Under source code control: 1996/02/25 02:22:21 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rcmul b/help/rcmul index da1e806..4f01c9c 100644 --- a/help/rcmul +++ b/help/rcmul @@ -77,12 +77,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rcmul,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rcmul,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rcmul,v $ ## ## Under source code control: 1996/02/25 02:22:21 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rcout b/help/rcout index 872dfc4..7f23f2f 100644 --- a/help/rcout +++ b/help/rcout @@ -79,12 +79,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rcout,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rcout,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rcout,v $ ## ## Under source code control: 1996/02/25 02:22:21 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rcpow b/help/rcpow index be5dfdc..717e467 100644 --- a/help/rcpow +++ b/help/rcpow @@ -88,12 +88,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rcpow,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rcpow,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rcpow,v $ ## ## Under source code control: 1996/02/25 02:22:21 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rcsq b/help/rcsq index 7cb72c7..3bb9164 100644 --- a/help/rcsq +++ b/help/rcsq @@ -82,12 +82,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rcsq,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rcsq,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rcsq,v $ ## ## Under source code control: 1996/02/25 02:22:21 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/re b/help/re index fad9f3f..40d251e 100644 --- a/help/re +++ b/help/re @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: re,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: re,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/re,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/remove b/help/remove index b5de7e1..03452a3 100644 --- a/help/remove +++ b/help/remove @@ -65,12 +65,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: remove,v 29.1 1999/12/14 09:16:04 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: remove,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/remove,v $ ## ## Under source code control: 1996/03/12 23:10:01 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/reverse b/help/reverse index 25775ca..ca76433 100644 --- a/help/reverse +++ b/help/reverse @@ -65,12 +65,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: reverse,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: reverse,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/reverse,v $ ## ## Under source code control: 1995/07/09 19:41:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rewind b/help/rewind index 6535d00..6f4c8a0 100644 --- a/help/rewind +++ b/help/rewind @@ -48,12 +48,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rewind,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rewind,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rewind,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rm b/help/rm index b27b912..b86de35 100644 --- a/help/rm +++ b/help/rm @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rm,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rm,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rm,v $ ## ## Under source code control: 1996/06/30 22:02:58 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/root b/help/root index 219bf33..6c8c962 100644 --- a/help/root +++ b/help/root @@ -68,12 +68,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: root,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: root,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/root,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/round b/help/round index 194593b..73dd428 100644 --- a/help/round +++ b/help/round @@ -138,12 +138,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: round,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: round,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/round,v $ ## ## Under source code control: 1994/09/30 00:52:38 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/rsearch b/help/rsearch index df7676b..734f125 100644 --- a/help/rsearch +++ b/help/rsearch @@ -122,12 +122,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: rsearch,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: rsearch,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/rsearch,v $ ## ## Under source code control: 1994/03/19 03:13:21 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/runtime b/help/runtime index 4982346..d66596c 100644 --- a/help/runtime +++ b/help/runtime @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: runtime,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: runtime,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/runtime,v $ ## ## Under source code control: 1996/03/12 23:10:01 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/saveval b/help/saveval index c1a7e19..4e65423 100644 --- a/help/saveval +++ b/help/saveval @@ -63,12 +63,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: saveval,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: saveval,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/saveval,v $ ## ## Under source code control: 1997/09/06 20:03:35 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/scale b/help/scale index 583a86f..d5aa9a1 100644 --- a/help/scale +++ b/help/scale @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: scale,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: scale,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/scale,v $ ## ## Under source code control: 1995/12/18 12:34:58 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/scan b/help/scan index c667b4f..a9d209f 100644 --- a/help/scan +++ b/help/scan @@ -49,12 +49,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: scan,v 29.1 1999/12/14 09:16:05 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: scan,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/scan,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/scanf b/help/scanf index b5c2ed1..ca559bb 100644 --- a/help/scanf +++ b/help/scanf @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: scanf,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: scanf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/scanf,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/script b/help/script index 14e6d58..be96e7c 100644 --- a/help/script +++ b/help/script @@ -81,12 +81,12 @@ For more information use the following calc commands: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.2 $ -## @(#) $Id: script,v 29.2 1999/12/17 10:33:00 chongo Exp $ +## @(#) $Revision: 29.3 $ +## @(#) $Id: script,v 29.3 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/script,v $ ## ## Under source code control: 1999/11/30 05:29:48 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/search b/help/search index bde04eb..e9bc26b 100644 --- a/help/search +++ b/help/search @@ -139,12 +139,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: search,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: search,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/search,v $ ## ## Under source code control: 1994/03/19 03:13:21 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sec b/help/sec index d251fbc..4868b1c 100644 --- a/help/sec +++ b/help/sec @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sec,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sec,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sec,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sech b/help/sech index 68bfb3e..02a3fec 100644 --- a/help/sech +++ b/help/sech @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sech,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sech,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sech,v $ ## ## Under source code control: 1995/11/13 03:49:00 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/seed b/help/seed index d0f469b..36df2d6 100644 --- a/help/seed +++ b/help/seed @@ -67,12 +67,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: seed,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: seed,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/seed,v $ ## ## Under source code control: 1999/10/03 10:04:29 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/segment b/help/segment index 6455be3..f3b2372 100644 --- a/help/segment +++ b/help/segment @@ -61,12 +61,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: segment,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: segment,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/segment,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/select b/help/select index b060984..7cabb5b 100644 --- a/help/select +++ b/help/select @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: select,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: select,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/select,v $ ## ## Under source code control: 1995/07/10 02:09:31 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sgn b/help/sgn index f7d3502..eb0f6b9 100644 --- a/help/sgn +++ b/help/sgn @@ -55,12 +55,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sgn,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sgn,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sgn,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sha b/help/sha index 9023b38..1d2fd77 100644 --- a/help/sha +++ b/help/sha @@ -115,12 +115,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sha,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sha,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sha,v $ ## ## Under source code control: 1997/03/22 06:25:51 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sha1 b/help/sha1 index 7ce2a01..728449c 100644 --- a/help/sha1 +++ b/help/sha1 @@ -115,12 +115,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sha1,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sha1,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sha1,v $ ## ## Under source code control: 1997/03/23 00:01:18 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sin b/help/sin index 73aeaa6..a0c66de 100644 --- a/help/sin +++ b/help/sin @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sin,v 29.1 1999/12/14 09:16:06 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sin,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sin,v $ ## ## Under source code control: 1994/03/19 01:40:28 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sinh b/help/sinh index 892b1d2..991bec8 100644 --- a/help/sinh +++ b/help/sinh @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sinh,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sinh,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sinh,v $ ## ## Under source code control: 1994/03/19 01:40:29 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/size b/help/size index ff1976f..b954dd9 100644 --- a/help/size +++ b/help/size @@ -73,12 +73,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: size,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: size,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/size,v $ ## ## Under source code control: 1994/03/19 03:13:22 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sizeof b/help/sizeof index a2b3a71..be9b9bb 100644 --- a/help/sizeof +++ b/help/sizeof @@ -101,12 +101,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sizeof,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sizeof,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sizeof,v $ ## ## Under source code control: 1996/05/24 02:04:04 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sort b/help/sort index 6a0b306..bdf1d8f 100644 --- a/help/sort +++ b/help/sort @@ -265,12 +265,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sort,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sort,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sort,v $ ## ## Under source code control: 1995/07/09 19:41:26 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sqrt b/help/sqrt index 4498097..836b67f 100644 --- a/help/sqrt +++ b/help/sqrt @@ -147,12 +147,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sqrt,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sqrt,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sqrt,v $ ## ## Under source code control: 1995/09/18 03:54:32 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/srand b/help/srand index 67eab6f..d81bf38 100644 --- a/help/srand +++ b/help/srand @@ -166,12 +166,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: srand,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: srand,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/srand,v $ ## ## Under source code control: 1996/01/01 04:19:07 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/srandom b/help/srandom index 8fb7676..aa5c4ab 100644 --- a/help/srandom +++ b/help/srandom @@ -354,12 +354,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: srandom,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: srandom,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/srandom,v $ ## ## Under source code control: 1997/02/17 01:18:22 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/ssq b/help/ssq index 6a01b9b..0d10767 100644 --- a/help/ssq +++ b/help/ssq @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: ssq,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: ssq,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ssq,v $ ## ## Under source code control: 1995/10/25 04:03:46 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/statement b/help/statement index 3862f5b..632e796 100644 --- a/help/statement +++ b/help/statement @@ -257,12 +257,12 @@ Statements ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: statement,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: statement,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/statement,v $ ## ## Under source code control: 1991/07/21 04:37:23 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/str b/help/str index 7f63a31..2b7407c 100644 --- a/help/str +++ b/help/str @@ -59,12 +59,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: str,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: str,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/str,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strcat b/help/strcat index 102812c..3e94012 100644 --- a/help/strcat +++ b/help/strcat @@ -45,12 +45,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strcat,v 29.1 1999/12/14 09:16:07 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strcat,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strcat,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strerror b/help/strerror index 32241b2..a6d299f 100644 --- a/help/strerror +++ b/help/strerror @@ -67,12 +67,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strerror,v 29.1 1999/12/14 09:16:08 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strerror,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strerror,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strlen b/help/strlen index 58f39e3..b62abb2 100644 --- a/help/strlen +++ b/help/strlen @@ -41,12 +41,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strlen,v 29.1 1999/12/14 09:16:08 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strlen,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strlen,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strpos b/help/strpos index 9b367ff..da0e388 100644 --- a/help/strpos +++ b/help/strpos @@ -55,12 +55,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strpos,v 29.1 1999/12/14 09:16:08 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strpos,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strpos,v $ ## ## Under source code control: 1995/07/09 03:48:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strprintf b/help/strprintf index 10e81fe..bececf2 100644 --- a/help/strprintf +++ b/help/strprintf @@ -52,12 +52,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strprintf,v 29.1 1999/12/14 09:16:08 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strprintf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strprintf,v $ ## ## Under source code control: 1996/03/12 22:50:41 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strscan b/help/strscan index 52aed40..7555301 100644 --- a/help/strscan +++ b/help/strscan @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strscan,v 29.1 1999/12/14 09:16:08 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strscan,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strscan,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/strscanf b/help/strscanf index b26eb5c..7aeb92e 100644 --- a/help/strscanf +++ b/help/strscanf @@ -130,12 +130,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: strscanf,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: strscanf,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/strscanf,v $ ## ## Under source code control: 1996/04/30 03:05:18 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/substr b/help/substr index f00f8d2..c577cfe 100644 --- a/help/substr +++ b/help/substr @@ -53,12 +53,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: substr,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: substr,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/substr,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/sum b/help/sum index 26ecd02..17b074a 100644 --- a/help/sum +++ b/help/sum @@ -75,12 +75,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: sum,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: sum,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/sum,v $ ## ## Under source code control: 1997/03/10 03:59:59 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/swap b/help/swap index c521c0b..3d66aba 100644 --- a/help/swap +++ b/help/swap @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: swap,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: swap,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/swap,v $ ## ## Under source code control: 1995/12/18 12:34:58 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/system b/help/system index 56dbc17..704d642 100644 --- a/help/system +++ b/help/system @@ -60,12 +60,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: system,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: system,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/system,v $ ## ## Under source code control: 1995/07/09 03:48:57 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/tail b/help/tail index 6f0a0cb..79afab9 100644 --- a/help/tail +++ b/help/tail @@ -65,12 +65,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: tail,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: tail,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/tail,v $ ## ## Under source code control: 1995/07/10 02:09:30 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/tan b/help/tan index b0a5d39..d336d5f 100644 --- a/help/tan +++ b/help/tan @@ -44,12 +44,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: tan,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: tan,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/tan,v $ ## ## Under source code control: 1994/03/19 01:40:29 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/tanh b/help/tanh index d3f6c47..e483bbf 100644 --- a/help/tanh +++ b/help/tanh @@ -46,12 +46,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: tanh,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: tanh,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/tanh,v $ ## ## Under source code control: 1994/03/19 01:40:30 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/test b/help/test index 1fc501a..114504d 100644 --- a/help/test +++ b/help/test @@ -71,12 +71,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: test,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: test,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/test,v $ ## ## Under source code control: 1996/07/11 01:05:13 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/time b/help/time index ad82b9e..8de24f8 100644 --- a/help/time +++ b/help/time @@ -42,12 +42,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: time,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: time,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/time,v $ ## ## Under source code control: 1996/05/01 16:57:20 ## File existed as early as: 1996 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/todo b/help/todo index 80a28e1..564577b 100644 --- a/help/todo +++ b/help/todo @@ -5,22 +5,21 @@ Calc Todo Items: Code contributions are welcome. Send patches to: - calc-tester at postofc dot corp dot sgi dot com - - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] - - See also the 'wishlist' help files for the calc enhancement wish list. + calc-contrib at asthe dot com Calc bug reports, however, should send to: - calc-tester at postofc dot corp dot sgi dot com + calc-bugs at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] - see the BUGS file or try the calc command: + See the BUGS file or try the calc command: help bugs + See also the 'wishlist' help files for the calc enhancement wish list. + =-= Very High priority items: @@ -134,12 +133,12 @@ Medium priority items: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: todo,v 29.1 1999/12/14 09:16:09 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: todo,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/todo,v $ ## ## Under source code control: 1999/10/20 07:42:55 ## File existed as early as: 1999 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/trunc b/help/trunc index 6c3f81b..055fe76 100644 --- a/help/trunc +++ b/help/trunc @@ -51,12 +51,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: trunc,v 29.1 1999/12/14 09:16:10 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: trunc,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/trunc,v $ ## ## Under source code control: 1994/09/30 00:52:38 ## File existed as early as: 1994 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/types b/help/types index 55f2c64..cde5458 100644 --- a/help/types +++ b/help/types @@ -117,12 +117,12 @@ Builtin types ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: types,v 29.1 1999/12/14 09:16:10 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: types,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/types,v $ ## ## Under source code control: 1991/07/21 04:37:24 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/unexpected b/help/unexpected index 25419c0..1b19f66 100644 --- a/help/unexpected +++ b/help/unexpected @@ -264,12 +264,12 @@ Unexpected ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: unexpected,v 29.1 1999/12/14 09:16:10 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: unexpected,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/unexpected,v $ ## ## Under source code control: 1997/03/21 13:15:18 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/usage b/help/usage index 1a04fa2..50db46a 100644 --- a/help/usage +++ b/help/usage @@ -353,12 +353,12 @@ For more information use the following calc commands: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.2 $ -## @(#) $Id: usage,v 29.2 1999/12/17 10:05:20 chongo Exp $ +## @(#) $Revision: 29.3 $ +## @(#) $Id: usage,v 29.3 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/usage,v $ ## ## Under source code control: 1991/07/21 04:37:25 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/variable b/help/variable index 9dd7344..a6c1eab 100644 --- a/help/variable +++ b/help/variable @@ -97,12 +97,12 @@ Variable declarations ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: variable,v 29.1 1999/12/14 09:16:10 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: variable,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/variable,v $ ## ## Under source code control: 1991/07/21 04:37:25 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/wishlist b/help/wishlist index 55e2f6e..d6f47da 100644 --- a/help/wishlist +++ b/help/wishlist @@ -4,18 +4,17 @@ Calc Enhancement Wish List: interesting calc scripts that you would like you see included in future distributions to: - calc-tester at postofc dot corp dot sgi dot com - - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + calc-contrib at asthe dot com The following items are in the calc wish list. Programs like this can be extended and improved forever. Calc bug reports, however, should be sent to: - calc-bugs at postofc dot corp dot sgi dot com + calc-bugs at asthe dot com - [[ Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]] + [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]] See the 'todo' help file for higher priority todo items. @@ -204,12 +203,12 @@ Calc Enhancement Wish List: ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: wishlist,v 29.1 1999/12/14 09:16:10 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: wishlist,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/wishlist,v $ ## ## Under source code control: 1991/07/21 04:37:24 ## File existed as early as: 1991 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/help/xor b/help/xor index 69929d1..f0fd01a 100644 --- a/help/xor +++ b/help/xor @@ -54,12 +54,12 @@ SEE ALSO ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: xor,v 29.1 1999/12/14 09:16:10 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: xor,v 29.2 2000/06/07 14:02:33 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/xor,v $ ## ## Under source code control: 1995/10/05 04:52:27 ## File existed as early as: 1995 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/hist.c b/hist.c index 48ef353..b6ae454 100644 --- a/hist.c +++ b/hist.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: hist.c,v 29.1 1999/12/14 09:16:10 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: hist.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/hist.c,v $ * * Under source code control: 1993/05/02 20:09:19 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/hist.h b/hist.h index ad098f8..04e2d7b 100644 --- a/hist.h +++ b/hist.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: hist.h,v 29.1 1999/12/14 09:16:10 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: hist.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/hist.h,v $ * * Under source code control: 1993/05/02 20:09:20 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/input.c b/input.c index b5f2a8e..bf3ca15 100644 --- a/input.c +++ b/input.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: input.c,v 29.1 1999/12/14 09:16:10 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: input.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/input.c,v $ * * Under source code control: 1990/02/15 01:48:16 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/jump.c b/jump.c index 1b60c7e..539297f 100644 --- a/jump.c +++ b/jump.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: jump.c,v 29.1 1999/12/14 09:16:10 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: jump.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/jump.c,v $ * * Under source code control: 1994/06/29 04:03:54 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/jump.h b/jump.h index 5acfff7..6434563 100644 --- a/jump.h +++ b/jump.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: jump.h,v 29.1 1999/12/14 09:16:10 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: jump.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/jump.h,v $ * * Under source code control: 1994/06/29 04:03:55 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/label.c b/label.c index 73535e1..bd8155a 100644 --- a/label.c +++ b/label.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: label.c,v 29.1 1999/12/14 09:16:11 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: label.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/label.c,v $ * * Under source code control: 1990/02/15 01:48:17 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/label.h b/label.h index 06aa04c..17ebb9f 100644 --- a/label.h +++ b/label.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: label.h,v 29.1 1999/12/14 09:16:11 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: label.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/label.h,v $ * * Under source code control: 1990/02/15 01:48:33 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/lib_calc.c b/lib_calc.c index 6a55737..0cf5348 100644 --- a/lib_calc.c +++ b/lib_calc.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: lib_calc.c,v 29.2 1999/12/14 19:37:46 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: lib_calc.c,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/lib_calc.c,v $ * * Under source code control: 1996/06/17 18:06:19 * File existed as early as: 1996 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/lib_util.c b/lib_util.c index d9ca406..e38aaa8 100644 --- a/lib_util.c +++ b/lib_util.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: lib_util.c,v 29.1 1999/12/14 09:16:11 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: lib_util.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/lib_util.c,v $ * * Under source code control: 1997/04/19 21:38:30 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/lib_util.h b/lib_util.h index 1dc3bb2..d93ec43 100644 --- a/lib_util.h +++ b/lib_util.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: lib_util.h,v 29.1 1999/12/14 09:16:11 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: lib_util.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/lib_util.h,v $ * * Under source code control: 1997/04/19 21:38:30 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/listfunc.c b/listfunc.c index e0a20f7..0e86bd0 100644 --- a/listfunc.c +++ b/listfunc.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: listfunc.c,v 29.1 1999/12/14 09:16:11 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: listfunc.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/listfunc.c,v $ * * Under source code control: 1990/02/15 01:48:18 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/longbits.c b/longbits.c index 17a9640..7ca9e1a 100644 --- a/longbits.c +++ b/longbits.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: longbits.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: longbits.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/longbits.c,v $ * * Under source code control: 1994/03/18 03:06:18 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/longlong.c b/longlong.c index a345216..cee2dd2 100644 --- a/longlong.c +++ b/longlong.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: longlong.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: longlong.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/longlong.c,v $ * * Under source code control: 1994/08/05 01:09:19 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/matfunc.c b/matfunc.c index d858552..9e87b36 100644 --- a/matfunc.c +++ b/matfunc.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: matfunc.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: matfunc.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/matfunc.c,v $ * * Under source code control: 1990/02/15 01:48:18 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/math_error.c b/math_error.c index efa75d3..fb9b585 100644 --- a/math_error.c +++ b/math_error.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: math_error.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: math_error.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/math_error.c,v $ * * Under source code control: 1994/08/03 05:08:22 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/math_error.h b/math_error.h index 7e899a3..71d115e 100644 --- a/math_error.h +++ b/math_error.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: math_error.h,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: math_error.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/math_error.h,v $ * * Under source code control: 1997/03/23 18:37:10 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/nametype.h b/nametype.h index e450ad1..2270d88 100644 --- a/nametype.h +++ b/nametype.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: nametype.h,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: nametype.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/nametype.h,v $ * * Under source code control: 1997/03/08 13:44:55 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/obj.c b/obj.c index 3c875f7..b287199 100644 --- a/obj.c +++ b/obj.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: obj.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: obj.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/obj.c,v $ * * Under source code control: 1990/02/15 01:48:19 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* * "Object" handling primitives. diff --git a/opcodes.c b/opcodes.c index 54ce853..75cea85 100644 --- a/opcodes.c +++ b/opcodes.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: opcodes.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: opcodes.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/opcodes.c,v $ * * Under source code control: 1990/02/15 01:48:19 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/opcodes.h b/opcodes.h index aba460f..fd8ae90 100644 --- a/opcodes.h +++ b/opcodes.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: opcodes.h,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: opcodes.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/opcodes.h,v $ * * Under source code control: 1990/02/15 01:48:35 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/pix.c b/pix.c index 4df2fd2..f4515a9 100644 --- a/pix.c +++ b/pix.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: pix.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: pix.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/pix.c,v $ * * Under source code control: 1994/07/01 19:44:21 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/poly.c b/poly.c index 9dcdccd..03cce23 100644 --- a/poly.c +++ b/poly.c @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: poly.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: poly.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/poly.c,v $ * * Under source code control: 1995/12/02 03:10:28 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/prime.c b/prime.c index b104ab0..92fbbe2 100644 --- a/prime.c +++ b/prime.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: prime.c,v 29.1 1999/12/14 09:16:12 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: prime.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/prime.c,v $ * * Under source code control: 1994/06/04 03:26:14 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/prime.h b/prime.h index b8bb567..6989588 100644 --- a/prime.h +++ b/prime.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: prime.h,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: prime.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/prime.h,v $ * * Under source code control: 1994/06/04 03:26:15 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/qfunc.c b/qfunc.c index 58d840d..88fb805 100644 --- a/qfunc.c +++ b/qfunc.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qfunc.c,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qfunc.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/qfunc.c,v $ * * Under source code control: 1990/02/15 01:48:20 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/qio.c b/qio.c index e6c8014..99cc99a 100644 --- a/qio.c +++ b/qio.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qio.c,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qio.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/qio.c,v $ * * Under source code control: 1993/07/30 19:42:46 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/qmath.c b/qmath.c index a9b12f9..3ea42af 100644 --- a/qmath.c +++ b/qmath.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qmath.c,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qmath.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/qmath.c,v $ * * Under source code control: 1990/02/15 01:48:21 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/qmath.h b/qmath.h index d106d04..2730b8e 100644 --- a/qmath.h +++ b/qmath.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qmath.h,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qmath.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/qmath.h,v $ * * Under source code control: 1993/07/30 19:42:47 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/qmod.c b/qmod.c index 9eb62ef..2434e73 100644 --- a/qmod.c +++ b/qmod.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qmod.c,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qmod.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/qmod.c,v $ * * Under source code control: 1991/05/22 23:15:07 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/qtrans.c b/qtrans.c index 7dbe04c..5cc72a3 100644 --- a/qtrans.c +++ b/qtrans.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: qtrans.c,v 29.1 1999/12/14 09:16:14 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: qtrans.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/qtrans.c,v $ * * Under source code control: 1990/02/15 01:48:22 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/quickhash.c b/quickhash.c index 03e1cf1..2ab7732 100644 --- a/quickhash.c +++ b/quickhash.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: quickhash.c,v 29.2 1999/12/14 19:37:46 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: quickhash.c,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/quickhash.c,v $ * * Under source code control: 1995/03/04 11:34:23 * File existed as early as: 1995 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* @@ -46,9 +46,9 @@ * acceptable associative array performance. * * See: - * http://reality.sgi.com/chongo/src/fnv/fnv_hash.tar.gz - * http://reality.sgi.com/chongo/src/fnv/h32.c - * http://reality.sgi.com/chongo/src/fnv/h64.c + * http://www.isthe.com/chongo/src/fnv/fnv_hash.tar.gz + * http://www.isthe.com/chongo/src/fnv/hash_32.c + * http://www.isthe.com/chongo/src/fnv/hash_64.c * * for information on 32bit and 64bit Fowler/Noll/Vo hashs. */ @@ -87,7 +87,7 @@ static QCKHASH blk_hash(BLOCK *blk, QCKHASH val); * * In a subsequent ballot round: * - * Landon Curt Noll (http://reality.sgi.com/chongo/) + * Landon Curt Noll (http://www.isthe.com/chongo/) * * improved on their algorithm. Some people tried this hash * and found that it worked rather well. In an EMail message @@ -97,7 +97,7 @@ static QCKHASH blk_hash(BLOCK *blk, QCKHASH val); * collision rate. The FNV speed allows one to quickly hash lots * of data while maintaining a reasonable collision rate. See: * - * http://reality.sgi.com/chongo/tech/comp/fnv/ + * http://www.isthe.com/chongo/tech/comp/fnv/ * * for more details as well as other forms of the FNV hash. * diff --git a/sample/Makefile b/sample/Makefile index 8cf410a..72c09b9 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -17,15 +17,15 @@ # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # -# @(#) $Revision: 29.1 $ -# @(#) $Id: Makefile,v 29.1 1999/12/14 09:16:15 chongo Exp $ +# @(#) $Revision: 29.2 $ +# @(#) $Id: Makefile,v 29.2 2000/06/07 14:02:54 chongo Exp $ # @(#) $Source: /usr/local/src/cmd/calc/sample/RCS/Makefile,v $ # # Under source code control: 1997/04/19 22:46:49 # File existed as early as: 1997 # -# chongo /\oo/\ http://reality.sgi.com/chongo/ -# Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ # # calculator by David I. Bell with help/mods from others # Makefile by Landon Curt Noll diff --git a/sample/README_SAMPLE b/sample/README_SAMPLE index 97d5231..93a0e56 100644 --- a/sample/README_SAMPLE +++ b/sample/README_SAMPLE @@ -70,12 +70,12 @@ many_random ## received a copy with calc; if not, write to Free Software Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ## -## @(#) $Revision: 29.1 $ -## @(#) $Id: README_SAMPLE,v 29.1 1999/12/14 09:16:15 chongo Exp $ +## @(#) $Revision: 29.2 $ +## @(#) $Id: README_SAMPLE,v 29.2 2000/06/07 14:02:54 chongo Exp $ ## @(#) $Source: /usr/local/src/cmd/calc/sample/RCS/README_SAMPLE,v $ ## ## Under source code control: 1997/04/19 23:15:42 ## File existed as early as: 1997 ## -## chongo /\oo/\ http://reality.sgi.com/chongo/ -## Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ +## chongo /\oo/\ http://www.isthe.com/chongo/ +## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ diff --git a/sample/many_random.c b/sample/many_random.c index 93fb48b..71aa613 100644 --- a/sample/many_random.c +++ b/sample/many_random.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: many_random.c,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: many_random.c,v 29.2 2000/06/07 14:02:54 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/sample/RCS/many_random.c,v $ * * Under source code control: 1997/04/19 22:46:49 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/sample/test_random.c b/sample/test_random.c index fbd5386..d63ead4 100644 --- a/sample/test_random.c +++ b/sample/test_random.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: test_random.c,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: test_random.c,v 29.2 2000/06/07 14:02:54 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/sample/RCS/test_random.c,v $ * * Under source code control: 1997/04/19 22:46:49 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/seed.c b/seed.c index ca2a9e1..6decd93 100644 --- a/seed.c +++ b/seed.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: seed.c,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: seed.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/seed.c,v $ * * Under source code control: 1999/10/03 10:06:53 * File existed as early as: 1999 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* @@ -168,7 +168,7 @@ hash_buf(char *buf, unsigned len) * * In a subsequent ballot round: * - * Landon Curt Noll (http://reality.sgi.com/chongo/) + * Landon Curt Noll (http://www.isthe.com/chongo/) * * improved on their algorithm. Some people tried this hash * and found that it worked rather well. In an EMail message @@ -178,7 +178,7 @@ hash_buf(char *buf, unsigned len) * collision rate. The FNV speed allows one to quickly hash lots * of data while maintaining a reasonable collision rate. See: * - * http://reality.sgi.com/chongo/tech/comp/fnv/ + * http://www.isthe.com/chongo/tech/comp/fnv/ * * for more details as well as other forms of the FNV hash. */ diff --git a/shs.c b/shs.c index 85eef37..7f53af1 100644 --- a/shs.c +++ b/shs.c @@ -12,7 +12,7 @@ * This file was Modified/Re-written by: * * Landon Curt Noll - * http://reality.sgi.com/chongo/ + * http://www.isthe.com/chongo/ * * chongo /\../\ * @@ -29,10 +29,10 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Based on Version 2.11 (09 Mar 1995) from Landon Curt Noll's - * (http://reality.sgi.com/chongo/) shs hash program. + * (http://www.isthe.com/chongo/) shs hash program. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: shs.c,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: shs.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/shs.c,v $ * * This file is not covered under version 2.1 of the GNU LGPL. diff --git a/shs.h b/shs.h index 758817c..e9401bb 100644 --- a/shs.h +++ b/shs.h @@ -12,7 +12,7 @@ * This file was Modified by: * * Landon Curt Noll - * http://reality.sgi.com/chongo/ + * http://www.isthe.com/chongo/ * * chongo /\../\ * @@ -28,8 +28,8 @@ * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: shs.h,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: shs.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/shs.h,v $ * * This file is not covered under version 2.1 of the GNU LGPL. diff --git a/shs1.c b/shs1.c index 4844516..ae9f8f6 100644 --- a/shs1.c +++ b/shs1.c @@ -6,7 +6,7 @@ * This file has been extensively modified by: * * Landon Curt Noll - * http://reality.sgi.com/chongo/ + * http://www.isthe.com/chongo/ * * chongo /\../\ * @@ -22,8 +22,8 @@ * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: shs1.c,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: shs1.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/shs1.c,v $ * * This file is not covered under version 2.1 of the GNU LGPL. diff --git a/shs1.h b/shs1.h index bdfe41d..907caa7 100644 --- a/shs1.h +++ b/shs1.h @@ -6,7 +6,7 @@ * This file and been extensively modified by: * * Landon Curt Noll - * http://reality.sgi.com/chongo/ + * http://www.isthe.com/chongo/ * * chongo /\../\ * @@ -22,8 +22,8 @@ * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: shs1.h,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: shs1.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/shs1.h,v $ * * This file is not covered under version 2.1 of the GNU LGPL. diff --git a/size.c b/size.c index 8bc29c2..2058e54 100644 --- a/size.c +++ b/size.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: size.c,v 29.1 1999/12/14 09:16:15 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: size.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/size.c,v $ * * Under source code control: 1997/03/10 01:56:51 * File existed as early as: 1997 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/string.c b/string.c index bc5442f..48ecdf4 100644 --- a/string.c +++ b/string.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: string.c,v 29.1 1999/12/14 09:16:16 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: string.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/string.c,v $ * * Under source code control: 1990/02/15 01:48:10 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/string.h b/string.h index 1051445..240b5f0 100644 --- a/string.h +++ b/string.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: string.h,v 29.1 1999/12/14 09:16:16 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: string.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/string.h,v $ * * Under source code control: 1990/02/15 01:48:36 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/symbol.c b/symbol.c index 7d73d5c..8635fc2 100644 --- a/symbol.c +++ b/symbol.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: symbol.c,v 29.1 1999/12/14 09:16:16 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: symbol.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/symbol.c,v $ * * Under source code control: 1990/02/15 01:48:23 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/symbol.h b/symbol.h index 4b23d37..cc0571b 100644 --- a/symbol.h +++ b/symbol.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: symbol.h,v 29.1 1999/12/14 09:16:16 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: symbol.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/symbol.h,v $ * * Under source code control: 1990/02/15 01:48:37 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/token.c b/token.c index 9965bf1..c2095f0 100644 --- a/token.c +++ b/token.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.2 $ - * @(#) $Id: token.c,v 29.2 1999/12/17 09:22:38 chongo Exp $ + * @(#) $Revision: 29.3 $ + * @(#) $Id: token.c,v 29.3 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/token.c,v $ * * Under source code control: 1990/02/15 01:48:25 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/token.h b/token.h index 25cc689..38bfb7a 100644 --- a/token.h +++ b/token.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: token.h,v 29.1 1999/12/14 09:16:16 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: token.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/token.h,v $ * * Under source code control: 1990/02/15 01:48:37 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/value.c b/value.c index 05e362b..6bc5e61 100644 --- a/value.c +++ b/value.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: value.c,v 29.1 1999/12/14 09:16:16 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: value.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/value.c,v $ * * Under source code control: 1990/02/15 01:48:25 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/value.h b/value.h index 0de43ca..5f27e56 100644 --- a/value.h +++ b/value.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: value.h,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: value.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/value.h,v $ * * Under source code control: 1993/07/30 19:42:47 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/version.c b/version.c index d3e35c4..1b25dea 100644 --- a/version.c +++ b/version.c @@ -19,15 +19,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.5 $ - * @(#) $Id: version.c,v 29.5 1999/12/17 10:36:02 chongo Exp $ + * @(#) $Revision: 29.13 $ + * @(#) $Id: version.c,v 29.13 2000/06/07 16:12:19 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $ * * Under source code control: 1990/05/22 11:00:58 * File existed as early as: 1990 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ @@ -42,8 +42,8 @@ static char *program; #define MAJOR_VER 2 /* major version */ #define MINOR_VER 11 /* minor version */ -#define MAJOR_PATCH 1 /* patch level or 0 if no patch */ -#define MINOR_PATCH "2.1" /* test number or empty string if no patch */ +#define MAJOR_PATCH 2 /* patch level or 0 if no patch */ +#define MINOR_PATCH "1.0" /* test number or empty string if no patch */ /* * calc version constants diff --git a/zfunc.c b/zfunc.c index 0435a45..a1afa0f 100644 --- a/zfunc.c +++ b/zfunc.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zfunc.c,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zfunc.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zfunc.c,v $ * * Under source code control: 1990/02/15 01:48:27 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/zio.c b/zio.c index 0fb8da1..08cf286 100644 --- a/zio.c +++ b/zio.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zio.c,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zio.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zio.c,v $ * * Under source code control: 1993/07/30 19:42:48 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/zmath.c b/zmath.c index 4ed4222..919c0d7 100644 --- a/zmath.c +++ b/zmath.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zmath.c,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zmath.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zmath.c,v $ * * Under source code control: 1990/02/15 01:48:28 * File existed as early as: before 1990 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/zmath.h b/zmath.h index c68568e..a09b8ac 100644 --- a/zmath.h +++ b/zmath.h @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zmath.h,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zmath.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zmath.h,v $ * * Under source code control: 1993/07/30 19:42:48 * File existed as early as: 1993 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/zmod.c b/zmod.c index d536083..df6388d 100644 --- a/zmod.c +++ b/zmod.c @@ -19,14 +19,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zmod.c,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zmod.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zmod.c,v $ * * Under source code control: 1991/05/22 23:03:55 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/zmul.c b/zmul.c index 5e2f979..05aca11 100644 --- a/zmul.c +++ b/zmul.c @@ -17,14 +17,14 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zmul.c,v 29.1 1999/12/14 09:16:17 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zmul.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zmul.c,v $ * * Under source code control: 1991/01/09 20:01:31 * File existed as early as: 1991 * - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/zprime.c b/zprime.c index 055cbfc..29a6077 100644 --- a/zprime.c +++ b/zprime.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zprime.c,v 29.1 1999/12/14 09:16:18 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zprime.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zprime.c,v $ * * Under source code control: 1994/05/29 04:34:36 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ diff --git a/zrand.c b/zrand.c index 3b38c75..71639b4 100644 --- a/zrand.c +++ b/zrand.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zrand.c,v 29.1 1999/12/14 09:16:18 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zrand.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zrand.c,v $ * * Under source code control: 1995/01/07 09:45:25 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/zrand.h b/zrand.h index b9bcb71..d626d85 100644 --- a/zrand.h +++ b/zrand.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zrand.h,v 29.1 1999/12/14 09:16:18 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zrand.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zrand.h,v $ * * Under source code control: 1995/01/07 09:45:26 * File existed as early as: 1994 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/zrandom.c b/zrandom.c index 933fb95..99b7fa3 100644 --- a/zrandom.c +++ b/zrandom.c @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zrandom.c,v 29.1 1999/12/14 09:16:18 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zrandom.c,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zrandom.c,v $ * * Under source code control: 1997/02/15 04:01:56 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */ /* diff --git a/zrandom.h b/zrandom.h index de004b8..a6c41d0 100644 --- a/zrandom.h +++ b/zrandom.h @@ -17,15 +17,15 @@ * received a copy with calc; if not, write to Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * @(#) $Revision: 29.1 $ - * @(#) $Id: zrandom.h,v 29.1 1999/12/14 09:16:18 chongo Exp $ + * @(#) $Revision: 29.2 $ + * @(#) $Id: zrandom.h,v 29.2 2000/06/07 14:02:13 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/zrandom.h,v $ * * Under source code control: 1997/02/15 04:01:56 * File existed as early as: 1997 * - * chongo /\oo/\ http://reality.sgi.com/chongo/ - * Share and enjoy! :-) http://reality.sgi.com/chongo/tech/comp/calc/ + * chongo /\oo/\ http://www.isthe.com/chongo/ + * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ */