home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1113.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-10-08  |  2.0 KB  |  49 lines

  1. ==========
  2.  
  3. PoolWatch      1.03    Debug tool for pool-allocations (OS3.x)
  4.  
  5. PoolWatch  is a debug tool for OS 3.0 and higher designed to watch and
  6. correct  illegal  allocation  and  freeing  of  memory  that  use  the
  7. pool-functions provided in OS 3.0 and upwards.  PoolWatch is necessary
  8. since  Mungwall  do  not  catch any illegal memory handling concerning
  9. pool-allocations.
  10.  
  11. PoolWatch  is especially useful in combination with Enforcer, Mungwall
  12. (which  will  watch  normal  allocations  that  use AllocMem/FreeMem),
  13. SegTracker and FindHit (included in the Enforcer archive).
  14.  
  15. If  SegTracker  is  running  in  the system when PoolWatch is started,
  16. PoolWatch   will  use  the  public  SegTracker  seglist  tracking  for
  17. identifying  the  hunk  and  offset  into the executable doing illegal
  18. allocations.
  19.  
  20. You  *need*  sushi  to run PoolWatch.  PoolWatch will use kprintf() to
  21. output  text, and without sushi (or a terminal-program :) you will not
  22. be able to see the text.  Future versions will probably support output
  23. to stdio too.
  24.  
  25. Author: Magne Ã˜stlyngen
  26. Path: AmigaLibDisk1113:Programs/PoolWatch/
  27.  
  28. ==========
  29.  
  30. AmigaE      3.2a    An Amiga specific E compiler
  31.  
  32. E is a powerful and flexible object oriented / procedural / unpure
  33. functional higher programming language, mainly influenced by
  34. languages such as C++, Ada, Lisp etc., and Amiga E a very fast
  35. compiler for it, with features such as speed of >20000 lines/minute
  36. on a 7 Mhz amiga, inline assembler and linker integrated into
  37. compiler, large set of integrated functions, great module concept
  38. with v40 includes as modules, flexible type-system, quoted
  39. expressions, immediate and typed lists, parametric and inclusion
  40. polymorphism, exception handling, inheritance, data-hiding,
  41. methods, multiple return values, default arguments, register
  42. allocation, fast memory management, unification, LISP-Cells,
  43. gui-toolkit, (macro-) preprocessor, very intuitive and powerful
  44. source-level debugger, easy .library linking, and much more...
  45.  
  46. Author: Wouter van Oortmerssen
  47. Path: AmigaLibDisk1113:Programs/AmigaE/
  48.  
  49.