summaryrefslogtreecommitdiffstats
path: root/sail
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* Remove clause 3 and 4 from TNF licensesmartin2008-04-282-16/+2
* Make the default WARNS for games 4. The only game that needs to set WARNSdholland2008-01-281-2/+1
* Build with WARNS=4. Sort out the game's shadowing of its own variables,dholland2008-01-287-66/+68
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-152-7/+7
* don't try to switch a char and have a case of EOF - use an int.mrg2006-05-181-3/+7
* fix buffer overflow (CVE-2006-1744), from Debiandrochner2006-04-201-3/+3
* Coverity CID 980: Prevent an impossible NULL point deref.christos2006-03-191-3/+3
* If none of the boarding parties are set do not fall off the end of theabs2006-03-182-5/+5
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-2/+2
* Add (unsigned char) cast to ctype functionsdsl2004-11-054-13/+12
* Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf2004-09-072-13/+9
* Use standard C abs function rather than local macro.jsm2004-02-082-4/+4
* Include <sys/stat.h>.jsm2004-01-271-2/+4
* Include <sys/types.h>.jsm2004-01-271-1/+3
* Use int for wait status.jsm2004-01-271-4/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0729-197/+81
* PDP-11 instead of PDP 11. Igor Sobrado in PR 19678.wiz2003-03-301-2/+2
* Mdoc nits -- unneeded ".wiz2002-09-261-2/+2
* Ispell.wiz2002-09-261-3/+2
* New sentences begin on new lines.wiz2002-09-261-191/+271
* 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