summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dm should be suid games. note that perms on /usr/games are wrong,cgd1993-10-121-1/+2
| | | | and will be, until we get the mtree setup working (and get rid of the install -d's for directories...)
* Always use `install -d' to make sure destination directory exists & hasjtc1993-10-011-10/+3
| | | correct ownership and permissions.
* Always use `install -d' to make sure destination directory exists & hasjtc1993-09-301-9/+2
| | | correct ownership and permissions.
* Use `r+' rather than `a+' when opening score file.mycroft1993-09-231-2/+2
|
* Fix formatting error.jtc1993-09-161-2/+2
|
* Word list is in /usr/share/dict/*, not /usr/dict/*.jtc1993-09-161-3/+3
|
* Make hack.onames.h be built first.mycroft1993-08-141-1/+3
|
* Rewrite special character handling.mycroft1993-08-101-5/+7
|
* Rewrite special character handling.mycroft1993-08-101-12/+13
|
* Really fix exit code.mycroft1993-08-101-4/+3
|
* Changes for new Curses.mycroft1993-08-101-4/+5
|
* #include <termios.h>.mycroft1993-08-101-1/+2
|
* Add -I. to deal with hack.onames.h, and tweak for cross-compilation.mycroft1993-08-101-4/+5
|
* #include <termios.h>.mycroft1993-08-101-1/+2
|
* Nuke `all' dependency. bsd.prog.mk does it, and correctly.mycroft1993-08-101-3/+1
|
* Tweak for cross-compilation.mycroft1993-08-101-4/+4
|
* Rewrite grody exit code and eliminate use of _putchar().mycroft1993-08-101-11/+4
|
* Use '\a', not CTRL('g').mycroft1993-08-101-2/+2
|
* Pass the signal number to tstp().mycroft1993-08-101-2/+2
|
* Compare baudrate() with 1200, not B1200.mycroft1993-08-101-2/+2
|
* Snake scores, etc. are stored in /var/games, not /usr/games/lib.jtc1993-08-091-4/+4
|
* Rogue stores scores in /var/games/rogue.scores, not .../rogue_roll.jtc1993-08-091-3/+3
|
* Update our -mandoc manpage with changes from new uunet -man manpage.jtc1993-08-091-79/+74
|
* New version from uunet.mycroft1993-08-076-210/+147
|
* Remove makedefs when cleaning.mycroft1993-08-061-2/+2
|
* Use `./makedefs'.mycroft1993-08-061-2/+2
|
* update to -mandoc macrosjtc1993-08-051-111/+102
|
* update to -mandoc macrosjtc1993-08-051-79/+74
|
* update to -mandoc macrosjtc1993-08-051-92/+85
|
* Update to -mandoc macros.jtc1993-08-051-112/+88
|
* Update to -mandoc macros, fix typos.jtc1993-08-051-49/+103
|
* Update to -mandoc macrosjtc1993-08-051-32/+43
|
* Convert to -mandoc macros.jtc1993-08-051-49/+44
|
* Converted to -mandoc macros.jtc1993-08-051-46/+96
|
* Update to -mandoc macros.jtc1993-08-051-62/+72
|
* Drip -DNO_REGEX, Link with -lgnuregex.jtc1993-08-051-4/+6
|
* Convert to -mandoc macros.jtc1993-08-051-78/+63
|
* Update to use new -mandoc macros.jtc1993-08-0514-337/+384
|
* Clean up deleted files.mycroft1993-08-041-229/+0
|
* Add hack.onames.h to CLEANFILES so it gets removed when cleaning, and to SRCSmycroft1993-08-041-3/+5
| | | so it gets build for depending.
* Shouldn't use NOMAN here. We have a man page, even if we don't bother tomycroft1993-08-031-2/+1
| | | install the program anyway.
* Nuke remaining patchkit headers.mycroft1993-08-021-8/+1
|
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-0250-57/+278
| | | headers, and a few other insignificant changes.
* alloc.cmycroft1993-08-0248-90/+283
|
* Makefilemycroft1993-08-021-9/+1
|
* Add RCS identifiers.mycroft1993-08-01276-276/+552
|
* Add RCS identifiers.mycroft1993-08-014-4/+8
|
* Add RCS indentifiers.mycroft1993-08-0131-31/+62
|
* Add RCS identifiers.mycroft1993-08-0145-45/+90
|
* Use ${COPY}, not -c for install.mycroft1993-07-182-2/+2
|