home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff312.lzh / TrackSalve / Source / version.a < prev   
Text File  |  1990-02-12  |  2KB  |  34 lines

  1.                 CSECT   __MERGED,1,,2,2
  2.                 xdef    _Cr,_TSVersion
  3.  
  4. _TSVersion      dc.l    1000
  5. _Cr
  6.  dc.b 'TrackSalve 1.000  10-Jan-90 by D.W.Reisig',10
  7.  dc.b 'Copyright (c) 1990  D.W.Reisig',10,0
  8.  
  9.                 END
  10.  
  11. 0.005  891120 With Salvebuffer alloc error, -?? error
  12. 0.006  891127 Userinterface finished, error messages, Salve not yet implemented.
  13. 0.007  891201 Salvage from pcopy imported. Compiles fine, not runnable.
  14. 0.008  891204 Salve routine rewritten.  Highly improved algorithm.
  15. 0.008a 891208 Salve routine rewrite in progress. 0.008 is never finished.  Works well, not very tested
  16. 0.009  891210 Comment a little refined.  Works very well.
  17. 0.010  891212 Userinterface from dos devices to unit numbers. Bad logic.
  18. 0.011  891213 New userinterface and patch control logic.
  19. 0.012  891214
  20. 0.013  891215 ReleaseSemaphore before message print, -! option implemented
  21. 0.014  891216 Zaterdag op de club.  Pragma's for syscalls.
  22. 0.015  891218 Further on with pragma's and  options
  23. 0.016  891219 Stdout, perhaps a bug. Sometimes salvebuffer lost when heavy tested.
  24. 0.017  891220 Error in readroutines removed
  25. 0.018  891222 Verify implementation
  26. 0.019  891228 Changed Alert into Auto request
  27. 0.020  891231 Custom request
  28. 0.021  891231 Requester failure routines
  29. 0.022  900101 From requester to simple window.  Uploaded for test to Waterland BBS
  30. 0.023  900108 Other PC-catch for other processors.  Return values more specific.
  31. 0.024  900108 Sources cleaned up
  32. 0.025  900110 New logic in main routines. Intuition proper closed.
  33. 1.000  900110 Same as 0.025
  34.