summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2006-06-30use .y and .l in SRCS, remove hand-crafted CLEANFILES since this isOtto Moerbeek
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
2006-05-01"The Wall" was released in 1979. This is not 'recent' anymore. feedbackMatthieu Herrb
2006-04-24bad space interrupted the flow of this morning's fortune;Jason McIntyre
2006-04-20Replace magic numbers with sizeof(array).Ray Lai
2006-04-20Clean up getopt stuff and use strtonum instead of atoi.Ray Lai
2006-04-16spelling fix, from gavin atkinson, and another found by myself;Jason McIntyre
2006-04-11even better; tobias@bugol.deTheo de Raadt
2006-04-11oopsTheo de Raadt
2006-04-10atoi() -> strtonum(), also better handling of /0 problem spotted byTheo de Raadt
2006-04-03typo; from tobias stoeckmannJason McIntyre
2006-03-31fix number conversion logic; spotted by pat@; ok tedu@ pat@Otto Moerbeek
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2006-03-26do not permit out of range house counts; af.dingo@gmailTheo de Raadt
2006-03-15Remove useless getuid() check.David Hill
2006-03-14delete lint balony from another era; adobriyan@gmail, ok teduTheo de Raadt
2006-03-14grammer; from mischa diehmMichael Shalayeff
2006-03-12exit code 1 on usage; adobriyan@gmailTheo de Raadt
2006-03-08Ansify; from Alexey Dobriyan; hope the license gets cleared up, so weOtto Moerbeek
2006-03-07Fix prototype of is_digit(). From Alexey Dobriyan.Otto Moerbeek
2006-03-06open(2) returns -1 on error, not NULLHenning Brauer
2006-03-06fixes from adobriyan@gmailTheo de Raadt
2006-01-03spelling; from michael knudsen;Jason McIntyre
2005-12-20format according to Notes;Jason McIntyre
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-07use .Rs/.Re for SEE ALSO;Jason McIntyre
2005-11-07- correct SYNOPSISJason McIntyre
2005-11-05remove extra \n;Jason McIntyre
2005-11-05- correct misplaced parenthesisJason McIntyre
2005-11-05- use macros for argsJason McIntyre
2005-09-24fp->pos is int32 so do not print it as quadMichael Shalayeff
2005-09-24check the file is worth scanning to avoid endless loops; from Matthias Kilian...Michael Shalayeff
2005-08-17update with a couple of new elements;Jason McIntyre
2005-08-16provide alternative spellings for alumin{i}um, c{a}esium, andJason McIntyre
2005-07-15some improvements from ray lai: mainly dealing with erroneous doubleJason McIntyre
2005-06-11typo; from fabio olive leite;Jason McIntyre
2005-05-04- synchronise synopsis w/ usage(), which is clearer i thinkJason McIntyre
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;Damien Miller
2005-04-21vsnprintf careful handling of -1; ok beckTheo de Raadt
2005-04-16use vprintf, as obvious; frederik.deweerdt@laposte.netTheo de Raadt
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-10sort options + sync usage();Jason McIntyre
2005-04-01Fix ze german spelling errors and Betty-Sue Bach spelled her name with a hyphen.Claudio Jeker
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-02-03remove duplicates already found in fortunes;Jason McIntyre
2005-02-03missing full stops;Jason McIntyre
2004-12-17fix an off-by-one and a case of snprintf() misuse.Moritz Jodeit
2004-12-06typo from pjanzen@Jason McIntyre
2004-12-05rather then -> rather thanJonathan Gray
2004-11-29Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@Jonathan Gray