summaryrefslogtreecommitdiff
path: root/games/caesar
AgeCommit message (Collapse)Author
2024-08-26fortune files are no longer being rot13d;Jason McIntyre
2019-05-15patch 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-10convert source code frequencies to match those in the man pageTed Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason 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-16Use __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-14Pledge "stdio" for simple games.Doug Hogan
ok semarie@
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-07-16replace beforeinstall target with LINKS; rot13 becomes a hardlink toOkan Demirmen
caesar instead of a symlink. agreed by deraadt, sobrado, guenther
2014-07-03Mark functions calling exit(3) as __dead.Ingo Schwarze
Issue reported by David Crosby <dave at dafyddcrosby dot com> on tech@. ok miod@
2010-02-22compute intermediate results in double precision; from pjanzen@, okOtto Moerbeek
sobrado@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-31convert to new .Dd format;Jason McIntyre
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2004-02-18document 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-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-31de-registerPaul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-02-16Part 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-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
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-08-19minor tidying, and a fix to rot13's command line behaviourPaul Janzen
1998-03-12OpenBSD ID (changed from NetBSD)Paul Janzen
1998-03-12OpenBSD ID and minor fixesPaul Janzen
1998-02-26cleanup efforts care of pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-22repairs from pjanzen@foatdi.harvard.eduTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd 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-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-02-17From netbsd:Niklas Hallqvist
Removed "extern int errno"; Added #include <errno.h> if not already present.
1995-10-18initial import of NetBSD treeTheo de Raadt