Age | Commit message (Expand) | Author |
2023-05-05 | Convert K&R function definition to ansi to make clang 15 happier | Theo Buehler |
2021-10-23 | missed in previous commit | Ricardo Mestre |
2021-10-23 | if both stdout and stderr are redirected to a non-tty, pledge(2) will kill | Ricardo Mestre |
2021-02-06 | while learning (teachgammon(1)) you might want to save your game so "{w,c}path" | Ricardo Mestre |
2017-07-11 | User count checks have been compiled out since 1998, get rid of them. | Frederic Cambus |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-20 | mark the prototypes of tutor() and leave() as __dead as well. | Theo Buehler |
2017-01-20 | Mark functions that do not return as __dead to quiet gcc warnings. | Kenneth R Westerback |
2016-01-08 | add missing 'void' | tb |
2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | mestre |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
2015-12-02 | Drop the argument passing between backgammon and teachgammon. | tb |
2015-12-01 | Make sure "exec" rights are dropped asap in all code paths. | tb |
2015-12-01 | Answering "yes" to the question "Do you want to see the rules of the game?" | tb |
2015-11-30 | Pledge for backgammon and teachgammon. | tb |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller... | Theo de Raadt |
2015-07-20 | Sometimes, the computer's move was printed, but the computer's men didn't | Ingo Schwarze |
2015-06-26 | /home/otto/ok | Otto Moerbeek |
2015-05-20 | Fix sign compare bug introduced when rnum() was redefined to use | Todd C. Miller |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-04-25 | This manual was lacking it's most important section, HISTORY. | Ingo Schwarze |
2014-04-25 | Security is square, gaming is hip, | Ingo Schwarze |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-14 | fix DEBUG by renaming a variable colliding with ncurses | Martin Reindl |
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 | 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-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2004-04-05 | Don't init curses until after option processing. pjanzen@ ok | Aaron Campbell |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-12 | From NetBSD: don't need to declare ospeed. | Paul Janzen |
2003-04-23 | some typos, and clarification of game rules; | Jason McIntyre |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-07-30 | Replace the "blows chunks" algorithm with pubeval, a public domain algorithm | Paul Janzen |
2002-07-30 | Kill buffer overflow. | Paul Janzen |