]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2009-06-07 dhollanda bit more const
2009-06-07 dhollandsprinkle some more const
2009-06-07 dhollandremove unnecessary casts
2009-06-07 dhollandsprintf -> snprintf, plus some use of strlcpy/strlcat...
2009-06-07 dhollandANSIfy function declarations. All object file diffs...
2009-06-04 dhollandRectify non-compiling code that appears when DEBUG...
2009-06-04 dhollandSet WARNS=4 here. This got missed on my previous WARNS...
2009-06-04 dhollandRemove global scratch string buffer. Don't zoom off...
2009-06-04 dhollandRemove remaining references to sprintf.
2009-06-04 dhollandMake a couple of the logging/printing functions printf...
2009-06-04 dhollandattribute noreturn -> __dead
2009-06-04 dhollandsprintf -> snprintf
2009-06-04 dhollandIncrease spending on vowels. No object file diffs.
2009-06-04 dhollandANSIfy function declarations.x
2009-06-04 dhollandsprintf -> snprintf
2009-06-01 dhollandDon't use a variable-size array here. There's not reall...
2009-05-27 dhollandRearrange where the alternate definition of __dead...
2009-05-26 dhollandEdit some.
2009-05-26 dhollandAssorted fixes (mostly grammar, some markup) from OpenBSD.
2009-05-26 dhollandParanoia about lengths of login names. From pjanzen...
2009-05-26 dhollandAvoid SIGSEGV on users not in password file. From pjanz...
2009-05-26 dhollandsprintf -> snprintf
2009-05-25 dhollandattribute noreturn -> __dead
2009-05-25 dhollandWe don't need a private #define "unsgn" for "unsigned...
2009-05-25 dhollandUse the time to call srandom(), not getpid().
2009-05-25 dhollandKNF/whitespace: format preprocessor directives correctly.
2009-05-25 dhollandANSIfy function declarations. Object file diffs checked.
2009-05-25 dhollandsprintf -> snprintf
2009-05-25 dhollandANSIfy function declarations. Object file diffs cross...
2009-05-25 dhollandattribute noreturn -> __dead
2009-05-25 dhollandClean up scorefile handling.
2009-05-25 dhollandANSIfy function declarations.
2009-05-25 dhollandRemove description of -a option and optional log file...
2009-05-25 dhollandsprintf -> snprintf
2009-05-25 dhollandsprintf -> snprintf.
2009-05-25 dholland"abbreviation" has two Bs.
2009-05-25 dhollandUse random() instead of rand(), so we get something...
2009-05-25 dhollandRemove obviously botched test for "fast mode" based...
2009-05-25 dhollandUse getopt to handle the remaining (all currently undoc...
2009-05-25 dhollandRemove last traces of undocumented -p option (apparentl...
2009-05-25 dhollandDon't give special privileges to uid 13107.
2009-05-25 dholland__attribute__((__noreturn__)) -> __dead
2009-05-25 dhollandNull for pointers, not 0.
2009-05-25 dhollandFix score printing so columns line up.
2009-05-24 dhollandAbolish cgetc(). It contained one line of code, which...
2009-05-24 dhollandRemove unnecessary initialization that silenced a compi...
2009-05-24 dhollandSprinkle some blank lines for readability.
2009-05-24 dhollandSplit up lines > 80 chars. Object files unchanged.
2009-05-24 dhollandDon't use literal ^G's in string constants. Use \a.
2009-05-24 dhollandKNF: brace and comment placement. Object files identical.
2009-05-24 dhollandwhitespace
2009-05-24 dhollandKNF: fix formatting of preprocessor directives
2009-05-24 dhollandANSIfy function declarations. No object file diffs...
2009-05-24 dhollandKNF. No change to .o file.
2009-05-06 ginsbachChange getdate() to getdatestr() since the former maybe...
2009-05-04 wizRemove trailing whitespace.
2009-04-20 drochnerdefine YY_NO_INPUT where appropriate, from Kurt J....
2009-04-12 wizSort sections.
2009-04-12 joergDon't nest displays.
2009-04-12 joergConvert to mdoc markup. With input from wiz.
2009-04-09 joerg\@ is not a valid escape sequence.
2009-03-31 christosAvoid hardcoded "too large" constant that caused FPE...
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 jnemethgrammar fix
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-11 joergFix list markup. Use .Ic for key as suggested by wiz.
2009-03-11 joergFix preamble
2009-03-11 joergRemove redundant .br
2009-03-11 joergFix markup
2009-03-11 joergFix preamble
2009-03-11 joergFix markup
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...
next