summaryrefslogtreecommitdiffstats
path: root/boggle/mkdict
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-3/+3
|
* Use PREFIX nowCameron Katri2021-03-281-1/+1
|
* Get all the games compiling for iOSCameron Katri2021-02-222-6/+235980
|
* Create a new bsd.hostinit.mk file and put the build definitions for all hostchristos2018-05-011-2/+2
| | | | | | programs there; make all Makefiles that use bsd.hostprog.mk include it. Namely turn off MKREPRO and don't make lint, man pages, info files etc. Remove the Makefile.inc files that contained these same settings, and remove the settings from Makefile.host
* KNF and WARNS=3jmc2005-07-011-7/+3
|
* Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig2005-04-191-3/+3
| | | to unsigned char. Approved by christos.
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* some makefile de-lintinglukem2002-09-181-2/+3
|
* MKfoo=no -> NOfoo=tv2001-12-121-2/+2
|
* 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).
* 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.
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-141-18/+5
| | | | for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
* Further warning fix for mkdict.jsm1999-09-191-6/+4
|
* Warning cleanup for boggle's mkdict and mkindex.jsm1999-09-181-6/+8
|
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-101-2/+6
|
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+2
| | | include <bsd.own.mk> if testing a MKxxx variable.
* use HOST_CPPFLAGS not HOST_CFLAGSlukem1998-04-131-2/+2
|
* use CPPFLAGS instead of CFLAGSlukem1997-10-261-2/+2
|
* minor KNFifylukem1997-10-111-8/+7
|
* Use proginstall:: to disable installing PROG.mycroft1997-05-071-2/+3
|
* Allow boggle to be cross-compiled; the mkdict and mkindex programsthorpej1997-04-281-2/+12
| | | are used only by the hosting system.
* Yow, cvs commit in the wrong directory... Bad, Jason, no biscuit!thorpej1997-04-191-6/+6
|
* Allow this to be cross-compiled.thorpej1997-04-191-6/+6
|
* add/fix id tagscgd1995-03-212-0/+7
|
* boggle(6), from 44litejtc1994-10-212-0/+133