Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-26 | fortune files are no longer being rot13d; | Jason McIntyre | |
2019-05-15 | patch from <tleguern at bouledef dot eu> to support backward rotation, | Ingo Schwarze | |
hoping to save somebody's life from the Leather Goddesses of Phobos | |||
2017-08-10 | convert source code frequencies to match those in the man page | Ted Unangst | |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre | |
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||
2016-02-26 | - Convert atoi(3) to strtonum(3) | mestre | |
- Remove lint-style comment - Remove usage() since errors are now more informative (the usage is still available in the manpage) With this diff I made it accept 0 as rotation whereas before it didn't, but alas if you use 0 then it defeats the whole purpose of the game. Initial diff sent by Peter Williams <peterbw at gmail.com>, tweaked by me and several hints and OK by tb@. I'm in desperate need of a coffee, thank you tb@ for making me notice that! | |||
2015-12-16 | Use __progname instead of hand-rolled parsing of argv[0]. | tb | |
Inspired by similar diffs by tobias@ and millert@. "I like the concept" pjanzen@ ok tedu@ | |||
2015-10-14 | Pledge "stdio" for simple games. | Doug Hogan | |
ok semarie@ | |||
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-07-16 | replace beforeinstall target with LINKS; rot13 becomes a hardlink to | Okan Demirmen | |
caesar instead of a symlink. agreed by deraadt, sobrado, guenther | |||
2014-07-03 | Mark functions calling exit(3) as __dead. | Ingo Schwarze | |
Issue reported by David Crosby <dave at dafyddcrosby dot com> on tech@. ok miod@ | |||
2010-02-22 | compute intermediate results in double precision; from pjanzen@, ok | Otto Moerbeek | |
sobrado@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-02-18 | document rot13; | Jason McIntyre | |
based on a PR from Free/Net, which for the life of me i cannot find. thanks, whoever submitted it. | |||
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. | |||
2002-05-31 | de-register | Paul Janzen | |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
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-02-17 | Use err() rather than errx() immediately after alloc failure. | Paul Janzen | |
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-08-19 | minor tidying, and a fix to rot13's command line behaviour | Paul Janzen | |
1998-03-12 | OpenBSD ID (changed from NetBSD) | Paul Janzen | |
1998-03-12 | OpenBSD ID and minor fixes | Paul Janzen | |
1998-02-26 | cleanup efforts care of pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-22 | repairs from pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-22 | proper gid revoke | Theo de Raadt | |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Removed "extern int errno"; Added #include <errno.h> if not already present. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |