summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2007-04-02tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis and sort options; from Igor SobradoJason McIntyre
2007-04-02-i takes an argument; from Igor SobradoJason McIntyre
2007-04-02tidy up synopis and usage(); sort options; from Igor SobradoJason McIntyre
2007-04-02sort options; from Igor SobradoJason McIntyre
2007-04-02-d takes an argument; from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis; from Igor SobradoJason McIntyre
2007-04-02sort options + kill usage() verbosity; from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-04-02-o and -r take arguments; from Igor SobradoJason McIntyre
2007-04-02.Ar for arguments; from Igor SobradoJason McIntyre
2007-03-22typo; from Seth HieronymusJason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-02strlen fixes from Charles Longeau.Ray Lai
2007-02-21- Pass full buffer size to fgets.Ray Lai
2006-12-24fix typos in comments (verses->versus)Martin Reindl
2006-12-24fix program name in usage, use __prognameMartin Reindl
2006-12-14fix some obvious mistakes to make DEBUG compileMartin Reindl
2006-12-14fix DEBUG by renaming a variable colliding with ncursesMartin Reindl
2006-11-22Fix an int overflow, reported on bugtraq by Gruzicki Wlodek; ok millert@Otto Moerbeek
2006-11-07make delayed turn commands not become immediate when there is aTheo de Raadt
2006-11-06signed char fixes need to avoid infinite loops; pr5284 fromTheo de Raadt
2006-11-02Don't check buf[strlen(buf) - 1] on empty strings.Ray Lai
2006-11-02Check fgets failure and clarify character checks.Ray Lai
2006-11-02Don't access buf[strlen(buf) - 1] on empty strings.Ray Lai
2006-11-02Check for valid character before truncating string.Ray Lai
2006-11-01tidy up the quick reference section;Jason McIntyre
2006-11-01Sort flags and commands.Ray Lai
2006-10-31Remove -h flag and simplify usage output to one line, like mostRay Lai
2006-10-31usage information goes to stderrMartin Reindl
2006-10-31Add new -d flag to SYNOPSIS and remove optional and unfunctionalRay Lai
2006-10-29-d: make it possible playing without doubling as it is not commonlyMartin Reindl
2006-10-24Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].Moritz Jodeit
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-07-19no more "wine gin"; confirmed by manyJason McIntyre
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