summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Restructure a switch to eliminate a compiler warning.mycroft1993-12-031-16/+14
|
* nextfree() was not returning a value when it pulled something off the freemycroft1993-12-031-5/+6
| | | list. Reported by vandys@cisco.com and Mark_Weaver@brown.edu.
* All programs that use lex must link with -ll.jtc1993-12-021-2/+2
|
* From: Havard Eidnes <Havard.Eidnes@runit.sintef.no>mycroft1993-12-021-11/+5
| | | Fix various permissions problems in /var/games/hackdir, and use `install -d'.
* Don't try to write into a string constant.mycroft1993-12-021-2/+2
| | | Reported by Dan Muntz <dmuntz@eecs.umich.edu>.
* fix uninitialized variable bug that caused 'quiz function ed-command'cgd1993-11-171-2/+2
| | | to dump core. from Szabolcs Szigeti <pink@bagira.fsz.bme.hu>
* Link with -lcompat instead of -lgnuregex.jtc1993-11-111-3/+3
| | | | | As soon as POSIX regular expressions are integrated into libc, -lgnuregex will be going away. Fortune use the old re_comp() & re_exec() regex routines that are provided by -lcompat.
* new cursescgd1993-11-101-18/+1
|
* new curses stuffcgd1993-11-101-6/+4
|
* new curses updatecgd1993-11-103-15/+17
|
* use LDSTATICcgd1993-11-082-4/+4
|
* Additional fixes from Dyane Bruce.jtc1993-11-051-3/+3
|
* From Dyane Bruce, db@diana.ocunix.on.ca:jtc1993-11-041-3/+3
| | | | | | | I found an error in the table. The same error is found in the SUNOS 4.1.1 version of bcd. It has apparently been around a long time. The error caused 'Q' and 'R' to have the same punch code. I only noticed the error due to someone pointing t out to me when the program was used to print a cover for an APA!
* 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
|