]> git.cameronkatri.com Git - bsdgames-darwin.git/history - monop
Fix (another) typo in comment
[bsdgames-darwin.git] / monop /
2008-02-19 dhollandFix (another) typo in comment
2008-02-19 dhollandFix typo in comment
2008-01-28 dhollandMake this build with WARNS=4.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2007-11-17 dogcowA terrible kludge: don't compile/link malloc.c if arch...
2006-03-19 christosCoverity CID 998: Possible NULL pointer deref. Actually...
2006-03-19 christosfix typo
2006-03-19 christosCoverity CID 1004: Fix NULL deref.
2006-03-19 christosCoverity CID 1005: Fix NULL deref and incorrect variabl...
2006-01-20 eladbetter handle ^d in getinp(), so we dont loop endlessly.
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2004-12-14 nathanwConvert from libc/threadlib-style mutex protection...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2004-01-26 jsmRename yn to yncoms to avoid conflict with GCC 3.4...
2003-11-16 lukemImprove how various "simple" host tools are built and...
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 wizQuote question mark.
2003-04-26 wizFix some nits, do not mark up i.e. too much. From jmc...
2003-04-21 christosPR/8247: Simon Burge: monop(6) save/restore doesn't...
2003-04-21 christosuse an sbrk() only malloc() because save and restore...
2003-01-06 wizinterrupt with two rs.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-08-12 itojuncalloc() arg mistake. it's (nelem, size). from openbsd
2002-06-02 wizde-register
2002-03-05 thorpejNo need to reference .OBJDIR here.
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-09-18 wizGive initiali[sz]e all the "i"s it deserves.
2001-08-29 jsmInclude <time.h> for declarations the Single Unix Speci...
2001-07-22 wizseperate -> separate
2001-06-06 lukemfix building of cards.pck
2001-04-02 wizWhitespace and/or punctuation fixes.
2001-01-16 cgdavoid C sequence point issues warned about by developme...
2000-11-07 lukemremove unnecessary command name after .Nm
2000-07-31 simonbUse a local implementation of htonl() called h2nl(...
2000-07-10 itojunprintf() pedant - do not pass variable alone, use %s.
2000-05-17 hubertfFix typo, pointed out by seebs@plethora.net in PR bin...
2000-05-08 mycroftUse setgid(), not setregid().
2000-01-09 jsmUse err(1, NULL) and warn(NULL) for `out of memory...
1999-12-30 simonbDon't use <err.h>. Use ANSI prototypes (no dependance...
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-10 jsmCheck for write errors in auxiliary programs used durin...
1999-09-09 jsmCheck for failure of malloc() and calloc() at various...
1999-09-08 jsmUse the symbolic names `SEEK_SET' and `O_RDONLY' where...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1999-08-21 simonbConvert to something resembling KNF.
1999-08-21 simonbInstead of writing out a structure that contains pointe...
1999-02-13 lukemconvert from NOxxx= to MKxxx=no.
1998-09-29 lukemdon't install in /usr/share if NOSHARE is defined
1998-09-12 wrstudenMake the helper programs compile right in a cross-compi...
1998-09-11 hubertfuse symbolic constants for signals & open(2), as per...
1998-08-30 veegoAdd braces to make the new egcs happy.
1997-10-12 christosWARNSify
1997-10-12 lukemenable WARNS?=1 by default, & temporarily disable for...
1997-04-19 thorpejAllow this to be cross-compiled.
1997-03-29 thorpejMake these compile on the PowerPC (an unsigned char...
1997-03-24 christos- Makefile cleanups
1996-10-18 thorpejUse ${INSTALL}.
1995-04-24 cgdVarious changes to make games compile w/o warnings...
1995-03-23 cgdmerge with Lite, new RCS id conventions, etc.
1995-03-21 cgdfrom Lite
1994-12-22 cgdspecify man pages the new way.
1994-03-19 cgdfix transposition. from Luke Mewburn <lm@rmit.edu.au>
1994-01-04 pkUse .OBJDIR for auxiliary programs.
1993-11-08 cgduse LDSTATIC
1993-09-16 jtcFix formatting error.
1993-08-10 mycroftNuke `all' dependency. bsd.prog.mk does it, and correctly.
1993-08-10 mycroftTweak for cross-compilation.
1993-08-09 jtcUpdate our -mandoc manpage with changes from new uunet...
1993-08-07 mycroftNew version from uunet.
1993-08-05 jtcupdate to -mandoc macros
1993-08-01 mycroftAdd RCS identifiers.
1993-08-01 mycroftAdd RCS indentifiers.
1993-08-01 mycroftAdd RCS identifiers.
1993-07-18 mycroftUse ${COPY}, not -c for install.
1993-04-19 mycroftUse POSIX RAND_MAX rather than guessing.
1993-04-09 cgdcopy deck of cards, rather than moving it, on install
1993-03-23 cgdgot rid of unnecessary -lcompat and associated dependency
1993-03-21 cgdinitial import of 386bsd-0.1 sources