PennMUSH Incorp 182p4
authorRick Bird <nveid@bender.theari.com>
Fri, 25 Mar 2011 21:16:27 +0000 (17:16 -0400)
committerRick Bird <nveid@bender.theari.com>
Fri, 25 Mar 2011 21:16:27 +0000 (17:16 -0400)
commit87de65d5e59e292d62ff93a110a94992893f8bd6
treeb2dd48b4ec2e4e7e86c34831b39a75948b738b7b
parentefacc4e0b3dcf13ef81fe24c1213118faf084d54
PennMUSH Incorp 182p4
  * stdin and stdout weren't getting closed, potentially causing
    problems when trying to log out of a shell after starting
    a mush. Reported by K Moon. [SW]
  * Receipt of a SIGUSR1 (Causing a shutdown/reboot) is explictly
    logged. Suggested by Interloper. [SW]
  * NetBSD compile and general warning fixes. [SW]
  * 'make portmsg' works, and portmsg.c rewritten to current
  * Favor difftime(3) over subtraction of time_t variables. [SW]
    Penn standards. [SW]
  * Several references of toloewr changed to DOWNCASE, and toupper to
  * UPCASE
12 files changed:
hdrs/log.h
hdrs/mushtype.h
src/Makefile.SH
src/bsd.c
src/cque.c
src/funlist.c
src/funstr.c
src/game.c
src/log.c
src/parse.c
src/portmsg.c
src/timer.c