summaryrefslogtreecommitdiffstats
path: root/games/mille (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-7/+7
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* ANSIfy mille(6)mestre2016-01-0811-75/+47
* Headers cleanup and also the following:mestre2016-01-0813-47/+69
* Some basic code maintenance in games/tb2016-01-071-4/+3
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+1
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-2/+2
* The usual deal for a curses game with the possibility of saving a game:tb2015-11-301-1/+4
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-2/+2
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-043-6/+6
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-4/+4
* normalize formattingderaadt2015-01-199-109/+108
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-162-9/+5
* use knuth shuffle for better distribution of permutationstedu2014-11-031-7/+3
* obvious cases of missing .An;schwarze2014-09-081-3/+3
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-293-10/+4
* make -column lists pretty again;jmc2011-09-031-5/+5
* fix potential bugs spotted by parfaitbeck2009-12-101-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2712-114/+12
* synchronize synopsis and usage.sobrado2009-10-171-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* fix program name in usage, use __prognamemartin2006-12-241-3/+4
* usage information goes to stderrmartin2006-10-311-3/+3
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-271-4/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0314-96/+40
* some typos, and clarification of game rules;jmc2003-04-231-54/+62
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-062-7/+7
* broken .Xr's;jmc2003-03-061-2/+2
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-7/+3
* crmode -> cbreakpjanzen2002-05-311-3/+3
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-231-2/+1
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-41/+41
* section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen2001-11-171-2/+2
* Tidying, some from NetBSD.pjanzen2001-09-0311-47/+49
* Formattingpjanzen2001-08-181-18/+36
* whack exit(-#)deraadt2001-03-081-3/+3
* Remove a little redundant and slightly wrong codepjanzen2000-08-051-6/+2
* Die more cleanly if stdin can't be read from.pjanzen2000-07-231-3/+3
* Remove unused ifdef missed previouslypjanzen2000-04-071-7/+2
* Fix an obscure bug involving misidentified coup fourres.pjanzen1999-11-251-20/+17
* better use of cursespjanzen1999-09-301-4/+4
* Disallow "Go" after "Right of Way" and change Battle Pile status to "Go" whenpjanzen1999-09-301-4/+8
* Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thepjanzen1999-09-259-78/+55
* - remove all trailing whitespaceaaron1999-07-091-3/+3
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* Don't capitalize game names at the beginning of sentences.pjanzen1998-11-291-3/+5
* NetBSD changes and further fixes (reformatted man page, better handling ofpjanzen1998-09-2215-459/+486