index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
boggle
Age
Commit message (
Expand
)
Author
2021-05-02
games: remove trailing whitespace in *.c and *.h
rillig
2018-05-01
Create a new bsd.hostinit.mk file and put the build definitions for all host
christos
2016-06-25
Double the threshold for crashing out with "too many words".
dholland
2014-03-22
use size_t instead of int for a length
dholland
2013-10-19
fix unused variable warnings
christos
2012-10-13
Factor out some common code; pass -Wstrict-overflow.
dholland
2011-08-31
NULL does not need a cast
plunky
2011-08-26
Use __dead and __printflike instead of __attribute__.
dholland
2010-12-05
Fix a few of the games to use getprogname() in their usage() functions.
pgoyette
2010-12-05
Since this game is installed as 'boggle', fix the usage() text to match.
pgoyette
2010-02-06
When using -lcurses, you also need -lterminfo.
he
2009-08-12
sprinkle static and prune some dead code
dholland
2009-07-13
Rename internal getline() function to get_line() so it does
roy
2008-08-08
if initscr() fails, exit with a message rather than crash in the
drochner
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2006-09-24
PR# 4305: [dM] boggle uses very incomplete wordlist.
jmcneill
2006-08-09
PR/34175: Zafer Aydogan: touch the window to cause a refresh after help
christos
2006-03-18
fclose() open FILE * even though we are returning to fail anyway.
rtr
2005-09-15
Use standard AUTHORS section header. From YOMURA Masanori in private mail
wiz
2005-07-01
KNF and WARNS=3
jmc
2005-04-19
Fixed wrong use of the <ctype.h> functions by adding an explicit conversion
rillig
2004-11-05
Add (unsigned char) cast to ctype functions
dsl
2004-01-27
Remove uses of __P.
jsm
2003-10-21
Rework how MAKEVERBOSE operates:
lukem
2003-10-19
rework to use the newer _MKMSGCREATE (et al) macros
lukem
2003-10-19
Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)
lukem
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-27
Fix macro order, and quote question mark.
wiz
2002-09-26
Lots of minor fixes resulting from reading these man pages in detail.
wiz
2002-09-26
New sentences begin on new lines.
wiz
2002-09-19
Slight redux.
mycroft
2002-09-19
select() -> poll(), nanosleep()
mycroft
2002-09-18
some makefile de-linting
lukem
2002-09-18
use NETBSDSRCDIR as appropriate
lukem
2002-03-05
There is no need to explcitly use ${.OBJDIR}; it's implied.
thorpej
2001-12-12
MKfoo=no -> NOfoo=
tv
2001-08-29
Ensure trailing newline is present on error and warning messages (lost
jsm
2001-04-02
mdoc'ify, and clean up in the process.
wiz
2001-02-05
fix nested extern
christos
2000-12-30
${PRINTOBJDIR}ify
sommerfeld
2000-07-31
Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err
simonb
2000-07-31
Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/warnx
simonb
2000-05-08
Use setgid(), not setregid().
mycroft
2000-04-14
Greatly simplify these by using <bsd.hostprog.mk>. Should do the same
simonb
2000-03-13
Fix doubled 'the' in comment.
soren
2000-01-23
More .mk file fallout. *sigh*
mycroft
1999-12-07
If the dictionary for boggle does not include words beginning with
jsm
1999-09-19
Further warning fix for mkdict.
jsm
1999-09-19
Add alternative style for commands at end of game (#ifdef NEW_STYLE).
jsm
[next]