summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix conflicting variable definitionsmatt2012-02-182-6/+6
* PR/45842: Henning Petersen: compare fgets with NULL not 0christos2012-01-161-3/+3
* grumble.dholland2012-01-081-1/+2
* Oops, I forgot to actually implement the checksumming code for the newdholland2012-01-083-38/+65
* Redo save file handling. The old save files were unportable, had nodholland2012-01-071-46/+712
* Make this not crash on machines that are (a) 64 bit, or (b) have signeddholland2012-01-071-9/+4
* Per [1] the speed of light in a vaccum is exactly 299792458 m/s.jakllsch2011-12-061-1/+1
* handle EOF in inputahoka2011-12-012-7/+12
* grammar fixjnemeth2011-11-191-1/+1
* remove duplicated #defines (in a usually unused part of the code)drochner2011-11-091-5/+2
* Use tiparm instead of vtparm.roy2011-10-033-13/+13
* reinstate NULL cast by request, where the NULL was being passed as a varargplunky2011-09-018-26/+26
* NULL does not need a castplunky2011-08-3122-78/+77
* No need to cast double to ubig (aka uintmax_t) through int.jakllsch2011-08-301-5/+4
* Use __deadjoerg2011-08-297-22/+19
* Mark error() as dead, so that validation for setclipped works correctly.joerg2011-08-271-2/+2
* Avoid non-literal format strings.tron2011-08-262-8/+8
* Use __dead and __printflike instead of __attribute__.dholland2011-08-2615-74/+62
* add printf attributes.christos2011-08-251-4/+4
* Uses non-literal format stringsjoerg2011-08-251-1/+4
* -Wno-shadow is no longer needed for HAVE_PCC, hereplunky2011-08-241-5/+1
* use const char [] for format.christos2011-08-211-3/+3
* Remove redundant set of prototypes for local functions, exposed bydholland2011-08-171-11/+2
* Move some things around so declarations appear in a reasonable order.dholland2011-08-171-33/+32
* Use __dead instead of __attribute__((__noreturn__)).dholland2011-08-161-3/+3
* 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