Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make caesar and pom WARNS 6 clean. While there, use prototypes everywhere. | stefanf | 2005-05-01 | 2 | -6/+4 |
| | | | | PR: 62456 | ||||
* | mdoc(7) police: Added "rot13" to the NAME section. | ru | 2003-05-16 | 1 | -1/+1 |
| | | | | Approved by: re (blanket) | ||||
* | Make the __FBSDID usage consistent | obrien | 2003-05-05 | 1 | -5/+4 |
| | | | | and protect copyright[] from Gcc 3.3's whining. | ||||
* | Explain what the rot13 script does. | tjr | 2003-03-24 | 1 | -0/+4 |
| | | | | PR: 39044 | ||||
* | Remove __P | imp | 2002-02-18 | 1 | -2/+1 |
| | | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype | ||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+0 |
| | |||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Silence WARNS=2 and BDECFLAGS on alpha and i386 | kris | 2001-05-20 | 2 | -4/+5 |
| | | | | MFC after: 1 week | ||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -4/+1 |
| | |||||
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for games/ to 6. | ru | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -2/+2 |
| | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | add a real prototype for printit() | billf | 2000-06-30 | 1 | -1/+1 |
| | |||||
* | Sync our register usage with NetBSD's (non-)usage. | billf | 1999-11-16 | 1 | -3/+3 |
| | |||||
* | Add $FreeBSD$ | billf | 1999-11-16 | 1 | -0/+2 |
| | |||||
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+7 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Merge a bunch of cleanups from NetBSD. | steve | 1999-04-19 | 1 | -0/+3 |
| | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs | ||||
* | Remove so-called revoke, this game not installd sguid | ache | 1997-09-01 | 1 | -4/+0 |
| | |||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 1 | -0/+4 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | 444 -> ${NOBINMODE} | wosch | 1997-02-09 | 1 | -1/+1 |
| | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} | ||||
* | $* -> "$@" | wosch | 1997-02-09 | 1 | -1/+1 |
| | | | | use exec for last command in shell script | ||||
* | Use valid ctype range now. | ache | 1996-05-27 | 4 | -16/+24 |
| | | | | | | Includes cleanup Misc. cleanup Use absolute path in rot13 wrapper. | ||||
* | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 1 | -2/+2 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -1/+1 |
| | | | | specified in the top level Makefiles. | ||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 4 | -0/+278 |
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh |