summaryrefslogtreecommitdiffstats
path: root/boggle/boggle/bog.c
Commit message (Expand)AuthorAgeFilesLines
* use size_t instead of int for a lengthdholland2014-03-221-3/+3
* Factor out some common code; pass -Wstrict-overflow.dholland2012-10-131-23/+24
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-3/+3
* Fix a few of the games to use getprogname() in their usage() functions.pgoyette2010-12-051-3/+4
* Since this game is installed as 'boggle', fix the usage() text to match.pgoyette2010-12-051-3/+3
* sprinkle static and prune some dead codedholland2009-08-121-19/+23
* Rename internal getline() function to get_line() so it doesroy2009-07-131-3/+3
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* PR/34175: Zafer Aydogan: touch the window to cause a refresh after helpchristos2006-08-091-6/+7
* KNF and WARNS=3jmc2005-07-011-19/+11
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
* Remove uses of __P.jsm2004-01-271-4/+4
* 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
* Add alternative style for commands at end of game (#ifdef NEW_STYLE).jsm1999-09-191-2/+21
* Fix -Wsign-compare warnings.jsm1999-09-181-3/+3
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-13/+17
* Drop setgid privs early. Via OpenBSD, reported in PR 5970 byhubertf1999-07-211-2/+5
* From PR 7988 by Joseph Myers <jsm28@cam.ac.uk>: use the symbolichubertf1999-07-141-5/+5
* Add braces to make the new egcs happy.veego1998-08-301-4/+6
* minor KNFifylukem1997-10-111-13/+12
* WARNSifylukem1997-10-101-8/+11
* Sync to 4.4BSD-Lite2tls1997-01-071-3/+4
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-4/+5
* add/fix id tagscgd1995-03-211-0/+6
* make the code agree with documentation and usage() for final twophil1994-12-291-6/+14
* Don't try to process args if they aren't there.phil1994-12-291-13/+15
* boggle(6), from 44litejtc1994-10-211-0/+671