Release calc version 2.11.0t7.5

This commit is contained in:
Landon Curt Noll
1999-10-19 01:24:13 -07:00
parent 2251281027
commit 0ffc341b10
9 changed files with 17 additions and 20 deletions

4
BUGS
View File

@@ -20,11 +20,11 @@ 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: To be sure that your version of calc is up to date, check out:
http://reality.sgi.com/chongo/calc/calc-download.html http://reality.sgi.com/chongo/tech/comp/calc/calc-download.html
The calc web site is located at: The calc web site is located at:
http://reality.sgi.com/chongo/calc http://reality.sgi.com/chongo/tech/comp/calc
=-= =-=

View File

@@ -110,7 +110,7 @@ Following is the change from calc version 2.11.0t7 to date:
calc -p 2+17 | whey calc -p 2+17 | whey
will write '19' instead of '\t17' to the whey command. will write '19' instead of '\t19' to the whey command.
Updated calc man page and help/usage file to reflect recent Updated calc man page and help/usage file to reflect recent
command line changes. command line changes.
@@ -139,6 +139,10 @@ Following is the change from calc version 2.11.0t7 to date:
use either ${CFLAGS} for general C source and ${ICFLAGS} for use either ${CFLAGS} for general C source and ${ICFLAGS} for
intermediate C source (e.g., special code for building hsrc files). intermediate C source (e.g., special code for building hsrc files).
The main calc URL is now:
http://reality.sgi.com/chongo/tech/comp/calc
Misc calc man page fixes. Misc calc man page fixes.

4
README
View File

@@ -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: To be sure that your version of calc is up to date, check out:
http://reality.sgi.com/chongo/calc/calc-download.html http://reality.sgi.com/chongo/tech/comp/calc/calc-download.html
We are interested in any/all feedback on recent versions of calc. We are interested in any/all feedback on recent versions of calc.
In particular we would like to hear about: In particular we would like to hear about:
@@ -84,4 +84,4 @@ your full name.
The calc web site is located at: The calc web site is located at:
http://reality.sgi.com/chongo/calc http://reality.sgi.com/chongo/tech/comp/calc

1
calc.h
View File

@@ -206,7 +206,6 @@ typedef enum {
} run; } run;
extern run run_state; extern run run_state;
/* /*
* calc version information * calc version information
*/ */

View File

@@ -575,7 +575,7 @@ Landon Noll maintains the the
web site is located at: web site is located at:
.sp .sp
.in +0.5i .in +0.5i
http://reality.sgi.com/chongo/calc http://reality.sgi.com/chongo/tech/comp/calc
.in -0.5i .in -0.5i
.sp .sp
One may join the One may join the

View File

@@ -7,7 +7,7 @@ Where to get the the latest versions of calc
Alpha test versions, complete with bugs, untested code and Alpha test versions, complete with bugs, untested code and
experimental features may be fetched (if you are brave) under: experimental features may be fetched (if you are brave) under:
http://reality.sgi.com/chongo/calc/ http://reality.sgi.com/chongo/tech/comp/calc/
One may join the calc testing group by sending a request to: One may join the calc testing group by sending a request to:
@@ -22,10 +22,4 @@ Where to get the the latest versions of calc
where "address" is your EMail address and "your_full_name" where "address" is your EMail address and "your_full_name"
is your full name. is your full name.
See:
http://prime.corp.sgi.com/csp/ioccc/noll/noll.html#calc
for details.
Landon Curt Noll <chongo@toad.com> /\oo/\ Landon Curt Noll <chongo@toad.com> /\oo/\

View File

@@ -8,7 +8,7 @@ We welcome and encourage you to send us:
Prior to doing so, you should consider trying your changes on the most Prior to doing so, you should consider trying your changes on the most
recent alpha test code. To obtain the most recent code, look under recent alpha test code. To obtain the most recent code, look under
http://reality.sgi.com/chongo/calc/ http://reality.sgi.com/chongo/tech/comp/calc/
You should also consider joining the calc testing group by sending a You should also consider joining the calc testing group by sending a
request to: request to:

View File

@@ -44,7 +44,7 @@ Credits
Alpha test versions, complete with bugs, untested code and Alpha test versions, complete with bugs, untested code and
experimental features may be fetched (if you are brave) under: experimental features may be fetched (if you are brave) under:
http://reality.sgi.com/chongo/calc/ http://reality.sgi.com/chongo/tech/comp/calc/
One may join the calc testing group by sending a request to: One may join the calc testing group by sending a request to:

View File

@@ -12,7 +12,7 @@
#define MAJOR_VER 2 /* major version */ #define MAJOR_VER 2 /* major version */
#define MINOR_VER 11 /* minor version */ #define MINOR_VER 11 /* minor version */
#define MAJOR_PATCH 0 /* patch level or 0 if no patch */ #define MAJOR_PATCH 0 /* patch level or 0 if no patch */
#define MINOR_PATCH "7.4" /* test number or empty string if no patch */ #define MINOR_PATCH "7.5" /* test number or empty string if no patch */
/* /*
* calc version constants * calc version constants