Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop advertising clause in manpages. It was done a long time ago | uqs | 2010-12-06 | 1 | -5/+1 |
| | | | | | | for the source code. Discussed with: core | ||||
* | Remove the third clause for the Berkeley parts of games, per the | imp | 2010-02-15 | 1 | -5/+1 |
| | | | | letter in /COPYRIGHT. | ||||
* | games: make WARNS=6 the default, remove overrides | uqs | 2010-02-15 | 1 | -2/+0 |
| | | | | | | This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor) | ||||
* | Use ANSI C function declarations. | ed | 2009-12-29 | 1 | -11/+5 |
| | |||||
* | Make number(6) build with WARNS=6. | ed | 2009-10-13 | 2 | -4/+4 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Fixed a mispelling of 0 as NULL. | bde | 2004-03-14 | 1 | -1/+1 |
| | |||||
* | Remove __P | imp | 2002-02-18 | 1 | -6/+6 |
| | | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype | ||||
* | - 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: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Nm is a must in the NAME section. | ru | 2000-11-17 | 1 | -4/+5 |
| | |||||
* | -Wall fixes. | billf | 1999-12-12 | 1 | -2/+3 |
| | |||||
* | copyright/sccsid/rcsid cleanup. | billf | 1999-11-30 | 1 | -3/+5 |
| | |||||
* | Fix breakage by previous commit. | marcel | 1999-11-16 | 1 | -1/+1 |
| | |||||
* | Sync our register usage with NetBSD's (non-)usage. | billf | 1999-11-16 | 1 | -7/+7 |
| | |||||
* | Add $FreeBSD$ | billf | 1999-11-16 | 1 | -0/+2 |
| | |||||
* | $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 | ||||
* | Wargh! Who went and changed all the getopt() comparisons from -1 to | jkh | 1998-03-01 | 1 | -1/+1 |
| | | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct). | ||||
* | Fix a core dump caused by negative numbers. | steve | 1998-02-26 | 1 | -0/+1 |
| | | | | | PR: 5858 Submitted by: Max Euston <meuston@jmrodgers.com> | ||||
* | Remove so-called revoke, this game not installed 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) | ||||
* | Man page is .6, not .0 - crept in from Lite2 | peter | 1997-03-12 | 1 | -1/+1 |
| | |||||
* | Merge from Lite2 (oops, nearly forgot these ones) | peter | 1997-03-11 | 1 | -2/+3 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r23704, | peter | 1997-03-11 | 1 | -1/+1 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import some CSRG 4.4BSD-Lite2 games | peter | 1997-03-11 | 2 | -3/+4 |
| | | |||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
|/ | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 3 | -0/+357 |
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 |