summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use An in AUTHORS section.wiz2015-07-261-2/+5
* Sync descriptive text with actual game definition.pgoyette2015-07-231-2/+2
* Fixes color scheme white on black and black on white.nat2015-07-071-3/+8
* add onedholland2015-06-271-0/+2
* Move game logic out of the file with the curses code.dholland2015-06-254-60/+89
* Abolish the foul practice of including every header in existence via adholland2015-06-1911-101/+101
* add -b to usage, from leotdholland2015-06-131-2/+2
* Fix the list of keys across the bottom so it fits on an 80-column screendholland2015-06-131-2/+2
* PR/49850: Nikolai Lifanov: Document acronyms-ochristos2015-04-221-2/+4
* Fix typo, remove trailing space.wiz2015-04-221-3/+3
* obey $ACRONYMDB like beforechristos2015-04-211-1/+3
* Add -o flag.christos2015-04-212-7/+32
* properly pluralize.snj2015-04-031-1/+1
* Avoid runon sentences.dholland2015-03-251-8/+8
* Use Pp (mdoc) instead of sp (roff).wiz2015-02-191-7/+14
* add a 'down' key to tetris, defaulting to 'n'. it move the block downmrg2015-02-192-12/+23
* typodholland2015-02-121-2/+2
* Fix typo. From kspillner@OpenBSD, forwarded by jmc@OpenBSD.wiz2015-02-071-1/+1
* add somethingdholland2015-01-061-0/+3
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* PR/49451 - Ben Gergely -- add missing attributionjnemeth2014-12-051-0/+1
* Englishsnj2014-10-181-3/+3
* 1) "It's its"snj2014-10-183-6/+6
* usage policewiz2014-10-042-8/+8
* Imported and adapted from FreeBSD svn r272166 and r272207; this fixesast2014-10-029-124/+344
* adhere to stricter groff checking:christos2014-09-301-10/+9
* Sort sections. From Henning Petersen in PR 49222.wiz2014-09-191-6/+6
* Bump date for -c (exactly one year after previous bump)wiz2014-07-151-2/+2
* At suggestion of christos@, use -b for b&w rather than -cpgoyette2014-07-132-8/+8
* Provide an option to restore traditional black-and-white mode.pgoyette2014-07-134-6/+18
* Reorg docs, part 1:dholland2014-07-052-4/+4
* Rework /usr/share/doc.dholland2014-07-054-16/+10
* remove remaining makefile support for GCC < 45 that i found.mrg2014-06-141-2/+2
* Add a little color. In order to minimize logic differences, keep 0 as thechristos2014-06-114-24/+46
* Remove unused.skrll2014-03-301-5/+3
* Use bool (not int) for a boolean return type.dholland2014-03-302-5/+5
* Use the curses beep function instead of writing a beep to stdout.dholland2014-03-301-3/+3
* curses has printw, use it.dholland2014-03-301-7/+4
* don't use the preprocessor to rename curses functions, just call themdholland2014-03-302-36/+30
* fix off-by-onedholland2014-03-301-3/+3
* Instead of #define STDIN 0, use STDIN_FILENO.dholland2014-03-301-6/+5
* Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead.dholland2014-03-307-53/+57
* Naming reform for socket pieces, akin to what I did in huntd earlier.dholland2014-03-305-57/+58
* I wish the socket API didn't require casts. Easy to mess them up.dholland2014-03-302-10/+14
* fix obvious mistake (seems to have been there since 4.4)dholland2014-03-301-3/+3
* Tidy up list of broadcast addresses.dholland2014-03-301-26/+39
* Clean up the handling of the list of hunt daemons.dholland2014-03-303-149/+230
* use fewer globalsdholland2014-03-302-19/+14
* more cleanupdholland2014-03-301-54/+117