summaryrefslogtreecommitdiffstats
path: root/quiz/rxp.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy function definitionsdholland2009-08-271-18/+12
|
* Remove uses of __P.jsm2004-01-271-5/+5
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Need <stdlib.h> for abort() prototype.thorpej2002-12-061-2/+3
|
* Remove unused variable "err".tron2002-08-061-3/+2
|
* fix regular expression matcher.dbj2002-08-061-7/+8
| | | the string "xc" was failing to match "x[[a|b]|c]"
* Add use of `const' where appropriate to the games.jsm1999-09-081-11/+11
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* - WARNSifylukem1997-09-201-7/+8
| | | | | | - deprecate register - getopts returns -1 not EOF - last character returned by fgetln() isn't always \n - cleanup .Nm use
* RCS Idscgd1995-04-221-0/+6
|
* un-munge import.cgd1995-04-221-5/+5
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Cleanup for GCC 2.mycroft1993-04-181-3/+3
|
* added quiz from net-2cgd1993-04-041-0/+312