home *** CD-ROM | disk | FTP | other *** search
- RELEASE NOTES FOR RUN/C 1.1, (c) 1984, 1985 by Age of Reason Co.
-
- February 20, 1985 9B 2A
-
- IMPORTANT::::>>>> IF YOU HAVE NOT MADE BACK-UP SAFETY COPIES
- OF THE DISTRIBUTION DISK ...
-
- STOP ... DO NOT PASS GO
-
- GO DIRECTLY TO THE RUN/C MANUAL OR DOS MANUAL
- GET INFORMATION ON THE COPYING PROCESS
-
- MAKE SEVERAL SAFETY BACK UP COPIES OF THE
- DISTRIBUTION DISK.
-
- PUT THE DISTRIBUTION DISK SAFELY AWAY.
-
- Now you may continue reading ...
-
- In READ.ME you will find:
-
- 1) new bug reports -- at the end of this file
- 2) information on the program on the disk
- 3) a technique described how to make certain that the copy
- of RUN/C you received was properly copied to your disk.
- 4) a list of the files on the disk.
- 5) a copy of SDIR.COM, a sorted directory program.
-
- INFORMATION ON RC.EXE
-
- The RUN/C executable program is called:
-
- RC.EXE
-
- and is invoked with the command:
-
- A>RC<enter> -- <enter> being the return key
-
- In order for RUN/C to work properly you need:
-
- 1. Either a PC DOS or MS-DOS system
-
- 2. DOS 2.0 or greater
-
- 3. A double-sided, double-density disk with at least 360k
- bytes.
-
- 4. Either a PC, PC "clone" OR Microsoft's
- ANSI.SYS, the MS-DOS screen configuration file. (This
- file and its functions is described in the RUN/C
- documentation.)
-
- 5. At least 256k of RAM. If you have more, RUN/C will use
- more. If you have less we respectfully suggest
- expanding your system. Most programs will require 256k
- of memory within a year or two as the cost of memory
- falls and the use of high level languages for program
- writing increases.
-
-
- CHECKING YOUR COPY OF RUN/C FOR ACCURACY
-
- There is a technique for verifying that your copy of RUN/C was
- properly copied and undamaged in shipment. The technique takes
- the sum of the bytes in the file.
-
- In order to CHECK the SUM you must have the same program we used
- to establish the initial comparison value. Therefore we have
- included a program which a generous person placed in the PC User
- Group library several years ago. The name of this program was
- CRCK4.COM, but for our purpose we have renamed it:
-
- CHECKFIL.COM
-
- In order to use CHECKFIL to find out if the checksum of RC.EXE is
- correct type:
-
- A>CHECKFIL RC.EXE<enter>
-
- On a floppy disk taking the check sum of RC.EXE takes more than a
- minute. It is much faster on a hard (fixed) disk and even faster
- on a RAM disk.
-
- Anyway, eventually your screen will look something like:
-
- CRCK ver 4.2B (MS DOS VERSION )
- CTL-S pauses, CTL-C aborts
-
- --> FILE: RC .EXE CRC = 9B 2A
-
- ---------------------> SUM OF CRCS = 9B 2A
-
- DONE
-
- If you run the included CHECKFIL program a the resulting sum for
- RC.EXE is anything other than
-
- 9B 2A
-
- for this release of RUN/C -- something is amiss. Either we made a
- mistake or you have a damaged disk or improperly copied program.
-
- Incidentally, now that you have CHECKFIL you can use it to check
- the integrity of other programs or groups of programs. For
- example, you could get the check sum of every file on the disk
- and a total for all the resultant sums with the command:
-
- CHECKFIL *.*<enter>
-
-
- FILES ON DISK
-
- For your convenience we have also provided SDIR.COM, a directory
- program which allows you to get an alphabetical listing of the
- files on your disk.
-
- Here are the names of the files on the RUN/C distribution disk:
-
- RC EXE READ ME SDIR COM
- CHECKFIL COM RCANSLIB C 8087TEST C RCIBMLIB C ACOS C
- AGET C APUT C ASCII C ASIN C ATAN C
- ATOF C ATOI C ATOL C CALLOC C CEIL C
- CLOSE C CLRERR C CONTINUE C COS C CREAT C
- DOSDATE C DOSTIME C EXIT C EXP C FABS C
- FCLOSE C FEOF C FERROR C FFLUSH C FGETC C
- FGETS C FLOAT C FLOOR C FOPEN C FOR C
- FPRINTF C FPUTC C FPUTS C FREOPEN C FSCANF C
- FSEEK C FTELL C FTOC C GETC C GETCH C
- GETCHAR C GETS C GOTO C HELLO C INKEY C
- IS_TESTS C LOCATE C LOG C LPRINTF C LPUTC C
- LPUTS C LSEEK C MAIN C MALLOC C OPEN C
- OUTP C PEEK C POKE C POW C PRINTF C
- PRINTF2 C PUTC C PUTCHAR C PUTS C RAND C
- READ C RENAME C RETURN C REWIND C SCANF C
- SETCOM C SIN C SINH C SIZEOF C SPRINTF C
- SQRT C SRAND C SSCANF C STATIC C STRCAT C
- STRCMP C STRCPY C STRIP C STRLEN C STRUCT C
- SWITCH C TAN C TOLOWER C TOUPPER C UNGETC C
- UNGETCH C UNION C UNLINK C VOID C WRITE C
- FSCANF TST TEST FIL CAPTURE READ BAK
-
- In most cases the programs with ".C" extensions such as GETC.C
- are the same program as is listed as an example of the use of the
- function in Chapter 4 of the RUN/C manual.
-
- In addition the following example C programs are included:
-
- 1) ftoc.c -- K&R's fahrenheit to centigrade program
-
- 2) hello.c -- K&R's first and most famous program
-
- 3) strip.c -- RUN/C author Steve Walton has contributed
- a version of his High-Bit Nosher which
- positively pulverizes all the high
- bits in WordStar(tm) files -- making
- the files much more readable at the
- DOS level and with other word
- precessors.
-
- 4) ascii.c -- Helps determine what your favorite daisy
- wheel prints when you ask for an ASCII
- character. Works great with SMART-
- PRINT, the companion program for
- SMARTKEY. Turn printer on before using.
-
- 5) Source code for cls() and locate() functions
-
- The C source code for two special functions in RUN/C
- (locate() and cls() are included on the disk in two files:
-
- RCANSLIB.C -- for MS-DOS system running ANSI.SYS
- RCIBMLIB.C -- for PC DOS and close compatibles
-
- (See Chapter 1 in the manual for a more on ANSI.SYS.)
-
- The source code can be "#included" when compiling programs
- which use the RUN/C functions locate() or cls(). Alternatively, they
- can be compiled into object modules for inclusion in a program during
- the link process.
-
- SDIR, another public domain program which we have included to
- help you manage the more than 90 files on our distribution disk
- has many hidden features which you can find out all about with the
- command:
-
- A>SDIR /?<enter>
-
-
-
- MORE UPDATE NOTES TO RUN/C 1.11
- Feb. 22, 1985
-
- Dear RUN/C Pioneer:
-
- These notes and the enclosed disk and manual completely update the 1.0 RUN/Cì
- Pioneer Version to the fully released 1.1 RUN/C. This kit contains newì
- software, a new manual and registration materials.
-
- About the software
-
- RUN/C 1.1 includes many new sample programs, a new RC.EXE and source code forì
- our cls() and locate() functions for both PC native and ANSI.SYS systems. Theì
- following changes, corrections and improvements have been made in Version 1.1ì
- of RUN/C:
-
- a) structures, unions and initializers have been added. Structuresì
- (only) include bitfields and structures, unions and multidimensional arrays canì
- be initialized.
-
- b) arguments to main() are now supported. These can be delivered toì
- the program either from the DOS command line or in conjunction with the RUNì
- command.
-
- c) Screen/keyboard I/O can now be redirected from the RUN/C commandì
- line. Input can be supplied from a disk file and output can be redirected fromì
- the screen to a disk file.
-
- d) inp and outp have been implemented to provide access to systemì
- ports.
-
- e) peek and poke have been implemented to provide the ability toì
- directly read and write to absolute addresses in memory.
-
- f) aputc and agetc have been changed to aput and aget,ì
- respectively.
-
- g) time and date have been renamed dostime and dosdate,ì
- respectively.
-
- h) rename has been implemented, allowing files to be renamed byì
- RUN/C programs.
-
- i) DIR has been implemented as an alias for the FILES command.
-
- j) a SET EDITOR command has been implemented to allow you toì
- specify an alias for EDITOR.COM or EDITOR.EXE.
-
- k) Many capacities have changed:
-
- * There is no longer a fixed maximum number of arrays.
-
- * The terms YES, NO, TRUE, FALSE are no longer predefined.
-
- * The maximum number of #defines and #includes has beenì
- raised from 20 to 50.
-
- * The maximum space for struct and union definitions is setì
- to 2800 bytes.
-
- * The program has grown to about 185k from 170k.
-
- * Execution speed has increased by a factor of 2.
-
- * Up to seven level of complexity are now supported. This canì
- take the form of seven-dimensional arrays or a pointer to an array of an arrayì
- of an array of structures, etc. (you get the idea).
-
-
- BUG FIXES
-
- * Previously announced support for the 8087 math chip should now work on allì
- systems. In 1.0 it worked on our computer, but few others.
-
- * void and static have been improved considerable.
-
-
- About the manual
-
- The new manual contains a table of contents and listing of functions, commandsì
- and other keywords by category (at the beginning of Section 4). See the list ofì
- software changes (above) for indication of new and renamed keywords which areì
- reflected in the manual.
-
-
- Too late to classify:
-
- Error message 19 now reads: Stack underflow or misuse of 'void' function inì
- expression evaluation. The later portion of this statement indicates that anì
- attempt has been made to return a value from a function which has been declaredì
- void.
-
- In addition, the following unnumbered error messages have been added:
-
-
- Variable or function not found. A variable or function has been called in theì
- program which is neither a built-in or user declared function nor is it aì
- properly declared variable.
-
- Too many arguments to built-in func. An attempt has been made to call aì
- function with too many arguments.
-
- Too few arguments to built-in func. An attempt has been made to call a functionì
- with too few arguments.
-
- Not implemented special function. Should not appear under normal circumstances.
-
- Invalid or unimplemented built-in function. Should not appear under normalì
- circumstances. 21,
-
-
- Thank you once again for your patronage and the enthusiasm which so many of youì
- have expressed for this effort.
-
- Age of Reason Co.
-
-
-
-
- RUN/C 1.11 -- Known bugs and deficiencies
-
- * Pointers to functions are not currently supported.
-
- * Pointers into arrays of structs or unions may yield spurious errors whenì
- attempts are made to access elements of those arrays through them.
-
- * sizeof does not return correct results for all abstract data types;ì
- specifically, to get the sizeof an int, declare int a and then take theì
- sizeof(a). sizeof does correctly return sizes in bytes of specific arrays,ì
- structs and unions.