]> git.cameronkatri.com Git - bsdgames-darwin.git/history - sail
abolish references to index/rindex
[bsdgames-darwin.git] / sail /
2011-05-23 joergDon't use variables as format string.
2010-12-08 joergUse __c99inline from sys/cdefs.h
2010-08-06 dhollandRework the game startup so it uses curses nicely. There...
2010-08-06 dhollandDon't define esc-[ as a custom key sequence because...
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2010-01-17 wizClose file when finished with it. Found by cppcheck.
2009-08-12 dhollandsprinkle static
2009-03-15 dhollandSimplify previous; suggested by Paul Goyette
2009-03-15 dhollandFix sign-compare problem that crept in due to working...
2009-03-15 dhollandRework curses handling.
2009-03-15 dhollandMove newturn() from pl_7 to pl_2.
2009-03-15 dhollandMove all curses bits to pl_7.c.
2009-03-14 dhollandFix usage message
2009-03-14 dhollandchdir to /var/games/sail while running, to simplify...
2009-03-14 dhollandDon't crosswire the two kinds of path names, and don...
2009-03-14 dhollandTurns out the W_FILE message wasn't ever used.
2009-03-14 dhollandCreate some abstraction for sending messages.
2009-03-14 dhollandDon't use perror()
2009-03-14 dhollandconstify the version string
2009-03-14 dhollandSprinkle some "bool". And don't use '\0' to mean 'false'.
2009-03-14 dhollandUse \a instead of \7 for BEL.
2009-03-14 dhollandPrune a comment referring to objects that (AFAICT)...
2009-03-14 dhollandDon't cast the return value of calloc().
2009-03-14 dhollandLines <= 80 chars, remove trailing whitespace, other...
2009-03-14 dhollandRemove some unnecessary casts.
2009-03-14 dhollandString buffer cleanup. sprintf bad.
2009-03-14 dhollandDon't use char for random state variables; use int...
2009-03-09 dhollandsprintf -> snprintf
2009-03-02 dhollandMove HISTORY to proper place.
2009-03-02 dhollandEdit. Sync with reality, at least partway. Bump date.
2009-03-02 wizSort options. End sentence with a dot.
2009-03-02 dhollandmdocify. Partly merged from OpenBSD. Not by any means...
2009-03-02 dhollandMore fixes from OpenBSD: use err instead of perror...
2009-03-02 dhollandCheck for failure of fgets when reading the captain...
2009-03-02 dhollandUse errx() to send fatal error messages. From OpenBSD.
2009-03-02 dhollandUse errx/warnx instead of printing to stderr. From...
2009-03-02 dhollandUse err(3) and errx(3), not perror and fprintf to stder...
2009-03-02 dhollandBraces around a nested if, for clarity; suggested by...
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-04-28 martinRemove clause 3 and 4 from TNF licenses
2008-01-28 dhollandMake the default WARNS for games 4. The only game that...
2008-01-28 dhollandBuild with WARNS=4. Sort out the game's shadowing of...
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2006-05-18 mrgdon't try to switch a char and have a case of EOF ...
2006-04-20 drochnerfix buffer overflow (CVE-2006-1744), from Debian
2006-03-19 christosCoverity CID 980: Prevent an impossible NULL point...
2006-03-18 absIf none of the boarding parties are set do not fall...
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-09-07 jrfReplaced strncpy with strlcpy. Thanks to Peter Postma who
2004-02-08 jsmUse standard C abs function rather than local macro.
2004-01-27 jsmInclude <sys/stat.h>.
2004-01-27 jsmInclude <sys/types.h>.
2004-01-27 jsmUse int for wait status.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2003-03-30 wizPDP-11 instead of PDP 11. Igor Sobrado in PR 19678.
2002-09-26 wizMdoc nits -- unneeded ".
2002-09-26 wizIspell.
2002-09-26 wizNew sentences begin on new lines.
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-12-06 blymnChanged deprecated curses call to new equivalent.
2001-09-24 wizva_{start,end} audit:
2001-08-29 jsmInclude <time.h> for declarations the Single Unix Speci...
2001-04-02 wizWhitespace and/or punctuation fixes.
2001-02-05 christosremove redundant decls.
2001-01-16 cgdinclude stdlib.h for prototypes (typically for exit()).
2001-01-04 itojunneed string.h for prototype (checked with alpha)
2001-01-04 jwiseNormalize signature of ship handling functions -- struc...
2001-01-04 jwiseVarious stylistic nits.
2001-01-04 jwiseUse License templates from localsrc for license on...
2001-01-04 jwiseBreak out curses display-related globals into a new...
2001-01-04 jwiseMore rationalization of include files:
2001-01-04 jwiseRationalize inclusion of header files: cut down on...
2001-01-04 jwiseSecond half of static-ization of local funcs.
2001-01-04 jwiseG/C undocumented and unimplemented `-D' (debug) option.
2001-01-04 jwiseFirst half of static-ization of local funcs.
2001-01-04 jwiseDe-`register'
2001-01-01 jwiseFix getopt usage (again) in case where user does not...
2001-01-01 jwiseMissed commit -- ANSIfy in preparation for further...
2001-01-01 jwiseFix getopt() usage.
2001-01-01 jwiseANSIfy in preparation for further work.
2000-11-30 jwiseFix warning.
2000-11-30 jwiseUse random() instead of rand(), and seed from time...
2000-11-30 jwiseChange the macro to roll a six-sided die from die(...
2000-11-30 jwiseANSIfy in preparation for changes.
2000-11-30 jwiseUse getopt(3) for flag processing.
2000-11-30 jwiseFix style nit.
2000-11-30 jwiseANSIfy in preparation for other changes.
2000-07-03 mattMore include additions for exit, abs, strcmp, etc.
2000-06-11 mycroftDon't make /var/games/sail here.
2000-02-12 itojunavoid failure on "make install" when /var/games/sail...
2000-02-09 jsmFix insecure /tmp usage in sail.
2000-01-31 jsmDon't initialise curses until after the initial non...
1999-12-28 jsmUse separate definitions and extern declarations of...
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-17 jsmFix some uses of NULL as non-pointer and 0 for null...
1999-09-09 jsmInclude <time.h> in various places in the games where...
1999-09-08 jsmUse the symbolic names `SEEK_SET' and `O_RDONLY' where...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
next