summaryrefslogtreecommitdiff
path: root/games/rogue
AgeCommit message (Expand)Author
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
2006-03-08Ansify; from Alexey Dobriyan; hope the license gets cleared up, so weOtto Moerbeek
2006-03-07Fix prototype of is_digit(). From Alexey Dobriyan.Otto Moerbeek
2006-03-06open(2) returns -1 on error, not NULLHenning Brauer
2006-03-06fixes from adobriyan@gmailTheo de Raadt
2004-02-20uppercase CRT;Jason McIntyre
2004-01-21make rogue const-correct, and fix one write-strings issue.Marc Espie
2003-09-04put escapes in the right place;Jason McIntyre
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12From NetBSD: remove more duplicate declarations.Paul Janzen
2003-05-11Remove duplicate prototype.Paul Janzen
2003-04-27strcpy -> strlcpyThierry Deval
2003-04-23some typos, and clarification of game rules;Jason McIntyre
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2003-03-11double words and spelling fixesDavid Krause
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-07-26A few better buffer sizes (from Ian McWilliam, long ago); functions localPaul Janzen
2002-07-26indentPaul Janzen
2002-07-26We're in curses, so use getch() rather than getchar().Paul Janzen
2002-07-18- string handling patch from David Holland, minimally modified. HighlightsPaul Janzen
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-18FormattingPaul Janzen
2001-08-17'y' and 'Y' both mean yes.Paul Janzen
2001-08-12WhoopsPaul Janzen
2001-08-12make get_input_line more general (only affects wizard mode)Paul Janzen
2001-08-10Minor -WallPaul Janzen
2001-08-10Remove local curses implementation which was never used.Paul Janzen
2001-08-08Pasto found by jhar2gthr@yahoo.com in FreeBSDPaul Janzen
2001-08-08FreeBSD PR 13278: killed by fire corrupts score file; from Mark W. KrentelPaul Janzen
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2000-07-24printf() and %s pedantry, from itojun channelling kris@freebsdPaul Janzen
2000-07-23Handle EOF on stdin.Paul Janzen
2000-07-23curses.c is all ifdef'ed out, so there's no reason to compile it.Paul Janzen
2000-04-07typoPaul Janzen
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-05-26Tweak for egcs -fwrite-strings oddityMarc Espie
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-09-16Make sure malloc() succeedsPaul Janzen
1998-08-22More largely NetBSD-inspired code cleanupPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt