summaryrefslogtreecommitdiffstats
path: root/boggle/boggle
Commit message (Collapse)AuthorAgeFilesLines
* Double the threshold for crashing out with "too many words".dholland2016-06-251-5/+5
|
* use size_t instead of int for a lengthdholland2014-03-221-3/+3
|
* fix unused variable warningschristos2013-10-191-2/+3
|
* Factor out some common code; pass -Wstrict-overflow.dholland2012-10-131-23/+24
|
* NULL does not need a castplunky2011-08-312-6/+6
|
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-3/+3
|
* Fix a few of the games to use getprogname() in their usage() functions.pgoyette2010-12-051-3/+4
| | | | | | Suggested by Joerg. XXX There are probably many more that have their progname hard-coded, but XXX I'm not up for a wholesale roto-till at the moment.
* Since this game is installed as 'boggle', fix the usage() text to match.pgoyette2010-12-051-3/+3
|
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
| | | | This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies.
* sprinkle static and prune some dead codedholland2009-08-123-42/+35
|
* Rename internal getline() function to get_line() so it doesroy2009-07-133-8/+8
| | | conflict with the soon to be added getline(3) libc function.
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+6
| | | next curses call
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-5/+5
|
* PR# 4305: [dM] boggle uses very incomplete wordlist.jmcneill2006-09-241-2/+7
|
* PR/34175: Zafer Aydogan: touch the window to cause a refresh after helpchristos2006-08-092-18/+20
| | | Also use CTRL instead of \xxx
* 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-017-112/+75
|
* Add (unsigned char) cast to ctype functionsdsl2004-11-052-8/+8
|
* Remove uses of __P.jsm2004-01-275-60/+60
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-079-60/+24
| | | 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
|
* mdoc'ify, and clean up in the process.wiz2001-04-021-51/+62
|
* fix nested externchristos2001-02-054-21/+20
|
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* Fix doubled 'the' in comment.soren2000-03-131-3/+3
|
* Add alternative style for commands at end of game (#ifdef NEW_STYLE).jsm1999-09-191-2/+21
|
* 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
|
* 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-131-2/+4
| | | include <bsd.own.mk> if testing a MKxxx variable.
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
|
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
|
* Add braces to make the new egcs happy.veego1998-08-301-4/+6
|
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Use -ltermcap instead of -ltermlibchristos1998-02-051-3/+3
|
* time_t != long; cast it.cjs1997-10-131-3/+3
|
* minor KNFifylukem1997-10-114-34/+33
|
* WARNSifylukem1997-10-106-17/+32
|
* - Makefile cleanupschristos1997-03-241-5/+3
|
* Sync to 4.4BSD-Lite2tls1997-01-071-3/+4
|