summaryrefslogtreecommitdiffstats
path: root/quiz/quiz.c
Commit message (Expand)AuthorAgeFilesLines
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+3
* fix signedness issuedholland2014-03-231-4/+4
* ANSIfy function definitionsdholland2009-08-271-23/+12
* Use standard C: 'unsigned', not 'u_int'dholland2009-08-271-6/+6
* sprinkle staticdholland2009-08-121-20/+20
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* Replve duplicate #includeshubertf2007-01-171-3/+2
* Remove uses of __P.jsm2004-01-271-12/+12
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Make quiz use POSIX.2 pager handling.jsm1999-12-161-4/+11
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+3
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+5
* Add use of `const' where appropriate to the games.jsm1999-09-081-14/+16
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* - WARNSifylukem1997-09-201-30/+37
* Fix parsing error with escaped colons.mycroft1997-07-061-3/+11
* Sync to 4.4BSD-Lite2tls1997-01-071-4/+7
* RCS Idscgd1995-04-221-0/+6
* fix bugs previously fixed. whee.cgd1995-04-221-2/+3
* un-munge import.cgd1995-04-221-19/+18
* Theorem:pk1994-04-081-43/+17
* rename fgetline() and sharpen axe for bostic...cgd1994-01-041-3/+3
* update for fgetlinecgd1993-12-221-3/+5
* fix uninitialized variable bug that caused 'quiz function ed-command'cgd1993-11-171-2/+2
* Add RCS identifiers.mycroft1993-08-011-1/+2
* added quiz from net-2cgd1993-04-041-0/+379