]> git.cameronkatri.com Git - bsdgames-darwin.git/history - boggle/boggle/bog.c
use size_t instead of int for a length
[bsdgames-darwin.git] / boggle / boggle / bog.c
2014-03-22 dhollanduse size_t instead of int for a length
2012-10-13 dhollandFactor out some common code; pass -Wstrict-overflow.
2011-08-26 dhollandUse __dead and __printflike instead of __attribute__.
2010-12-05 pgoyetteFix a few of the games to use getprogname() in their...
2010-12-05 pgoyetteSince this game is installed as 'boggle', fix the usage...
2009-08-12 dhollandsprinkle static and prune some dead code
2009-07-13 royRename internal getline() function to get_line() so...
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2006-08-09 christosPR/34175: Zafer Aydogan: touch the window to cause...
2005-07-01 jmcKNF and WARNS=3
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2000-05-08 mycroftUse setgid(), not setregid().
1999-09-19 jsmAdd alternative style for commands at end of game ...
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-17 jsmFix some uses of NULL as non-pointer and 0 for null...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1999-07-21 hubertfDrop setgid privs early. Via OpenBSD, reported in PR...
1999-07-14 hubertfFrom PR 7988 by Joseph Myers <jsm28@cam.ac.uk>: use...
1998-08-30 veegoAdd braces to make the new egcs happy.
1997-10-11 lukemminor KNFify
1997-10-10 lukemWARNSify
1997-01-07 tlsSync to 4.4BSD-Lite2
1995-04-24 cgdVarious changes to make games compile w/o warnings...
1995-03-21 cgdadd/fix id tags
1994-12-29 philmake the code agree with documentation and usage()...
1994-12-29 philDon't try to process args if they aren't there.
1994-10-21 jtcboggle(6), from 44lite