Age | Commit message (Expand) | Author |
2007-03-02 | strlen fixes from Charles Longeau. | Ray Lai |
2007-02-21 | - Pass full buffer size to fgets. | Ray Lai |
2006-12-24 | fix typos in comments (verses->versus) | Martin Reindl |
2006-12-24 | fix program name in usage, use __progname | Martin Reindl |
2006-12-14 | fix some obvious mistakes to make DEBUG compile | Martin Reindl |
2006-12-14 | fix DEBUG by renaming a variable colliding with ncurses | Martin Reindl |
2006-11-22 | Fix an int overflow, reported on bugtraq by Gruzicki Wlodek; ok millert@ | Otto Moerbeek |
2006-11-07 | make delayed turn commands not become immediate when there is a | Theo de Raadt |
2006-11-06 | signed char fixes need to avoid infinite loops; pr5284 from | Theo de Raadt |
2006-11-02 | Don't check buf[strlen(buf) - 1] on empty strings. | Ray Lai |
2006-11-02 | Check fgets failure and clarify character checks. | Ray Lai |
2006-11-02 | Don't access buf[strlen(buf) - 1] on empty strings. | Ray Lai |
2006-11-02 | Check for valid character before truncating string. | Ray Lai |
2006-11-01 | tidy up the quick reference section; | Jason McIntyre |
2006-11-01 | Sort flags and commands. | Ray Lai |
2006-10-31 | Remove -h flag and simplify usage output to one line, like most | Ray Lai |
2006-10-31 | usage information goes to stderr | Martin Reindl |
2006-10-31 | Add new -d flag to SYNOPSIS and remove optional and unfunctional | Ray Lai |
2006-10-29 | -d: make it possible playing without doubling as it is not commonly | Martin Reindl |
2006-10-24 | Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. | Moritz Jodeit |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-07-19 | no more "wine gin"; confirmed by many | Jason McIntyre |
2006-06-30 | use .y and .l in SRCS, remove hand-crafted CLEANFILES since this is | Otto Moerbeek |
2006-05-26 | remove 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. feedback | Matthieu Herrb |
2006-04-24 | bad space interrupted the flow of this morning's fortune; | Jason McIntyre |
2006-04-20 | Replace magic numbers with sizeof(array). | Ray Lai |
2006-04-20 | Clean up getopt stuff and use strtonum instead of atoi. | Ray Lai |
2006-04-16 | spelling fix, from gavin atkinson, and another found by myself; | Jason McIntyre |
2006-04-11 | even better; tobias@bugol.de | Theo de Raadt |
2006-04-11 | oops | Theo de Raadt |
2006-04-10 | atoi() -> strtonum(), also better handling of /0 problem spotted by | Theo de Raadt |
2006-04-03 | typo; from tobias stoeckmann | Jason McIntyre |
2006-03-31 | fix number conversion logic; spotted by pat@; ok tedu@ pat@ | Otto Moerbeek |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst |
2006-03-26 | do not permit out of range house counts; af.dingo@gmail | Theo de Raadt |
2006-03-15 | Remove useless getuid() check. | David Hill |
2006-03-14 | delete lint balony from another era; adobriyan@gmail, ok tedu | Theo de Raadt |
2006-03-14 | grammer; from mischa diehm | Michael Shalayeff |
2006-03-12 | exit code 1 on usage; adobriyan@gmail | Theo de Raadt |
2006-03-08 | Ansify; from Alexey Dobriyan; hope the license gets cleared up, so we | Otto Moerbeek |
2006-03-07 | Fix prototype of is_digit(). From Alexey Dobriyan. | Otto Moerbeek |
2006-03-06 | open(2) returns -1 on error, not NULL | Henning Brauer |
2006-03-06 | fixes from adobriyan@gmail | Theo de Raadt |
2006-01-03 | spelling; from michael knudsen; | Jason McIntyre |
2005-12-20 | format according to Notes; | Jason McIntyre |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-07 | use .Rs/.Re for SEE ALSO; | Jason McIntyre |