home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / c9out01.zip / C9OUT.HIS < prev    next >
Text File  |  1993-01-21  |  1KB  |  36 lines

  1.  
  2. Future (planned) Changes: (in order of importance)
  3.  
  4.      1) - Fix known bugs as listed below
  5.      2) - Add color display and fancy it up <ARGHHH!>
  6.      3) - Decrease number and size of index files
  7.      4) - Add switch to either compare CR delimited files
  8.           or compare non-delimited files
  9.      5) - Add switch to either compare ASCII or binary files
  10.      6) - Speedcode
  11.      7) - Whadda 'ya want?
  12.  
  13.  
  14.  
  15.  
  16. (filename = C9OUT.ZIP - version 00.01α)
  17. 1-21-92 Changed to accept any ASCII file in the format consisting
  18.         of lines of characters followed by a carriage return.
  19.         Lines *MUST* be less than 257 characters in length.
  20.  
  21.         Now reads ALL ASCII characters, not just filenames.
  22.  
  23.         Fixed bug where lines that began with ASCII characters that
  24.         were *NOT* between A and Z were written twice to the output
  25.         file.
  26.  
  27.         Known bugs: If lines of characters are more than 60 (or so)
  28.                     characters long, then the running display will
  29.                     not be correct!
  30.  
  31. (filename = C9SORT.ZIP - no version #)
  32. 1-19-92 Request to quickly write a program to compare one list
  33.         of files against a second list of files and produce a third
  34.         list that consisted of the files in second list that were
  35.         not in the first list (follow me?)
  36.