2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2009-03-15 |
dholland | Simplify previous; suggested by Paul Goyette |
tree | commitdiff |
2009-03-15 |
dholland | Fix sign-compare problem that crept in due to working... |
tree | commitdiff |
2009-03-15 |
dholland | Rework curses handling. |
tree | commitdiff |
2009-03-15 |
dholland | Move newturn() from pl_7 to pl_2. |
tree | commitdiff |
2009-03-15 |
dholland | Move all curses bits to pl_7.c. |
tree | commitdiff |
2009-03-14 |
dholland | Fix usage message |
tree | commitdiff |
2009-03-14 |
dholland | chdir to /var/games/sail while running, to simplify... |
tree | commitdiff |
2009-03-14 |
dholland | Don't crosswire the two kinds of path names, and don... |
tree | commitdiff |
2009-03-14 |
dholland | Turns out the W_FILE message wasn't ever used. |
tree | commitdiff |
2009-03-14 |
dholland | Create some abstraction for sending messages. |
tree | commitdiff |
2009-03-14 |
dholland | Don't use perror() |
tree | commitdiff |
2009-03-14 |
dholland | constify the version string |
tree | commitdiff |
2009-03-14 |
dholland | Sprinkle some "bool". And don't use '\0' to mean 'false'. |
tree | commitdiff |
2009-03-14 |
dholland | Use \a instead of \7 for BEL. |
tree | commitdiff |
2009-03-14 |
dholland | Prune a comment referring to objects that (AFAICT)... |
tree | commitdiff |
2009-03-14 |
dholland | Don't cast the return value of calloc(). |
tree | commitdiff |
2009-03-14 |
dholland | Lines <= 80 chars, remove trailing whitespace, other... |
tree | commitdiff |
2009-03-14 |
dholland | Remove some unnecessary casts. |
tree | commitdiff |
2009-03-14 |
dholland | String buffer cleanup. sprintf bad. |
tree | commitdiff |
2009-03-14 |
dholland | Don't use char for random state variables; use int... |
tree | commitdiff |
2009-03-09 |
dholland | sprintf -> snprintf |
tree | commitdiff |
2009-03-02 |
dholland | Move HISTORY to proper place. |
tree | commitdiff |
2009-03-02 |
dholland | Edit. Sync with reality, at least partway. Bump date. |
tree | commitdiff |
2009-03-02 |
wiz | Sort options. End sentence with a dot. |
tree | commitdiff |
2009-03-02 |
dholland | mdocify. Partly merged from OpenBSD. Not by any means... |
tree | commitdiff |
2009-03-02 |
dholland | More fixes from OpenBSD: use err instead of perror... |
tree | commitdiff |
2009-03-02 |
dholland | Check for failure of fgets when reading the captain... |
tree | commitdiff |
2009-03-02 |
dholland | Use errx() to send fatal error messages. From OpenBSD. |
tree | commitdiff |
2009-03-02 |
dholland | Use errx/warnx instead of printing to stderr. From... |
tree | commitdiff |
2009-03-02 |
dholland | Use err(3) and errx(3), not perror and fprintf to stder... |
tree | commitdiff |
2009-03-02 |
dholland | Braces around a nested if, for clarity; suggested by... |
tree | commitdiff |
2008-07-20 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. |
tree | commitdiff |
2008-04-28 |
martin | Remove clause 3 and 4 from TNF licenses |
tree | commitdiff |
2008-01-28 |
dholland | Make the default WARNS for games 4. The only game that... |
tree | commitdiff |
2008-01-28 |
dholland | Build with WARNS=4. Sort out the game's shadowing of... |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-05-18 |
mrg | don't try to switch a char and have a case of EOF ... |
tree | commitdiff |
2006-04-20 |
drochner | fix buffer overflow (CVE-2006-1744), from Debian |
tree | commitdiff |
2006-03-19 |
christos | Coverity CID 980: Prevent an impossible NULL point... |
tree | commitdiff |
2006-03-18 |
abs | If none of the boarding parties are set do not fall... |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
tree | commitdiff |
2004-09-07 |
jrf | Replaced strncpy with strlcpy. Thanks to Peter Postma who |
tree | commitdiff |
2004-02-08 |
jsm | Use standard C abs function rather than local macro. |
tree | commitdiff |
2004-01-27 |
jsm | Include <sys/stat.h>. |
tree | commitdiff |
2004-01-27 |
jsm | Include <sys/types.h>. |
tree | commitdiff |
2004-01-27 |
jsm | Use int for wait status. |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-03-30 |
wiz | PDP-11 instead of PDP 11. Igor Sobrado in PR 19678. |
tree | commitdiff |
2002-09-26 |
wiz | Mdoc nits -- unneeded ". |
tree | commitdiff |
2002-09-26 |
wiz | Ispell. |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-12-06 |
blymn | Changed deprecated curses call to new equivalent. |
tree | commitdiff |
2001-09-24 |
wiz | va_{start,end} audit: |
tree | commitdiff |
2001-08-29 |
jsm | Include <time.h> for declarations the Single Unix Speci... |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2001-02-05 |
christos | remove redundant decls. |
tree | commitdiff |
2001-01-16 |
cgd | include stdlib.h for prototypes (typically for exit()). |
tree | commitdiff |
2001-01-04 |
itojun | need string.h for prototype (checked with alpha) |
tree | commitdiff |
2001-01-04 |
jwise | Normalize signature of ship handling functions -- struc... |
tree | commitdiff |
2001-01-04 |
jwise | Various stylistic nits. |
tree | commitdiff |
2001-01-04 |
jwise | Use License templates from localsrc for license on... |
tree | commitdiff |
2001-01-04 |
jwise | Break out curses display-related globals into a new... |
tree | commitdiff |
2001-01-04 |
jwise | More rationalization of include files: |
tree | commitdiff |
2001-01-04 |
jwise | Rationalize inclusion of header files: cut down on... |
tree | commitdiff |
2001-01-04 |
jwise | Second half of static-ization of local funcs. |
tree | commitdiff |
2001-01-04 |
jwise | G/C undocumented and unimplemented `-D' (debug) option. |
tree | commitdiff |
2001-01-04 |
jwise | First half of static-ization of local funcs. |
tree | commitdiff |
2001-01-04 |
jwise | De-`register' |
tree | commitdiff |
2001-01-01 |
jwise | Fix getopt usage (again) in case where user does not... |
tree | commitdiff |
2001-01-01 |
jwise | Missed commit -- ANSIfy in preparation for further... |
tree | commitdiff |
2001-01-01 |
jwise | Fix getopt() usage. |
tree | commitdiff |
2001-01-01 |
jwise | ANSIfy in preparation for further work. |
tree | commitdiff |
2000-11-30 |
jwise | Fix warning. |
tree | commitdiff |
2000-11-30 |
jwise | Use random() instead of rand(), and seed from time... |
tree | commitdiff |
2000-11-30 |
jwise | Change the macro to roll a six-sided die from die(... |
tree | commitdiff |
2000-11-30 |
jwise | ANSIfy in preparation for changes. |
tree | commitdiff |
2000-11-30 |
jwise | Use getopt(3) for flag processing. |
tree | commitdiff |
2000-11-30 |
jwise | Fix style nit. |
tree | commitdiff |
2000-11-30 |
jwise | ANSIfy in preparation for other changes. |
tree | commitdiff |
2000-07-03 |
matt | More include additions for exit, abs, strcmp, etc. |
tree | commitdiff |
2000-06-11 |
mycroft | Don't make /var/games/sail here. |
tree | commitdiff |
2000-02-12 |
itojun | avoid failure on "make install" when /var/games/sail... |
tree | commitdiff |
2000-02-09 |
jsm | Fix insecure /tmp usage in sail. |
tree | commitdiff |
2000-01-31 |
jsm | Don't initialise curses until after the initial non... |
tree | commitdiff |
1999-12-28 |
jsm | Use separate definitions and extern declarations of... |
tree | commitdiff |
1999-09-30 |
jsm | Fix uses of namespaces reserved by ISO C or POSIX.1. |
tree | commitdiff |
1999-09-17 |
jsm | Fix some uses of NULL as non-pointer and 0 for null... |
tree | commitdiff |
1999-09-09 |
jsm | Include <time.h> in various places in the games where... |
tree | commitdiff |
1999-09-08 |
jsm | Use the symbolic names `SEEK_SET' and `O_RDONLY' where... |
tree | commitdiff |
1999-09-08 |
jsm | Add `__noreturn__' and `__unused__' attributes where... |
tree | commitdiff |
1999-09-08 |
jsm | Add use of `const' where appropriate to the games. |
tree | commitdiff |
1999-04-18 |
simonb | initscr() returns a pointer, compare return value with... |
tree | commitdiff |
1999-02-10 |
hubertf | The game sail(6) has a function Write() which is used... |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-13 |
hubertf | remove unused files (PR#6083 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-09-11 |
hubertf | fix prototype, per PR#5867 |
tree | commitdiff |
1998-08-30 |
veego | Add braces to make the new egcs happy. |
tree | commitdiff |
next |