home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bss106.zip / HISTORY.TXT < prev    next >
Text File  |  1993-03-09  |  1KB  |  31 lines

  1. Version history of BSS.EXE
  2.  
  3. 1.00    1st release to public
  4.  
  5. 1.01    Fixed bug in hilighting file name.  If user entered "BSS /F *.*",
  6.     this caused a major problem.  Made an additional binary check that
  7.     looked for lines longer 150 characters.
  8.  
  9. 1.02    Fixed bug with /B switch.  This was caused by adding the additional
  10.     binary check in previous version.
  11.  
  12. 1.03    Added the number of records searched to the statistical info.  Changed
  13.     the way I was calling a couple of subroutines & deleted 1 level.
  14.         call    [call_find]
  15.         call    [call_string]
  16.     This speeded it up a hair, which offset the speed reduction in
  17.     adding the # of records found.
  18.  
  19. 1.04    Added FILE SIZE, DATE, TIME of file when used in conjunction with the
  20.     /F switch.  Also added TOTAL BYTES searched, CPS (characters per sec.),
  21.     & BYTES FREE on current drive.
  22.  
  23. 1.05    Fixed code to handle screen sizes larger than 25 rows X 80 columns.
  24.     Handled record counting different. Now using a lookup table for setting
  25.     hilighting & reverse attributes.
  26.  
  27. 1.06    Fixed a bug in record counting that popped up occasionally.  Was hard
  28.     to pin it down, because it was rather obscure.  Disabled BYTES FREE on
  29.     current drive, because I found that it didn't work properly on a
  30.     Compaq (DOS v3.31 I think).
  31.