summaryrefslogtreecommitdiffstats
path: root/games/mille
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-7/+7
2016-09-11Callers of time(3) should #include <time.h>.tb1-1/+2
2016-01-08ANSIfy mille(6)mestre11-75/+47
2016-01-08Headers cleanup and also the following:mestre13-47/+69
2016-01-07Some basic code maintenance in games/tb1-4/+3
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre1-2/+1
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-11-30The usual deal for a curses game with the possibility of saving a game:tb1-1/+4
2015-11-11creat() -> open equiv; from Frederic Nowakderaadt1-2/+2
2015-11-04replace setbuf with setvbuf, from Frederic Nowaktedu3-6/+6
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc1-4/+4
2015-01-19normalize formattingderaadt9-109/+108
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2-9/+5
2014-11-03use knuth shuffle for better distribution of permutationstedu1-7/+3
2014-09-08obvious cases of missing .An;schwarze1-3/+3
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy3-10/+4
2011-09-03make -column lists pretty again;jmc1-5/+5
2009-12-10fix potential bugs spotted by parfaitbeck1-6/+6
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt12-114/+12
2009-10-17synchronize synopsis and usage.sobrado1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-12-24fix program name in usage, use __prognamemartin1-3/+4
2006-10-31usage information goes to stderrmartin1-3/+3
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu1-4/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert14-96/+40
2003-04-23some typos, and clarification of game rules;jmc1-54/+62
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2-7/+7
2003-03-06broken .Xr's;jmc1-2/+2
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-7/+3
2002-05-31crmode -> cbreakpjanzen1-3/+3
2002-05-31No dm -> no need to revoke setegid.pjanzen1-6/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-18/+3
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-2/+2
2002-02-16Part 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.millert2-41/+41
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen1-2/+2
2001-09-03Tidying, some from NetBSD.pjanzen11-47/+49
2001-08-18Formattingpjanzen1-18/+36
2001-03-08whack exit(-#)deraadt1-3/+3
2000-08-05Remove a little redundant and slightly wrong codepjanzen1-6/+2
2000-07-23Die more cleanly if stdin can't be read from.pjanzen1-3/+3
2000-04-07Remove unused ifdef missed previouslypjanzen1-7/+2
1999-11-25Fix an obscure bug involving misidentified coup fourres.pjanzen1-20/+17
1999-09-30better use of cursespjanzen1-4/+4
1999-09-30Disallow "Go" after "Right of Way" and change Battle Pile status to "Go" whenpjanzen1-4/+8
1999-09-25Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thepjanzen9-78/+55
1999-07-09- remove all trailing whitespaceaaron1-3/+3
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-11-29Don't capitalize game names at the beginning of sentences.pjanzen1-3/+5
1998-09-22NetBSD changes and further fixes (reformatted man page, better handling ofpjanzen15-457/+484