home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d102 / dbug / readme.fnf < prev    next >
Text File  |  1987-09-06  |  1KB  |  26 lines

  1. This is the latest release of my macro based C debugging package.  There
  2. are a couple of notable differences between this and the last release:
  3.  
  4.     (1)    I have abandoned the copyright and made it truely
  5.         public domain.  I was getting too many inquiries from
  6.         people that wanted to use it in the development of 
  7.         commercial software (as opposed to commercializing the
  8.         package itself) but were concerned about the "non-
  9.         commercial use" clause in the copyright.  It was never
  10.         my intention to restrict such use, so I have simply
  11.         abandoned the copyright.  You may now do with it as you
  12.         wish, including trying to commercialize the package
  13.         itself if you so desire.
  14.  
  15.     (2)    There is now a machine independent profiling mechanism
  16.         that is of reasonable accuracy providing the time spent
  17.         executing "pure user code" is significantly greater than
  18.         that executing the debugging support code.  All that is
  19.         required is access to a timer with accuracy in the
  20.         tens of millisecond range.  This facility was added by
  21.         Binayak Banerjee.
  22.  
  23. Enjoy!
  24.  
  25. -Fred
  26.