]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2009-08-12 dhollandsprinkle static
2009-08-12 dhollandsprinkle static
2009-08-12 dhollandsprinkle static
2009-08-12 dhollandsprinkle static
2009-08-12 dhollandsprinkle static and prune some dead code
2009-08-12 dhollandsprinkle static
2009-08-12 dhollandlooks as if "ospeed" here was meant to be extern.
2009-08-12 dhollandsprinkle static
2009-08-12 dhollandsprinkle static
2009-08-06 dhollandDon't use a FILE * after fclose(). PR 41832 from Hennin...
2009-08-05 christosdon't use char values for functions that can return...
2009-08-05 dhollandUse getopt instead of hand-rolled options code. Documen...
2009-08-03 dhollanddon't ignore errors from read(); found by lint
2009-07-26 dhollandRemove the need for -Wno-pointer-sign. Object file...
2009-07-26 dhollandRemove the need for -Wno-pointer-sign. Object diffs...
2009-07-20 dhollandUse random() instead of rand(), and seed with time...
2009-07-20 dhollandAssorted minor cleanups, no functional change:
2009-07-20 dhollandA bit more whitespace.
2009-07-20 dhollandWhitespace.
2009-07-20 dhollandANSIfy. Use __dead. Object diffs checked.
2009-07-20 dhollandANSIfy. Also, we now have RANDOM_MAX; use it. Object...
2009-07-13 royRename internal getline() function to get_line() so...
2009-07-04 dhollandRemove config options for 4.2BSD and 4.3BSD, and associ...
2009-07-04 dhollandRemove the non-curses screen handling, since it relies...
2009-07-04 dhollandRemove config for the return type of signal handlers...
2009-07-04 dhollandRemove references to config #defines for the thoroughly...
2009-07-04 dhollandmore whitespace
2009-07-04 dhollandVarious minor fixes, mostly from OpenBSD.
2009-07-04 dhollandNotes on the protocol used by hunt, from OpenBSD.
2009-07-04 dhollandWhitespace.
2009-07-04 dhollandWhitespace.
2009-07-04 dhollandSigh, more of the same (missed two)
2009-07-04 dholland__attribute__((__noreturn__)) -> __dead
2009-07-04 dhollandANSIfy function declarations.
2009-07-04 dhollandRemove two more bogus casts. These *do* create object...
2009-07-04 dhollandRemove bogus casts. Two object file diffs inspected...
2009-07-04 dhollandRemove a pile of bogus casts. One object file diff...
2009-06-29 dhollandFix two serious string-handling bugs (one exploitable...
2009-06-28 dhollandsprintf -> snprintf
2009-06-28 dhollandFix possible remote DoS of a running hunt game, and...
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.
next