summaryrefslogtreecommitdiffstats
path: root/games/mille/roll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy mille(6)mestre2016-01-081-3/+2
| | | | OK tb@
* Headers cleanup and also the following:mestre2016-01-081-2/+4
| | | | | | | | | | | | mille.h: #define CTRL locally, which is used by move.c and misc.c, to avoid including termios.h or sys/ttydefaults.h where it's actually defined varpush.c: Change _PATH_DEVNULL to "/dev/null" since other systems may not have it defined but also avoids including <paths.h> Included a few sugestions from tb@ who also gave his OK
* normalize formattingderaadt2015-01-191-2/+2
|
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-2/+2
| | | | tweaks and ok millert@, ok deraadt@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | 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
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* NetBSD changes and further fixes (reformatted man page, better handling ofpjanzen1998-09-221-5/+6
| | | | user input).
* Update for modern curses implementationtholo1996-06-021-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+63