summaryrefslogtreecommitdiff
path: root/games/boggle
AgeCommit message (Expand)Author
2023-10-10Print non-literal string with "%s"Theo Buehler
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2016-09-12If boardspec doesn't consist entirely of lower case letters, there will beTheo Buehler
2016-09-12fix init, from randy hartman; ok tb@Otto Moerbeek
2016-09-11Callers of time(3) should #include <time.h>.Theo Buehler
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-08-27Pull in <time.h> for time() and perhaps other functionsPhilip Guenther
2016-03-07- General changes:mestre
2016-01-10Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-10Remove unnecessary headersmestre
2016-01-07Some basic code maintenance in games/tb
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2015-12-27remove unused variablesCharles Longeau
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-11-30pledge "stdio rpath tty" for boggle.tb
2015-11-05ctype functions take unsigned char values.Philip Guenther
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-09-12use .Cm rather than .Ar for fixed string argumentsIngo Schwarze
2014-12-04Stop people from cheating. Especially those that believe in FIPS, theyTheo de Raadt
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-09-28I was mistaken: Nothing's wrong with contractions, they're just a normalIngo Schwarze
2014-09-26Add missing .An macros (found with mandoc -Tlint) andIngo Schwarze
2013-09-12Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.Kenneth R Westerback
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-21correct number of total words on the "Score:" lineIngo Schwarze
2008-08-12Fix a typo in a comment. From dawedawe@gmx.de.Marc Balmer
2008-08-04Accept 'q' or 'Q' for quit at the --More-- prompt.Todd C. Miller
2008-04-05No need to say BSD only, this is OpenBSD. Also, remove part aboutTodd C. Miller
2008-03-26Bomb out if we cannot read the input. This happens when selectTodd C. Miller
2008-03-24remove dependency on recalloc()Todd C. Miller
2008-03-20Add single line descriptions for the -B and -c flags.Todd C. Miller
2008-03-20Update usage in help file.Todd C. Miller
2008-03-20Remove a bug that I fixed.Todd C. Miller
2008-03-20Make the bog code generic enough to handle arbitrary NxN grids andTodd C. Miller
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-24fix program name in usage, use __prognameMartin Reindl
2006-04-11even better; tobias@bugol.deTheo de Raadt
2006-04-11oopsTheo de Raadt
2006-04-10atoi() -> strtonum(), also better handling of /0 problem spotted byTheo de Raadt
2006-04-03typo; from tobias stoeckmannJason McIntyre
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt