| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix nested externs | christos | 2001-02-05 | 1 | -4/+5 |
| | | |||||
| * | fix nested extern and usage message | christos | 2001-02-05 | 1 | -4/+5 |
| | | |||||
| * | remove redundant decl | christos | 2001-02-05 | 1 | -4/+2 |
| | | |||||
| * | fix nested extern | christos | 2001-02-05 | 4 | -21/+20 |
| | | |||||
| * | remove redundant decl | christos | 2001-02-05 | 1 | -4/+2 |
| | | |||||
| * | fix redundant decls and nested externs | christos | 2001-02-05 | 2 | -4/+6 |
| | | |||||
| * | fix nested extern | christos | 2001-02-05 | 1 | -5/+5 |
| | | |||||
| * | eliminate redundant decls | christos | 2001-02-05 | 2 | -5/+5 |
| | | |||||
| * | Tyop: foresight, not forsight (FreeBSD PR/24637) | mjl | 2001-01-30 | 3 | -3/+3 |
| | | |||||
| * | play(): use snprintf() instead of hard-to-parse strncpy() calls | jdolecek | 2001-01-25 | 1 | -6/+3 |
| | | |||||
| * | avoid strange typcast. | itojun | 2001-01-20 | 2 | -9/+10 |
| | | |||||
| * | comment or delete text after CPP directives. | cgd | 2001-01-16 | 10 | -32/+32 |
| | | |||||
| * | include stdlib.h for prototypes (typically for exit()). | cgd | 2001-01-16 | 3 | -6/+9 |
| | | |||||
| * | avoid C sequence point issues warned about by development version of gcc. | cgd | 2001-01-16 | 2 | -7/+7 |
| | | |||||
| * | The capital of Mordor is _not_ Minas Morgul. | jwise | 2001-01-12 | 1 | -1/+1 |
| | | |||||
| * | - openlog "huntd" instead of "HUNT" | lukem | 2001-01-09 | 3 | -16/+21 |
| | | | | | | - consistently log non-critical errors at LOG_WARNING not LOG_ERR - consistently use positive numbers for exit() and _exit() - one warning was using printf() instead of syslog() | ||||
| * | convert to using .WAIT | lukem | 2001-01-09 | 2 | -9/+4 |
| | | |||||
| * | use more standard %ll_ in favour of %q_ | lukem | 2001-01-04 | 1 | -3/+4 |
| | | |||||
| * | need string.h for prototype (checked with alpha) | itojun | 2001-01-04 | 3 | -6/+9 |
| | | |||||
| * | Normalize signature of ship handling functions -- struct ship * from and | jwise | 2001-01-04 | 8 | -54/+54 |
| | | | | struct ship * to are now always the first two args. | ||||
| * | Various stylistic nits. | jwise | 2001-01-04 | 8 | -36/+40 |
| | | |||||
| * | Use License templates from localsrc for license on new files. | jwise | 2001-01-04 | 2 | -4/+18 |
| | | |||||
| * | Break out curses display-related globals into a new header file, so that | jwise | 2001-01-04 | 10 | -32/+73 |
| | | | | <curses.h> doesn't have to be included all over the place. | ||||
| * | More rationalization of include files: | jwise | 2001-01-04 | 21 | -46/+100 |
| | | | | | | | | | a.) Don't include a zillion system headers from "extern.h" (actually, don't include any). b.) Break a global jmp_buf variable into a new file, so <setjmp.h> doesn't have to be pulled in everywhere (it's only used in two places). The (one line) new file is (c) TNF with a three-clause license, FW(L)IW. | ||||
| * | Rationalize inclusion of header files: cut down on `include everything | jwise | 2001-01-04 | 16 | -67/+61 |
| | | | | | everywhere' a little (more to go), and as per KNF, local includes after system includes. | ||||
| * | Second half of static-ization of local funcs. | jwise | 2001-01-04 | 12 | -42/+104 |
| | | |||||
| * | G/C undocumented and unimplemented `-D' (debug) option. | jwise | 2001-01-04 | 3 | -11/+6 |
| | | |||||
| * | First half of static-ization of local funcs. | jwise | 2001-01-04 | 9 | -40/+69 |
| | | |||||
| * | De-`register' | jwise | 2001-01-04 | 1 | -5/+5 |
| | | |||||
| * | Fix getopt usage (again) in case where user does not choose a scenario on | jwise | 2001-01-01 | 1 | -2/+5 |
| | | | | the command line. | ||||
| * | Missed commit -- ANSIfy in preparation for further work. | jwise | 2001-01-01 | 1 | -27/+27 |
| | | |||||
| * | Fix getopt() usage. | jwise | 2001-01-01 | 1 | -3/+3 |
| | | |||||
| * | ANSIfy in preparation for further work. | jwise | 2001-01-01 | 21 | -481/+328 |
| | | |||||
| * | ${PRINTOBJDIR}ify | sommerfeld | 2000-12-30 | 3 | -12/+11 |
| | | |||||
| * | Another one that really belongs here... | mycroft | 2000-12-17 | 1 | -0/+4 |
| | | |||||
| * | Compress the other entries vertically. | mycroft | 2000-12-17 | 1 | -31/+19 |
| | | |||||
| * | Reformat one entry for vertical space. | mycroft | 2000-12-17 | 1 | -34/+19 |
| | | |||||
| * | Yes, it's about damn time fortune(6) got some new material. | mycroft | 2000-12-17 | 1 | -0/+92 |
| | | |||||
| * | CNN, BSD declare Bush winner. | tsarna | 2000-12-14 | 1 | -1/+4 |
| | | |||||
| * | Fix warning. | jwise | 2000-11-30 | 1 | -3/+3 |
| | | |||||
| * | Use random() instead of rand(), and seed from time(3) instead of from getpid(). | jwise | 2000-11-30 | 2 | -5/+5 |
| | | |||||
| * | Change the macro to roll a six-sided die from die() to dieroll() (for | jwise | 2000-11-30 | 8 | -33/+32 |
| | | | | obvious reasons of convention). | ||||
| * | ANSIfy in preparation for changes. | jwise | 2000-11-30 | 1 | -99/+99 |
| | | |||||
| * | Use getopt(3) for flag processing. | jwise | 2000-11-30 | 1 | -5/+11 |
| | | |||||
| * | Fix style nit. | jwise | 2000-11-30 | 1 | -3/+3 |
| | | |||||
| * | ANSIfy in preparation for other changes. | jwise | 2000-11-30 | 1 | -6/+4 |
| | | |||||
| * | Just print basename in usage string. | soren | 2000-11-21 | 1 | -2/+2 |
| | | |||||
| * | remove unnecessary command name after .Nm | lukem | 2000-11-07 | 5 | -17/+17 |
| | | |||||
| * | use lowercase with .Nm to match actual command name | lukem | 2000-11-07 | 1 | -2/+2 |
| | | |||||
| * | fix a bug in the call to srandom(): xor time() with getpid(), don't add them! | mrg | 2000-10-31 | 1 | -3/+3 |
| | | | | | now fortune(6) run in an unending loop does not appear to show the same fortunes over and over and over. | ||||
