| Commit message (Expand) | Author | Age | Files | Lines |
| * | No need to reference .OBJDIR here. | thorpej | 2002-03-05 | 1 | -2/+2 |
| * | Ensure trailing newline is present on error and warning messages (lost | jsm | 2001-08-29 | 1 | -3/+3 |
| * | eliminate redundant decls | christos | 2001-02-05 | 2 | -5/+5 |
| * | Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/errx | simonb | 2000-07-31 | 1 | -15/+20 |
| * | More include additions for exit, abs, strcmp, etc. | matt | 2000-07-03 | 3 | -6/+9 |
| * | Use setgid(), not setregid(). | mycroft | 2000-05-08 | 1 | -3/+3 |
| * | HOST_CC -> HOST_LINK.c | pk | 2000-04-24 | 1 | -2/+2 |
| * | Use err(1, NULL) and warn(NULL) for `out of memory' error messages. | jsm | 2000-01-09 | 2 | -8/+8 |
| * | This patch fixes adventure(6) to use `extern' on declarations of | hubertf | 1999-07-28 | 2 | -40/+100 |
| * | Adventure(6) should check for errors (e.g. disk full or quota | hubertf | 1999-07-17 | 1 | -3/+7 |
| * | This patch cleans up the handling of the variable `saved' in | hubertf | 1999-07-16 | 4 | -11/+14 |
| * | From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>: | hubertf | 1999-07-14 | 1 | -2/+5 |
| * | Add __attribute__() to a variable. From PR 6557, after discussion with | hubertf | 1999-02-10 | 1 | -3/+3 |
| * | The patch below does some minor cleanup of adventure(6): an additional | hubertf | 1999-02-10 | 3 | -12/+15 |
| * | The game adventure(6) handles EOF on standard input rather | hubertf | 1999-02-10 | 3 | -16/+30 |
| * | return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>) | hubertf | 1998-09-14 | 4 | -31/+21 |
| * | check for malloc failures (PR#6136 by Joseph Myers <jsm28@cam.ac.uk>) | hubertf | 1998-09-13 | 2 | -7/+16 |
| * | some cleanups as per PR#6082 by Joseph Myers <jsm28@cam.ac.uk> | hubertf | 1998-09-13 | 1 | -9/+9 |
| * | remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>) | hubertf | 1998-09-13 | 4 | -31/+22 |
| * | constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk> | hubertf | 1998-09-13 | 5 | -23/+24 |
| * | add main() prototype | hubertf | 1998-09-11 | 1 | -2/+4 |
| * | remove main() prototype, as per PR 6867 | hubertf | 1998-09-11 | 1 | -4/+1 |
| * | Remove unused function and unnecessary prototypes, as per PR 6050 by | hubertf | 1998-08-29 | 2 | -22/+6 |
| * | Improved signal handling as per PR 6051 by | hubertf | 1998-08-29 | 2 | -5/+7 |
| * | Replace some homegrown string-functions with standard-<string.h>-macros. | hubertf | 1998-08-24 | 2 | -44/+11 |
| * | Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>. | hubertf | 1998-08-24 | 5 | -41/+39 |
| * | Find setup-program even w/ obj dirs. | hubertf | 1998-08-01 | 1 | -2/+2 |
| * | Consider leap years, as per PR 5830 by Joseph Myers <jsm28@cam.ac.uk> | hubertf | 1998-07-24 | 1 | -4/+6 |
| * | change includes to fix compiler warning | perry | 1998-02-03 | 1 | -2/+4 |
| * | KNFify again | lukem | 1997-10-11 | 2 | -17/+6 |
| * | KNFify | lukem | 1997-10-11 | 12 | -1943/+2428 |
| * | deprecate register, fixup .Nm usage | lukem | 1997-10-10 | 10 | -75/+75 |
| * | PR/3964: Eric Fischer: Remove dependencies to traditional cpp... | christos | 1997-08-11 | 12 | -212/+447 |
| * | Allow this to be cross-compiled. | thorpej | 1997-04-19 | 1 | -2/+2 |
| * | oops, use <signal.h> not <sys/signal.h> (tholo@sigmasoft.com) | mrg | 1996-05-21 | 2 | -6/+6 |
| * | give up setuid-ness. we don't need it. while i'm here, include | mrg | 1996-05-21 | 2 | -7/+12 |
| * | Removed "extern int errno"; Added #include <errno.h> if not already present. | jtc | 1996-02-06 | 1 | -3/+2 |
| * | Various changes to make games compile w/o warnings on the alpha: | cgd | 1995-04-24 | 2 | -4/+6 |
| * | clean up RCS ids | cgd | 1995-03-21 | 13 | -0/+65 |
| * | specify man pages the new way. | cgd | 1994-12-22 | 1 | -1/+1 |
| * | adventure(6), from 44lite | jtc | 1994-10-21 | 14 | -0/+5127 |