summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2014-12-31simplify poll() conversion. from patrick keshishianTed Unangst
2014-12-28spelling fix; from daria suchecka via krzystof warzechaJason McIntyre
2014-12-09Do not memorialize cheaters in the high score file.Theo de Raadt
2014-12-08For now, these games still contain deterministic randomization (forTheo de Raadt
2014-12-08okan noticed this was actually calling the cfree turd.Ted Unangst
2014-12-07we do not use pcc on the vaxTheo de Raadt
2014-12-07the debug / SVR4 chunk has been busted for a while. interesting.Theo de Raadt
2014-12-07removing the "rigged demo" quote, as it's also present in fortunes (1) file;Jason McIntyre
2014-12-05Remove SVR4 codeblock which insisted on using srand(time(0)) and rand().Theo de Raadt
2014-12-04Stop people from cheating. Especially those that believe in FIPS, theyTheo de Raadt
2014-12-03in the recent update of capitals, this critical file was forgottenIngo Schwarze
2014-12-02delete unused, almost empty fileIngo Schwarze
2014-12-02get rid of line-printer-era backspace-encoding of diacriticals;Ingo Schwarze
2014-11-30Even though not callable, "Ed" is a macro name, so for clarity,Ingo Schwarze
2014-11-24Adjust ordering; from pjanzenTheo de Raadt
2014-11-24Add two new IUPAC elements, and adjust the atomic weights of some.Theo de Raadt
2014-11-22Update to gravely outdated places to visit, from Jack SzmidtTheo de Raadt
2014-11-20minor tweaks and add HISTORY; ok jmc@Ingo Schwarze
2014-11-19We don't need no stinkin' non-new-curses code. Also eliminates aKenneth R Westerback
2014-11-19Bugfix: run for the specified number of seconds as described in the manual,Ingo Schwarze
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-18sigwinch support for resizing. from pjanzenTed Unangst
2014-11-18Center the clock. Based on an idea and an original diff from tedu@,Ingo Schwarze
2014-11-18HISTORY and AUTHORS; ok pjanzen@ mickey@Ingo Schwarze
2014-11-17Multiple improvements from pjanzen@:Ingo Schwarze
2014-11-16Remove a bogotified commentPhilip Guenther
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-07Split bcd(6), morse(6), and ppt(6) into three separate manualsIngo Schwarze
2014-11-06fixup argv handling after getopt conversion. oops.Ted Unangst
2014-11-06-l option to create "modern" 80 column cardsTed Unangst
2014-11-06basic decode functionalityTed Unangst
2014-11-05don't deref timeout if null. from theo buehler.Ted Unangst
2014-11-04make the long line code work with argv tooTed Unangst
2014-11-04fix another signed char bug. while here, toupper() is now safe to callTed Unangst
2014-11-04allow printing longer lines than fit on a card by spilling onto more cards.Ted Unangst
2014-11-03use knuth shuffle for better distribution of permutationsTed Unangst
2014-11-03select() to poll() conversionsTheo de Raadt
2014-11-03the man page says it is impossible to cheat, but since the shuffle isTed Unangst
2014-10-26Add a format specifier for the printf.Brad Smith
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-09-28I was mistaken: Nothing's wrong with contractions, they're just a normalIngo Schwarze
2014-09-26Add missing .An macros (found with mandoc -Tlint) andIngo Schwarze
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16replace beforeinstall target with LINKS; rot13 becomes a hardlink toOkan Demirmen
2014-07-13calling this "encryption" makes me cringe. "slightly obfuscated" is better.Ted Unangst
2014-07-13if not seeded explicitly, use arc4random instead. ok deraadtTed Unangst