christos
084eb9fd8b
use %option noinput nounput
2009-10-29 14:27:26 +00:00
dholland
f6eb744e6f
Another spelling mistake.
2009-10-29 08:53:31 +00:00
dholland
fd176799a3
Whitespace.
2009-10-29 08:47:07 +00:00
snj
5a8793b8e8
Fix a bunch of typos and spelling errors.
2009-10-28 19:18:15 +00:00
snj
a089595921
Kill two duplicates.
2009-10-28 15:56:26 +00:00
dholland
20f1b2155b
"Ghandi" -> "Gandhi"
2009-10-28 06:23:29 +00:00
snj
550147bd6a
Remove 3rd and 4th clauses in christos' license. OK christos.
2009-10-21 01:07:44 +00:00
dholland
420cf14d38
Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro in PR 42177.
2009-10-19 02:34:40 +00:00
dholland
6a214fad9e
Disable writing scores when built for /rescue. PR 42009
2009-09-08 13:38:01 +00:00
dholland
e28fc9086c
Dumping all system includes anything uses in one big header file is so 1986.
...
XXX: Removing unused declarations (thus, unused headers can trigger
XXX: it) sometimes causes gcc to generate substantially different
XXX: code. Dunno why but it looks rather like a gcc bug.
2009-08-31 08:27:16 +00:00
dholland
29d1f99953
Don't need -DHAVE_REGCOMP any more
2009-08-27 03:12:16 +00:00
dholland
20ce96200f
Instead of trying to cons up a regexp that ignores case, use REG_ICASE.
...
This makes fortune -im work; it's been broken since whenever.
2009-08-27 03:09:17 +00:00
dholland
47c8cadb48
Tidy up regexp handling further.
2009-08-27 03:04:58 +00:00
dholland
ade23dc0db
Prune conditional compilation for using obsolete regexp libraries.
2009-08-27 02:21:36 +00:00
dholland
4995cfe200
Whitespace.
2009-08-27 02:03:22 +00:00
dholland
e07a279dee
Prevent nasal demons in a case I spotted while preparing the previous.
2009-08-27 01:42:08 +00:00
dholland
fb94dc019f
ANSIfy function definitions.
2009-08-27 01:40:27 +00:00
dholland
0ba36cdda2
Sprinkle some size_t in places where it's better than int.
...
(Reduces casts.)
2009-08-27 01:19:38 +00:00
dholland
b80dbf8031
remove more unnecessary casts
2009-08-27 00:43:31 +00:00
dholland
9ece4dba1c
Use correct type for malloc sizes (size_t, not unsigned)
2009-08-27 00:42:11 +00:00
dholland
c94bff8297
remove unnecessary casts
2009-08-27 00:40:44 +00:00
dholland
9ac5061b87
u_int32_t -> uint32_t
2009-08-27 00:36:32 +00:00
dholland
04ed523694
ANSIfy function definitions
2009-08-27 00:31:12 +00:00
dholland
cf97b0fdcd
Use standard C: 'unsigned', not 'u_int'
2009-08-27 00:24:11 +00:00
dholland
431304b3b0
remove unnecessary cast
2009-08-27 00:22:28 +00:00
dholland
fe14252156
remove unnecessary casts
2009-08-27 00:21:45 +00:00
dholland
3379762795
remove unnecessary cast
2009-08-27 00:19:52 +00:00
dholland
7c9708a909
Use __dead.
2009-08-25 06:58:04 +00:00
dholland
aa19a9d0a5
Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,
...
however, we have an ample vowel budget, and bit shortages are a thing
of the past (even in a down economy) so spend a bit to improve
readability.
2009-08-25 06:56:52 +00:00
dholland
84bca7035f
ANSIfy a leftover function.
...
Also note some unportable code with a comment. Can't change it because
it'd break save files, though.
2009-08-25 06:04:17 +00:00
dholland
da121b3331
sprinkle static
2009-08-12 08:54:54 +00:00
dholland
1e99780e5d
sprinkle static
2009-08-12 08:44:45 +00:00
dholland
5305281b0c
sprinkle static
2009-08-12 08:21:41 +00:00
dholland
f2a20f5fe4
sprinkle static
2009-08-12 08:04:05 +00:00
dholland
75b3905d60
sprinkle static and prune some dead code
2009-08-12 07:42:11 +00:00
dholland
9b92b18917
sprinkle static
2009-08-12 07:28:40 +00:00
dholland
bc0970cff2
sprinkle static
2009-08-12 06:19:17 +00:00
dholland
6613b31163
sprinkle static
2009-08-12 06:06:28 +00:00
dholland
e0ba63fe83
sprinkle static
2009-08-12 05:48:04 +00:00
dholland
f59d107e64
sprinkle static
2009-08-12 05:35:44 +00:00
dholland
43e0d095a0
sprinkle static and prune some dead code
2009-08-12 05:29:40 +00:00
dholland
9795f61a5a
sprinkle static
2009-08-12 05:17:57 +00:00
dholland
24ddf1fdf8
looks as if "ospeed" here was meant to be extern.
2009-08-12 04:51:11 +00:00
dholland
7a2ed76402
sprinkle static
2009-08-12 04:48:03 +00:00
dholland
c62bf84c55
sprinkle static
2009-08-12 04:28:27 +00:00
dholland
b76cf716a9
Don't use a FILE * after fclose(). PR 41832 from Henning Petersen.
2009-08-06 17:55:18 +00:00
christos
4b76b4506c
don't use char values for functions that can return -1; chars are not always
...
signed.
2009-08-05 19:34:09 +00:00
dholland
f5d4590c31
Use getopt instead of hand-rolled options code. Document all the arguments
...
and options. Don't allow the previously undocumented method to change the
maximum number of scores kept per user to be used on the system-wide high
score file. Sort options list in the man page. Bump its date.
2009-08-05 04:03:47 +00:00
dholland
a95dd4ab67
don't ignore errors from read(); found by lint
2009-08-03 06:04:12 +00:00
dholland
bfaf2fa3e6
Remove the need for -Wno-pointer-sign. Object file unchanged.
2009-07-26 03:05:52 +00:00