]> git.cameronkatri.com Git - bsdgames-darwin.git/history - boggle
don't try to switch a char and have a case of EOF - use an int.
[bsdgames-darwin.git] / boggle /
2006-03-18 rtrfclose() open FILE * even though we are returning to...
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2005-07-01 jmcKNF and WARNS=3
2005-04-19 rilligFixed wrong use of the <ctype.h> functions by adding...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2003-10-21 lukemRework how MAKEVERBOSE operates:
2003-10-19 lukemrework to use the newer _MKMSGCREATE (et al) macros
2003-10-19 lukemSupport MAKEVERBOSE. (Some host tools still generate...
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2003-06-27 wizFix macro order, and quote question mark.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-09-19 mycroftSlight redux.
2002-09-19 mycroftselect() -> poll(), nanosleep()
2002-09-18 lukemsome makefile de-linting
2002-09-18 lukemuse NETBSDSRCDIR as appropriate
2002-03-05 thorpejThere is no need to explcitly use ${.OBJDIR}; it's...
2001-12-12 tvMKfoo=no -> NOfoo=
2001-08-29 jsmEnsure trailing newline is present on error and warning...
2001-04-02 wizmdoc'ify, and clean up in the process.
2001-02-05 christosfix nested extern
2000-12-30 sommerfeld${PRINTOBJDIR}ify
2000-07-31 simonbDon't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros...
2000-07-31 simonbDon't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros...
2000-05-08 mycroftUse setgid(), not setregid().
2000-04-14 simonbGreatly simplify these by using <bsd.hostprog.mk>....
2000-03-13 sorenFix doubled 'the' in comment.
2000-01-23 mycroftMore .mk file fallout. *sigh*
1999-12-07 jsmIf the dictionary for boggle does not include words...
1999-09-19 jsmFurther warning fix for mkdict.
1999-09-19 jsmAdd alternative style for commands at end of game ...
1999-09-18 jsmWarning cleanup for boggle's mkdict and mkindex.
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-17 jsmFix some uses of NULL as non-pointer and 0 for null...
1999-09-10 jsmCheck for write errors in auxiliary programs used durin...
1999-09-09 jsmInclude <time.h> in various places in the games where...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
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...
1999-02-13 lukemconvert from NOxxx= to MKxxx=no.
1998-11-09 hubertfmake objdir-aware
1998-09-29 lukemdon't install in /usr/share if NOSHARE is defined
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-09-11 hubertfremove unused args from main(), as per PR#5867
1998-08-30 veegoAdd braces to make the new egcs happy.
1998-04-13 lukemuse HOST_CPPFLAGS not HOST_CFLAGS
1998-02-18 jtcSimply include -lcurses instead of -lcurses -ltermcap
1998-02-05 christosUse -ltermcap instead of -ltermlib
1997-10-26 lukemuse CPPFLAGS instead of CFLAGS
1997-10-13 cjstime_t != long; cast it.
1997-10-11 mycroftUse bsd.subdir.mk as appropriate.
1997-10-11 lukemminor KNFify
1997-10-10 lukemWARNSify
1997-05-07 mycroftUse proginstall:: to disable installing PROG.
1997-05-07 mycroftAdd .MAKE to the .OBJDIR hacks, so they work with ...
1997-04-30 christosPR/3557: Dave Huang: use web2 not web2a
1997-04-28 thorpejAllow boggle to be cross-compiled; the mkdict and mkind...
1997-04-19 thorpejYow, cvs commit in the wrong directory... Bad, Jason...
1997-04-19 thorpejAllow this to be cross-compiled.
1997-04-01 christosMake sure that the dictionary and indexing programs...
1997-04-01 christos- Don't depend on installed ${DESTDIR}/usr/share/dict...
1997-03-24 christos- Makefile cleanups
1997-01-07 tlsSync to 4.4BSD-Lite2
1996-10-18 thorpejUse ${INSTALL}.
1996-09-26 mrguse words from $DESTDIR.
1995-04-28 mycroftUse tcflush().
1995-04-27 mycroftUse POSIX signal and tty semantics.
1995-04-24 cgdVarious changes to make games compile w/o warnings...
1995-04-20 mycroftRemove read-only files before trying to rewrite them...
1995-03-21 cgdadd/fix id tags
1995-03-01 glassremove extra tab
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-12-22 cgdspecify man pages the new way.
1994-11-30 pkRemove hard-coded object directory.
1994-10-21 jtcboggle(6), from 44lite