home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / resources / etexts / gems / gemsv / errata.graphicsgems < prev    next >
Encoding:
Text File  |  1995-04-25  |  1.6 KB  |  60 lines

  1. Errata to _Graphics Gems V_, first edition, edited by Alan Paeth
  2. (awpaeth@okanagan.bc.ca), Academic Press 1995.  Code available online in
  3. princeton.edu:pub/Graphics/GraphicsGems/GemsV.
  4.  
  5. compiled by Eric Haines (erich@eye.com) from author and reader contributions
  6.  
  7. version 1.0
  8. date:  4/25/95
  9.  
  10. -----
  11.  
  12. Errors in the text:
  13.  
  14. The following proof changes might not appear in the book's 1st printing but
  15. are correct on the floppy disk and FTP mirror versions:
  16.  
  17. p. 85, bottom (code line) now reads:
  18.  
  19.                  ...    if ((t = a - b) < 0) {a -= t; b += t; } }
  20.  
  21.                                  ^   ^          ^       ^
  22.       ('a','b' and '+','-' were transposed)
  23.  
  24. p. 86, top (code):
  25.     ...  + 16*d)/ ...
  26.            ^^ replaces the ' 4' presently there
  27.  
  28. p. 323 - no cedilla in "Francois" in author's name (cp. p 405, bottom)
  29.  
  30. -----
  31.  
  32. The following are errors in the code listings (corrected in the online code at
  33. princeton.edu:pub/Graphics/GraphicsGems/GemsV).  Note that some of the code
  34. listings online are different in minor and major ways from the code in the
  35. book.
  36.  
  37.  
  38. Serious errors (ones your compiler cannot or may not catch):
  39.  
  40. [none so far]
  41.  
  42. -----
  43.  
  44. Syntax errors (ones that are not usually harmful, or are easily caught):
  45.  
  46. There are various "lint" type errors in the text's and diskette's code which
  47. have been cleaned up in the FTP distribution.  The only serious changes were
  48. to the axd.c code in ch3-6, as the code was out of sync with the macros it
  49. used from ch7-7/mactbox.  The corrected code is in the FTP distribution.
  50.  
  51. -----
  52.  
  53. The following are typographical errors in the comments:
  54.  
  55. [none so far]
  56.  
  57. -----
  58.  
  59. END
  60.