]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2017-12-06 dhollandattributions are supposed to be indented.
2017-12-06 kamilCorrect code flow of a quote translation (by Tom Ivar...
2017-12-06 pgoyetteFix typos, thanks to Tom Ivar Helbekkmo
2017-12-05 kamilAdd new fortune entry with a quote from Jozef Pilsudski
2017-11-19 christosrevert removals while there is an active discussion...
2017-11-18 mayaRemove a few offensive quotes, put in as many new quotes.
2017-11-18 jnemethadd quote about libraries offending everyone
2017-11-11 rinAdd -h option to factor(6): duplicate factors are print...
2017-10-02 joergInclude time.h for time. Drop sys/types.h and expect...
2017-07-02 dhollandtypo
2017-06-13 dhollandanother one
2017-05-21 leotPermit Prof. Steven Falcon [sic] to play hals_end(6...
2017-05-21 riastradhRemove MKCRYPTO option.
2017-05-04 dhollanda thing.
2017-04-16 kamilRemove unmaintained link to imrryr from NetBSD specific...
2017-03-25 dhollandadd somethign
2017-03-20 christoselide compiler stupidity.
2017-01-10 christosneed time.h for time(), got side-loaded before from...
2017-01-10 christosned stat.h
2016-10-14 dhollandadd a couple
2016-08-28 kamilFix another place with a wrong author of "Unkempt Thoughts"
2016-08-26 kamilCorrect the author of "Unkempt Thoughts" - it's Stanisl...
2016-07-15 dhollandadd one
2016-06-28 pgoyetteUpdate entries for North and South Yemen, since the...
2016-06-28 wizFix typo.
2016-06-28 pgoyetteMissed one.
2016-06-28 pgoyetteMerge updates from PR bin/42576
2016-06-27 dhollandDo not pass usleep() values >= 1 million. From Henning...
2016-06-25 dhollandDouble the threshold for crashing out with "too many...
2016-06-12 dhollandFix the out-of-memory behavior so the message doesn...
2016-06-05 christosget rid of gets
2016-03-12 dhollandtetris(6) is not limited to CRT displays. noted by tnn
2016-03-12 dhollandsnake(6) supports LCD displays too. (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-08-17 dhollandremove cpp abuse
2015-07-26 wizUse An in AUTHORS section.
2015-07-23 pgoyetteSync descriptive text with actual game definition.
2015-07-07 natFixes color scheme white on black and black on white.
2015-06-27 dhollandadd one
2015-06-25 dhollandMove game logic out of the file with the curses code.
2015-06-19 dhollandAbolish the foul practice of including every header...
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-04-22 christosPR/49850: Nikolai Lifanov: Document acronyms-o
2015-04-22 wizFix typo, remove trailing space.
2015-04-21 christosobey $ACRONYMDB like before
2015-04-21 christosAdd -o flag.
2015-04-03 snjproperly pluralize.
2015-03-25 dhollandAvoid runon sentences.
2015-02-19 wizUse Pp (mdoc) instead of sp (roff).
2015-02-19 mrgadd a 'down' key to tetris, defaulting to 'n'. it...
2015-02-12 dhollandtypo
2015-02-07 wizFix typo. From kspillner@OpenBSD, forwarded by jmc...
2015-01-06 dhollandadd something
2014-12-29 jnemethPR/49513 - Henning Petersen -- tyop
2014-12-29 jnemethPR/49513 - Henning Petersen -- tyop
2014-12-05 jnemethPR/49451 - Ben Gergely -- add missing attribution
2014-10-18 snjEnglish
2014-10-18 snj1) "It's its"
2014-10-04 wizusage police
2014-10-02 astImported and adapted from FreeBSD svn r272166 and r2722...
2014-09-30 christosadhere to stricter groff checking:
2014-09-19 wizSort sections. From Henning Petersen in PR 49222.
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-07-05 dhollandReorg docs, part 1:
2014-07-05 dhollandRework /usr/share/doc.
2014-06-14 mrgremove remaining makefile support for GCC < 45 that...
2014-06-11 christosAdd a little color. In order to minimize logic differen...
2014-03-30 skrllRemove unused.
2014-03-30 dhollandUse bool (not int) for a boolean return type.
2014-03-30 dhollandUse the curses beep function instead of writing a beep...
2014-03-30 dhollandcurses has printw, use it.
2014-03-30 dhollanddon't use the preprocessor to rename curses functions...
2014-03-30 dhollandfix off-by-one
2014-03-30 dhollandInstead of #define STDIN 0, use STDIN_FILENO.
2014-03-30 dhollandRemove SHORTLEN and LONGLEN defines; use sizeof() prope...
2014-03-30 dhollandNaming reform for socket pieces, akin to what I did...
2014-03-30 dhollandI wish the socket API didn't require casts. Easy to...
2014-03-30 dhollandfix obvious mistake (seems to have been there since...
2014-03-30 dhollandTidy up list of broadcast addresses.
2014-03-30 dhollandClean up the handling of the list of hunt daemons.
2014-03-30 dhollanduse fewer globals
2014-03-30 dhollandmore cleanup
2014-03-30 dhollandunexpose some globals that server.c previously required
2014-03-30 dhollandname reform, fewer file statics
2014-03-30 dhollandgoto considered harmful
2014-03-30 dhollandsplit off a bunch of the nastier network code into...
2014-03-30 dhollandWhen indexing an array with a char, cast it to unsigned...
2014-03-30 dhollandRemove all the conditional compilation for INTERNET...
2014-03-30 dhollandClean up the names of the various pieces of socket...
2014-03-29 dhollandfix non-INTERNET build
2014-03-29 dhollandEr oops, fix previous.
2014-03-29 dhollandReduce ifdefs by making a common function to talk to...
2014-03-29 dhollandgroup external functions by where they come from
2014-03-29 dhollandbe consistent about whether functions are static
2014-03-29 dhollandhandle compiled-in pathnames the customary way
2014-03-29 dhollandmake some globals static
next