| History log of /src/games/boggle/mkindex |
| Revision | Date | Author | Comments |
| 1.11 | 01-May-2018 |
christos | Create a new bsd.hostinit.mk file and put the build definitions for all host 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
|
| 1.10 | 18-Sep-2002 |
lukem | branches: 1.10.94; some makefile de-linting
|
| 1.9 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo=
|
| 1.8 | 14-Apr-2000 |
simonb | Greatly simplify these by using <bsd.hostprog.mk>. Should do the same for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
|
| 1.7 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.6 | 13-Apr-1998 |
lukem | use HOST_CPPFLAGS not HOST_CFLAGS
|
| 1.5 | 26-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
| 1.4 | 07-May-1997 |
mycroft | branches: 1.4.2; Use proginstall:: to disable installing PROG.
|
| 1.3 | 28-Apr-1997 |
thorpej | Allow boggle to be cross-compiled; the mkdict and mkindex programs are used only by the hosting system.
|
| 1.2 | 21-Mar-1995 |
cgd | add/fix id tags
|
| 1.1 | 21-Oct-1994 |
jtc | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 21-Oct-1994 |
jtc | boggle(6), from 44lite
|
| 1.4.2.1 | 08-Nov-1997 |
lukem | pull up rev 1.5 (approved by thorpej)
|
| 1.10.94.1 | 02-May-2018 |
pgoyette | Synch with HEAD
|
| 1.12 | 02-May-2021 |
rillig | games: remove trailing whitespace in *.c and *.h
|
| 1.11 | 12-Aug-2009 |
dholland | sprinkle static and prune some dead code
|
| 1.10 | 01-Jul-2005 |
jmc | KNF and WARNS=3
|
| 1.9 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22269, verified by myself.
|
| 1.8 | 31-Jul-2000 |
simonb | Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err function for host programs - use portable ANSI constructs instead.
Patches from Chris Demetriou.
|
| 1.7 | 07-Dec-1999 |
jsm | If the dictionary for boggle does not include words beginning with every letter, add appropriate index lines. Problem reported by Mike Castle <dalgoda@ix.netcom.com> against the Linux port of the NetBSD games collection.
|
| 1.6 | 18-Sep-1999 |
jsm | branches: 1.6.4; Warning cleanup for boggle's mkdict and mkindex.
|
| 1.5 | 10-Sep-1999 |
jsm | Check for write errors in auxiliary programs used during build of games.
|
| 1.4 | 11-Sep-1998 |
hubertf | remove unused args from main(), as per PR#5867
|
| 1.3 | 11-Oct-1997 |
lukem | minor KNFify
|
| 1.2 | 21-Mar-1995 |
cgd | add/fix id tags
|
| 1.1 | 21-Oct-1994 |
jtc | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 21-Oct-1994 |
jtc | boggle(6), from 44lite
|
| 1.6.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|