]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2014-03-29 dhollandRemove tautological #if DEBUG.
2014-03-29 dhollandSplit hunt and huntd's includes, instead of incestuousl...
2014-03-29 dhollandRemove unsafe and unnecessary pointer casts.
2014-03-29 dhollandcatch up to huntd changes.
2014-03-29 dhollandtsort contents of file
2014-03-29 dhollandconst in unused code
2014-03-29 dhollandremove stubbed-out function
2014-03-29 dhollandRip out the code that broadcasts talk requests to the...
2014-03-29 dhollandRemove empty header file.
2014-03-29 dhollandUse setproctitle() instead of handrolled version.
2014-03-29 dhollandMake the code for issuing talk requests to find players...
2014-03-29 dhollanddon't declare own boolean type
2014-03-29 dhollanduse random(), not a handrolled 16-bit generator
2014-03-29 dhollandUse getaddrinfo() instead of gethostbyname().
2014-03-29 dhollandtypo in error message
2014-03-29 dhollandconst
2014-03-29 dhollandsimplify silly logic
2014-03-28 apbtemp is a pointer, and tempmax, not sizeof(temp), is...
2014-03-28 apbIf you are going to use memcpy instead of struct assign...
2014-03-23 dhollandAdd note cautioning against bothering with WARNS=6...
2014-03-23 dhollandfix signedness issue
2014-03-23 dhollandgratuitous (but not harmful) changes to pass gcc48...
2014-03-22 dhollandUse ssize_t for read() results. Don't use int for lseek...
2014-03-22 dhollandUse ssize_t for read() results. Don't use int for lseek...
2014-03-22 dhollandUse uid_t to hold getuid() results, and don't check...
2014-03-22 dhollanduse size_t instead of int for a length
2014-03-22 dhollandUse random(), not rand().
2014-03-22 dhollandavoid unnecessary floating point ops
2014-03-22 dhollandavoid signed left-shift
2014-03-22 dhollandUse CHAR_BIT, not 8.
2014-03-22 dhollanddon't declare ospeed; it's in <termcap.h>
2014-03-22 dhollandMake the list of place types an enumeration. Use unsign...
2014-03-22 dhollanduse a more suitable type
2014-03-22 dhollanduse more suitable types
2014-03-22 dhollandwoops, more of previous.
2014-03-22 dhollandMake some things unsigned that should be (why would...
2014-03-22 dhollandDon't cast the return value of malloc.
2014-03-22 dhollandMinor tidyup.
2014-03-22 dhollandtag decl() __noinline, as inlining it would defeat...
2014-03-22 dhollandRevert part of previous -r1.21 and fix the errno-handli...
2014-03-22 dhollandmove extern decls to .h files
2014-03-18 riastradhMerge riastradh-drm2 to HEAD.
2014-02-22 dhollandfix typo, from Henning Petersen in PR misc/48613
2013-12-11 dhollandremove duplicate
2013-12-11 dhollandanother minor fix
2013-12-11 wizReinstate typo since kre claims it's by purpose.
2013-12-11 wizError and typo fixes from OpenBSD and FreeBSD via Henni...
2013-12-11 wizError and typo fixes from OpenBSD and FreeBSD via Henni...
2013-12-07 dhollandWARNS=5
2013-11-12 mbalmerhals_end(6) outputs the last words of the supercomputer...
2013-10-19 christosfix unused variable warnings
2013-09-19 uweUntabify the header definition to avoid misaligned...
2013-09-19 uweUse .Fa instead of .Ar to refer to header fields.
2013-09-19 uweNow that we use "nbtool_config.h" we can use __dead...
2013-09-19 uweDon't define TRUE/FALSE, which may conflict with host...
2013-09-18 uwe#include "nbtool_config.h" to pull in getprogname(...
2013-09-13 joergGC descr and helpm.
2013-09-01 dhollandhook cgram to the build
2013-08-11 dhollandWARNS=5
2013-08-11 dhollandtypo in comment
2013-08-11 dhollandthis already passes WARNS=5
2013-08-04 wizAdd RCS Id.
2013-08-04 dhollandAdd a curses gizmo for solving Sunday-paper-type crypto...
2013-07-24 wizFix typo.
2013-07-24 jnemethadd an Oscar Wilde quote
2013-07-20 wizUse Mt for email addresses.
2013-07-09 njolyFix sendmail section (8 -> 1) in xrefs.
2013-05-12 dhollandDon't expect fairings.
2013-02-17 pgoyetteFix same typo in the other file in which it occurs
2013-02-17 pgoyetteFix minor typo
2013-02-17 jmcneillrename target paper.${PRINTER} to paper.ps -- PRINTER...
2013-02-16 jmcneillWorkaround a toolchain issue by renaming the 'setup...
2013-02-16 jmcneillWorkaround a toolchain issue by renaming the 'setup...
2012-12-08 jnemethAdd some quotes by Henry Ford, found at:
2012-12-01 mbalmerFix misspelling of acceptible (it's only acceptable...
2012-11-22 mbalmerFix two quotes from "The Tao of Programming". From...
2012-11-20 absPR/47178 from Bug Hunting
2012-10-22 jakllschAttribute "The STAR WARS Song" to "Weird Al" Yankovic...
2012-10-13 dhollandPass -Wstrict-overflow
2012-10-13 dhollandPass -Wstrict-overflow; while here, use curses TRUE...
2012-10-13 dhollandPass -Wstrict-overflow... mostly.
2012-10-13 dhollandPass -Wstrict-overflow.
2012-10-13 dhollandPass -Wstrict-overflow, and while here, don't read...
2012-10-13 dhollandFactor out some common code; pass -Wstrict-overflow.
2012-10-13 dhollandPass -Wstrict-overflow.
2012-10-13 dhollandMove scratch variables of main to main, instead of...
2012-10-13 dhollandAdd strategic assertion, now passes -Wstrict-overflow.
2012-10-13 dhollandRemove ifdefs for V7 (as opposed to older) unix.
2012-10-13 dhollandPass the move info around instead of using it as a...
2012-10-13 dhollandCrack down on global variables with single-letter names.
2012-10-12 dhollandfix previous, thanks asau@
2012-10-12 dhollandDon't use ++ to set flags to true. Now passes -Wstrict...
2012-10-12 dhollandPass -Wstrict-overflow.
2012-10-06 christosif 0 is used for the dimensions, compute the maximum...
2012-10-03 wizBump date for previous.
2012-10-03 wiz- improve wording and overall program description ...
2012-10-03 wiz- correct `usage' message;
2012-10-03 riastradhAdd a remarkably percipient fortune cookie.
2012-10-03 riastradhFix formatting of Churchill quote on declarations of...
2012-08-12 wiz- improve wording
next