Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2002-12-09 20:56:12 -0800 (Mon, 09 Dec 2002)
Revision: 3948
Log message:
- For some reason hash table resize used the folrmula
x := ((x+1)*2)-1
instead of just
x := (x*2) + 1
...
- Added a version of mpxterm script that uses a slightly larger font
(useful for demos).