]> git.cameronkatri.com Git - bsdgames-darwin.git/history - hunt/hunt
cgram: rename local functions
[bsdgames-darwin.git] / hunt / hunt /
2021-03-28 Cameron KatriUse PREFIX now
2021-02-22 Cameron KatriGet all the games compiling for iOS
2019-10-13 mrgintroduce some common variables for use in GCC warning...
2014-03-30 skrllRemove unused.
2014-03-30 dhollandUse the curses beep function instead of writing a beep...
2014-03-30 dhollandcurses has printw, use it.
2014-03-30 dhollanddon't use the preprocessor to rename curses functions...
2014-03-30 dhollandfix off-by-one
2014-03-30 dhollandInstead of #define STDIN 0, use STDIN_FILENO.
2014-03-30 dhollandRemove SHORTLEN and LONGLEN defines; use sizeof() prope...
2014-03-30 dhollandNaming reform for socket pieces, akin to what I did...
2014-03-30 dhollandI wish the socket API didn't require casts. Easy to...
2014-03-30 dhollandfix obvious mistake (seems to have been there since...
2014-03-30 dhollandTidy up list of broadcast addresses.
2014-03-30 dhollandClean up the handling of the list of hunt daemons.
2014-03-30 dhollanduse fewer globals
2014-03-30 dhollandmore cleanup
2014-03-30 dhollandunexpose some globals that server.c previously required
2014-03-30 dhollandname reform, fewer file statics
2014-03-30 dhollandgoto considered harmful
2014-03-30 dhollandsplit off a bunch of the nastier network code into...
2014-03-30 dhollandWhen indexing an array with a char, cast it to unsigned...
2014-03-29 dhollandgroup external functions by where they come from
2014-03-29 dhollandbe consistent about whether functions are static
2014-03-29 dhollandhandle compiled-in pathnames the customary way
2014-03-29 dhollandmake some globals static
2014-03-29 dhollandSplit hunt and huntd's includes, instead of incestuousl...
2014-03-29 dhollandRemove unsafe and unnecessary pointer casts.
2014-03-29 dhollandcatch up to huntd changes.
2011-09-01 plunkyreinstate NULL cast by request, where the NULL was...
2011-08-31 plunkyNULL does not need a cast
2011-05-23 joergDon't use variables as format string.
2011-01-05 dhollandavoid unnecessary cast (hi wiz)
2011-01-05 wizFix realloc error. Found by cppcheck.
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2010-02-03 royUserland now builds and uses terminfo instead of termcap.
2009-08-27 dhollandu_int32_t -> uint32_t
2009-08-12 dhollandsprinkle static and prune some dead code
2009-07-04 dhollandRemove config options for 4.2BSD and 4.3BSD, and associ...
2009-07-04 dhollandRemove the non-curses screen handling, since it relies...
2009-07-04 dhollandRemove config for the return type of signal handlers...
2009-07-04 dhollandVarious minor fixes, mostly from OpenBSD.
2009-07-04 dhollandWhitespace.
2009-07-04 dhollandANSIfy function declarations.
2009-07-04 dhollandRemove two more bogus casts. These *do* create object...
2009-07-04 dhollandRemove bogus casts. Two object file diffs inspected...
2009-06-28 dhollandsprintf -> snprintf
2009-03-11 joergFix markup
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
2008-01-28 dhollandclean for WARNS=4
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2006-05-09 mrgchange (mostly) int to socklen_t. GCC 4 doesn't like...
2006-03-19 christosCoverity CID 1443: Prevent static overrun.
2006-03-17 absadd more "ifdef notdef" around unused sections - addres...
2005-09-15 wizDrop trailing whitespace.
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-02-08 jsmMark unused parameters, nonreturning functions and...
2004-01-27 jsmRemove uses of __P.
2003-06-11 wizMake build.
2003-06-11 wizMerge with v20030416.
2003-06-11 martinMake this work on 64 bit big endian platforms.
2003-05-14 wizsetup -> set up.
2003-05-03 christosdon't print error messages using warn, because we clear...
2003-04-01 drochnerRewrite broken broadcast interface detection code using...
2003-02-26 jdcMake this work on sparc64 (don't use long and assume...
2003-02-25 wiz.Nm does not need a dummy argument ("") before punctuat...
2003-02-23 wiz.Nm still needs "".
2002-12-06 thorpejAvoid strict alias warning.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-09-20 mycroftRemove an unused declaration.
2002-09-20 mycroftIf we're searching for a huntd, probe local_address...
2002-09-20 mycroftselect() -> poll()
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-04-04 wizmdoc'ify.
2001-02-05 christoseliminate nested externs
2000-04-14 simonbDon't declare 'extern opt*' getopt variables.
2000-03-02 kleinkInclude <sys/param.h> for MAXHOSTNAMELEN.
2000-01-21 mycroftNuke `extern int errno;' in code we compile with -Wstri...
1999-04-18 simonbDon't frob the interals of a WINDOW*, use the mvinch...
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-08-30 veegoAdd braces to make the new egcs happy.
1998-07-06 mrg- use an array MAXHOSTNAMELEN+1 size to hold hostnames
1998-03-29 mrgchange static to static int
1998-02-18 jtcSimply include -lcurses instead of -lcurses -ltermcap
1997-11-19 mrgmove hunt under dm(6)
1997-11-05 raggeMust have the correct library link order to be able...
1997-10-22 lukemuse CPPFLAGS instead of CFLAGS
1997-10-20 lukemFD_ZERO select mask before FD_SET-ing it
1997-10-11 lukemuse err/warn instead of perror
1997-10-10 lukemYet Another Monster Commit:
1997-10-04 mrgnote that huntd lives in /usr/games.
1997-10-04 mrgbuild hunt.
1997-10-04 mrghunt version 1993-07-17