home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_46 / objectlist / ChangeLog next >
Text File  |  1992-06-21  |  2KB  |  55 lines

  1. Object Lister Change Log
  2.  
  3. V1.00 Dated 17.5.92
  4.  
  5. First release of software.
  6.  
  7.  
  8. Slight hiatus - My A5000 has decided to embark on a new career as a 
  9. diskless workstation !
  10. Solution: Throw mother off A440 and continue development whilst 
  11. awaiting A5000's sanity to return.
  12.  
  13.  
  14. V1.01 Dated 11.6.92
  15.  
  16. Bug: Un-typed files cropping up in places they shouldn't.
  17. Fix: Improve treatment of un-typed files - they are now given a date/time
  18.      of 0000/00/00.00:00:00 on all occasions.
  19.      Add new time format 'First Sec' to make selection of untyped
  20.      files easier.
  21.      Add new example of this to examples directory.
  22.  
  23. Bug: Match wildcard # not behaving in the proper way. ie does not
  24.      insist that there is a letter at its' position.
  25. Fix: Matching routine was re-invented from scratch - wildcard # now
  26.      wildly correct.
  27.  
  28. Bug: If 5 byte time string is all zeros it is not properly intercepted
  29.      because a string comparision (strncmp) is being done instead of
  30.      a memory compare.
  31. Fix: Change strncmp to memcmp.
  32.  
  33.  
  34. V1.02 Dated 18.6.92
  35.  
  36. Bug: Olprocess -ftype argument expects a number and not string.
  37. Fix: Change template to require string.
  38.  
  39. Bug: Olprocess data component extraction substitute (%,n^) uses same 
  40.      pointer as object name substitute (%O). The result is a mess if they 
  41.      are used together.
  42. Fix: Use separate pointer.
  43.  
  44.  
  45. V1.10 Dated 21.6.92
  46.  
  47. Enhancement: Allow more than one filetype to be specified in -ftype 
  48.              arguments - in fact allow up to 10.
  49.  
  50. Enhancement: Provide 'NOT' qualifier in -ftype argument.
  51.  
  52. Enhancement: Allow multiple -match strings.
  53.  
  54. Enhancement: Provide 'NOT' qualifier in -match argument.
  55.