summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shouldn't use NOMAN here. We have a man page, even if we don't bother tomycroft1993-08-031-2/+1
* Nuke remaining patchkit headers.mycroft1993-08-021-8/+1
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-0250-57/+278
* 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
* BADSIG --> SIG_ERRderaadt1993-06-211-1/+1
* Clean up deleted files.mycroft1993-05-202-132/+0
* build datfiles at make time, not at install timecgd1993-04-302-8/+6
* moved chess into /usr/src/gnugames, fixed "Missing" -- shold have beencgd1993-04-291-2/+2
* Make CTRL() ANSI-compliant.mycroft1993-04-232-4/+4
* Don't dereference NULL pointer.mycroft1993-04-201-1/+4
* Don't modify string constants.mycroft1993-04-206-78/+86
* Don't modify string constants.mycroft1993-04-202-51/+38
* Fix compilation error I introduced.mycroft1993-04-201-4/+2
* Initialize locations before checking wizard mode.mycroft1993-04-191-1/+1
* Fix bug I introduced.mycroft1993-04-192-8/+8
* Use POSIX RAND_MAX rather than guessing.mycroft1993-04-191-20/+3