summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* o Preserve argv[0] to use it later in usage().maxim2012-01-281-2/+3
* Reencode morse.c to UTF-8. This does not make it Unicode aware.uqs2012-01-151-85/+90
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+3
* 1. Correct capitalization of the nobility particle fordougb2011-12-281-9/+9
* Prefer ASCII apostrophes over Unicode ones like the rest of the file.uqs2011-12-281-1/+1
* 1. Remove a bunch of duplicates. Usually this means removing them fromdougb2011-12-273-683/+39
* In games/factor/factor.c, fix a warning about a format string not beingdim2011-12-161-1/+1
* Add static keywords to variables and functions where possible in games/.ed2011-11-057-153/+151
* Fix the text and attribution of the poem "Youth" by Samuel Ullman.dougb2011-10-291-19/+31
* Minor typo, fix 2 attributionsdougb2011-06-091-3/+5
* Convert a file to UTF-8. This only changes a character in theuqs2011-05-141-1/+1
* fortune(6): fix typos and misspellings.uqs2011-05-149-67/+11
* morse(6): fix typos and space-before-tabsuqs2011-05-141-20/+20
* Improve the distributeworld target in Makefile.inc1 and update the releasenwhitehorn2011-03-021-0/+1
* Move potentially offensive fortune to fortunes-o.brucec2011-02-132-4/+4
* factor(6): Check return values of BN_* functions.uqs2010-12-201-4/+8
* Drop advertising clause in manpages. It was done a long time agouqs2010-12-068-41/+9
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
* Add advice to new fathers from Thomas Ptacek.cperciva2010-09-291-0/+6
* fix the move so that it matches what the rest of the internetjmg2010-09-031-1/+1
* "whereis netscape" gives empty output for quite a long time already.fjoe2010-08-091-1/+1
* grdc(6): de-obfuscate the timekeeping of now/delayuqs2010-08-031-6/+8
* grdc(6): Partial backout of r210755uqs2010-08-031-18/+24
* grdc(6): fix timekeeping for user-supplied value nuqs2010-08-021-18/+15
* Fix indention of attribution line for some recent additions.uqs2010-07-301-3/+3
* Fix typo in pom(6) manpageuqs2010-07-301-1/+1
* Correct a Cecil Beaton quotedougb2010-07-251-1/+1
* Add -p option to have pom(6) print just the percentage, without extra text.emaste2010-07-152-4/+17
* Taken from actual police videos ...dougb2010-06-261-0/+33
* random(6): avoid dead assignmentsuqs2010-06-142-2/+2
* mdoc cleanupuqs2010-06-021-0/+1
* Sync fortunes with other *BSDsuqs2010-03-317-1342/+1311
* Fix several typos in macros or macro misusage.uqs2010-03-121-1/+0
* s/all ready/already/wilko2010-02-261-1/+1
* On the (non)sense of legal disclaimers in emails.wilko2010-02-251-0/+16
* Prefer exit(0) from main over return(0).uqs2010-02-211-1/+1
* Remove the third clause for the Berkeley parts of games, per theimp2010-02-1511-55/+11
* fortune(6) switch to 3-clause BSDL; style(9)uqs2010-02-157-267/+244
* games: make WARNS=6 the default, remove overridesuqs2010-02-1511-14/+1
* fortune(6) make WARNS=6 cleanuqs2010-02-151-106/+71
* morse(6) make WARNS=6 cleanuqs2010-02-151-2/+2
* grdc(6) make WARNS=6 clean and bump accordinglyuqs2010-02-152-18/+16
* Improve time precision for grdc(6):delphij2010-02-101-2/+15
* Add the definition of Mistakeholdergnn2010-02-091-0/+6
* Always compile in the speaker code. There's little savings byimp2010-02-042-4/+3
* Our standard "xterm" termcap entry supports colour, so this tip is redundant.gavin2010-01-111-12/+0
* For the now-infamous Rumsfeld quote:dougb2010-01-071-3/+3
* Fix build: getopt() returns int so use an integer to get the value.delphij2010-01-061-2/+2
* - Move potentially offensive quotes I committed recently to fortunes-o.stas2010-01-052-14/+15
* Be able to specify a certain date and/or time for which to calculateedwin2010-01-052-15/+90
OpenPOWER on IntegriCloud