summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
2010-05-10Rename use of some builtins that makes gcc4 warn.Nicholas Marriott
ok millert
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
gcc4 gets upset about. based on suggestions from miod@, ok millert@
2010-04-08some minor repair, from kristaps;Jason McIntyre
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-02-22compute intermediate results in double precision; from pjanzen@, okOtto Moerbeek
sobrado@
2010-02-21fix display formatting; ok schwarze sobradoJason McIntyre
2010-02-20drop nested display, fixing the build with mandoc(1);Ingo Schwarze
feedback and ok jmc@
2010-01-17default output file ends in ".dat", not ".out";Ingo Schwarze
reported by Lars Nooden <lars dot curator at gmail dot com> while here, - change .Pa .dat to .Sy .dat in one place for uniformity and to avoid ambiguity - fix the files section, too committing right away because this is not installed by default, and unstr(8) is not even built by default...
2010-01-10fold in content from the usd docs; diff from Daniel DickmanJason McIntyre
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
files. If any information found in these documents is worthwhile and you miss it, please make the time to work it into the manual pages (which people actually do read). ok guenther
2009-12-31remove superfluous bracket level from time representation.Igor Sobrado
ok jmc@
2009-12-10fix potential bugs spotted by parfaitBob Beck
ok millert@ pjanzen@
2009-11-22Typo fixed.Tobias Stoeckmann
ok jmc, pjanzen
2009-11-14Use getopt() to parse the argument list, shrinking the code andPhilip Guenthe
permitting options to be grouped ok deraadt@
2009-11-13no need for seperate snscore command; ok pjanzenTheo de Raadt
2009-11-13Correct fix for rev 1.8 from pjanzen.Jonathan Gray
2009-11-131.8 broke things, back it out, correct fix coming from pjanzenJonathan Gray
2009-11-12fix an off by one in loop terminationJonathan Gray
found by parfait ok deraadt@
2009-11-12fix comparison, from NetBSD PR/42177Dariusz Swiderski
ok miod@
2009-11-05fortunes fix from dougb@freebsd, revision 198921Jason McIntyre
2009-10-30typo from dholland@netbsd (-r1.38);Jason McIntyre
2009-10-29various fixes from netbsd -r1.35 and -r1.36 (snj@netbsd)Jason McIntyre
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
survived a full make build on i386; "sure" deraadt@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. spotted by schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-10-22arguments to name description (.Nd) macros are usually lower case;Igor Sobrado
fix superfluous double space in manual page body; fix typo. from Alan R. S. Bueno. ok jmc@
2009-10-17synchronize synopsis and usage.Igor Sobrado
2009-10-17sort flags; "usage:" is lowercase.Igor Sobrado
2009-10-17add missing option to usage; while here, minor KNF tweak.Igor Sobrado
2009-08-11kill the old 3.3.1 -> 3.3.2 format converterMartynas Venckus
it doesn't build; and by now i'm pretty sure everyone converted to this new format being used since 1985 ok millert@
2009-07-14remove some false whitespace before commas;Jason McIntyre
from Ulrich SpArlein, freebsd 136723
2009-07-09promote correct style for error checkingEric Faurot
ok tedu@ deraadt@ krw@
2009-06-09add missing flag to usage; synchronize argument names with documentation;Igor Sobrado
while here, use lowercase letters for "usage:".
2009-06-07some minor fixes, mainly from from Niclas Zeising, freebsd conf/112024Jason McIntyre
2009-06-05fix a quote from GBS;Jason McIntyre
from John Hein, freebsd conf/131469
2009-06-03remove unused variableCharles Longeau
ok millert@ ray@
2009-06-01Fix fgets handling.Ray Lai
1. Skip blank lines instead of dereferencing NULL-1. 2. If bufr is a blank line don't pass bufr+1 as a pointer. OK millert
2009-06-01Add a tab to blank line so hack(6) knows to print a blank lineRay Lai
rather than ending there. OK millert
2009-06-01Typo, from NetBSD.Ray Lai
OK jmc millert
2009-06-01Don't assume there will be a newline after calling fgets.Ray Lai
OK millert
2009-06-01Style, inspired by NetBSD.Ray Lai
No binary change.
2009-05-21correct number of total words on the "Score:" lineIngo Schwarze
from Graeme Lee <graeme at omni dot net dot au> on tech@, tweaked by me while here, actually use the variables denom[12] defined a few lines above OK millert@
2008-12-03typo; from hyjialJason McIntyre
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
others, these are the ones from code unlikely to be re-merged with upstream sources).
2008-12-02typos;Jason McIntyre
2008-11-26typo; ok jmc@Otto Moerbeek
2008-11-10fix some situations where it was impossible to buy a hotel,Stuart Henderson
and make the game closer to the rules (may only buy a hotel after 4 houses are owned on all properties in the group). from Olivier ANTOINE in PR 5976.
2008-10-03Repair long group handling; Alf Schlichting, PR 4164Theo de Raadt
2008-10-03Mask crcval in the right place, avoiding segfault during saveStuart Henderson
on 64-bit arch. (The save format is not portable, however). Looks right to deraadt@.