Release calc version 2.11.0t8.9

This commit is contained in:
Landon Curt Noll
1999-10-30 17:00:20 -07:00
parent 8927373965
commit 9b6c308b42
15 changed files with 135 additions and 81 deletions

View File

@@ -19,6 +19,10 @@ Calc command line
will cause calc to try to process each line being read
despite the errors that it encounters.
By default, calc startup scripts ($CALCRC) are silently
ignored if not found. This flag will report missing
startup scripts unless -d is also given.
-C Permit the execution of custom builtin functions. Without
this flag, calling the custom() builtin function will
simply generate an error.
@@ -48,6 +52,9 @@ Calc command line
It's nearly ten past six.
This flag disables the reporting of missing calc
startup scripts ($CALCRC).
-e Ignore any environment variables on startup. The
getenv() builtin will still return values, however.