History log of /openbsd/games/mille/roll.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 56f9a7dc 08-Jan-2016 mestre <mestre@openbsd.org>

ANSIfy mille(6)

OK tb@


# 182ed36c 08-Jan-2016 mestre <mestre@openbsd.org>

Headers cleanup and also the following:

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:
C

Headers cleanup and also the following:

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

show more ...


# 7accc80b 19-Jan-2015 deraadt <deraadt@openbsd.org>

normalize formatting


# 66e49541 29-Aug-2013 naddy <naddy@openbsd.org>

replace srandomdev()+random() with the arc4random*() family
tweaks and ok millert@, ok deraadt@


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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

show more ...


# 7a09557b 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# a0b17b52 22-Sep-1998 pjanzen <pjanzen@openbsd.org>

NetBSD changes and further fixes (reformatted man page, better handling of
user input).


# 15eabdf8 02-Jun-1996 tholo <tholo@openbsd.org>

Update for modern curses implementation


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree