| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | String buffer cleanup. sprintf bad. | dholland | 2009-03-14 | 1 | -4/+3 |
| | | |||||
| * | More fixes from OpenBSD: use err instead of perror, don't hork on EOF | dholland | 2009-03-02 | 1 | -11/+15 |
| | | | | during the initial setup questions. | ||||
| * | Check for failure of fgets when reading the captain's name, and don't | dholland | 2009-03-02 | 1 | -4/+5 |
| | | | | allow it to be empty. From OpenBSD. | ||||
| * | fix buffer overflow (CVE-2006-1744), from Debian | drochner | 2006-04-20 | 1 | -3/+3 |
| | | |||||
| * | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | 2003-08-07 | 1 | -7/+3 |
| | | | | Patches provided by Joel Baker in PR 22269, verified by myself. | ||||
| * | remove redundant decls. | christos | 2001-02-05 | 1 | -3/+2 |
| | | |||||
| * | Break out curses display-related globals into a new header file, so that | jwise | 2001-01-04 | 1 | -2/+3 |
| | | | | <curses.h> doesn't have to be included all over the place. | ||||
| * | More rationalization of include files: | jwise | 2001-01-04 | 1 | -2/+6 |
| | | | | | | | | | a.) Don't include a zillion system headers from "extern.h" (actually, don't include any). b.) Break a global jmp_buf variable into a new file, so <setjmp.h> doesn't have to be pulled in everywhere (it's only used in two places). The (one line) new file is (c) TNF with a three-clause license, FW(L)IW. | ||||
| * | Rationalize inclusion of header files: cut down on `include everything | jwise | 2001-01-04 | 1 | -5/+4 |
| | | | | | everywhere' a little (more to go), and as per KNF, local includes after system includes. | ||||
| * | Second half of static-ization of local funcs. | jwise | 2001-01-04 | 1 | -3/+6 |
| | | |||||
| * | De-`register' | jwise | 2001-01-04 | 1 | -5/+5 |
| | | |||||
| * | Missed commit -- ANSIfy in preparation for further work. | jwise | 2001-01-01 | 1 | -27/+27 |
| | | |||||
| * | Don't initialise curses until after the initial non-curses setup (the | jsm | 2000-01-31 | 1 | -6/+2 |
| | | | | choice of scenario uses puts() rather than curses functions). | ||||
| * | The game sail(6) has a function Write() which is used both with | hubertf | 1999-02-10 | 1 | -6/+7 |
| | | | | | | | | | | | | | integer arguments and with string arguments (cast to long, and in one place to int). The patch here cleans this up, making it into two separate functions; this allows for the game to be made const-correct in future and improves portability. The patch also contains two other fragments: a change to use the symbolic constant SEEK_END with fseek(), and a change to use snprintf in one place to avoid a buffer overrun. Via PR 6569 by Joseph Myers <jsm28@cam.ac.uk>. | ||||
| * | Warns fixes: | christos | 1997-10-13 | 1 | -6/+9 |
| | | | | | | | use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings | ||||
| * | Various changes to make games compile w/o warnings on the alpha: | cgd | 1995-04-24 | 1 | -4/+4 |
| | | | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts. | ||||
| * | clean up import, NetBSD RCS IDs | cgd | 1995-04-22 | 1 | -4/+9 |
| | | |||||
| * | fixed to use fgets() | glass | 1994-01-13 | 1 | -2/+4 |
| | | |||||
| * | Add RCS identifiers. | mycroft | 1993-08-01 | 1 | -1/+2 |
| | | |||||
| * | initial import of 386bsd-0.1 sources | cgd | 1993-03-21 | 1 | -0/+244 |
