2009-08-05 |
christos | don't use char values for functions that can return... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
dholland | Use getopt instead of hand-rolled options code. Documen... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
dholland | don't ignore errors from read(); found by lint |
commit | commitdiff | tree | snapshot |
2009-07-26 |
dholland | Remove the need for -Wno-pointer-sign. Object file... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
dholland | Remove the need for -Wno-pointer-sign. Object diffs... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
dholland | Use random() instead of rand(), and seed with time... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
dholland | Assorted minor cleanups, no functional change: |
commit | commitdiff | tree | snapshot |
2009-07-20 |
dholland | A bit more whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
dholland | Whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
dholland | ANSIfy. Use __dead. Object diffs checked. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
dholland | ANSIfy. Also, we now have RANDOM_MAX; use it. Object... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
roy | Rename internal getline() function to get_line() so... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove config options for 4.2BSD and 4.3BSD, and associ... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove the non-curses screen handling, since it relies... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove config for the return type of signal handlers... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove references to config #defines for the thoroughly... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | more whitespace |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Various minor fixes, mostly from OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Notes on the protocol used by hunt, from OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Sigh, more of the same (missed two) |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | __attribute__((__noreturn__)) -> __dead |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | ANSIfy function declarations. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove two more bogus casts. These *do* create object... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove bogus casts. Two object file diffs inspected... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
dholland | Remove a pile of bogus casts. One object file diff... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
dholland | Fix two serious string-handling bugs (one exploitable... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-06-28 |
dholland | Fix possible remote DoS of a running hunt game, and... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
dholland | a bit more const |
commit | commitdiff | tree | snapshot |
2009-06-07 |
dholland | sprinkle some more const |
commit | commitdiff | tree | snapshot |
2009-06-07 |
dholland | remove unnecessary casts |
commit | commitdiff | tree | snapshot |
2009-06-07 |
dholland | sprintf -> snprintf, plus some use of strlcpy/strlcat... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
dholland | ANSIfy function declarations. All object file diffs... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | Rectify non-compiling code that appears when DEBUG... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | Set WARNS=4 here. This got missed on my previous WARNS... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | Remove global scratch string buffer. Don't zoom off... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | Remove remaining references to sprintf. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | Make a couple of the logging/printing functions printf... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | attribute noreturn -> __dead |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | Increase spending on vowels. No object file diffs. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | ANSIfy function declarations.x |
commit | commitdiff | tree | snapshot |
2009-06-04 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-06-01 |
dholland | Don't use a variable-size array here. There's not reall... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
dholland | Rearrange where the alternate definition of __dead... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
dholland | Edit some. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
dholland | Assorted fixes (mostly grammar, some markup) from OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
dholland | Paranoia about lengths of login names. From pjanzen... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
dholland | Avoid SIGSEGV on users not in password file. From pjanz... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | attribute noreturn -> __dead |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | We don't need a private #define "unsgn" for "unsigned... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Use the time to call srandom(), not getpid(). |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | KNF/whitespace: format preprocessor directives correctly. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | ANSIfy function declarations. Object file diffs checked. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | ANSIfy function declarations. Object file diffs cross... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | attribute noreturn -> __dead |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Clean up scorefile handling. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | ANSIfy function declarations. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Remove description of -a option and optional log file... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | sprintf -> snprintf. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | "abbreviation" has two Bs. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Use random() instead of rand(), so we get something... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Remove obviously botched test for "fast mode" based... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Use getopt to handle the remaining (all currently undoc... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Remove last traces of undocumented -p option (apparentl... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Don't give special privileges to uid 13107. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | __attribute__((__noreturn__)) -> __dead |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Null for pointers, not 0. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
dholland | Fix score printing so columns line up. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | Abolish cgetc(). It contained one line of code, which... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | Remove unnecessary initialization that silenced a compi... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | Sprinkle some blank lines for readability. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | Split up lines > 80 chars. Object files unchanged. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | Don't use literal ^G's in string constants. Use \a. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | KNF: brace and comment placement. Object files identical. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | whitespace |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | KNF: fix formatting of preprocessor directives |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | ANSIfy function declarations. No object file diffs... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
dholland | KNF. No change to .o file. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
ginsbach | Change getdate() to getdatestr() since the former maybe... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
wiz | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
drochner | define YY_NO_INPUT where appropriate, from Kurt J.... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
wiz | Sort sections. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
joerg | Don't nest displays. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
joerg | Convert to mdoc markup. With input from wiz. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
joerg | \@ is not a valid escape sequence. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
christos | Avoid hardcoded "too large" constant that caused FPE... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
dholland | Simplify previous; suggested by Paul Goyette |
commit | commitdiff | tree | snapshot |
2009-03-15 |
dholland | Fix sign-compare problem that crept in due to working... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
jnemeth | grammar fix |
commit | commitdiff | tree | snapshot |
2009-03-15 |
dholland | Rework curses handling. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
dholland | Move newturn() from pl_7 to pl_2. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
dholland | Move all curses bits to pl_7.c. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Fix usage message |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | chdir to /var/games/sail while running, to simplify... |
commit | commitdiff | tree | snapshot |
next |