/
teeny/db/
teeny/dbm/
teeny/doc/
teeny/includes/
	New things in TeenyMUD 1.1:

	-- the dump now fork()s out. This is memory scary, effectively doubling
memory usage for the dump duration. Replace the fork() with a vfork(), and you
get back to (effectively) Teeny 1.0 dumping.

	-- numerous itty bitty bugfixes and text message tidying things.
Thanks are due to Garrett, chupchup and Stormin for pointing many of
these out. I appreciated their efforts greatly. Even Bruce kicked in a 
decent bug report. Thanks, you guys!

	-- Timestamp support. Timestamps are NOT fully implemented, but support
exists to do so. See doc/teeny.doc and doc/internals.doc for more details.

	-- A standalone database manager exists. teenydbm. This allows you to
do bulk DB ops on backup copies of the DB (quite apart from the game, thus you
don't nuke your game while you are purging that 10K room complex ShitHeadBot
built). See doc/dbm.doc.

	-- a change to the invokation flags. You must specify one of -l, -s or
-t flags to specify load existing DB, initialize minimal DB, or load text DB,
respectively.

	-- the layout of directories is a bit spiffier. Hope you like my neato
keen Makefiles. Tres modern, and largely stolen from UberMUD. Thanks, Marcus!

	READ doc/teeny.doc BEFORE YOU BRING THIS THING UP.