summaryrefslogtreecommitdiff
path: root/games/boggle
AgeCommit message (Expand)Author
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
1999-09-18Warning cleanup for boggle's mkdict and mkindex.jsm
1999-09-18Fix -Wsign-compare warnings.jsm
1999-09-17Fix some uses of NULL as non-pointer and 0 for null pointer.jsm
1999-09-10Check for write errors in auxiliary programs used during build of games.jsm
1999-09-09Include <time.h> in various places in the games where time() or time_tjsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1999-07-21Drop setgid privs early. Via OpenBSD, reported in PR 5970 byhubertf
1999-07-14From PR 7988 by Joseph Myers <jsm28@cam.ac.uk>: use the symbolichubertf
1999-02-13convert from NOxxx= to MKxxx=no.lukem