summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
Commit message (Expand)AuthorAgeFilesLines
* Use __deadjoerg2011-08-291-2/+2
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-11/+8
* Rework the game startup so it uses curses nicely. There are now menusdholland2010-08-061-10/+19
* sprinkle staticdholland2009-08-121-3/+1
* Rework curses handling.dholland2009-03-151-8/+2
* Turns out the W_FILE message wasn't ever used.dholland2009-03-141-2/+1
* Create some abstraction for sending messages.dholland2009-03-141-43/+41
* Sprinkle some "bool". And don't use '\0' to mean 'false'.dholland2009-03-141-3/+4
* Lines <= 80 chars, remove trailing whitespace, other formatting adjustments.dholland2009-03-141-83/+84
* String buffer cleanup. sprintf bad.dholland2009-03-141-2/+2
* If none of the boarding parties are set do not fall off the end of theabs2006-03-181-2/+2
* Use standard C abs function rather than local macro.jsm2004-02-081-2/+1
* Include <sys/types.h>.jsm2004-01-271-1/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
* Normalize signature of ship handling functions -- struct ship * from andjwise2001-01-041-3/+3
* Various stylistic nits.jwise2001-01-041-5/+5
* More rationalization of include files:jwise2001-01-041-8/+1
* Second half of static-ization of local funcs.jwise2001-01-041-9/+1
* G/C undocumented and unimplemented `-D' (debug) option.jwise2001-01-041-2/+1
* First half of static-ization of local funcs.jwise2001-01-041-12/+1
* ANSIfy in preparation for further work.jwise2001-01-011-4/+4
* Use random() instead of rand(), and seed from time(3) instead of from getpid().jwise2000-11-301-2/+2
* Change the macro to roll a six-sided die from die() to dieroll() (forjwise2000-11-301-2/+2
* ANSIfy in preparation for changes.jwise2000-11-301-99/+99
* Fix insecure /tmp usage in sail.jsm2000-02-091-2/+4
* Use separate definitions and extern declarations of variables ratherjsm1999-12-281-26/+26
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-301-4/+4
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-2/+2
* Add use of `const' where appropriate to the games.jsm1999-09-081-24/+24
* The game sail(6) has a function Write() which is used both withhubertf1999-02-101-3/+4
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* Rename internal move() to move_ship(), as per PR 5841 byhubertf1998-07-251-2/+2
* add missing extern to several variables.mrg1998-03-291-10/+10
* - make sure that the arguments to the printf like functions are correctchristos1997-10-131-4/+9
* Warns fixes:christos1997-10-131-23/+145
* Change the riggings to ints, so that comparisons against negativethorpej1997-04-191-5/+5
* Sync to 4.4BSD-Lite2tls1997-01-071-0/+3
* Import from 4.4BSD-Lite2tls1996-12-281-0/+310