summaryrefslogtreecommitdiffstats
path: root/games/boggle (follow)
Commit message (Expand)AuthorAgeFilesLines
* If boardspec doesn't consist entirely of lower case letters, there will betb2016-09-121-13/+11
* fix init, from randy hartman; ok tb@otto2016-09-121-2/+3
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* Pull in <sys/select.h> for fd_setguenther2016-08-271-1/+3
* Pull in <time.h> for time() and perhaps other functionsguenther2016-08-271-1/+2
* - General changes:mestre2016-03-071-3/+3
* Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre2016-01-102-4/+4
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-102-4/+2
* Remove unnecessary headersmestre2016-01-105-16/+6
* Some basic code maintenance in games/tb2016-01-075-13/+24
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-032-4/+2
* remove unused variableschl2015-12-271-2/+2
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* pledge "stdio rpath tty" for boggle.tb2015-11-301-1/+4
* ctype functions take unsigned char values.guenther2015-11-051-24/+36
* Cast toupper()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Cast islower()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Cast islower()'s argument to unsigned char.mmcc2015-10-241-2/+2
* use .Cm rather than .Ar for fixed string argumentsschwarze2015-09-121-7/+7
* Stop people from cheating. Especially those that believe in FIPS, theyderaadt2014-12-045-32/+17
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-2/+1
* Userland reallocarray() audit.doug2014-10-111-4/+4
* I was mistaken: Nothing's wrong with contractions, they're just a normalschwarze2014-09-281-3/+3
* Add missing .An macros (found with mandoc -Tlint) andschwarze2014-09-261-4/+5
* Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.krw2013-09-121-2/+2
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-181-5/+5
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-043-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-277-81/+7
* correct number of total words on the "Score:" lineschwarze2009-05-211-5/+5
* Fix a typo in a comment. From dawedawe@gmx.de.mbalmer2008-08-121-3/+3
* Accept 'q' or 'Q' for quit at the --More-- prompt.millert2008-08-041-2/+9
* No need to say BSD only, this is OpenBSD. Also, remove part aboutmillert2008-04-051-6/+1
* Bomb out if we cannot read the input. This happens when selectmillert2008-03-262-7/+11
* remove dependency on recalloc()millert2008-03-241-5/+5
* Add single line descriptions for the -B and -c flags.millert2008-03-201-0/+2
* Update usage in help file.millert2008-03-201-9/+9
* Remove a bug that I fixed.millert2008-03-201-7/+1
* Make the bog code generic enough to handle arbitrary NxN grids andmillert2008-03-206-140/+299
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-5/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* fix program name in usage, use __prognamemartin2006-12-241-3/+6
* even better; tobias@bugol.dederaadt2006-04-111-4/+2
* oopsderaadt2006-04-111-3/+3
* atoi() -> strtonum(), also better handling of /0 problem spotted byderaadt2006-04-101-4/+11
* typo; from tobias stoeckmannjmc2006-04-031-3/+3
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-271-2/+5
* more ansi; khalek@linuxgamers.netderaadt2004-07-108-115/+66
* escape punctuation;jmc2003-09-021-2/+2
* add missing includesdavid2003-07-101-2/+3
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-8/+1