summaryrefslogtreecommitdiffstats
path: root/boggle
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* use CPPFLAGS instead of CFLAGSlukem1997-10-262-4/+4
|
* time_t != long; cast it.cjs1997-10-131-3/+3
|
* Use bsd.subdir.mk as appropriate.mycroft1997-10-111-1/+2
|
* minor KNFifylukem1997-10-116-46/+44
|
* WARNSifylukem1997-10-106-17/+32
|
* Use proginstall:: to disable installing PROG.mycroft1997-05-072-4/+6
|
* Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.mycroft1997-05-071-5/+3
|
* PR/3557: Dave Huang: use web2 not web2achristos1997-04-301-2/+2
|
* Allow boggle to be cross-compiled; the mkdict and mkindex programsthorpej1997-04-282-4/+24
| | | 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
|
* Make sure that the dictionary and indexing programs are made.christos1997-04-011-6/+12
|
* - Don't depend on installed ${DESTDIR}/usr/share/dict/words; pick up thechristos1997-04-011-4/+4
| | | | dictionary from the sources. - Don't depend on the locally built indexing programs to build the dictionaries.
* - Makefile cleanupschristos1997-03-242-18/+21
|
* Sync to 4.4BSD-Lite2tls1997-01-071-3/+4
|
* Use ${INSTALL}.thorpej1996-10-181-2/+2
|
* use words from $DESTDIR.mrg1996-09-261-2/+2
|
* Use tcflush().mycroft1995-04-281-6/+4
|
* Use POSIX signal and tty semantics.mycroft1995-04-271-10/+14
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-244-17/+19
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* Remove read-only files before trying to rewrite them. From Greg Hudson.mycroft1995-04-201-1/+3
|
* add/fix id tagscgd1995-03-2116-1/+55
|
* remove extra tabglass1995-03-011-2/+2
|
* make the code agree with documentation and usage() for final twophil1994-12-291-6/+14
| | | options.
* Don't try to process args if they aren't there.phil1994-12-291-13/+15
|
* specify man pages the new way.cgd1994-12-221-1/+1
|
* Remove hard-coded object directory.pk1994-11-301-2/+8
|
* boggle(6), from 44litejtc1994-10-2117-0/+2628