home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / debug / mungwall / product-info < prev   
Fred Fish's Product-Info  |  1995-10-21  |  1KB  |  60 lines

  1. .name
  2. MungWall
  3. .type
  4. Programmer Tool
  5. .short
  6. Watches for illegal FreeMem's
  7. .description
  8. Munges memory and watches for illegal FreeMem's.  Especially useful in
  9. combination with Enforcer.  The output can go to either the serial or
  10. parallel port.  Includes a new MungList program that examines used
  11. memory areas for MungWall tag info, and outputs a list of who owns the
  12. various pieces of allocated memory, their sizes, etc.  Can even
  13. identify the owner of the memory by task name.
  14. .version
  15. 37.64
  16. .date
  17. .author
  18. Commodore Amiga; submitted by Carolyn Scheppner
  19. .restrictions
  20. .requirements
  21. .reference
  22. AmigaLibDisk800:MungWall/
  23. 37.58
  24. AmigaLibDisk707:MungWall/
  25. 37.54
  26. AmigaLibDisk699:MungWall/
  27. 37.52
  28. AmigaLibDisk659:MungWall/
  29. 37.51
  30. .keywords
  31. .distribution
  32. Copyrighted but Freely Redistributable
  33. .price
  34. .address
  35. .email
  36. .phone
  37. .fax
  38. .exectype
  39. .installsize
  40. .source
  41. .construction
  42. .tested
  43. .docs
  44. MungWall.doc
  45. .described-by
  46. Fred Fish (fnf@fishpond.cygnus.com)
  47. .submittal
  48. Submitted electronically directly by the author.
  49. .execute
  50. set choice `RequestChoice "MungWall" "Please select an option" "View Documentation" "Cancel"`
  51. if $choice EQ "0"
  52.   quit 5
  53. endif
  54.  
  55. if $choice EQ "1"
  56.   MetaTool MungWall.doc TEXT
  57. endif
  58. .aminet-dir
  59. dev/debug
  60.