OpenBSD CVS

CVS log for src/games/atc/atc.6


[BACK] Up to [local] / src / games / atc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 18 23:17:13 2022 UTC (2 years, 3 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Avoid gendered language in man pages when not referring to a specific
person. Rewrite or use singular they.

ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and
others I'm likely missing on an earlier version.
feedback tj@, feedback and ok jmc@

Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 13 15:47:32 2020 UTC (3 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored)

fix unmarked/ignored descriptive mix up;
from rafa

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 7 12:07:55 2016 UTC (8 years, 3 months ago) by mestre
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.22: +2 -7 lines
Diff to previous 1.22 (colored)

- General changes:
- 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

Revision 1.22 / (download) - annotate - [select for diffs], Sun Nov 29 16:04:14 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

adjust width list: Ds is unfortunate here;

Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 29 15:23:38 2015 UTC (8 years, 6 months ago) by tb
Branch: MAIN
Changes since 1.20: +8 -3 lines
Diff to previous 1.20 (colored)

Add pledge support and move score file to $HOME.

For high score entries use the same logic as in snake(6) and tetris(6):
Try LOGNAME then USER then getlogin(2) and fall back to ???.
For variety, atc(6) uses flock(2), so add a "flock" promise to the usual
"stdio rpath rpath cpath tty" for games.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 30 02:41:43 2014 UTC (9 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Even though not callable, "Ed" is a macro name, so for clarity,
escape it when it appears on a macro line.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Sep 8 01:27:54 2014 UTC (9 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.18: +7 -3 lines
Diff to previous 1.18 (colored)

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes

Revision 1.18 / (download) - annotate - [select for diffs], Thu May 31 19:19:16 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

convert to new .Dd format;

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 13 09:13:36 2007 UTC (17 years, 2 months ago) by sobrado
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

let -f and -g be in different options even if the argument
names to both flags are the same.

spotted by jmc@ with relation to other manual page.

ok by jmc@

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 2 14:28:56 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.15: +8 -7 lines
Diff to previous 1.15 (colored)

tidy up synopsis and usage(); from Igor Sobrado

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 2 14:45:50 2004 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.14: +8 -4 lines
Diff to previous 1.14 (colored)

Document that pressing return allows you to "fast forward" the game clock.
From Peter Maydell (Debian bug 216980) via NetBSD;

Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 2 18:14:18 2003 UTC (20 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

escape punctuation;
ok deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 3 03:01:38 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 30 09:06:26 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.11: +10 -10 lines
Diff to previous 1.11 (colored)

put space between macro arguments and punctuation;

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 23 07:48:50 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.10: +10 -8 lines
Diff to previous 1.10 (colored)

some typos, and clarification of game rules;
help, suggestions and ok pjanzen@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 6 21:48:50 2002 UTC (21 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Replace things like srandom(time(NULL)) with srandomdev(3).  random(3)
good enough for games but we should at least use a decent seed.
pjanzen@ OK

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 17 05:45:03 2001 UTC (22 years, 6 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.8: +28 -27 lines
Diff to previous 1.8 (colored)

fixes based on ones suggested by mpech@prosoft.org.lv

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 17 05:27:03 2001 UTC (22 years, 6 months ago) by pjanzen
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

section consistency: AUTHOR -> AUTHORS, even if only one listed;
mpech@prosoft.org.lv

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 18 03:27:17 2001 UTC (22 years, 9 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.6: +155 -103 lines
Diff to previous 1.6 (colored)

Formatting

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 4 02:15:28 2001 UTC (23 years, 4 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.5: +5 -1 lines
Diff to previous 1.5 (colored)

Tidying:  change a constant to a #define, stop logging hostnames with the
score, use strlcpy(), and make it work with long usernames.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 31 20:08:29 1999 UTC (24 years, 10 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +167 -108 lines
Diff to previous 1.4 (colored)

- make atc check for calloc() failure; correctly check for redefinition of
"width" in game definition files (jsm28@cam.ac.uk)
- clean up man page some (based on work of dholland@eecs.harvard.edu)

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 15 19:18:20 1998 UTC (25 years, 5 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Always provide an argument to .Nm in SYNOPSIS section

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 21 07:36:04 1998 UTC (25 years, 8 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +242 -347 lines
Diff to previous 1.2 (colored)

Cleanup, partially from NetBSD and jsm28@cam.ac.uk.  No longer segfaults if
scorefile can't be opened.  New -q quiet option.  Partial man page reformat.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 26 06:37:33 1998 UTC (25 years, 10 months ago) by pjanzen
Branch: MAIN
Changes since 1.1: +2 -12 lines
Diff to previous 1.1 (colored)

From FreeBSD:  Fix discrepancy between sources and manual page for the
'c' command.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:48:37 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:48:37 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.