Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix discrepancy between sources and manual page for the 'c' command. | jkoshy | 1998-07-20 | 1 | -11/+1 |
| | | | | PR: docs/6003 | ||||
* | Fixed printf format errors. | bde | 1998-06-30 | 1 | -2/+1 |
| | |||||
* | Fixed the type of yyerror() (1970's style). | bde | 1998-06-30 | 1 | -0/+1 |
| | |||||
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 4 | -0/+4 |
| | |||||
* | Add #include stdlib.h to get prototypes. | jb | 1998-05-09 | 1 | -0/+1 |
| | |||||
* | Added y.tab.h to SRCS. This should have been used to get dependencies | bde | 1998-05-05 | 1 | -1/+1 |
| | | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated. | ||||
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -2/+1 |
| | |||||
* | Fix turn right | ache | 1997-09-24 | 1 | -2/+2 |
| | | | | Submitted by: "Klaus-J. Wolf" <Yanestra@t-online.de> | ||||
* | Oops, miss one rand() lcation... | ache | 1997-09-24 | 1 | -1/+1 |
| | |||||
* | Revoke properly by setgid, not by setuid, overlooked in games | ache | 1997-09-24 | 1 | -2/+5 |
| | | | | uid->gid change | ||||
* | Installed scenarios was unreadable with change games uid->gid, fix it | ache | 1997-09-24 | 4 | -15/+13 |
| | | | | | | | Beforeinstall score file to the right place Use srandomdev Remove revoke, it broke scores and scenarios Fix names in FILES manpage section | ||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 1 | -0/+4 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | 444 -> ${NOBINMODE} | wosch | 1997-02-09 | 1 | -1/+1 |
| | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} | ||||
* | Fixed DPADD. | bde | 1996-09-05 | 1 | -1/+1 |
| | |||||
* | Backed out yacc changes. | bde | 1996-06-03 | 2 | -3/+3 |
| | |||||
* | Use new yacc rule. | phk | 1996-05-30 | 2 | -3/+3 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -1/+1 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 7 | -41/+41 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 26 | -0/+3917 |
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh |