summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* document non-literal string formatschristos2011-08-161-1/+3
* avoid non-literal format stringchristos2011-08-161-8/+8
* eliminate/document non-literal format stringschristos2011-08-162-13/+14
* eliminate non-literal format stringschristos2011-08-163-8/+8
* avoid non-literal format strings.christos2011-08-161-7/+4
* kill homebrew error functionschristos2011-08-161-43/+24
* document non-literal format stringschristos2011-08-161-1/+3
* - document non-literal format stringschristos2011-08-164-37/+46
* Fix up some lint.dholland2011-08-0714-53/+63
* Fix up still more casts; use NULL instead of (char *)0.dholland2011-08-0614-55/+55
* Remove *another* set of useless casts. sheeshdholland2011-08-062-28/+28
* Remove more silly casts.dholland2011-08-0613-48/+48
* drop private (and wrong) definition of NULLdholland2011-08-061-6/+2
* Use the right type for the malloc wrapper function, and don't cast thedholland2011-08-0615-49/+48
* Remove silly casts.dholland2011-08-065-50/+50
* <sys/wait.h> is standard, so just use it instead of fiddling about withdholland2011-08-062-23/+4
* abolish references to index/rindexdholland2011-08-062-10/+3
* Remove the PYRAMID_BUG code. I don't think Pyramids are coming back, nordholland2011-08-062-12/+3
* Don't refer to index() in comments; use strchr().dholland2011-08-061-3/+3
* Include system headers before private headers. Avoids various possibledholland2011-07-202-8/+8
* apply some -O0 with gcc 4.5 and vax.mrg2011-07-031-1/+5
* use DBL_MIN from <float.h> instead of a hard coded small value (thatmrg2011-07-031-3/+4
* include sys/time.h earlier (rather than implicitly via fcntl.h) so thatmrg2011-07-021-1/+2
* rename a variable from "time" to "stime" (it's a string)mrg2011-07-021-5/+5
* apply some -Wno-error and/or -fno-strict-aliasing.mrg2011-06-221-1/+6
* Use consistent sign in compare, the function is only called withjoerg2011-05-302-5/+5
* Map RCSID to __RCSIDjoerg2011-05-231-4/+3
* ANSIfyjoerg2011-05-231-22/+13
* Don't use variables as format string.joerg2011-05-231-4/+4
* Kill some pointer indirections. Don't use variables as format strings.joerg2011-05-235-16/+16
* ANSIfyjoerg2011-05-231-8/+3
* #if 0 some unused code.joerg2011-05-231-2/+7
* Don't use variables as format string.joerg2011-05-231-4/+4
* Correctly print variables as strings, not as format string.joerg2011-05-239-30/+32
* Properly print string.joerg2011-05-231-3/+3
* Don't use variables as format strings.joerg2011-05-231-7/+7
* ANSIfyjoerg2011-05-231-5/+3
* Don't use strings from arrays as format string.joerg2011-05-231-4/+4
* Don't use return value of a function as format string.joerg2011-05-231-3/+3
* Bug fix: in a game with 26 planes, the last one to be allocated wouldn'tis2011-02-151-3/+3
* Fix spelling: it's *Jef* Raskin, not Jeff Raskin.dyoung2011-01-243-2/+3
* avoid unnecessary cast (hi wiz)dholland2011-01-051-5/+6
* Fix fd leak in error cases. Found by cppcheck.wiz2011-01-051-12/+12
* Fix realloc error. Found by cppcheck.wiz2011-01-051-3/+7
* Don't use the same name for two parameters.joerg2010-12-081-4/+4
* Use __c99inline from sys/cdefs.hjoerg2010-12-082-42/+1
* Fix a few of the games to use getprogname() in their usage() functions.pgoyette2010-12-054-12/+19
* Since this game is installed as 'boggle', fix the usage() text to match.pgoyette2010-12-051-3/+3
* add one i saw on irc todaypooka2010-11-251-0/+6
* Avoid undefined behavior, from Chris Spiegel in PR 43860.dholland2010-09-261-3/+3