aboutsummaryrefslogtreecommitdiff
path: root/games/primes/pattern.c
Commit message (Collapse)AuthorAgeFilesLines
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-021-444/+0
| | | | | | | | | | | | (or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015 Notes: svn path=/head/; revision=288485
* Remove the third clause for the Berkeley parts of games, per theWarner Losh2010-02-151-5/+1
| | | | | | | letter in /COPYRIGHT. Notes: svn path=/head/; revision=203932
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Style fixes to: #include ordering; use const and static; ANSI functions;Tony Finch2002-10-091-2/+4
| | | | | | | | | | | | various usage synopses; bogus and/or unnecessary casting; exit values; use LINE_MAX instead of magic numbers; declare extern variables in a header; add $FreeBSD$ where missing. Reviewed by: markm, obrien Obtained from: NetBSD | fanf Notes: svn path=/head/; revision=104720
* staticize functions and variablesBill Fumerola2002-02-211-1/+3
| | | | | | | | | change function declarations to ANSI change a variable that stores sizeof() values to size_t use return to escape the end of main(), not exit(3) Notes: svn path=/head/; revision=91027
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-0/+4
| | | | Notes: svn path=/head/; revision=53920
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8856
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-041-0/+440
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490