summaryrefslogtreecommitdiff
path: root/games/boggle
AgeCommit message (Expand)Author
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2018-05-01Create a new bsd.hostinit.mk file and put the build definitions for all hostchristos
2016-06-25Double the threshold for crashing out with "too many words".dholland
2014-03-22use size_t instead of int for a lengthdholland
2013-10-19fix unused variable warningschristos
2012-10-13Factor out some common code; pass -Wstrict-overflow.dholland
2011-08-31NULL does not need a castplunky
2011-08-26Use __dead and __printflike instead of __attribute__.dholland
2010-12-05Fix a few of the games to use getprogname() in their usage() functions.pgoyette
2010-12-05Since this game is installed as 'boggle', fix the usage() text to match.pgoyette
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-08-12sprinkle static and prune some dead codedholland
2009-07-13Rename internal getline() function to get_line() so it doesroy
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-09-24PR# 4305: [dM] boggle uses very incomplete wordlist.jmcneill
2006-08-09PR/34175: Zafer Aydogan: touch the window to cause a refresh after helpchristos
2006-03-18fclose() open FILE * even though we are returning to fail anyway.rtr
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-07-01KNF and WARNS=3jmc
2005-04-19Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-01-27Remove uses of __P.jsm
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19rework to use the newer _MKMSGCREATE (et al) macroslukem
2003-10-19Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-27Fix macro order, and quote question mark.wiz
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26New sentences begin on new lines.wiz
2002-09-19Slight redux.mycroft
2002-09-19select() -> poll(), nanosleep()mycroft
2002-09-18some makefile de-lintinglukem
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-03-05There is no need to explcitly use ${.OBJDIR}; it's implied.thorpej
2001-12-12MKfoo=no -> NOfoo=tv
2001-08-29Ensure trailing newline is present on error and warning messages (lostjsm
2001-04-02mdoc'ify, and clean up in the process.wiz
2001-02-05fix nested externchristos
2000-12-30${PRINTOBJDIR}ifysommerfeld
2000-07-31Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> errsimonb
2000-07-31Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/warnxsimonb
2000-05-08Use setgid(), not setregid().mycroft
2000-04-14Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb
2000-03-13Fix doubled 'the' in comment.soren
2000-01-23More .mk file fallout. *sigh*mycroft
1999-12-07If the dictionary for boggle does not include words beginning withjsm
1999-09-19Further warning fix for mkdict.jsm
1999-09-19Add alternative style for commands at end of game (#ifdef NEW_STYLE).jsm