aboutsummaryrefslogtreecommitdiff
path: root/games/number
Commit message (Collapse)AuthorAgeFilesLines
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-024-368/+0
| | | | | | | | | | | | (or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015 Notes: svn path=/head/; revision=288485
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* Add static keywords to variables and functions where possible in games/.Ed Schouten2011-11-051-12/+11
| | | | | | | | This allows us to detect unused functions and variables and allows the compiler to do a better job at optimisation. Notes: svn path=/head/; revision=227101
* Drop advertising clause in manpages. It was done a long time agoUlrich Spörlein2010-12-061-5/+1
| | | | | | | | | for the source code. Discussed with: core Notes: svn path=/head/; revision=216239
* Remove the third clause for the Berkeley parts of games, per theWarner Losh2010-02-151-5/+1
| | | | | | | letter in /COPYRIGHT. Notes: svn path=/head/; revision=203932
* games: make WARNS=6 the default, remove overridesUlrich Spörlein2010-02-151-2/+0
| | | | | | | | | This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor) Notes: svn path=/head/; revision=203923
* Use ANSI C function declarations.Ed Schouten2009-12-291-11/+5
| | | | Notes: svn path=/head/; revision=201176
* Make number(6) build with WARNS=6.Ed Schouten2009-10-132-4/+4
| | | | Notes: svn path=/head/; revision=198021
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
| | | | Notes: svn path=/head/; revision=141581
* Fixed a mispelling of 0 as NULL.Bruce Evans2004-03-141-1/+1
| | | | Notes: svn path=/head/; revision=126954
* Remove __PWarner Losh2002-02-181-6/+6
| | | | | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype Notes: svn path=/head/; revision=90828
* - 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/+1
| | | | Notes: svn path=/head/; revision=74528
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68937
* mdoc(7) police: Nm is a must in the NAME section.Ruslan Ermilov2000-11-171-4/+5
| | | | Notes: svn path=/head/; revision=68859
* -Wall fixes.Bill Fumerola1999-12-121-2/+3
| | | | Notes: svn path=/head/; revision=54468
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-3/+5
| | | | Notes: svn path=/head/; revision=53920
* Fix breakage by previous commit.Marcel Moolenaar1999-11-161-1/+1
| | | | Notes: svn path=/head/; revision=53215
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-161-7/+7
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-161-0/+2
| | | | Notes: svn path=/head/; revision=53209
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-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 Notes: svn path=/head/; revision=48793
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-03-011-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). Notes: svn path=/head/; revision=33937
* Fix a core dump caused by negative numbers.Steve Price1998-02-261-0/+1
| | | | | | | | PR: 5858 Submitted by: Max Euston <meuston@jmrodgers.com> Notes: svn path=/head/; revision=33856
* Remove so-called revoke, this game not installed sguidAndrey A. Chernov1997-09-011-4/+0
| | | | Notes: svn path=/head/; revision=29015
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Man page is .6, not .0 - crept in from Lite2Peter Wemm1997-03-121-1/+1
| | | | Notes: svn path=/head/; revision=23759
* Merge from Lite2 (oops, nearly forgot these ones)Peter Wemm1997-03-111-2/+3
| | | | Notes: svn path=/head/; revision=23726
* Import some CSRG 4.4BSD-Lite2 gamesPeter Wemm1997-03-111-1/+1
| | | | Notes: svn path=/vendor/games/dist/; revision=23704
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8856
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-043-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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490