ldmud-3.2.9/doc/
ldmud-3.2.9/doc/efun/
ldmud-3.2.9/mud/
ldmud-3.2.9/mud/heaven7/
ldmud-3.2.9/mud/heaven7/lib/
ldmud-3.2.9/mud/lp-245/
ldmud-3.2.9/mud/lp-245/banish/
ldmud-3.2.9/mud/lp-245/doc/
ldmud-3.2.9/mud/lp-245/doc/examples/
ldmud-3.2.9/mud/lp-245/doc/sefun/
ldmud-3.2.9/mud/lp-245/log/
ldmud-3.2.9/mud/lp-245/obj/Go/
ldmud-3.2.9/mud/lp-245/players/lars/
ldmud-3.2.9/mud/lp-245/room/death/
ldmud-3.2.9/mud/lp-245/room/maze1/
ldmud-3.2.9/mud/lp-245/room/sub/
ldmud-3.2.9/mud/lp-245/secure/
ldmud-3.2.9/mud/morgengrauen/
ldmud-3.2.9/mud/morgengrauen/lib/
ldmud-3.2.9/mud/sticklib/
ldmud-3.2.9/mud/sticklib/src/
ldmud-3.2.9/mudlib/uni-crasher/
ldmud-3.2.9/pkg/
ldmud-3.2.9/pkg/debugger/
ldmud-3.2.9/pkg/diff/
ldmud-3.2.9/pkg/misc/
ldmud-3.2.9/src/autoconf/
ldmud-3.2.9/src/bugs/
ldmud-3.2.9/src/bugs/MudCompress/
ldmud-3.2.9/src/bugs/b-020916-files/
ldmud-3.2.9/src/bugs/doomdark/
ldmud-3.2.9/src/bugs/ferrycode/ferry/
ldmud-3.2.9/src/bugs/ferrycode/obj/
ldmud-3.2.9/src/bugs/psql/
ldmud-3.2.9/src/done/
ldmud-3.2.9/src/done/order_alist/
ldmud-3.2.9/src/done/order_alist/obj/
ldmud-3.2.9/src/done/order_alist/room/
ldmud-3.2.9/src/gcc/
ldmud-3.2.9/src/gcc/2.7.0/
ldmud-3.2.9/src/gcc/2.7.1/
ldmud-3.2.9/src/hosts/
ldmud-3.2.9/src/hosts/GnuWin32/
ldmud-3.2.9/src/hosts/amiga/NetIncl/
ldmud-3.2.9/src/hosts/amiga/NetIncl/netinet/
ldmud-3.2.9/src/hosts/amiga/NetIncl/sys/
ldmud-3.2.9/src/hosts/i386/
ldmud-3.2.9/src/hosts/msdos/byacc/
ldmud-3.2.9/src/hosts/msdos/doc/
ldmud-3.2.9/src/hosts/os2/
ldmud-3.2.9/src/hosts/win32/
ldmud-3.2.9/src/util/
ldmud-3.2.9/src/util/erq/
ldmud-3.2.9/src/util/indent/hosts/next/
ldmud-3.2.9/src/util/xerq/
ldmud-3.2.9/src/util/xerq/lpc/
ldmud-3.2.9/src/util/xerq/lpc/www/
NAME
	3.2vs3.2.1

LAST UPDATE
	Mon Apr 08 21:35:00 MET 1996

AUTHOR
	Lars Duening, collecting from various snippets and fragments.

DESCRIPTION
	There exists no real '3.2 vs 3.2.1' doc and the paragraphs in
	the DONE file says only half the truth (it seems that Amylaar
	still does not believe in docs besides those ending on .[chly]
	:-)

	Miscellaneous features:
	 - Variables are swapped.
	 - Telnet negotiation is done by the mudlib.
	 - IP name lookup is done by an external 'erq demon' which is
	   also able to perform other tasks.
	 - New predefined #defines:
	    __DOMAIN_NAME__, __HOST_IP_NUMBER__, __HOST_NAME__,
	    __MAX_RECURSION__, NO_NATIVE_MODE, __EFUN_DEFINED__()
	 - The master object has new/modified functions.

	Quite a lot of functionality moved from the driver into the
	mudlib by the use of driver hooks:
	 - move_object() and with it the call of init() and exit().
	 - Object initialisation (create() resp. reset()).
	 - Part of the command parsing.
	 - Nearly all native/compat mode differences.
	 - Uid handling.

	New efuns:
	  attach_erq_demon(),   binary_message(),   debug_message(),
	  efun308(),            expand_define(),    extern_call(),
	  set_connection_charset(),                 get_type_info()
	  last_instructions(),  query_shadowing(),  regreplace(),
	  remove_action(),
	  send_erq(),           set_buffer_size(),  set_connection_charset(),
	  set_driver_hook(),    set_this_player(),  symbol_variable(),
	  to_int(),             to_object(),


	Modified efuns:
	  add_action(),         creator(),          export_uid(),
	  filter_array(),       find_call_out(),    functionlist(),
	  geteuid(),            input_to(),         move_object(),
	  process_string(),     query_ip_number(),  remove_call_out(),
	  set_modify_command(), seteuid(),          shadow(),
	  snoop()

	Removed efuns:
	  cindent(),            find_living(),      find_player(),
	  query_host_name(),    set_living_name(),  shout(),
	  wiz_list().

	Modified Lfuns:
	  create(),             init(),             modify_command(),
	  reset(),              query_real_name()


BUGS
	Surely some.

SEE ALSO
	native(C), applied(A), efun(E).