]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
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.
1999-07-26 hubertfThis patch adds to backgammon(6) a couple of noreturn...
1999-07-26 hubertfThis patch makes backgammon(6) check that, if you use...
1999-07-26 hubertfThis adds a check for memory allocation failure to...
1999-07-25 briggsCheck whatis(1) if we don't find an acronym matching...
1999-07-25 thorpejWe're in section 6.
1999-07-25 hubertfThis patch marks unused parameters in atc(6) as such.
1999-07-25 hubertfHardcore const poisoning
1999-07-24 hubertfThis patch makes atc(6) check for memory allocation...
1999-07-24 mjlUse getopt instead of home grown command line parsing.
1999-07-22 lukemremove sh warning when invoked with no args
1999-07-22 mrgadd wtf
1999-07-22 mrgAllen Briggs' wtf(6) to grovel the acronyms database.
1999-07-21 hubertfconst poisoning
1999-07-21 hubertfWhen atc(6) parses its game definition files, the check...
1999-07-21 hubertfDrop setgid privs early, via OpenBSD
1999-07-21 hubertfDrop setgid privs early. Via OpenBSD, reported in PR...
1999-07-21 hubertfDrop setgid privs early; via OpenBSD reported in PR...
1999-07-21 hubertfDrop setgid privileges early. Derived from OpenBSD...
1999-07-19 hubertfBack out last due to think o on my side: we don't start...
1999-07-19 hubertfDrop setgid privs passed from dm(6).
1999-07-19 hubertfAs in previously sent patches: backgammon(6) does not...
1999-07-17 hubertfAdventure(6) should check for errors (e.g. disk full...
1999-07-17 hubertfThe patch below improves the security of the game atc...
1999-07-17 hubertfAdd two .Els that nroff was complaining to miss.
1999-07-17 hubertfThis patch (a) makes arithmetic(6) revoke any setgid...
1999-07-16 hubertfThis patch cleans up the handling of the variable ...
1999-07-14 hubertfConst poisoning.
1999-07-14 hubertfThis patch fixes a -Wcast-qual warning in wump(6).
1999-07-14 hubertfFix scoring, submitted in PR 7992 by Joseph Myers ...
1999-07-14 hubertfFrom PR 7987 by Joseph Myers <jsm28@cam.ac.uk>:
1999-07-14 hubertfThis patch makes fish(6) honour PAGER for viewing the...
1999-07-14 hubertfFrom PR 7988 by Joseph Myers <jsm28@cam.ac.uk>: use...
1999-07-14 hubertfFrom PR 7985 by Joseph Myers <jsm28@cam.ac.uk>:
next