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 |
2009-03-14 |
dholland | Don't crosswire the two kinds of path names, and don... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Turns out the W_FILE message wasn't ever used. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Create some abstraction for sending messages. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Don't use perror() |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | constify the version string |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Sprinkle some "bool". And don't use '\0' to mean 'false'. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Use \a instead of \7 for BEL. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Prune a comment referring to objects that (AFAICT)... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Don't cast the return value of calloc(). |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Lines <= 80 chars, remove trailing whitespace, other... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Remove some unnecessary casts. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | String buffer cleanup. sprintf bad. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
dholland | Don't use char for random state variables; use int... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
joerg | Fix list markup. Use .Ic for key as suggested by wiz. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
joerg | Fix preamble |
commit | commitdiff | tree | snapshot |
2009-03-11 |
joerg | Remove redundant .br |
commit | commitdiff | tree | snapshot |
2009-03-11 |
joerg | Fix markup |
commit | commitdiff | tree | snapshot |
2009-03-11 |
joerg | Fix preamble |
commit | commitdiff | tree | snapshot |
2009-03-11 |
joerg | Fix markup |
commit | commitdiff | tree | snapshot |
2009-03-09 |
dholland | sprintf -> snprintf |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Move HISTORY to proper place. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Edit. Sync with reality, at least partway. Bump date. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
wiz | Sort options. End sentence with a dot. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | mdocify. Partly merged from OpenBSD. Not by any means... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | More fixes from OpenBSD: use err instead of perror... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Check for failure of fgets when reading the captain... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Use errx() to send fatal error messages. From OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Use errx/warnx instead of printing to stderr. From... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Use err(3) and errx(3), not perror and fprintf to stder... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
dholland | Braces around a nested if, for clarity; suggested by... |
commit | commitdiff | tree | snapshot |
next |