home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 196.lha / Exception_v0.6 / README < prev    next >
Text File  |  1988-12-27  |  3KB  |  70 lines

  1.  
  2.                          EXCEPTION HANDLER
  3.                         ===================
  4.  
  5.  
  6.                          V 0.6 First Release
  7.                            July 5th, 1988
  8.                           ©1988 G.T. HEWES
  9.  
  10.  
  11. --------------------- Distribution Note -----------------------------
  12.  
  13.    Excption is copyright © 1988 Gerald T. HEWES
  14.    This product may be distributed freely under the following conditions:
  15.  
  16.       - All parts must be distributed together
  17.       - This copyright must not be removed
  18.       - This utility must not be sold nor used in a commercial product
  19.         without prior written consent of the author
  20.  
  21. ---------------------------------------------------------------------
  22.  
  23. Please give feedbacks on the use of this codes: bugs, comments,
  24. syntaxe usage,...
  25.  
  26.    To use this software, read the excption.man documentation first.
  27. If you intend to program with it, consult both the examples provided:
  28. essai.c and fact.c. Consulting excption.h is also neccessary for
  29. good use. Only relevant data is in this file. excppriv.h is private
  30. and should only be used by advanced C programmers wishing to change
  31. the sources. Consulting the excption.doc documentation is also a good
  32. idea, but I do not recommend using these function directly. This is
  33. why they are prefixed with an EI.
  34.  
  35.    To compile essai and fact just do (with a lattice compiler 4.01 & +):
  36.  
  37. >lc essai.c
  38. >blink with essai.lnk
  39.  
  40. >lc fact.c
  41. >blink with fact.lnk
  42.  
  43.    Please report bugs and comments to the author:
  44.                   G.T.Hewes
  45.                   46 Blvd Inkermann
  46.                   92200 NEUILLY S/Seine
  47.                   FRANCE
  48.  
  49. ### Version 0.5 / 880517
  50.  
  51.    The puts functions in EIRaise and EIBlow have been protected by an
  52. #if DEBUG statements in order to not blow the amiga for programs with no
  53. stderr open. Anyway these puts where used only in corrupted situations
  54. and did not bother operation. If you want them back (for debug) just
  55. recompile these two files with the DEBUG flag on.
  56.    The exption.h file is moved in the local: directory, and the private
  57. files are in the local:private directory.
  58.    The excption.doc file was slightly improved. The exption.man file
  59. is the same as for version 0.4
  60.  
  61. ### Version 0.6 / 880705
  62.  
  63.    Added two functions in order to debug programs using this module
  64. with an external debugger. All functions were recompiled using
  65. the proto/exec.h file.
  66.    The mentionned memory problems in version 0.5 never existed, just
  67. that csh consumes/releases its memory in its history lists. Confusing!
  68. Added Boolean.h in the arc file, this somehow got lost in version 0.5.
  69.  
  70.