Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-07 | - General changes: | mestre | |
- Remove -? from getopt(3) options, but still keep (or add) -h where applicable - Replace hardcoded program strings by getprogname(3) - Specific changes: - atc(6): this used -? and -u for usage(), remove both from game and manpage - bcd(6): use __progname instead of getprogname(3), no need to include stdlib.h - hunt(6): replace fputs(3) by fprintf(3) OK tb@ after his suggestions | |||
2016-01-07 | Some basic code maintenance in games/ | tb | |
- in main() replace exit with return - drop some /* NOTREACHED */ lint comments along the way. - make more use of standard CFLAGS, esp. -Wimplicit-function-declaration - add and sort some headers when needed - add straightforward pledges to some programs used at compile time discussed with and ok mestre@ | |||
2016-01-04 | More cleanup and sorting on header section | mestre | |
OK tb@ and he also pointed out that for consistency with rest of the tree we should include termios.h instead of sys/ttydefaults.h, where applicable | |||
2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games ↵ | mestre | |
section. Found another one in arithmetic(6) which also didn't return, and removed a function from number(6) which is not used anymore. OK tb@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-14 | Pledge "stdio" for simple games. | Doug Hogan | |
ok semarie@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
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 | |||
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-11-05 | remove extra \n; | Jason McIntyre | |
from pjanzen@ | |||
2005-11-05 | - correct misplaced parenthesis | Jason McIntyre | |
- better error message from pjanzen@ | |||
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
1999-09-25 | Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the | Paul Janzen | |
Linux bsd-games package and NetBSD. Mainly using 'const'. | |||
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen | |
1998-08-19 | tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional | Paul Janzen | |
initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD. | |||
1998-03-25 | handle exponents, leading whitespace, and + | Paul Janzen | |
1998-02-27 | fix a bug; steve@freebsd | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | proper gid revoke | Theo de Raadt | |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |