home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / stubshack / HeapGraph / History < prev   
Encoding:
Text File  |  1994-11-24  |  708 b   |  24 lines

  1. 1.00    September 1994
  2.  
  3. First release.
  4.  
  5.  
  6.  
  7.  
  8.  
  9. 1.10    24 Nov 1994
  10.  
  11. Required HEAPGRAPH to be predefined for HeapGraph to work - this makes
  12. test/normal versions of projects easily made. 
  13.  
  14. Added Debug_Printf, which requires HEAPGRAPH_DEBUG to be predefined.
  15.  
  16. Made HeapGraph_RedirectAllocFns and HeapGraph_Sendf (and Debug_Printf)
  17. call HeapGraph_Init if HeapGraph_Init hasn't already been called.
  18.  
  19. Added HeapGraph_SetReference, to set what reference number is sent to
  20. !HeapDisp for subsequent malloced blocks. This is dead useful. Eg set
  21. the reference to 0 while a program calls library functions, then to 1
  22. when you call malloc. !HeapDisp will display you programs malloc blocks
  23. a different colour from library-blocks.
  24.