summaryrefslogtreecommitdiffstats
path: root/games/quiz/quiz.c
Commit message (Collapse)AuthorAgeFilesLines
* -Wall cleanup.billf1999-12-121-4/+5
|
* copyright/sccsid/rcsid cleanup.billf1999-11-301-3/+5
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-14/+14
|
* Add $FreeBSD$billf1999-11-161-0/+2
|
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-011-1/+1
| | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct).
* Simplify revokeache1997-09-241-1/+0
|
* Use srandomdevache1997-09-241-1/+1
|
* Change games from setuid games to setgid games.eivind1997-09-011-0/+4
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* A ':' in the data file was always interpreted as a category divider,jlemon1997-08-181-0/+1
| | | | | | | | | | even if escaped. Changed code so that the next character after a '\' is skipped. This should not cause a buffer overflow, as backslashes at the end of a line are handled earlier in the code. Also correct a slight grammatical nit in the bard datfile. PR: 3777, 3917
* Merge from Lite2 (oops, nearly forgot these ones)peter1997-03-111-3/+6
|
* Applied patch to close PR#bin/199scrappy1996-05-261-2/+5
| | | | Submitted by: Toshihiro Kanda <candy@kgc.co.jp>
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+383
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
OpenPOWER on IntegriCloud