]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2000-01-13 jsmRemove unnecessary casts, and add necessary ones for...
2000-01-13 jsmChange __GCC__ to __GNUC__.
2000-01-13 jsmRemove obsolete NO_VOID conditional.
2000-01-09 jsmUse err(1, NULL) and warn(NULL) for `out of memory...
2000-01-01 jsmDeclare variables as extern in headers rather than...
1999-12-30 simonbDon't use <err.h>. Use ANSI prototypes (no dependance...
1999-12-30 simonbDon't use any NetBSD specific features (<err.h> and...
1999-12-30 simonbNo need to include <sys/endian.h> here - <sys/types...
1999-12-28 jsmUse separate definitions and extern declarations of...
1999-12-16 jsmFix capital of Monaco. It should be Monaco rather...
1999-12-16 jsmMake quiz use POSIX.2 pager handling.
1999-12-16 jsmPrint a space character on the tape between each comman...
1999-12-11 masonRemoved someone's personal phone number, including...
1999-12-07 jsmFix a gcc -W warning (empty body in an else-statement).
1999-12-07 jsmIf the dictionary for boggle does not include words...
1999-11-16 absCorrect wargames quote, and while we are here be a...
1999-11-15 hubertfDo not match non-literals (REs).
1999-11-09 drochnerSince our gcc doesn't warn about NULL format strings...
1999-10-26 cgdfix handling of '-t' flag, and pause for a little bit...
1999-10-26 cgdcorrect description of representation of snake
1999-10-26 cgdsupport arrow keys.
1999-10-04 lukemupdate after change to return value of tputs() third...
1999-10-01 jsmFix error in last namespace change (only relevant ...
1999-10-01 jsmAdd more files to FILES section of cribbage.6.
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-22 jsmUse macro NAMLEN rather than dirent->d_namlen, for...
1999-09-22 jsmUse the function usage().
1999-09-22 jsmDon't include terminal . in argument of err().
1999-09-22 jsmDon't include <nlist.h>.
1999-09-21 tronRemove generated file "limerick-o" in "clean" target.
1999-09-19 jsmCleanup and warning fixes for phantasia/setup.c.
1999-09-19 jsmAllow dm to ban games playing 11pm-midnight.
1999-09-19 jsmDefine variables as BOOLEAN, not bool, where the extern...
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-18 jsmUse strncpy() rather than strcpy() with fixed size...
1999-09-18 jsmAdd missing initialisers.
1999-09-18 jsmAdd FALLTHROUGH comment.
1999-09-18 jsmGive sensible error message in a shouldn't happen case.
1999-09-17 jsmMake word list for hangman selectable at run time.
1999-09-17 jsmConvert tetris to use <err.h> functions.
1999-09-17 jsmFix some uses of NULL as non-pointer and 0 for null...
1999-09-17 jsmUse `extern' for header variable declarations in trek(6).
1999-09-14 jsmChange quiz `pres' data file to include vice-presidents...
1999-09-14 jsmUpdate pom to the third edition of Duffett-Smith's...
1999-09-14 jsmDeclare variables in extern.h as extern, and add non...
1999-09-14 jsmUse time() instead of gettimeofday().
1999-09-14 jsmConvert snake to use curses, and generally clean it...
1999-09-13 jsmMake cribbage use the POSIX.2 pager behaviour.
1999-09-13 jsmFix buffer overrun in rogue.
1999-09-13 jsmFix uses of names of library functions for other purposes.
1999-09-13 jsmA couple more checks for file descriptor < 3 missed...
1999-09-13 jsmRemove rogue's old and bit-rotten cut-down version...
1999-09-12 hwrSplit limericks into "normal" and "offensive" ones.
1999-09-12 hwrThese fortunes conatain offensive language.
1999-09-12 hwrMoved to unamerican.real-o
1999-09-12 hwrMoved to unamerican.fake-o
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-10 kleinkUse STD*_FILENO.
1999-09-10 jsmCheck for write errors in auxiliary programs used durin...
1999-09-10 jsmCompare getchar() against EOF, not -1.
1999-09-10 jsmFix glitch in const changes (bin/8365 from John.P.Darro...
1999-09-09 jsmInclude <time.h> in various places in the games where...
1999-09-09 jsmCheck for failure of malloc() and calloc() at various...
1999-09-09 simonbRemove extra blank line in copyright.
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-08-21 simonbConvert to something resembling KNF.
1999-08-21 simonbInstead of writing out a structure that contains pointe...
1999-08-21 simonbUse new endian-specific conversion macros - 64-bit...
1999-08-21 simonbDon't chown installed files or directories if UNPRIVILE...
1999-08-21 simonbUse ${INSTPRIV} with ${INSTALL}.
1999-08-18 hubertfMake phrase to enter password again clearer
1999-08-17 enamiIn name section, use .Dq macro rather than writing...
1999-08-16 simonbSpell "privilege" correctly (correct spelling from...
1999-08-14 tronAdapt to change of "termcap.h".
1999-08-14 tronAdapt to change in "termcap.h".
1999-08-14 tronAdapt to change of "termcap.h".
1999-08-13 sommerfeldFix the part of pr8201 which is IMHO a bug: the error...
1999-08-10 hubertfLeave ^Z-handling to the system (curses? no idea, at...
1999-08-08 hubertfPrint score after endwin() so it isn't deleted immediat...
1999-08-08 simonbRevert inclusion of <string.h> now that curses has...
1999-08-04 thorpejFortunes from those Unamerican Activities bumper sticke...
1999-08-04 thorpejNeed <strings.h>.
1999-07-30 hubertfThis patch converts worms(6) to use curses, thereby
1999-07-30 hubertfThis patch converts rain(6) to use curses, thereby
1999-07-28 hubertfThis patch fixes adventure(6) to use `extern' on declar...
1999-07-28 hubertfThis is a trivial fix to backgammon(6): '\a' is cleaner...
1999-07-28 hubertfThis patch makes worm(6) keep the cursor on the head...
1999-07-28 hubertfThis patch adds references to the main punched card...
1999-07-28 hubertfThis patch makes bcd(6) use `const' where appropriate...
1999-07-28 hubertfThis patch fixes a remaining relic of the backgammon...
1999-07-28 hubertfIn atc(6), the function getAChar() has BSD and SYSV...
1999-07-28 hubertfThis patch improves the handling of save files in battl...
1999-07-27 drochnermake sure only whole words are matched, use [:space...
1999-07-26 hubertfRemove empty functin check_adir() and references to it.
next