Version history of BSS.EXE

1.00	1st release to public

1.01	Fixed bug in hilighting file name.  If user entered "BSS /F *.*",
	this caused a major problem.  Made an additional binary check that
	looked for lines longer 150 characters.

1.02	Fixed bug with /B switch.  This was caused by adding the additional
	binary check in previous version.

1.03	Added the number of records searched to the statistical info.  Changed
	the way I was calling a couple of subroutines & deleted 1 level.
		call	[call_find]
		call	[call_string]
	This speeded it up a hair, which offset the speed reduction in
	adding the # of records found.

1.04	Added FILE SIZE, DATE, TIME of file when used in conjunction with the
	/F switch.  Also added TOTAL BYTES searched, CPS (characters per sec.),
	& BYTES FREE on current drive.

1.05	Fixed code to handle screen sizes larger than 25 rows X 80 columns.
	Handled record counting different. Now using a lookup table for setting
	hilighting & reverse attributes.

1.06	Fixed a bug in record counting that popped up occasionally.  Was hard
	to pin it down, because it was rather obscure.  Disabled BYTES FREE on
	current drive, because I found that it didn't work properly on a
	Compaq (DOS v3.31 I think).
