Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make almost WARNS=5 compliant: | alfred | 2002-05-28 | 13 | -101/+83 |
| | | | | | | | ANSI'fy function declarations. Constify some globals and function paramters. Remove unsused arguments. Fix (rename) shadowed variables. | ||||
* | Comment out comments after #endif directives | alfred | 2002-05-28 | 5 | -5/+5 |
| | |||||
* | #include <time.h> for the definition of time functions instead of | bde | 2002-02-25 | 1 | -3/+4 |
| | | | | | | depending on namespace pollution 2 layers deep in <sys/stat.h>. Sorted includes. Removed some unused includes. | ||||
* | Remove __P | imp | 2002-02-18 | 5 | -39/+39 |
| | | | | | | 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 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -2/+0 |
| | |||||
* | mvprintw is varadic - it doesn't take a va_list. Use vw_printw | dwmalone | 2001-06-06 | 1 | -1/+2 |
| | | | | | | | instead. Submitted by: Andrew Gordon <arg@arg1.demon.co.uk> MFC after: 1 week | ||||
* | - 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/+0 |
| | |||||
* | Remove unneded -ltermcap or -lmytinfo | ache | 2000-09-16 | 1 | -2/+3 |
| | |||||
* | -Wall fixes. | billf | 1999-12-12 | 13 | -89/+104 |
| | |||||
* | copyright/sccsid/rcsid cleanup. | billf | 1999-11-30 | 13 | -24/+51 |
| | |||||
* | Sync our register usage with NetBSD's (non-)usage. | billf | 1999-11-16 | 13 | -77/+73 |
| | |||||
* | Add $FreeBSD$ | billf | 1999-11-16 | 13 | -0/+26 |
| | |||||
* | Update for libncurses. | peter | 1999-08-30 | 5 | -51/+9 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 2 | -2/+2 |
| | |||||
* | Add Id. | charnier | 1998-04-01 | 3 | -4/+22 |
| | |||||
* | Simplify revoke | ache | 1997-09-24 | 1 | -1/+0 |
| | |||||
* | Use srandomdev | ache | 1997-09-24 | 3 | -6/+2 |
| | |||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 1 | -2/+3 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | Correct man page section number references (e.g. don't use the | mpp | 1996-02-11 | 1 | -1/+1 |
| | | | | | old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck. | ||||
* | gets() -> fgets() | jkh | 1995-12-01 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -3/+3 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -2/+2 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 17 | -0/+3321 |
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 |