summaryrefslogtreecommitdiffstats
path: root/sail
Commit message (Expand)AuthorAgeFilesLines
* Don't use perror()dholland2009-03-143-12/+10
* constify the version stringdholland2009-03-142-5/+5
* Sprinkle some "bool". And don't use '\0' to mean 'false'.dholland2009-03-145-20/+22
* Use \a instead of \7 for BEL.dholland2009-03-142-7/+7
* Prune a comment referring to objects that (AFAICT) didn't even exist in -r1.1.dholland2009-03-141-6/+2
* Don't cast the return value of calloc().dholland2009-03-142-6/+6
* Lines <= 80 chars, remove trailing whitespace, other formatting adjustments.dholland2009-03-1418-192/+253
* Remove some unnecessary casts.dholland2009-03-144-17/+17
* String buffer cleanup. sprintf bad.dholland2009-03-147-48/+53
* Don't use char for random state variables; use int or bool.dholland2009-03-141-6/+7
* sprintf -> snprintfdholland2009-03-091-5/+8
* Move HISTORY to proper place.dholland2009-03-021-57/+58
* Edit. Sync with reality, at least partway. Bump date.dholland2009-03-021-129/+173
* Sort options. End sentence with a dot.wiz2009-03-021-8/+7
* mdocify. Partly merged from OpenBSD. Not by any means perfect yet.dholland2009-03-021-410/+527
* More fixes from OpenBSD: use err instead of perror, don't hork on EOFdholland2009-03-021-11/+15
* Check for failure of fgets when reading the captain's name, and don'tdholland2009-03-021-4/+5
* Use errx() to send fatal error messages. From OpenBSD.dholland2009-03-021-4/+4
* Use errx/warnx instead of printing to stderr. From OpenBSD.dholland2009-03-021-5/+5
* Use err(3) and errx(3), not perror and fprintf to stderr. From OpenBSD.dholland2009-03-021-6/+5
* Braces around a nested if, for clarity; suggested by diffing against OpenBSD.dholland2009-03-021-4/+4
* 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