summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few of the games to use getprogname() in their usage() functions.pgoyette2010-12-054-12/+19
* Since this game is installed as 'boggle', fix the usage() text to match.pgoyette2010-12-051-3/+3
* add one i saw on irc todaypooka2010-11-251-0/+6
* Avoid undefined behavior, from Chris Spiegel in PR 43860.dholland2010-09-261-3/+3
* Rework the game startup so it uses curses nicely. There are now menusdholland2010-08-067-200/+1125
* Don't define esc-[ as a custom key sequence because it steps on vtdholland2010-08-061-3/+5
* Fix some additional typos/grammar slips.dholland2010-05-291-6/+6
* Fix dog-Latin. The plural of wumpus could be wumpi, wumpus, or even wumpora,dholland2010-05-291-5/+5
* Follow the Fundamental Theory of Algebra. Disallow factorising ofjoerg2010-05-152-14/+10
* \\ -> \ejoerg2010-05-141-2/+2
* cast isblank(3)'s argument to unsigned char.tnozaki2010-05-133-9/+9
* rename pollard_pminus1->pollard_rho for consistencydrochner2010-04-281-8/+6
* -Fix an old bug in the "pollard" code: it gets its argument passeddrochner2010-04-271-28/+59
* Document the options that actually exist, instead of some otherdholland2010-04-241-25/+25
* Handle the "diedtime" field of the player log (which is not the highdholland2010-04-241-4/+7
* fflush the score file while signals are blocked to decrease the chance ofdholland2010-04-241-2/+3
* fix an obvious flaw in bounds check: the array of precomputed primesdrochner2010-04-221-4/+5
* Add backslash before a dash to get a minus.wiz2010-04-221-3/+3
* Sync with reality. Bump date.dholland2010-04-221-11/+27
* handle ctime returning NULL.christos2010-04-041-5/+12
* ctime can return NULL.christos2010-04-021-5/+9
* fix typo.christos2010-04-021-3/+3
* handle ctime returning NULL.christos2010-04-021-6/+3
* remove #ifdef SVR4dholland2010-03-292-12/+4
* Some improvements to the new UI.dholland2010-03-293-19/+45
* reorg for clarity and exposition.dholland2010-03-291-30/+37
* Better user interface. From OpenBSD, written by Paul Janzen quite adholland2010-03-294-61/+258
* Spell "versus" right.dholland2010-03-291-10/+10
* Allow saved game filenames up to PATH_MAX. From OpenBSD.dholland2010-03-291-6/+8
* fix quote markup, spotted in openbsd diffsdholland2010-03-291-5/+14
* Fix typo. From OpenBSD.dholland2010-03-291-2/+2
* Don't exit(0) on failure. Use errx() instead of fprintf.dholland2010-03-291-4/+4
* rename text() to wrtext(), aligning it with most other output routines,mrg2010-03-227-38/+38
* Latin police: use proper conjugation.dholland2010-02-162-2/+2
* When using -lcurses, you also need -lterminfo.he2010-02-0617-51/+51
* Userland now builds and uses terminfo instead of termcap.roy2010-02-0320-425/+241
* Close file when finished with it. Found by cppcheck.wiz2010-01-171-2/+3
* Simplify alloc() to avoid ifdef(LINT) workaround.wiz2010-01-171-26/+4
* Close two file descriptors after using them. Found by cppcheck.wiz2010-01-171-2/+4
* The default output file extension is '.dat', not '.out'.mbalmer2010-01-171-4/+4
* Use .%U instead of .%O for URLs.joerg2010-01-151-2/+2
* Christos points out that usage should not use errx, but should usedholland2010-01-031-3/+5
* New sentence, new line.wiz2010-01-011-11/+13
* Adjust SYNOPSIS for cfscores to better match reality. Note in BUGSdholland2010-01-011-3/+6
* Split struct betinfo into its own header file so it can be shareddholland2010-01-013-25/+50
* Use NULL instead of 0 for pointer tests. Remove an unnecessary cast.dholland2010-01-011-6/+6
* Send error messages to stderr. Use errx/warnx, not printf.dholland2010-01-011-9/+6
* Correct usage message.dholland2010-01-011-3/+3
* Fix math notation, from PR 41547. While here, fix some potential tabdholland2010-01-011-2/+3
* Hide the cursor during the game.ahoka2009-12-191-2/+10