1.23
	first public release

	added '-b' option that will write both to screen and file (the
	'-f' will override this)

	the EXE version will correctly restore the screen (no green prompts)

1.22
	oops, I was reading BINLOG from the beginning when I was supposed
	to read it from the end! I thought PB was smarter than this.

	added '-t' switch to display today's callers only

	removed error message on skipping missing entries.

	fixed display in EXE mode: only one header, no prompts, only
	clears the screen once in the beginning

	added '-1' option for one line condensed statistics

1.21
	if there was an invalid entry in the BINLOG, just skip it

	added error messages

1.20
	fixed a bug in the sort routine which did a reverse sort

1.12
	fixed an unknown bug that caused the online version to choke.
	Apparently, Philippe's printf() fails on weird strings, so I
	use successive calls to printf() with the strings one at the
	time.

1.11
	fixed a bug in Philippe's implementation of variable argument
	processing which allowed for odd-sized structures to be passed
	(this can't be as we can only push words on the stack)

1.10
	changed PB's internal color codes to ANSI to allow for flexible
	color definition, also the EXE version will do color but you
	have to have ANSI.SYS loaded.

1.01
	fixed a bug in the getopt() routine which incorrectly processed
	options in PB-mode

1.00
	initial version
