home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher1.12 / doc / object.changes < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  53 lines

  1. Changes from 1.03 to 1.1
  2. ------------------------
  3.  
  4. * Made a new object DynArray.  It's a neato dynamic array.  I'll be
  5.   using it more in other objects soon.  Right now it's used in
  6.   GopherDirObjs and the new site and ext code.
  7.  
  8. * Fixed GDfromLink()  It wasn't re-initializing after each GSfromLink().
  9.  
  10. * GDsort() now does the comparisions for numbered entries.  Much faster
  11.   and cleaner looking code.
  12.  
  13. * #undef boolean first in case we're building with WAIS (which has
  14.   already #defined it).
  15.  
  16. * Filenames are now less than 14 characters for those sysvr3 people.
  17.  
  18. * Really revamped the way compatible.h and compatible.c work.
  19.  
  20.  
  21. Changes from 1.01 to 1.03
  22. -------------------------
  23.  
  24. In accordance with the new Gopher+ the server doesn't tack scores on
  25. the end of directory listings resulting from searches.
  26.  
  27. Changes from 1.0 to 1.01
  28. ------------------------
  29.  
  30. Fixed problem with GDfromNet not returning the right number of items.
  31.  
  32.  
  33. Changes to 1.0
  34. --------------
  35.  
  36. Fixed problem in GDfromNet() and GSfromNet() that didn't deal with
  37. directories that don't have objects of any known type.  Fix from David
  38. Woodgate.
  39.  
  40. Fixed problem in STRset() that could potentially cause crashes. The
  41. stored length was one greater than the actual length.  Fix from Alan
  42. Tuchman.
  43.  
  44. Fixed problem in sreadword() that compared a character with NULL,
  45. naughty naughty, it should have been '\0'.
  46.  
  47. GDfromNet now takes an optional function parameter.  Used by the nifty
  48. twirl code.
  49.  
  50. Fixed problem in STRset() freeing blocks leftover from realloc is bad
  51. bongos.
  52.  
  53. Removed most, if not all memory leaks.  Yeah to support@purify.com!!