summaryrefslogtreecommitdiffstats
path: root/rogue/init.c
Commit message (Expand)AuthorAgeFilesLines
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+6
* ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make moredholland2008-01-141-40/+35
* Whitespace/KNF nits.dholland2008-01-141-16/+16
* Comprehensive (or at least extensive) string handling cleanup for rogue.dholland2007-12-271-5/+8
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-5/+5
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Change deprecated curses call to new equivalent.blymn2001-12-061-3/+3
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+15
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+6
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-5/+5
* constify, per PR 6148hubertf1998-11-101-7/+8
* const poisoning.mycroft1998-07-271-3/+3
* WARNSify (not an insignificant task...)lukem1997-10-121-20/+28
* Use POSIX tty semantics.mycroft1995-04-281-4/+2
* clean up import, NetBSD RCS Idscgd1995-04-221-4/+9
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+338