summaryrefslogtreecommitdiffstats
path: root/sail
Commit message (Expand)AuthorAgeFilesLines
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-6/+6
* Changed deprecated curses call to new equivalent.blymn2001-12-061-3/+3
* va_{start,end} audit:wiz2001-09-241-4/+4
* Include <time.h> for declarations the Single Unix Specification saysjsm2001-08-291-2/+3
* Whitespace and/or punctuation fixes.wiz2001-04-021-32/+32
* remove redundant decls.christos2001-02-0520-132/+40
* include stdlib.h for prototypes (typically for exit()).cgd2001-01-163-6/+9
* need string.h for prototype (checked with alpha)itojun2001-01-043-6/+9
* Normalize signature of ship handling functions -- struct ship * from andjwise2001-01-048-54/+54
* Various stylistic nits.jwise2001-01-048-36/+40
* Use License templates from localsrc for license on new files.jwise2001-01-042-4/+18
* Break out curses display-related globals into a new header file, so thatjwise2001-01-0410-32/+73
* More rationalization of include files:jwise2001-01-0421-46/+100
* Rationalize inclusion of header files: cut down on `include everythingjwise2001-01-0416-67/+61
* Second half of static-ization of local funcs.jwise2001-01-0412-42/+104
* G/C undocumented and unimplemented `-D' (debug) option.jwise2001-01-043-11/+6
* First half of static-ization of local funcs.jwise2001-01-049-40/+69
* De-`register'jwise2001-01-041-5/+5
* Fix getopt usage (again) in case where user does not choose a scenario onjwise2001-01-011-2/+5
* Missed commit -- ANSIfy in preparation for further work.jwise2001-01-011-27/+27
* Fix getopt() usage.jwise2001-01-011-3/+3
* ANSIfy in preparation for further work.jwise2001-01-0121-481/+328
* Fix warning.jwise2000-11-301-3/+3
* Use random() instead of rand(), and seed from time(3) instead of from getpid().jwise2000-11-302-5/+5
* Change the macro to roll a six-sided die from die() to dieroll() (forjwise2000-11-308-33/+32
* ANSIfy in preparation for changes.jwise2000-11-301-99/+99
* Use getopt(3) for flag processing.jwise2000-11-301-5/+11
* Fix style nit.jwise2000-11-301-3/+3
* ANSIfy in preparation for other changes.jwise2000-11-301-6/+4
* More include additions for exit, abs, strcmp, etc.matt2000-07-033-6/+9
* Don't make /var/games/sail here.mycroft2000-06-111-8/+1
* avoid failure on "make install" when /var/games/sail already exists.itojun2000-02-121-2/+2
* Fix insecure /tmp usage in sail.jsm2000-02-098-29/+72
* Don't initialise curses until after the initial non-curses setup (thejsm2000-01-312-8/+8
* Use separate definitions and extern declarations of variables ratherjsm1999-12-284-45/+82
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-304-22/+22
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+4
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-2/+3
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-3/+3
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-083-9/+9
* Add use of `const' where appropriate to the games.jsm1999-09-0810-81/+85
* initscr() returns a pointer, compare return value with NULL and notsimonb1999-04-181-3/+3
* The game sail(6) has a function Write() which is used both withhubertf1999-02-1016-123/+141
* 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
* add missing extern to several variables.mrg1998-03-293-14/+14
* remove extern errno.mrg1998-03-291-3/+2