History log of /openbsd-src/games/backgammon/common_source/subs.c (Results 1 – 22 of 22)
Revision Date Author Comments
# 091d139d 02-Dec-2015 tb <tb@openbsd.org>

Drop the argument passing between backgammon and teachgammon.
It's broken. Instead, make -d imply -n. You're supposed to
know the rules before you start tweaking them.

Issue reported by and ok pja

Drop the argument passing between backgammon and teachgammon.
It's broken. Instead, make -d imply -n. You're supposed to
know the rules before you start tweaking them.

Issue reported by and ok pjanzen@
Patient help with the manual jmc@

show more ...


# 87f25a4a 30-Nov-2015 tb <tb@openbsd.org>

Pledge for backgammon and teachgammon.

Both are straightforward "stdio rpath tty" programs; teachgammon
exec's backgammon at the end, so give it "exec" in addition.

While there, ANSIfy


# 0731e908 26-Jun-2015 otto <otto@openbsd.org>

/home/otto/ok


# 5195d91e 27-Nov-2013 okan <okan@openbsd.org>

remove erroneous char cast to switch expression processing getopt(3);
not used in any cases.

ok deraadt@, guenther@, millert@


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


# a307e700 17-Mar-2008 sobrado <sobrado@openbsd.org>

synchronization between usage and synopsis; add some missing "usage:"'s

ok jmc@


# c87a726c 17-Oct-2007 chl <chl@openbsd.org>

remove "unused variable" warnings

tested by deraadt@ on a gcc2 arch

looks ok ray@ ok deraadt@


# 741f05d3 31-Oct-2006 ray <ray@openbsd.org>

Remove -h flag and simplify usage output to one line, like most
other programs.

Vote to simplify usage jmc@, OK martin@.


# c8e1bdac 29-Oct-2006 martin <martin@openbsd.org>

-d: make it possible playing without doubling as it is not commonly
played everywhere in the world

ok todd@ otto@


# 67e491c4 07-Apr-2004 aaron <aaron@openbsd.org>

Remove those option letters from the getopt string which do not have a case
handler below. millert@ ok


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


# d62ad8d8 23-Jun-2001 pjanzen <pjanzen@openbsd.org>

termios -> curses


# 1643290a 23-Jul-2000 pjanzen <pjanzen@openbsd.org>

Avoid calling functions that can call the exit-on-error handler from the
handler; use STD*_FILENO rather than 0-2.


# 2b76410a 21-Apr-2000 pjanzen <pjanzen@openbsd.org>

documentation: refer to terminfo, not termcap, where appropriate.


# 7341125d 31-Jul-1999 pjanzen <pjanzen@openbsd.org>

use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying.


# 10677dd3 29-Nov-1998 pjanzen <pjanzen@openbsd.org>

Minor changes from NetBSD


# 7f2f5fb7 02-Sep-1998 pjanzen <pjanzen@openbsd.org>

Delete two unused functions; jsm28@cam.ac.uk


# 53da1682 19-Mar-1998 pjanzen <pjanzen@openbsd.org>

NetBSD changes and further improvements and corrections


# 260eaa9f 23-Jul-1997 kstailey <kstailey@openbsd.org>

tabify


# 99c5df51 14-Feb-1996 etheisen <etheisen@openbsd.org>

Command line arguments were not being handled correctly. Modified for
proper funtionality and for compliance with manpage.


# 44a0153a 12-Feb-1996 etheisen <etheisen@openbsd.org>

Added check for null pointer while processing cmdline options. Pointer
overrun was causing SEGV if any cmdline options were specified.


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

initial import of NetBSD tree