summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* only one Nm/Nd pair.cgd1994-03-191-8/+4
|
* fix transposition. from Luke Mewburn <lm@rmit.edu.au>cgd1994-03-191-3/+3
|
* bring in limits.hderaadt1994-03-031-1/+2
|
* bin/144: patch from Arne Juul <arnej@dsl.unit.no> to deal with bigcgd1994-03-012-19/+19
| | | numbers
* kiil bogus install -d'scgd1994-02-103-7/+3
|
* no longer need library hacks, nor the sgidcgd1994-01-281-5/+2
|
* hack to make getloadavg() link properlycgd1994-01-281-3/+3
|
* fix 'make' biff. from Roland McGrathcgd1994-01-241-2/+2
|
* fixed to use fgets()glass1994-01-131-2/+4
|
* fixed spelling of Napoleonglass1994-01-132-5/+5
|
* Avoid infinite loop.mycroft1994-01-131-3/+3
|
* Use .OBJDIR for auxiliary programs.pk1994-01-043-9/+10
|
* rename fgetline() and sharpen axe for bostic...cgd1994-01-041-3/+3
|
* update for fgetlinecgd1993-12-221-3/+5
|
* fix from Christos Zoulas: use .CURDIR for path. not necessary, but 'safe'cgd1993-12-221-3/+3
|
* Eliminate a compiler warning.mycroft1993-12-082-25/+25
|
* Eliminate two compiler warnings.mycroft1993-12-081-85/+85
|
* Eliminate a compiler warning.mycroft1993-12-081-2/+2
|
* Use <dirent.h> instead of <sys/dir.h>.jtc1993-12-041-9/+3
|
* 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
|