]> git.cameronkatri.com Git - bsdgames-darwin.git/history - tetris
Fix merge conflicts
[bsdgames-darwin.git] / tetris /
2021-05-05 rilliggames: remove trailing whitespace in *.c and *.h
2021-03-28 Cameron KatriUse PREFIX now
2021-02-22 Cameron KatriGet all the games compiling for iOS
2020-09-07 mrgavoid uninit memory and use memmove vs strncpy for...
2020-09-06 mrgapply ${GCC_NO_FORMAT_TRUNCATION} to scores.c
2020-07-21 niatetris: Use arc4random_uniform instead of modulo for...
2019-10-13 mrgintroduce some common variables for use in GCC warning...
2018-06-24 mrgfix the previous. the code was right, just badly forma...
2018-02-04 mrgfix issues found by GCC 6.4:
2017-03-20 christoselide compiler stupidity.
2016-03-12 dhollandtetris(6) is not limited to CRT displays. noted by tnn
2016-03-03 natCenter game board on screen. OK from christos@.
2015-11-06 christosPR/50411: Rin Okuyama: fix two bugs:
2015-07-07 natFixes color scheme white on black and black on white.
2015-06-13 dhollandadd -b to usage, from leot
2015-06-13 dhollandFix the list of keys across the bottom so it fits on...
2015-02-19 wizUse Pp (mdoc) instead of sp (roff).
2015-02-19 mrgadd a 'down' key to tetris, defaulting to 'n'. it...
2014-07-15 wizBump date for -c (exactly one year after previous bump)
2014-07-13 pgoyetteAt suggestion of christos@, use -b for b&w rather than -c
2014-07-13 pgoyetteProvide an option to restore traditional black-and...
2014-06-11 christosAdd a little color. In order to minimize logic differen...
2014-03-22 dhollandRevert part of previous -r1.21 and fix the errno-handli...
2013-10-19 christosfix unused variable warnings
2011-10-03 royUse tiparm instead of vtparm.
2011-08-31 plunkyNULL does not need a cast
2011-01-05 wizFix fd leak in error cases. Found by cppcheck.
2010-12-05 pgoyetteFix a few of the games to use getprogname() in their...
2010-02-03 royUserland now builds and uses terminfo instead of termcap.
2009-12-19 ahokaHide the cursor during the game.
2009-09-08 dhollandDisable writing scores when built for /rescue. PR 42009
2009-08-12 dhollandsprinkle static
2009-06-01 dhollandDon't use a variable-size array here. There's not reall...
2009-05-25 dhollandClean up scorefile handling.
2009-05-25 dhollandANSIfy function declarations.
2009-05-25 dhollandsprintf -> snprintf
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-01-28 dhollandMake the default WARNS for games 4. The only game that...
2008-01-28 dhollandBuild with WARNS=4. (All fixes are cosmetic, except...
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2007-12-15 perryinclude sys/cdefs.h so that __attribute__ can be fixed...
2006-10-22 mrgdon't discard const. GCC 4.1-20061021 doesn't like...
2006-06-01 drochnerBetter check data read from tetris.scores before use...
2006-03-19 christosCoverity CID 868: Fix possible NULL deref (after INFTIM...
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2004-01-27 jsmRemove uses of __P.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2002-12-29 kristerwCorrect some comments and error messages that still...
2002-12-26 jmmvFix a bug in rwait() introduced during the select(...
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-19 mycroftselect() -> poll()
2002-06-02 wizde-register
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-11-02 christosUpdate to the new t_agetstr() API.
2001-04-02 wizWhitespace and/or punctuation fixes.
2000-05-24 blymnFix core dump.
2000-05-22 blymnConverted games to use the new termcap interface.
2000-01-21 jsmClean up error reporting in tetris.
2000-01-21 jsmFix high score table formatting bug.
2000-01-01 jsmDeclare variables as extern in headers rather than...
1999-10-04 lukemupdate after change to return value of tputs() third...
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-17 jsmConvert tetris to use <err.h> functions.
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1999-08-14 tronAdapt to change of "termcap.h".
1999-03-22 absNewline and usage cosmetics from Soren S. Jorvang ...
1999-02-11 simonbRemove unneeded "mips compiler bug" workaround from...
1999-01-03 hubertfonly show preview if the -p option is given
1999-01-03 hubertfAdd previewing of next shape. Old (previous) behaviour...
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-08-10 perrybzero->memset
1997-11-20 mrginstall games that need it setgid.
1997-10-14 lukemuse <termcap.h>
1997-10-12 lukemminor WARNSify
1997-09-01 mikelfix typo; from Hubert Feyrer in PR bin/4070
1997-05-29 cgdFix broken uses of Dd. Both the mdoc and mdoc.samples...
1997-01-13 tlsbfunctions -> memfunctions
1996-02-06 jtcRemoved "extern int errno"; Added #include <errno.h...
1995-04-29 mycroftFix usages of ospeed.
1995-04-28 mycroftUse POSIX signal and tty semantics.
1995-04-22 cgdNetBSD RCS Ids
1994-12-22 cgdspecify man pages the new way.
1994-05-06 cgdascii tetris!