summaryrefslogtreecommitdiff
path: root/games/backgammon
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
ok jmc@
2007-10-17remove "unused variable" warningsCharles Longeau
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-14fix DEBUG by renaming a variable colliding with ncursesMartin Reindl
found by Sascha Welter, ok otto@
2006-11-01tidy up the quick reference section;Jason McIntyre
2006-11-01Sort flags and commands.Ray Lai
Use correct capitalization and punctuation in flag descriptions. Mark up -n flag in description. Help and OK jmc@.
2006-10-31Remove -h flag and simplify usage output to one line, like mostRay Lai
other programs. Vote to simplify usage jmc@, OK martin@.
2006-10-31Add new -d flag to SYNOPSIS and remove optional and unfunctionalRay Lai
[-] flag, which, according to FreeBSD logs, is supposed to print the usage. Sort flags in SYNOPSIS and DESCRIPTION. OK martin@, jmc@. Detective work and ok to kill [-] otto@.
2006-10-29-d: make it possible playing without doubling as it is not commonlyMartin Reindl
played everywhere in the world ok todd@ otto@
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
handler below. millert@ ok
2004-04-05Don't init curses until after option processing. pjanzen@ okAaron Campbell
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
2003-05-30section reorder;Jason McIntyre
2003-05-12From NetBSD: don't need to declare ospeed.Paul Janzen
2003-04-23some typos, and clarification of game rules;Jason McIntyre
help, suggestions and ok pjanzen@
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
good enough for games but we should at least use a decent seed. pjanzen@ OK
2002-07-30Replace the "blows chunks" algorithm with pubeval, a public domain algorithmPaul Janzen
which plays an acceptable, if not optimal, game. pubeval author approves.
2002-07-30Kill buffer overflow.Paul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master ↵Theo de Raadt
dies.distrib/sets/lists
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;Paul Janzen
mpech@prosoft.org.lv
2001-07-09Remove .Pp next to .Sh; mpech@prosoft.org.lvPaul Janzen
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-23termios -> cursesPaul Janzen
2001-03-30filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer.Paul Janzen
2001-03-08whack exit(-#)Theo de Raadt
2001-02-18rename variable raw->traw as to not conflict with raw()Eric Jackson
2001-02-18Get this not to segfault on startup on alpha.Paul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-04spellingTodd T. Fries
2000-07-23Avoid calling functions that can call the exit-on-error handler from thePaul Janzen
handler; use STD*_FILENO rather than 0-2.
2000-04-21documentation: refer to terminfo, not termcap, where appropriate.Paul Janzen
1999-07-31use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying.Paul Janzen
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Minor changes from NetBSDPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-09-02Delete two unused functions; jsm28@cam.ac.ukPaul Janzen
1998-08-29use names rather than numbers in signals, errors, etc; NetBSD PR6058; ↵Paul Janzen
jsm28@cam.ac.uk
1998-08-19Don't segfault in small windowsPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-04-26Fix terminal initialization for libtermlib to be happy.Todd C. Miller
1998-04-25link with -ltermlib, not the old -ltermcap. Fixes a weird bug on i386Todd C. Miller
where spaces in strings would not be printed.
1998-03-25-DV7 removed, -lcompat not neededPaul Janzen
1998-03-19do not use in-source libraries; they are really problematic with obj@ and ↵Theo de Raadt
obj/ links