OpenBSD CVS

src/games/atc/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / games / atc

Current tag: OPENBSD_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] games/        
[TXT] BUGS  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] Makefile  1.16   8 years  deraadt   Remove operations that "touch" scorefiles at install time.
[TXT] atc.6  1.23   8 years  mestre   - General changes: - Remove -? from getopt(3) options, but still keep (or add) -...
[TXT] def.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] extern.c  1.8   8 years  mestre   About 13 years ago when the idiom srandom(time()), and sometimes srandom(time()+...
[TXT] extern.h  1.11   8 years  mestre   Include only needed header files per each source file OK tb@
[TXT] grammar.y  1.10   8 years  mestre   ANSIfy grammar.y on atc(6), all other files already are OK tb@
[TXT] graphics.c  1.11   8 years  mestre   Include only needed header files per each source file OK tb@
[TXT] input.c  1.13   8 years  mestre   Include only needed header files per each source file OK tb@
[TXT] lex.l  1.4   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] list.c  1.9   8 years  mestre   Include only needed header files per each source file OK tb@
[TXT] log.c  1.22   8 years  mestre   Prefer fseek(3) over rewind(3) since the latter although it also calls fseek the...
[TXT] main.c  1.29   8 years  jmc   remove -u? from usage();
[TXT] pathnames.h  1.4   8 years  tb   Add pledge support and move score file to $HOME. For high score entries use the...
[TXT] struct.h  1.6   8 years  mestre   Include only needed header files per each source file OK tb@
[TXT] update.c  1.19   8 years  tb   add missing 'void' ok mestre@