]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2009-10-19 dhollandFix '=' for '==' in a test. From NAKAJIMA Yoshihiro...
2009-09-08 dhollandDisable writing scores when built for /rescue. PR 42009
2009-08-31 dhollandDumping all system includes anything uses in one big...
2009-08-27 dhollandDon't need -DHAVE_REGCOMP any more
2009-08-27 dhollandInstead of trying to cons up a regexp that ignores...
2009-08-27 dhollandTidy up regexp handling further.
2009-08-27 dhollandPrune conditional compilation for using obsolete regexp...
2009-08-27 dhollandWhitespace.
2009-08-27 dhollandPrevent nasal demons in a case I spotted while preparin...
2009-08-27 dhollandANSIfy function definitions.
2009-08-27 dhollandSprinkle some size_t in places where it's better than...
2009-08-27 dhollandremove more unnecessary casts
2009-08-27 dhollandUse correct type for malloc sizes (size_t, not unsigned)
2009-08-27 dhollandremove unnecessary casts
2009-08-27 dhollandu_int32_t -> uint32_t
2009-08-27 dhollandANSIfy function definitions
2009-08-27 dhollandUse standard C: 'unsigned', not 'u_int'
2009-08-27 dhollandremove unnecessary cast
2009-08-27 dhollandremove unnecessary casts
2009-08-27 dhollandremove unnecessary cast
2009-08-25 dhollandUse __dead.
2009-08-25 dhollandWhn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml...
2009-08-25 dhollandANSIfy a leftover function.
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 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.
next