home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / bus_pers / scalc10.lzh / REadme next >
Text File  |  1989-04-30  |  4KB  |  95 lines

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