2011-08-27 |
joerg | Mark error() as dead, so that validation for setclipped... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
tron | Avoid non-literal format strings. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
dholland | Use __dead and __printflike instead of __attribute__. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
christos | add printf attributes. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
joerg | Uses non-literal format strings |
commit | commitdiff | tree | snapshot |
2011-08-24 |
plunky | -Wno-shadow is no longer needed for HAVE_PCC, here |
commit | commitdiff | tree | snapshot |
2011-08-21 |
christos | use const char [] for format. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
dholland | Remove redundant set of prototypes for local functions... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
dholland | Move some things around so declarations appear in a... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
dholland | Use __dead instead of __attribute__((__noreturn__)). |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | document non-literal string formats |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | avoid non-literal format string |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | eliminate/document non-literal format strings |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | eliminate non-literal format strings |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | avoid non-literal format strings. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | kill homebrew error functions |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | document non-literal format strings |
commit | commitdiff | tree | snapshot |
2011-08-16 |
christos | - document non-literal format strings |
commit | commitdiff | tree | snapshot |
2011-08-07 |
dholland | Fix up some lint. |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Fix up still more casts; use NULL instead of (char... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Remove *another* set of useless casts. sheesh |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Remove more silly casts. |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | drop private (and wrong) definition of NULL |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Use the right type for the malloc wrapper function... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Remove silly casts. |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | <sys/wait.h> is standard, so just use it instead of... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | abolish references to index/rindex |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Remove the PYRAMID_BUG code. I don't think Pyramids... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
dholland | Don't refer to index() in comments; use strchr(). |
commit | commitdiff | tree | snapshot |
2011-07-20 |
dholland | Include system headers before private headers. Avoids... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
mrg | apply some -O0 with gcc 4.5 and vax. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
mrg | use DBL_MIN from <float.h> instead of a hard coded... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
mrg | include sys/time.h earlier (rather than implicitly... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
mrg | rename a variable from "time" to "stime" (it's a string) |
commit | commitdiff | tree | snapshot |
2011-06-22 |
mrg | apply some -Wno-error and/or -fno-strict-aliasing. |
commit | commitdiff | tree | snapshot |
2011-05-30 |
joerg | Use consistent sign in compare, the function is only... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Map RCSID to __RCSID |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | ANSIfy |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Don't use variables as format string. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Kill some pointer indirections. Don't use variables... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | ANSIfy |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | #if 0 some unused code. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Don't use variables as format string. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Correctly print variables as strings, not as format... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Properly print string. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Don't use variables as format strings. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | ANSIfy |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Don't use strings from arrays as format string. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
joerg | Don't use return value of a function as format string. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
is | Bug fix: in a game with 26 planes, the last one to... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
dyoung | Fix spelling: it's *Jef* Raskin, not Jeff Raskin. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
dholland | avoid unnecessary cast (hi wiz) |
commit | commitdiff | tree | snapshot |
2011-01-05 |
wiz | Fix fd leak in error cases. Found by cppcheck. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
wiz | Fix realloc error. Found by cppcheck. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
joerg | Don't use the same name for two parameters. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
joerg | Use __c99inline from sys/cdefs.h |
commit | commitdiff | tree | snapshot |
2010-12-05 |
pgoyette | Fix a few of the games to use getprogname() in their... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
pgoyette | Since this game is installed as 'boggle', fix the usage... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
pooka | add one i saw on irc today |
commit | commitdiff | tree | snapshot |
2010-09-26 |
dholland | Avoid undefined behavior, from Chris Spiegel in PR... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
dholland | Rework the game startup so it uses curses nicely. There... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
dholland | Don't define esc-[ as a custom key sequence because... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
dholland | Fix some additional typos/grammar slips. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
dholland | Fix dog-Latin. The plural of wumpus could be wumpi... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
joerg | Follow the Fundamental Theory of Algebra. Disallow... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
joerg | \\ -> \e |
commit | commitdiff | tree | snapshot |
2010-05-13 |
tnozaki | cast isblank(3)'s argument to unsigned char. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
drochner | rename pollard_pminus1->pollard_rho for consistency |
commit | commitdiff | tree | snapshot |
2010-04-27 |
drochner | -Fix an old bug in the "pollard" code: it gets its... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
dholland | Document the options that actually exist, instead of... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
dholland | Handle the "diedtime" field of the player log (which... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
dholland | fflush the score file while signals are blocked to... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
drochner | fix an obvious flaw in bounds check: the array of preco... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
wiz | Add backslash before a dash to get a minus. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
dholland | Sync with reality. Bump date. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
christos | handle ctime returning NULL. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
christos | ctime can return NULL. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
christos | fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
christos | handle ctime returning NULL. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | remove #ifdef SVR4 |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | Some improvements to the new UI. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | reorg for clarity and exposition. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | Better user interface. From OpenBSD, written by Paul... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | Spell "versus" right. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | Allow saved game filenames up to PATH_MAX. From OpenBSD. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | fix quote markup, spotted in openbsd diffs |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | Fix typo. From OpenBSD. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
dholland | Don't exit(0) on failure. Use errx() instead of fprintf. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
mrg | rename text() to wrtext(), aligning it with most other... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
dholland | Latin police: use proper conjugation. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
roy | Userland now builds and uses terminfo instead of termcap. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
wiz | Close file when finished with it. Found by cppcheck. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
wiz | Simplify alloc() to avoid ifdef(LINT) workaround. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
wiz | Close two file descriptors after using them. Found... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
mbalmer | The default output file extension is '.dat', not '... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
joerg | Use .%U instead of .%O for URLs. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
dholland | Christos points out that usage should not use errx... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
wiz | New sentence, new line. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
dholland | Adjust SYNOPSIS for cfscores to better match reality... |
commit | commitdiff | tree | snapshot |
next |