home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 265.dms / 265.adf / ReadMe < prev    next >
Text File  |  1988-07-25  |  4KB  |  98 lines

  1.  
  2. Notes on the AMIGA VERSION
  3.  
  4. The Amiga version of SC 4.1, which I call "Dave's SCalc V1.0", is basically
  5. the UseNet version of SC 4.1 with heavy Amiga enhancements.  I've tried to
  6. keep it sane enough to still compile under UNIX or VMS, but I haven't
  7. actually tried it.  The encryption isn't supported, since there's no 
  8. standard Amiga encryption filter, and I haven't fixed some of the piping 
  9. features to take advantage of Amiga pipes, though with the Amiga's 
  10. filespace pipes, the special code used for UNIX isn't really necessary.
  11.  
  12. The original port of SC to the Amiga environment was done by Dave Wecker,
  13. using ANSI console I/O at the DOS level.  This new version started with 
  14. that curses-emulation code as a basis, but it's been greatly expanded.  It 
  15. addresses the console.device directly for output, and gets input through 
  16. Intuition.  It also gives you your choice of windowing modes, and has many 
  17. of the more popular keyboard commands available via menus.  All of this new
  18. code, in the spirit of the SC program, is released to the public domain.
  19.  
  20. SCalc can be run from either the CLI or the WorkBench.  From the CLI, it
  21. accepts a optional windowing option and an optional file name.  From the
  22. WorkBench, the DISPLAY tooltype selects the windowing mode.  The 
  23. windowing options are as follows:
  24.  
  25. DISPLAY                        CLI    WORKBENCH
  26.  
  27. HIRES Screen, 1 bitplane            -c    CUSTOM
  28. HIRES|INTERLACE Screen, 1 bitplane        -i    INTERLACE
  29. Resizable WorkBench Window            -w    WORKBENCH
  30.  
  31. The CUSTOM display is the default mode.
  32.  
  33. ( Note: for AmiKit, the display was changed to WORKBENCH - JWV )
  34.  
  35.                     -Dave Haynie
  36.                      Commodore-Amiga
  37.                      {ihnp4,rutgers}!cbmvax!daveh
  38.  
  39. Notes on the Usenet VERSION
  40.  
  41. This is a much modified version of the public domain spread sheet sc,
  42. posted a year or two ago by Mark Weiser as vc, originally by James Gosling.
  43.  
  44. Changes since my last version (3.1):
  45.  
  46. 1) More portable external declarations
  47. 2) Range names
  48. 3) Encryption (Thanks to Bradley Williams)
  49. 4) @rnd rounding operator
  50. 5) 5.3 compatibility (%$#@% curses!)
  51. 6) @stddev standard deviation function
  52. 7) max, min changed to range functions (NOT COMPATIBLE WITH LAST RELEASE!)
  53. 8) Clean up and bug fixes
  54.    Thanks to Larry Campbell for the xmalloc stuff, Eric Goldman, Carl
  55.    Clawson, Narayan Mohanram, Greg Franks, Rick Daley and 
  56.    Nick (lai@ucla) for bug reports and enhancements.
  57.  
  58. I had several requests for a modification that I don't personally
  59. like.  Since Larry Campbell sent the mods, I compromised and added them
  60. under the compilation flag "QUICK".  If you want to enter numeric
  61. constants into cell locations by just typing the number without a
  62. leading "=", set "QUICK" in the makefile.  The down side of the change
  63. is you must always type ^U before you can enter a leading count
  64. parameter for a command or before "0" to return to column 0.
  65. Since many of the commands allow a leading count, I felt the change was
  66. not a win.  I did not document the mod in the man page since I don't
  67. use it.
  68.  
  69. I have modified the makefile to make it easy for you to call the
  70. program what you want (I saw at least five different names in
  71. correspondence and on the net).  Just change "name=sc" and "NAME=SC" to
  72. "name=myfavoritename" and "NAME=MYFAVORITENAME" and try "make
  73. myfavoritename".
  74.  
  75. Similarly, you can make the documentation with "make myfavoritename.man".
  76. "make install" will make and install the code in EXDIR.  The
  77. installation steps and documentation all key off of the name.  The
  78. makefile even changes the name in the nroffable man page.  If you don't
  79. have nroff, you will have to change sc.man yourself.
  80.  
  81. The code has been tested against a Vax running 4.2 and 4.3 and a National
  82. ICM-3216 with system V.2 and V.3.  The ICM has a National Semi 32016.  Just
  83. check the makefile for the system flags.   I have heard reports of lots
  84. of other machines that work.  I have added ifdefs for system III and for
  85. Berkeley 4.3.  If you have problems with lex.c, and don't care about arrow
  86. keys, define SIMPLE (-DSIMPLE in the makefile).  SIMPLE causes the arrow
  87. keys to not be used.
  88.  
  89. Disclaimer:
  90.  
  91. Sc is not a product of National Semiconductor.  It is supplied as is with
  92. no warranty, express or implied, as a service to Usenet readers.
  93.  
  94.                     Bob Bond
  95.  
  96.     Robert Bond             ihnp4!nsc!nscpdc!rgb
  97.     National Semiconductor        tektronix!nscpdc!rgb
  98.