aboutsummaryrefslogtreecommitdiff
path: root/games/mille
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2115-3338/+0
| | | | Notes: svn path=/head/; revision=105614
* Make almost WARNS=5 compliant:Alfred Perlstein2002-05-2813-101/+83
| | | | | | | | | | ANSI'fy function declarations. Constify some globals and function paramters. Remove unsused arguments. Fix (rename) shadowed variables. Notes: svn path=/head/; revision=97429
* Comment out comments after #endif directivesAlfred Perlstein2002-05-285-5/+5
| | | | Notes: svn path=/head/; revision=97427
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-3/+4
| | | | | | | | | depending on namespace pollution 2 layers deep in <sys/stat.h>. Sorted includes. Removed some unused includes. Notes: svn path=/head/; revision=91213
* Remove __PWarner Losh2002-02-185-39/+39
| | | | | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype Notes: svn path=/head/; revision=90828
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
| | | | Notes: svn path=/head/; revision=81586
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
| | | | Notes: svn path=/head/; revision=79454
* mvprintw is varadic - it doesn't take a va_list. Use vw_printwDavid Malone2001-06-061-1/+2
| | | | | | | | | | instead. Submitted by: Andrew Gordon <arg@arg1.demon.co.uk> MFC after: 1 week Notes: svn path=/head/; revision=77831
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74528
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-161-2/+3
| | | | Notes: svn path=/head/; revision=65912
* -Wall fixes.Bill Fumerola1999-12-1213-89/+104
| | | | Notes: svn path=/head/; revision=54481
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-3013-24/+51
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-1613-77/+73
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-1613-0/+26
| | | | Notes: svn path=/head/; revision=53209
* Update for libncurses.Peter Wemm1999-08-305-51/+9
| | | | Notes: svn path=/head/; revision=50628
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* Add Id.Philippe Charnier1998-04-013-4/+22
| | | | Notes: svn path=/head/; revision=34980
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
| | | | Notes: svn path=/head/; revision=29783
* Use srandomdevAndrey A. Chernov1997-09-243-6/+2
| | | | Notes: svn path=/head/; revision=29769
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-2/+3
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Correct man page section number references (e.g. don't use theMike Pritchard1996-02-111-1/+1
| | | | | | | | old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck. Notes: svn path=/head/; revision=14039
* gets() -> fgets()Jordan K. Hubbard1995-12-011-1/+1
| | | | Notes: svn path=/head/; revision=12552
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-3/+3
| | | | Notes: svn path=/head/; revision=8856
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-2/+2
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-0417-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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490