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 |
2010-01-01 |
dholland | Split struct betinfo into its own header file so it... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
dholland | Use NULL instead of 0 for pointer tests. Remove an... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
dholland | Send error messages to stderr. Use errx/warnx, not... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
dholland | Correct usage message. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
dholland | Fix math notation, from PR 41547. While here, fix some... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
ahoka | Hide the cursor during the game. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
matt | Fix bad merge. (SUBDIR= != SUBDIR +=) |
commit | commitdiff | tree | snapshot |
2009-12-14 |
uebayasi | Conditionalize some build directories by ${MKCXX}. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
wiz | was disappointed that someone wrote disappointed with... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
mbalmer | I was disappointed that someone wrote disappointed... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
christos | use %option noinput nounput |
commit | commitdiff | tree | snapshot |
2009-10-29 |
dholland | Another spelling mistake. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
dholland | Whitespace. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
snj | Fix a bunch of typos and spelling errors. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
snj | Kill two duplicates. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
dholland | "Ghandi" -> "Gandhi" |
commit | commitdiff | tree | snapshot |
2009-10-21 |
snj | Remove 3rd and 4th clauses in christos' license. OK... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
dholland | Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
dholland | Disable writing scores when built for /rescue. PR 42009 |
commit | commitdiff | tree | snapshot |
2009-08-31 |
dholland | Dumping all system includes anything uses in one big... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Don't need -DHAVE_REGCOMP any more |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Instead of trying to cons up a regexp that ignores... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Tidy up regexp handling further. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Prune conditional compilation for using obsolete regexp... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Prevent nasal demons in a case I spotted while preparin... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | ANSIfy function definitions. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Sprinkle some size_t in places where it's better than... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | remove more unnecessary casts |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Use correct type for malloc sizes (size_t, not unsigned) |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | remove unnecessary casts |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | u_int32_t -> uint32_t |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | ANSIfy function definitions |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | Use standard C: 'unsigned', not 'u_int' |
commit | commitdiff | tree | snapshot |
2009-08-27 |
dholland | remove unnecessary cast |
commit | commitdiff | tree | snapshot |
next |