summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update entries for North and South Yemen, since the two countries werepgoyette2016-06-281-2/+1
| | | | | united a long time ago (according to WikiPedia). Thanks, wiz, for double-checking!
* Fix typo.wiz2016-06-281-1/+1
|
* Missed one.pgoyette2016-06-281-1/+1
|
* Merge updates from PR bin/42576pgoyette2016-06-285-20/+66
| | | XXX Any typos are mine, not those of the PR submitter!
* Do not pass usleep() values >= 1 million. From Henning Petersen in PR 51286dholland2016-06-271-3/+5
|
* Double the threshold for crashing out with "too many words".dholland2016-06-251-5/+5
|
* Fix the out-of-memory behavior so the message doesn't disappear underdholland2016-06-121-4/+9
| | | endwin(). Related to PR 3126.
* get rid of getschristos2016-06-051-4/+6
|
* tetris(6) is not limited to CRT displays. noted by tnndholland2016-03-121-2/+2
|
* snake(6) supports LCD displays too. (noted by tnn)dholland2016-03-121-2/+2
|
* Center game board on screen. OK from christos@.nat2016-03-033-4/+7
|
* PR/50411: Rin Okuyama: fix two bugs:christos2015-11-062-3/+5
| | | | - clear blocks in the 0 row, otherwise the pile up forever. - black (white) blocks are not shown as "next shape":
* remove cpp abusedholland2015-08-171-9/+14
|
* 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
| | | This commit was approved by christos@
* 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
| | | single central "include.h". Use only headers that are actually needed.
* 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
| | | | | again. Fixes PR 49937. HI MRG
* 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
| | | Use An in AUTHORS section.
* add a 'down' key to tetris, defaulting to 'n'. it move the block downmrg2015-02-192-12/+23
| | | | | a line, if it fits. like most other tetris games have. minor clean up of magic number usage while here.
* 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
| | | | 2) Whitespace 3) You're all too old to be confusing "your" with "you're"
* usage policewiz2014-10-042-8/+8
|
* Imported and adapted from FreeBSD svn r272166 and r272207; this fixesast2014-10-029-124/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | false positives for products of primes larger than 2^16. For example, before this commit: $ /usr/games/primes 4295360521 4295360522 4295360521 but $ /usr/games/factor 4295360521 4295360521: 65539 65539 or $ /usr/games/primes 3825123056546413049 3825123056546413050 3825123056546413049 yet $ /usr/games/factor 3825123056546413049 3825123056546413049: 165479 23115459100831 or $ /usr/games/primes 18446744073709551577 18446744073709551577 although $ /usr/games/factor 18446744073709551577 18446744073709551577: 139646831 132095686967 Incidentally, the above examples show the smallest and largest cases that were erroneously stated as prime in the range 2^32 .. 3825123056546413049 .. 2^64; the primes(6) program now stops at 3825123056546413050 as primality tests on larger integers would be by brute force factorization. In addition, special to the NetBSD version: . for -d option, skip first difference when start is >65537 as it is incorrect . corrected usage to mention both the existing -d as well as the new -h option For original FreeBSD commit message by Colin Percival, see: http://svnweb.freebsd.org/base?view=revision&revision=272166
* adhere to stricter groff checking:christos2014-09-301-10/+9
| | | | | - don't specify distance separation between this and the next column for the last column, since there's no next column. - don't pop environment you did not push
* 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
| | | | | | | | | | | | | | | | | | | | | | Move all the reference manuals to subdirs of /usr/share/doc/reference. We have subdirs ref1-ref9, corresponding to man page sections 1-9. Everything that's the reference manual for a program (sections 1, 6, 8), C interface (sections 2, 3), driver or file system (section 4), format or configuration (section 5), or kernel internal interface (section 9) belongs in here. Section 7 is a little less clear: some things that might go in section 7 if they were a man page aren't really reference manuals. So I'm only putting things in reference section 7 that are (to me) clearly reference material, rather than e.g. tutorials, guides, FAQs, etc. This obviously leaves some room for debate, especially without first editing the docs with this distinction in mind, but if people hate what I've done things can always be moved again. Note also that while roff macro man pages traditionally go in section 7, I have put all the roff documentation (macros, tools, etc.) in one place in reference/ref1/roff. This will make it easier to find and also easier to edit it into some kind of coherent form.
* Rework /usr/share/doc.dholland2014-07-054-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the <bsd.doc.mk> infrastructure, and update the docs to match the new infrastructure. - Build and install text, ps, pdf, and/or html, not roff sources. - Don't wire the chapter numbers into the build system, or use them in the installed pathnames. This didn't matter much when the docs were a museum, but now that we're theoretically going to start maintaining them again, we're going to add and remove documents periodically and having the chapter numbers baked in creates a lot of thrashing for no purpose. - Specify the document name explicitly, rather than implicitly in a path. Use this name (instead of other random strings) as the name of the installed files. - Specify the document section, which is the subdirectory of /usr/share/doc to install into. - Allow multiple subdocuments. (That is, multiple documents in one output directory.) - Enumerate the .png files groff emits along with html so they can be installed. - Remove assorted hand-rolled rules for running roff and roff widgetry and add enough variable settings to make these unnecessary. This includes support for - explicit use of soelim - refer - tbl - pic - eqn - Forcibly apply at least minimal amounts of sanity to certain autogenerated roff files. - Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the build, as they now actually do stuff. Note: currently we can't generate pdf. This turns out to be a nontrivial problem with no immediate solution forthcoming. So for now, as a workaround, install compressed .ps as the printable form.
* 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
| | | | empty board value, and since 7 is white, turn white into black (0) when painting.
* Remove unused.skrll2014-03-301-5/+3
|
* Use bool (not int) for a boolean return type.dholland2014-03-302-5/+5
|