]> git.cameronkatri.com Git - bsdgames-darwin.git/history - mille
- Don't allocate memory dynamically on the stack (for SSP)
[bsdgames-darwin.git] / mille /
2019-12-27 msaitohs/saftey/safety/
2019-02-04 mrg- 'cango' is used beyond a bool type. make it an int.
2019-02-03 mrg- add or adjust /* FALLTHROUGH */ where appropriate
2016-06-05 christosget rid of gets
2011-08-31 plunkyNULL does not need a cast
2011-08-26 tronAvoid non-literal format strings.
2011-08-26 dhollandUse __dead and __printflike instead of __attribute__.
2011-08-21 christosuse const char [] for format.
2011-08-16 christoseliminate non-literal format strings
2011-05-23 joergANSIfy
2010-04-04 christoshandle ctime returning NULL.
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2009-08-12 dhollandsprinkle static
2009-05-25 dhollandWe don't need a private #define "unsgn" for "unsigned...
2009-05-25 dhollandUse the time to call srandom(), not getpid().
2009-05-25 dhollandKNF/whitespace: format preprocessor directives correctly.
2009-05-25 dhollandANSIfy function declarations. Object file diffs checked.
2009-05-25 dhollandsprintf -> snprintf
2009-04-12 wizSort sections.
2009-04-12 joergConvert to mdoc markup. With input from wiz.
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-01-28 dhollandmake mille build with WARNS=4
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2006-03-19 christosCoverity CID 695: Remove impossible condition. This...
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-04-06 jdcIf the current player has no cards, skip to the other...
2004-01-27 jsmRemove uses of __P.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2002-09-26 wizNew sentences begin on new lines.
2002-05-26 wiz__STDC__ is always defined on NetBSD.
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-12-06 blymnChange deprecated curses function to new equivalent.
2001-04-06 wizNegative exit code cleanup: Replace exit(-x) with exit(x).
2000-05-08 mycroftUse setgid(), not setregid().
2000-04-27 thorpejCast pointer difference to long when printing w/ %ld.
2000-04-27 jdcClear to end of line on the correct window.
2000-04-27 jdcFix arguments to *printw().
1999-10-01 jsmFix error in last namespace change (only relevant ...
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-09 jsmInclude <time.h> in various places in the games where...
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-09-08 jsmRemoved unused array Movenames[].
1999-03-29 mrgdefined(attron) does not mean there is a <term.h>
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-07-26 mycroftconst poisoning.
1998-02-18 jtcSimply include -lcurses instead of -lcurses -ltermcap
1998-02-04 christosRemove -lcompat; not needed
1997-10-12 lukemWARNSify
1997-05-29 melloncurses needs termcap
1997-05-23 jtcRemove unctrl.h, use public version.
1997-05-23 jtcChange "reg" to "register"
1997-03-29 thorpejMake these compile on the PowerPC (an unsigned char...
1997-01-07 tlsSync to 4.4BSD-Lite2
1995-03-24 cgdrcs id conventions
1994-12-22 cgdspecify man pages the new way.
1994-05-12 jtcsync with 44lite, seems to fix bug #224
1994-01-13 mycroftAvoid infinite loop.
1993-08-10 mycroft#include <termios.h>.
1993-08-01 mycroftAdd RCS identifiers.
1993-08-01 mycroftAdd RCS indentifiers.
1993-08-01 mycroftAdd RCS identifiers.
1993-03-21 cgdinitial import of 386bsd-0.1 sources