Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-12 | From NetBSD: remove more duplicate declarations. | Paul Janzen | |
2003-05-11 | Remove duplicate prototype. | Paul Janzen | |
2003-04-27 | strcpy -> strlcpy | Thierry Deval | |
2003-04-23 | some typos, and clarification of game rules; | Jason McIntyre | |
help, suggestions and ok pjanzen@ | |||
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. | |||
2003-03-11 | double words and spelling fixes | David Krause | |
ok pjanzen@ | |||
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel | |
ok millert@, rogue ok pjanzen@ | |||
2002-07-26 | A few better buffer sizes (from Ian McWilliam, long ago); functions local | Paul Janzen | |
to save.c are no longer in rogue.h; use write() to save files rather than fwrite() since this can end up being called in a signal handler (it's still not clean though). | |||
2002-07-26 | indent | Paul Janzen | |
2002-07-26 | We're in curses, so use getch() rather than getchar(). | Paul Janzen | |
2002-07-18 | - string handling patch from David Holland, minimally modified. Highlights | Paul Janzen | |
are fewer magic constants, sprintf->snprintf, and better scorefile handling. Also, won't hang if forking a subshell fails. - a few needless functions have been trimmed, and a few extra defaults have been added to a few switches, just in case. | |||
2002-05-31 | crmode -> cbreak | Paul Janzen | |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-08-18 | Formatting | Paul Janzen | |
2001-08-17 | 'y' and 'Y' both mean yes. | Paul Janzen | |
2001-08-12 | Whoops | Paul Janzen | |
2001-08-12 | make get_input_line more general (only affects wizard mode) | Paul Janzen | |
make special attacks a bit less likely in wizard mode remove declarations of a few nonexistant functions | |||
2001-08-10 | Minor -Wall | Paul Janzen | |
2001-08-10 | Remove local curses implementation which was never used. | Paul Janzen | |
2001-08-08 | Pasto found by jhar2gthr@yahoo.com in FreeBSD | Paul Janzen | |
2001-08-08 | FreeBSD PR 13278: killed by fire corrupts score file; from Mark W. Krentel | Paul Janzen | |
<krentel@dreamscape.com> | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-07-24 | printf() and %s pedantry, from itojun channelling kris@freebsd | Paul Janzen | |
2000-07-23 | Handle EOF on stdin. | Paul Janzen | |
2000-07-23 | curses.c is all ifdef'ed out, so there's no reason to compile it. | Paul Janzen | |
2000-04-07 | typo | Paul Janzen | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-05-26 | Tweak for egcs -fwrite-strings oddity | Marc Espie | |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen | |
1998-09-16 | Make sure malloc() succeeds | Paul Janzen | |
1998-08-22 | More largely NetBSD-inspired code cleanup | Paul Janzen | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1997-04-10 | their is -> there is | kstailey | |
1997-04-09 | the the | Theo de Raadt | |
1996-12-29 | Fix typo | Thorsten Lockert | |
1996-12-21 | Deal correctly with being SGID | Thorsten Lockert | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert | |
Depend on LIBTERMCAP and LIBTERMLIB as appropriate |