summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow ctrl-d to quit after a game as welltedu2015-02-071-2/+3
* use unsigned char type to avoid many caststedu2015-02-072-11/+11
* by popular request, stop giving away numeric letters. no more will thetedu2015-02-075-18/+30
* unsigned char for ctype functionstedu2015-02-072-6/+6
* Ignore ELF symbols containing dots or dollar signs. Suggested by millert@miod2015-02-071-4/+9
* clear to end of line when printing error messages so that previoustedu2015-02-071-4/+9
* By popular demand, allow any ELF file to be passed to -d as a word list, inmiod2015-02-077-44/+50
* Fix small typo found when testing tedu@'s fortune -o -m change.kspillner2015-02-061-1/+1
* unsigned char is the correct type for ctype functionstedu2015-02-061-2/+2
* no space after #tedu2015-02-061-36/+36
* remove TRUE/FALSE in favor of the true boolean values 1/0tedu2015-02-061-62/+60
* Debug, whatever it's worth, is clearly not a booleantedu2015-02-061-2/+2
* cleanup a few bitstedu2015-02-061-7/+1
* remove no regex ifdef. everybody loves regex.tedu2015-02-061-25/+1
* use regcomp native case insensitive matching facility instead oftedu2015-02-061-46/+2
* don't set a flag with ++; it's a bool, not a counter.tedu2015-02-061-10/+10
* change int to size_t to avoid integer overflowtedu2015-02-061-10/+10
* fix searching and display of offensive fortunes.tedu2015-02-061-6/+17
* regex are documented in re_format.7, not the C API in regex.3tedu2015-02-061-5/+5
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-191-1/+1
* normalize formattingderaadt2015-01-199-109/+108
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-152-9/+6
* all modern systems can do this SUSPEND thingderaadt2015-01-152-5/+3
* NR_OF_EOFS is a festering boil, lance & drain.deraadt2015-01-151-25/+1
* adventure requires deterministic random for its internal datatedu2014-12-313-7/+11
* simplify poll() conversion. from patrick keshishiantedu2014-12-311-8/+6
* spelling fix; from daria suchecka via krzystof warzechajmc2014-12-281-1/+1
* Do not memorialize cheaters in the high score file.deraadt2014-12-094-8/+9
* For now, these games still contain deterministic randomization (forderaadt2014-12-089-22/+14
* okan noticed this was actually calling the cfree turd.tedu2014-12-083-7/+7
* we do not use pcc on the vaxderaadt2014-12-071-5/+1
* the debug / SVR4 chunk has been busted for a while. interesting.deraadt2014-12-071-2/+1
* removing the "rigged demo" quote, as it's also present in fortunes (1) file;jmc2014-12-071-2/+0
* Remove SVR4 codeblock which insisted on using srand(time(0)) and rand().deraadt2014-12-052-9/+2
* Stop people from cheating. Especially those that believe in FIPS, theyderaadt2014-12-045-32/+17
* in the recent update of capitals, this critical file was forgottenschwarze2014-12-031-8/+60
* delete unused, almost empty fileschwarze2014-12-022-4/+2
* get rid of line-printer-era backspace-encoding of diacriticals;schwarze2014-12-024-12/+12
* Even though not callable, "Ed" is a macro name, so for clarity,schwarze2014-11-302-6/+6
* Adjust ordering; from pjanzenderaadt2014-11-242-5/+5
* Add two new IUPAC elements, and adjust the atomic weights of some.deraadt2014-11-241-7/+9
* Update to gravely outdated places to visit, from Jack Szmidtderaadt2014-11-222-23/+42
* minor tweaks and add HISTORY; ok jmc@schwarze2014-11-201-3/+10
* We don't need no stinkin' non-new-curses code. Also eliminates akrw2014-11-191-259/+4
* Bugfix: run for the specified number of seconds as described in the manual,schwarze2014-11-191-3/+5
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* sigwinch support for resizing. from pjanzentedu2014-11-181-35/+69
* Center the clock. Based on an idea and an original diff from tedu@,schwarze2014-11-181-11/+14
* HISTORY and AUTHORS; ok pjanzen@ mickey@schwarze2014-11-181-2/+18
* Multiple improvements from pjanzen@:schwarze2014-11-172-14/+30