History log of /openbsd/games/cribbage/instr.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 7e027cb7 10-Jan-2016 mestre <mestre@openbsd.org>

As per style(9), remove remaining lint-style comments from games/

OK tb@


# f741f25e 31-Dec-2015 mestre <mestre@openbsd.org>

Include only needed header files per each source file

This one was also OK'ed by tb@


# 6c53a56d 29-Nov-2015 tb <tb@openbsd.org>

pledge "stdio rpath tty proc exec" since instructions() might fork a pager.
actual game place takes place with "stdio tty".

OK deraadt@ on an earlier version


# 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 ...


# ff8320a7 10-Jul-2004 deraadt <deraadt@openbsd.org>

more ansi; khalek@linuxgamers.net


# 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.


# c96f6a27 09-Jul-2001 deraadt <deraadt@openbsd.org>

correct type on last arg to execl(); nordin@cse.ogi.edu


# 96b46b10 10-Jun-1999 pjanzen <pjanzen@openbsd.org>

jsm28@cam.ac.uk : handle PAGER in a manner consistent with the
Single UNIX specification for mailx and man
(http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html).


# 1ed0e75d 19-Aug-1998 pjanzen <pjanzen@openbsd.org>

tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional
initialization, removal of unused variable, or other minor fix. Most
changes are from or inspired by NetBSD.


# b722ed3e 11-Sep-1997 deraadt <deraadt@openbsd.org>

vfork paranoia


# 98bcabe8 24-Jul-1997 deraadt <deraadt@openbsd.org>

Clean up play, let player see play more often, improve display timing.
Preliminary work from PR 2055 (as reverse patches); phil


# 180acc8f 17-Jan-1997 millert <millert@openbsd.org>

r?index -> strr?chr


# e0232237 17-Feb-1996 niklas <niklas@openbsd.org>

From netbsd:
Removed "extern int errno"; Added #include <errno.h> if not already present.


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

initial import of NetBSD tree