-  Bitwise operations changed to use explicit functions (ZAND, ZOR,
   ZXOR, ZNOT) in place of the old DEC syntax.  See machdep.f

-  Fortran sources changed slightly so that STOP, PAUSE, and FORMAT
   statements don't produce ugly program output.

-  System time functions now provided by machdep.f and gettim.C

-  Random number functions now provided by random.C

-  bin2txt.f utility added.  The utility reads dindx.dat, decrypts it,
   and then writes a standard Dungeon text file named textdata.dat

-  textcnv.f utility added.  The utility reads textdata.dat, encrypts
   it, and then writes the binary file dtext.dat which is used by the
   game.

-  Make file "Makefile" added.
