summaryrefslogtreecommitdiffstats
path: root/sail
Commit message (Collapse)AuthorAgeFilesLines
* The game sail(6) has a function Write() which is used both withhubertf1999-02-1016-123/+141
| | | | | | | | | | | | 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>.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
|
* remove unused files (PR#6083 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-134-20/+0
|
* fix prototype, per PR#5867hubertf1998-09-112-5/+6
|
* Add braces to make the new egcs happy.veego1998-08-304-20/+32
|
* Rename internal move() to move_ship(), as per PR 5841 byhubertf1998-07-252-6/+6
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* add missing extern to several variables.mrg1998-03-293-14/+14
|
* remove extern errno.mrg1998-03-291-3/+2
|
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Use -ltermcap instead of -ltermlib.christos1998-02-051-3/+3
|
* install games that need it setgid.mrg1997-11-201-1/+2
|
* - make sure that the arguments to the printf like functions are correctchristos1997-10-1313-81/+103
| | | - add a makemsg() function to accompany makesignal.
* Warns fixes:christos1997-10-1325-605/+979
| | | | | | use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* Change the riggings to ints, so that comparisons against negativethorpej1997-04-191-5/+5
| | | values works as expected on systems with unsigned chars.
* Sync to 4.4BSD-Lite2tls1997-01-0715-364/+56
|
* Import from 4.4BSD-Lite2tls1996-12-281-0/+310
|
* nuke 'the the' typoperry1996-12-041-2/+2
|
* Use POSIX signal and tty semantics.mycroft1995-04-281-10/+16
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-247-26/+29
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up import, NetBSD RCS IDscgd1995-04-2230-126/+249
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* setuid rather than setruidcgd1994-04-081-2/+2
|
* fixed to use fgets()glass1994-01-131-2/+4
|
* fixed spelling of Napoleonglass1994-01-132-5/+5
|
* new cursescgd1993-11-101-18/+1
|
* Use '\a', not CTRL('g').mycroft1993-08-101-2/+2
|
* Pass the signal number to tstp().mycroft1993-08-101-2/+2
|
* Add RCS identifiers.mycroft1993-08-0128-28/+56
|
* Add RCS indentifiers.mycroft1993-08-011-1/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* BADSIG --> SIG_ERRderaadt1993-06-211-1/+1
|
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-2134-0/+6528