2014-03-29 |
dholland | Er oops, fix previous. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Reduce ifdefs by making a common function to talk to... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | group external functions by where they come from |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | be consistent about whether functions are static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | handle compiled-in pathnames the customary way |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | make some globals static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Additional minor cleanup and remove a straggler data... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Group function declarations by which source file they... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | be consistent about whether functions are static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | sprinkle static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Flush unwanted file. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Move definitions to the file they're used in. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | move a comment that should have gone with its symbol |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove tautological #if DEBUG. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Split hunt and huntd's includes, instead of incestuousl... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove unsafe and unnecessary pointer casts. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | catch up to huntd changes. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | tsort contents of file |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | const in unused code |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | remove stubbed-out function |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Rip out the code that broadcasts talk requests to the... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove empty header file. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Use setproctitle() instead of handrolled version. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Make the code for issuing talk requests to find players... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | don't declare own boolean type |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | use random(), not a handrolled 16-bit generator |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Use getaddrinfo() instead of gethostbyname(). |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | typo in error message |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | const |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | simplify silly logic |
commit | commitdiff | tree | snapshot |
2014-03-28 |
apb | temp is a pointer, and tempmax, not sizeof(temp), is... |
commit | commitdiff | tree | snapshot |
2014-03-28 |
apb | If you are going to use memcpy instead of struct assign... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | Add note cautioning against bothering with WARNS=6... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | fix signedness issue |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | gratuitous (but not harmful) changes to pass gcc48... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use ssize_t for read() results. Don't use int for lseek... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use ssize_t for read() results. Don't use int for lseek... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use uid_t to hold getuid() results, and don't check... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | use size_t instead of int for a length |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use random(), not rand(). |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | avoid unnecessary floating point ops |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | avoid signed left-shift |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use CHAR_BIT, not 8. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | don't declare ospeed; it's in <termcap.h> |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Make the list of place types an enumeration. Use unsign... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | use a more suitable type |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | use more suitable types |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | woops, more of previous. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Make some things unsigned that should be (why would... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Don't cast the return value of malloc. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Minor tidyup. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | tag decl() __noinline, as inlining it would defeat... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Revert part of previous -r1.21 and fix the errno-handli... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | move extern decls to .h files |
commit | commitdiff | tree | snapshot |
2014-03-18 |
riastradh | Merge riastradh-drm2 to HEAD. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
dholland | fix typo, from Henning Petersen in PR misc/48613 |
commit | commitdiff | tree | snapshot |
2013-12-11 |
dholland | remove duplicate |
commit | commitdiff | tree | snapshot |
2013-12-11 |
dholland | another minor fix |
commit | commitdiff | tree | snapshot |
2013-12-11 |
wiz | Reinstate typo since kre claims it's by purpose. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
wiz | Error and typo fixes from OpenBSD and FreeBSD via Henni... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
wiz | Error and typo fixes from OpenBSD and FreeBSD via Henni... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
dholland | WARNS=5 |
commit | commitdiff | tree | snapshot |
2013-11-12 |
mbalmer | hals_end(6) outputs the last words of the supercomputer... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
christos | fix unused variable warnings |
commit | commitdiff | tree | snapshot |
2013-09-19 |
uwe | Untabify the header definition to avoid misaligned... |
commit | commitdiff | tree | snapshot |
2013-09-19 |
uwe | Use .Fa instead of .Ar to refer to header fields. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
uwe | Now that we use "nbtool_config.h" we can use __dead... |
commit | commitdiff | tree | snapshot |
2013-09-19 |
uwe | Don't define TRUE/FALSE, which may conflict with host... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
uwe | #include "nbtool_config.h" to pull in getprogname(... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
joerg | GC descr and helpm. |
commit | commitdiff | tree | snapshot |
2013-09-01 |
dholland | hook cgram to the build |
commit | commitdiff | tree | snapshot |
2013-08-11 |
dholland | WARNS=5 |
commit | commitdiff | tree | snapshot |
2013-08-11 |
dholland | typo in comment |
commit | commitdiff | tree | snapshot |
2013-08-11 |
dholland | this already passes WARNS=5 |
commit | commitdiff | tree | snapshot |
2013-08-04 |
wiz | Add RCS Id. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
dholland | Add a curses gizmo for solving Sunday-paper-type crypto... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
wiz | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
jnemeth | add an Oscar Wilde quote |
commit | commitdiff | tree | snapshot |
2013-07-20 |
wiz | Use Mt for email addresses. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
njoly | Fix sendmail section (8 -> 1) in xrefs. |
commit | commitdiff | tree | snapshot |
2013-05-12 |
dholland | Don't expect fairings. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
pgoyette | Fix same typo in the other file in which it occurs |
commit | commitdiff | tree | snapshot |
2013-02-17 |
pgoyette | Fix minor typo |
commit | commitdiff | tree | snapshot |
2013-02-17 |
jmcneill | rename target paper.${PRINTER} to paper.ps -- PRINTER... |
commit | commitdiff | tree | snapshot |
2013-02-16 |
jmcneill | Workaround a toolchain issue by renaming the 'setup... |
commit | commitdiff | tree | snapshot |
2013-02-16 |
jmcneill | Workaround a toolchain issue by renaming the 'setup... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
jnemeth | Add some quotes by Henry Ford, found at: |
commit | commitdiff | tree | snapshot |
2012-12-01 |
mbalmer | Fix misspelling of acceptible (it's only acceptable... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
mbalmer | Fix two quotes from "The Tao of Programming". From... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
abs | PR/47178 from Bug Hunting |
commit | commitdiff | tree | snapshot |
2012-10-22 |
jakllsch | Attribute "The STAR WARS Song" to "Weird Al" Yankovic... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Pass -Wstrict-overflow |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Pass -Wstrict-overflow; while here, use curses TRUE... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Pass -Wstrict-overflow... mostly. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Pass -Wstrict-overflow. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Pass -Wstrict-overflow, and while here, don't read... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Factor out some common code; pass -Wstrict-overflow. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Pass -Wstrict-overflow. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Move scratch variables of main to main, instead of... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
dholland | Add strategic assertion, now passes -Wstrict-overflow. |
commit | commitdiff | tree | snapshot |
next |