]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2010-03-29 dhollandreorg for clarity and exposition.
2010-03-29 dhollandBetter user interface. From OpenBSD, written by Paul...
2010-03-29 dhollandSpell "versus" right.
2010-03-29 dhollandAllow saved game filenames up to PATH_MAX. From OpenBSD.
2010-03-29 dhollandfix quote markup, spotted in openbsd diffs
2010-03-29 dhollandFix typo. From OpenBSD.
2010-03-29 dhollandDon't exit(0) on failure. Use errx() instead of fprintf.
2010-03-22 mrgrename text() to wrtext(), aligning it with most other...
2010-02-16 dhollandLatin police: use proper conjugation.
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2010-02-03 royUserland now builds and uses terminfo instead of termcap.
2010-01-17 wizClose file when finished with it. Found by cppcheck.
2010-01-17 wizSimplify alloc() to avoid ifdef(LINT) workaround.
2010-01-17 wizClose two file descriptors after using them. Found...
2010-01-17 mbalmerThe default output file extension is '.dat', not '...
2010-01-15 joergUse .%U instead of .%O for URLs.
2010-01-03 dhollandChristos points out that usage should not use errx...
2010-01-01 wizNew sentence, new line.
2010-01-01 dhollandAdjust SYNOPSIS for cfscores to better match reality...
2010-01-01 dhollandSplit struct betinfo into its own header file so it...
2010-01-01 dhollandUse NULL instead of 0 for pointer tests. Remove an...
2010-01-01 dhollandSend error messages to stderr. Use errx/warnx, not...
2010-01-01 dhollandCorrect usage message.
2010-01-01 dhollandFix math notation, from PR 41547. While here, fix some...
2009-12-19 ahokaHide the cursor during the game.
2009-12-14 mattFix bad merge. (SUBDIR= != SUBDIR +=)
2009-12-14 uebayasiConditionalize some build directories by ${MKCXX}.
2009-12-08 wiz was disappointed that someone wrote disappointed with...
2009-12-08 mbalmerI was disappointed that someone wrote disappointed...
2009-10-29 christosuse %option noinput nounput
2009-10-29 dhollandAnother spelling mistake.
2009-10-29 dhollandWhitespace.
2009-10-28 snjFix a bunch of typos and spelling errors.
2009-10-28 snjKill two duplicates.
2009-10-28 dholland"Ghandi" -> "Gandhi"
2009-10-21 snjRemove 3rd and 4th clauses in christos' license. OK...
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...
next