home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / new / misc / sci / splines / readme.gmd < prev    next >
Text File  |  1994-09-16  |  1KB  |  42 lines

  1.  
  2. I tripped over the "Splines" submission on Fish Disk 97 (circa 1987)
  3. when looking for some bezier spline drawing code in C for use in a
  4. screen-blanker.
  5.  
  6. It looked an interesting program, so I spent a couple of evenings
  7. massaging the source to be compilable under SAS/C 6.5x (the original
  8. was compiled under Manx 3.50, a compiler/version probably moribund).
  9.  
  10. No functional changes have been made; so you should be able to
  11. run the original, and this version, and see no changes (except for
  12. Version number appearing in TitleBar).
  13.  
  14. For the record; compilational/cosmetic changes include:-
  15.  
  16. 1) inclusion of a Version string, displayable via the AmigaDos Version
  17.    command, and in the Spline titlebar. 
  18.    (NOTE; this version number has arbitrarily been assigned "1.1")
  19.  
  20. 2) reformatting of *.c by GNU 'indent -gnu' 
  21.  
  22. 3) production of function prototypes
  23.  
  24. 4) various little code changes/additions to prevent compiler errors
  25.    and warnings
  26.  
  27. 5) use of typedefs throughout
  28.  
  29.  
  30. See any of the .c's for the original Copyright notice.
  31.  
  32.  
  33. ---------------------------------------------------------------------
  34.  
  35.  
  36. Gary Duncan    15 Sep 94
  37.  
  38. gduncan@philips.oz.au
  39.  
  40.  
  41.  
  42.