home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / doc / object.changes < prev    next >
Text File  |  1992-06-22  |  791b  |  27 lines

  1. Changes from 1.0 to 1.01
  2. ------------------------
  3.  
  4. Fixed problem with GDfromNet not returning the right number of items.
  5.  
  6.  
  7. Changes to 1.0
  8. --------------
  9.  
  10. Fixed problem in GDfromNet() and GSfromNet() that didn't deal with
  11. directories that don't have objects of any known type.  Fix from David
  12. Woodgate.
  13.  
  14. Fixed problem in STRset() that could potentially cause crashes. The
  15. stored length was one greater than the actual length.  Fix from Alan
  16. Tuchman.
  17.  
  18. Fixed problem in sreadword() that compared a character with NULL,
  19. naughty naughty, it should have been '\0'.
  20.  
  21. GDfromNet now takes an optional function parameter.  Used by the nifty
  22. twirl code.
  23.  
  24. Fixed problem in STRset() freeing blocks leftover from realloc is bad
  25. bongos.
  26.  
  27. Removed most, if not all memory leaks.  Yeah to support@purify.com!!