PennMUSH Incorporation 182p4
authorRick Bird <nveid@bender.theari.com>
Fri, 25 Mar 2011 21:19:25 +0000 (17:19 -0400)
committerRick Bird <nveid@bender.theari.com>
Fri, 25 Mar 2011 21:19:25 +0000 (17:19 -0400)
commitf69c37fcffd7683d5a495d88bc93d679d771eeda
tree69d44dbca0449ca72faa99f746b04b7cc489158c
parent87de65d5e59e292d62ff93a110a94992893f8bd6
PennMUSH Incorporation 182p4
  * Useless variable in real_unparse() removed. Reported by
    Taladan. [SW]
  * case() would replace #$ in the default argument, contrary
    to the help file. Reported by Talvo. [SW]
  * Memory leak in grep(). [SW]
  * Quotes can be around the player name on the login screen
    always, instead of just when player_name_spaces was
    on. Suggested by Dan Widdis. [SW]
  * '{think foo} bar' exhibited odd behavior. [GM]
hdrs/parse.h
src/command.c
src/funmisc.c
src/parse.c
src/rob.c
src/wiz.c