home *** CD-ROM | disk | FTP | other *** search
- Object Lister Change Log
-
- V1.00 Dated 17.5.92
-
- First release of software.
-
-
- Slight hiatus - My A5000 has decided to embark on a new career as a
- diskless workstation !
- Solution: Throw mother off A440 and continue development whilst
- awaiting A5000's sanity to return.
-
-
- V1.01 Dated 11.6.92
-
- Bug: Un-typed files cropping up in places they shouldn't.
- Fix: Improve treatment of un-typed files - they are now given a date/time
- of 0000/00/00.00:00:00 on all occasions.
- Add new time format 'First Sec' to make selection of untyped
- files easier.
- Add new example of this to examples directory.
-
- Bug: Match wildcard # not behaving in the proper way. ie does not
- insist that there is a letter at its' position.
- Fix: Matching routine was re-invented from scratch - wildcard # now
- wildly correct.
-
- Bug: If 5 byte time string is all zeros it is not properly intercepted
- because a string comparision (strncmp) is being done instead of
- a memory compare.
- Fix: Change strncmp to memcmp.
-
-
- V1.02 Dated 18.6.92
-
- Bug: Olprocess -ftype argument expects a number and not string.
- Fix: Change template to require string.
-
- Bug: Olprocess data component extraction substitute (%,n^) uses same
- pointer as object name substitute (%O). The result is a mess if they
- are used together.
- Fix: Use separate pointer.
-
-
- V1.10 Dated 21.6.92
-
- Enhancement: Allow more than one filetype to be specified in -ftype
- arguments - in fact allow up to 10.
-
- Enhancement: Provide 'NOT' qualifier in -ftype argument.
-
- Enhancement: Allow multiple -match strings.
-
- Enhancement: Provide 'NOT' qualifier in -match argument.
-