summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fieldsjoerg2012-06-151-5/+1
* Consistently use major/minor for NetBSD version.njoly2012-06-091-2/+2
* Add missing terminfomartin2012-06-091-3/+3
* rcsid, warnschristos2012-06-061-0/+3
* Sort sections; remove trailing whitespace.wiz2012-06-061-4/+4
* add colorbarschristos2012-06-061-2/+2
* new colorbars program from Nathanial Slosschristos2012-06-063-0/+177
* Attribute the `Consequences, Schmonsequences...' quote to Daffy Duck.riastradh2012-06-051-1/+1
* use modern shell constructschristos2012-04-261-44/+39
* allow multiple '-f acronyms' arguments to be given, which makes this behavejschauma2012-04-261-11/+13
* Add capfile(5) to describe the termcap format.roy2012-04-211-7/+7
* Fix various format string mismatches.joerg2012-02-292-9/+10
* Man page and usage cleanups from Bug Hunting in PR 46103.wiz2012-02-262-15/+26
* 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