summaryrefslogtreecommitdiffstats
path: root/boggle
Commit message (Collapse)AuthorAgeFilesLines
* fclose() open FILE * even though we are returning to fail anyway.rtr2006-03-181-3/+5
| | | silences coverity, CID 1590 / run 5
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-9/+9
| | | Sort sections if necessary. Use more/better markup.
* KNF and WARNS=3jmc2005-07-019-126/+81
|
* Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig2005-04-191-3/+3
| | | to unsigned char. Approved by christos.
* Add (unsigned char) cast to ctype functionsdsl2004-11-052-8/+8
|
* Remove uses of __P.jsm2004-01-275-60/+60
|
* Rework how MAKEVERBOSE operates:lukem2003-10-211-7/+3
| | | | | | | | | | * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-3/+3
|
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+7
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0711-74/+30
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Fix macro order, and quote question mark.wiz2003-06-271-2/+2
|
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-3/+2
|
* New sentences begin on new lines.wiz2002-09-261-3/+3
| | | Patch from Richard Elz, slightly improved by yours truly.
* Slight redux.mycroft2002-09-191-6/+6
|
* select() -> poll(), nanosleep()mycroft2002-09-191-12/+10
|
* some makefile de-lintinglukem2002-09-182-4/+6
|
* use NETBSDSRCDIR as appropriatelukem2002-09-181-2/+2
|
* There is no need to explcitly use ${.OBJDIR}; it's implied.thorpej2002-03-051-5/+5
|
* MKfoo=no -> NOfoo=tv2001-12-122-4/+4
|
* Ensure trailing newline is present on error and warning messages (lostjsm2001-08-291-3/+3
| | | in previous conversion from <err.h> functions to ISO C ones).
* mdoc'ify, and clean up in the process.wiz2001-04-021-51/+62
|
* fix nested externchristos2001-02-054-21/+20
|
* ${PRINTOBJDIR}ifysommerfeld2000-12-301-6/+5
|
* Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> errsimonb2000-07-311-12/+11
| | | | | function for host programs - use portable ANSI constructs instead. Patches from Chris Demetriou.
* Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/warnxsimonb2000-07-311-14/+13
| | | | | functions for host programs - use portable ANSI constructs instead. Patches from Chris Demetriou.
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-142-36/+10
| | | | for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
* Fix doubled 'the' in comment.soren2000-03-131-3/+3
|
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* If the dictionary for boggle does not include words beginning withjsm1999-12-071-3/+13
| | | | | every letter, add appropriate index lines. Problem reported by Mike Castle <dalgoda@ix.netcom.com> against the Linux port of the NetBSD games collection.
* Further warning fix for mkdict.jsm1999-09-191-6/+4
|
* Add alternative style for commands at end of game (#ifdef NEW_STYLE).jsm1999-09-191-2/+21
|
* Warning cleanup for boggle's mkdict and mkindex.jsm1999-09-182-11/+15
|
* Fix -Wsign-compare warnings.jsm1999-09-181-3/+3
|
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+3
|
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-102-4/+12
|
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-1/+3
| | | are used.
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-5/+5
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-085-53/+56
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* Drop setgid privs early. Via OpenBSD, reported in PR 5970 byhubertf1999-07-211-2/+5
| | | Joseph Myers <jsm28@cam.ac.uk>
* From PR 7988 by Joseph Myers <jsm28@cam.ac.uk>: use the symbolichubertf1999-07-141-5/+5
| | | | name SEEK_SET for values which end up as the third argument of fseek(), rather than a hard-coded 0.
* convert from NOxxx= to MKxxx=no.lukem1999-02-134-8/+12
| | | include <bsd.own.mk> if testing a MKxxx variable.
* make objdir-awarehubertf1998-11-091-5/+5
|
* don't install in /usr/share if NOSHARE is definedlukem1998-09-292-4/+9
|
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
|
* remove unused args from main(), as per PR#5867hubertf1998-09-111-5/+3
|
* Add braces to make the new egcs happy.veego1998-08-301-4/+6
|
* use HOST_CPPFLAGS not HOST_CFLAGSlukem1998-04-132-4/+4
|
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Use -ltermcap instead of -ltermlibchristos1998-02-051-3/+3
|