summaryrefslogtreecommitdiff
path: root/games/mille
AgeCommit message (Expand)Author
2011-08-31NULL does not need a castplunky
2011-08-26Avoid non-literal format strings.tron
2011-08-26Use __dead and __printflike instead of __attribute__.dholland
2011-08-21use const char [] for format.christos
2011-08-16eliminate non-literal format stringschristos
2011-05-23ANSIfyjoerg
2010-04-04handle ctime returning NULL.christos
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-08-12sprinkle staticdholland
2009-05-25We don't need a private #define "unsgn" for "unsigned", especially sincedholland
2009-05-25Use the time to call srandom(), not getpid().dholland
2009-05-25KNF/whitespace: format preprocessor directives correctly.dholland
2009-05-25ANSIfy function declarations. Object file diffs checked.dholland
2009-05-25sprintf -> snprintfdholland
2009-04-12Sort sections.wiz
2009-04-12Convert to mdoc markup. With input from wiz.joerg
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-28make mille build with WARNS=4dholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-03-19Coverity CID 695: Remove impossible condition. This changes the scoring aschristos
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-04-06If the current player has no cards, skip to the other player.jdc
2004-01-27Remove uses of __P.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-26New sentences begin on new lines.wiz
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-06Change deprecated curses function to new equivalent.blymn
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2000-05-08Use setgid(), not setregid().mycroft
2000-04-27Cast pointer difference to long when printing w/ %ld.thorpej
2000-04-27Clear to end of line on the correct window.jdc
2000-04-27Fix arguments to *printw().jdc
1999-10-01Fix error in last namespace change (only relevant #ifdef DEBUG).jsm
1999-09-30Fix uses of namespaces reserved by ISO C or POSIX.1.jsm
1999-09-18Fix -Wsign-compare warnings.jsm
1999-09-12Security improvements for games (largely from or inspired by OpenBSD).jsm
1999-09-09Include <time.h> in various places in the games where time() or time_tjsm
1999-09-08Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1999-09-08Removed unused array Movenames[].jsm
1999-03-29defined(attron) does not mean there is a <term.h>mrg
1998-09-13mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf
1998-07-26const poisoning.mycroft
1998-02-18Simply include -lcurses instead of -lcurses -ltermcapjtc
1998-02-04Remove -lcompat; not neededchristos
1997-10-12WARNSifylukem