2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2009-07-13 |
roy | Rename internal getline() function to get_line() so... |
tree | commitdiff |
2009-06-04 |
dholland | sprintf -> snprintf |
tree | commitdiff |
2008-08-08 |
drochner | if initscr() fails, exit with a message rather than... |
tree | commitdiff |
2008-07-20 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2007-09-16 |
ragge | __attribute -> __attribute__ |
tree | commitdiff |
2006-03-20 |
rtr | remove duplicate #include <stdlib.h> |
tree | commitdiff |
2006-03-19 |
he | Now that we use exit(2), we need to include <stdlib... |
tree | commitdiff |
2006-03-19 |
christos | include <stdlib.h> to get a prototype for exit |
tree | commitdiff |
2006-03-18 |
christos | Coverity CID 1295: Don't allow cchose to return a negat... |
tree | commitdiff |
2005-07-02 |
jmc | KNF and WARNS=3 |
tree | commitdiff |
2005-04-19 |
rillig | Fixed wrong use of datatypes. In wait_for(), a char... |
tree | commitdiff |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
tree | commitdiff |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
tree | commitdiff |
2004-02-08 |
jsm | Mark unused parameters, nonreturning functions and... |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2004-01-26 |
jsm | Rename rint to receive_intr to avoid conflict with... |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2002-12-06 |
thorpej | Avoid confict with reserved identifier "expl". |
tree | commitdiff |
2002-09-30 |
wiz | n-dashes are even better here. Noted by Robert Elz. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-05-26 |
wiz | __STDC__ is always defined on NetBSD. |
tree | commitdiff |
2001-12-06 |
blymn | Change deprecated curses function to new equivalent. |
tree | commitdiff |
2001-12-04 |
blymn | Replace deprecated curses call with supported equivalent. |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2001-02-05 |
christos | remove redundant decl |
tree | commitdiff |
2000-05-08 |
mycroft | Use setgid(), not setregid(). |
tree | commitdiff |
1999-11-09 |
drochner | Since our gcc doesn't warn about NULL format strings... |
tree | commitdiff |
1999-10-01 |
jsm | Add more files to FILES section of cribbage.6. |
tree | commitdiff |
1999-09-30 |
jsm | Fix uses of namespaces reserved by ISO C or POSIX.1. |
tree | commitdiff |
1999-09-19 |
jsm | Define variables as BOOLEAN, not bool, where the extern... |
tree | commitdiff |
1999-09-18 |
jsm | Fix -Wsign-compare warnings. |
tree | commitdiff |
1999-09-13 |
jsm | Make cribbage use the POSIX.2 pager behaviour. |
tree | commitdiff |
1999-09-12 |
jsm | Security improvements for games (largely from or inspir... |
tree | commitdiff |
1999-09-10 |
jsm | Fix glitch in const changes (bin/8365 from John.P.Darro... |
tree | commitdiff |
1999-09-08 |
jsm | Add `__noreturn__' and `__unused__' attributes where... |
tree | commitdiff |
1999-09-08 |
jsm | Add use of `const' where appropriate to the games. |
tree | commitdiff |
1999-02-13 |
lukem | convert from NOxxx= to MKxxx=no. |
tree | commitdiff |
1998-09-29 |
lukem | don't install in /usr/share if NOSHARE is defined |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-08-30 |
veego | Add braces to make the new egcs happy. |
tree | commitdiff |
1998-02-18 |
jtc | Simply include -lcurses instead of -lcurses -ltermcap |
tree | commitdiff |
1998-02-05 |
christos | Use -ltermcap instead of -ltermlib |
tree | commitdiff |
1997-11-20 |
mrg | install games that need it setgid. |
tree | commitdiff |
1997-10-11 |
lukem | minor KNFify |
tree | commitdiff |
1997-10-10 |
lukem | WARNSify |
tree | commitdiff |
1997-07-10 |
mikel | make explicit comparisons to NULL, s/rindex/strrchr/ |
tree | commitdiff |
1997-07-09 |
phil | Clean up play, let player see play more often, improve... |
tree | commitdiff |
1997-05-17 |
pk | NULL => 0 (Arne Juul; PR#3629) |
tree | commitdiff |
1997-03-24 |
christos | - Makefile cleanups |
tree | commitdiff |
1996-10-18 |
thorpej | Use ${INSTALL}. |
tree | commitdiff |
1996-02-06 |
jtc | Removed "extern int errno"; Added #include <errno.h... |
tree | commitdiff |
1995-03-21 |
cgd | clean up import |
tree | commitdiff |
1995-02-28 |
jtc | change <sys/signal.h> to <signal.h> |
tree | commitdiff |
1994-12-22 |
cgd | specify man pages the new way. |
tree | commitdiff |
1993-12-08 |
mycroft | Eliminate two compiler warnings. |
tree | commitdiff |
1993-08-10 |
mycroft | #include <termios.h>. |
tree | commitdiff |
1993-08-05 |
jtc | Update to -mandoc macros, fix typos. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS indentifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-04-19 |
mycroft | Fix bug I introduced. |
tree | commitdiff |
1993-04-18 |
mycroft | Cleanup for GCC 2. |
tree | commitdiff |
1993-03-23 |
cgd | got rid of unnecessary -lcompat and associated dependency |
tree | commitdiff |
1993-03-21 |
cgd | initial import of 386bsd-0.1 sources |
tree | commitdiff |
|