182p7
authorRick Bird <nveid@bender.theari.com>
Sun, 27 Mar 2011 05:05:57 +0000 (01:05 -0400)
committerRick Bird <nveid@bender.theari.com>
Sun, 27 Mar 2011 05:12:09 +0000 (01:12 -0400)
commit17c0a634508d23e07231e6993cd08530594a175c
treecc16b3332b39c31701aa2480c09ee6476be759bc
parent947236907cd7f65fbff28aa311d8e3af3465a616
182p7
Minor changes:
  * nwho() now takes an optional viewer argument like lwho(). By Sketch.

Fixes:
  * Clarified the behavior of eval() and get_eval() in help. Suggested by
    Talvo and Javelin.
  * A failed db save no longer broadcasts a success message in additionto a
    failure one. Reported by Cooee.
  * The open database file wasn't getting closed on a failed save.
  * Crash bug in sortkey(). Fix by Nathan Baum.
  * 'help @desc' brings up @describe instead of @descformat.
    Suggested by Nymeria.
  * Removed mention of Win32 requiring a particular attribute
    compression algorithm. Any will work, and always have.
    Reported by Andrew Klein.
  * Crash bug in @purge. Javelin.
13 files changed:
game/txt/hlp/cobra_cmd.hlp
game/txt/hlp/cobra_flag.hlp
game/txt/hlp/cobra_func.hlp
options.h.dist
src/bsd.c
src/extmail.c
src/function.c
src/funlist.c
src/game.c
src/htab.c
src/malias.c
src/utils.c
src/warnings.c