diff --git a/BUGS b/BUGS index e888b66..9ca27b5 100644 --- a/BUGS +++ b/BUGS @@ -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: - 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: - http://reality.sgi.com/chongo/calc + http://reality.sgi.com/chongo/tech/comp/calc =-= diff --git a/CHANGES b/CHANGES index 4f53255..7bee872 100644 --- a/CHANGES +++ b/CHANGES @@ -110,7 +110,7 @@ Following is the change from calc version 2.11.0t7 to date: 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 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 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. diff --git a/README b/README index a008643..3928219 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/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. In particular we would like to hear about: @@ -84,4 +84,4 @@ your full name. The calc web site is located at: - http://reality.sgi.com/chongo/calc + http://reality.sgi.com/chongo/tech/comp/calc diff --git a/calc.h b/calc.h index b295cff..6dd8f62 100644 --- a/calc.h +++ b/calc.h @@ -190,8 +190,8 @@ extern int allow_read; /* FALSE => may not open any files for reading */ extern int allow_write; /* FALSE => may not open any files for writing */ extern int allow_exec; /* FALSE => may not execute any commands */ -/* - * calc startup and run state +/* + * calc startup and run state */ typedef enum { RUN_UNKNOWN = -1, /* unknown or unset start state */ @@ -204,8 +204,7 @@ typedef enum { RUN_NOT_TOP_LEVEL = 6, /* running not at the top interactive level */ RUN_STOP_ON_ERROR = 7 /* we need to stop due to errors */ } run; -extern run run_state; - +extern run run_state; /* * calc version information diff --git a/calc.man b/calc.man index 0f22b48..74ff52c 100644 --- a/calc.man +++ b/calc.man @@ -575,7 +575,7 @@ Landon Noll maintains the the web site is located at: .sp .in +0.5i -http://reality.sgi.com/chongo/calc +http://reality.sgi.com/chongo/tech/comp/calc .in -0.5i .sp One may join the diff --git a/help/archive b/help/archive index b8c85ce..c62fe5b 100644 --- a/help/archive +++ b/help/archive @@ -7,7 +7,7 @@ Where to get the the latest versions of calc Alpha test versions, complete with bugs, untested code and 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: @@ -22,10 +22,4 @@ Where to get the the latest versions of calc where "address" is your EMail address and "your_full_name" is your full name. - See: - - http://prime.corp.sgi.com/csp/ioccc/noll/noll.html#calc - - for details. - Landon Curt Noll /\oo/\ diff --git a/help/contrib b/help/contrib index df6412b..9856418 100644 --- a/help/contrib +++ b/help/contrib @@ -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 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 request to: diff --git a/help/credit b/help/credit index 8523ead..0e4fd3e 100644 --- a/help/credit +++ b/help/credit @@ -44,7 +44,7 @@ Credits Alpha test versions, complete with bugs, untested code and 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: diff --git a/version.c b/version.c index f723ce7..6e00dc2 100644 --- a/version.c +++ b/version.c @@ -12,7 +12,7 @@ #define MAJOR_VER 2 /* major version */ #define MINOR_VER 11 /* minor version */ #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