pooka
e2ced2d617
kill dupe
2001-02-10 18:14:13 +00:00
simonb
73c32f039c
Fix simple typo. From bdc@world.std.com in PR misc/12150.
2001-02-07 22:59:19 +00:00
christos
b67c82fdfe
fix redundant decls and nested externs
2001-02-05 01:12:46 +00:00
christos
dc6488eb8e
remove redundant decls.
2001-02-05 01:10:08 +00:00
christos
16263c885d
remove duplicate decls
2001-02-05 01:04:25 +00:00
christos
1b1c2fdcec
fix nested externs
2001-02-05 01:02:45 +00:00
christos
c18d8e65fc
remove redundant decls
2001-02-05 01:01:27 +00:00
christos
a0d324ea8d
- rename getchar to lgetchar to avoid conflicts with the stdio getchar
...
- fix redundant decls and nested externs
- use snprintf instead of sprintf
2001-02-05 00:57:32 +00:00
christos
d3c5cea8f0
remove redundant decls
2001-02-05 00:42:14 +00:00
christos
7a04a9fd9e
eliminate nested externs
2001-02-05 00:40:45 +00:00
christos
bc32159d26
fix redundant decls and nested externs. while I am here change my copyright
...
to TNF.
2001-02-05 00:37:43 +00:00
christos
1f9a3967e4
fix nested externs
2001-02-05 00:30:38 +00:00
christos
a2bee8edad
fix nested extern and usage message
2001-02-05 00:29:44 +00:00
christos
b176d7de54
remove redundant decl
2001-02-05 00:28:30 +00:00
christos
f06735e877
fix nested extern
2001-02-05 00:27:35 +00:00
christos
d249c86e88
remove redundant decl
2001-02-05 00:23:59 +00:00
christos
a3807f8fed
fix redundant decls and nested externs
2001-02-05 00:22:52 +00:00
christos
57bae04512
fix nested extern
2001-02-05 00:20:58 +00:00
christos
762fbcf25e
eliminate redundant decls
2001-02-05 00:20:05 +00:00
mjl
bdb00d0bd7
Tyop: foresight, not forsight (FreeBSD PR/24637)
2001-01-30 00:25:30 +00:00
jdolecek
a30fb66eca
play(): use snprintf() instead of hard-to-parse strncpy() calls
2001-01-25 20:41:41 +00:00
itojun
af50a10f87
avoid strange typcast.
2001-01-20 15:06:34 +00:00
cgd
d594ce939b
comment or delete text after CPP directives.
2001-01-16 02:50:27 +00:00
cgd
bcc8ec9959
include stdlib.h for prototypes (typically for exit()).
2001-01-16 02:44:43 +00:00
cgd
9cfe468c74
avoid C sequence point issues warned about by development version of gcc.
2001-01-16 02:41:17 +00:00
jwise
06f3cba6d2
The capital of Mordor is _not_ Minas Morgul.
2001-01-12 04:33:51 +00:00
lukem
f8141417ed
- openlog "huntd" instead of "HUNT"
...
- 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()
2001-01-09 23:49:54 +00:00
lukem
443a19e035
convert to using .WAIT
2001-01-09 03:13:39 +00:00
lukem
de3e6adaf6
use more standard %ll_ in favour of %q_
2001-01-04 17:24:35 +00:00
itojun
7fde9b10c9
need string.h for prototype (checked with alpha)
2001-01-04 06:33:18 +00:00
jwise
a5f75468c7
Normalize signature of ship handling functions -- struct ship * from and
...
struct ship * to are now always the first two args.
2001-01-04 06:16:51 +00:00
jwise
d62e34ecca
Various stylistic nits.
2001-01-04 05:34:56 +00:00
jwise
cf3f63cd97
Use License templates from localsrc for license on new files.
2001-01-04 05:06:15 +00:00
jwise
9baf035b4e
Break out curses display-related globals into a new header file, so that
...
<curses.h> doesn't have to be included all over the place.
2001-01-04 04:41:41 +00:00
jwise
61a39e0b38
More rationalization of include files:
...
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.
2001-01-04 03:51:23 +00:00
jwise
aac077fce8
Rationalize inclusion of header files: cut down on `include everything
...
everywhere' a little (more to go), and as per KNF, local includes after
system includes.
2001-01-04 03:21:16 +00:00
jwise
43894be666
Second half of static-ization of local funcs.
2001-01-04 02:43:32 +00:00
jwise
d5c5fed0c7
G/C undocumented and unimplemented `-D' (debug) option.
2001-01-04 01:56:27 +00:00
jwise
bca097d567
First half of static-ization of local funcs.
2001-01-04 01:53:24 +00:00
jwise
a6dfac213f
De-`register'
2001-01-04 01:13:34 +00:00
jwise
3ad2426f33
Fix getopt usage (again) in case where user does not choose a scenario on
...
the command line.
2001-01-01 22:33:01 +00:00
jwise
fdb512d4b5
Missed commit -- ANSIfy in preparation for further work.
2001-01-01 22:23:29 +00:00
jwise
e6d2cd0771
Fix getopt() usage.
2001-01-01 22:05:04 +00:00
jwise
dfea9f08db
ANSIfy in preparation for further work.
2001-01-01 21:57:37 +00:00
sommerfeld
83454472f9
${PRINTOBJDIR}ify
2000-12-30 17:51:26 +00:00
mycroft
9fcf4550a2
Another one that really belongs here...
2000-12-17 10:08:08 +00:00
mycroft
34fedde795
Compress the other entries vertically.
2000-12-17 09:35:21 +00:00
mycroft
562421c4f3
Reformat one entry for vertical space.
2000-12-17 09:25:38 +00:00
mycroft
c1647142f9
Yes, it's about damn time fortune(6) got some new material.
2000-12-17 09:17:51 +00:00
tsarna
793ecee1b1
CNN, BSD declare Bush winner.
2000-12-14 02:38:02 +00:00