dholland
76f02c63f8
Don't expect fairings.
2013-05-12 03:29:07 +00:00
pgoyette
17514df881
Fix same typo in the other file in which it occurs
2013-02-17 13:39:51 +00:00
pgoyette
244f3b036e
Fix minor typo
2013-02-17 13:36:01 +00:00
jnemeth
be61d44017
Add some quotes by Henry Ford, found at:
...
http://www.goodreads.com/author/quotes/203714.Henry_Ford
2012-12-08 22:38:09 +00:00
mbalmer
961d9fb287
Fix two quotes from "The Tao of Programming". From FreeBSD.
2012-11-22 11:32:19 +00:00
jakllsch
133b402371
Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,
...
"Yoda". Correct said lyrics.
Correct lyrics to "Weird Al" Yankovic's "One Of Those Days".
2012-10-22 14:33:27 +00:00
dholland
211b175c28
Pass -Wstrict-overflow.
2012-10-13 20:42:56 +00:00
riastradh
334a028dd6
Add a remarkably percipient fortune cookie.
2012-10-03 19:41:46 +00:00
riastradh
2a2bf69386
Fix formatting of Churchill quote on declarations of war.
2012-10-03 19:04:55 +00:00
jdf
711e13238a
src/games/fortune/fortune/fortune.6:
...
* reference strfile(8) in `SEE ALSO' section.
src/games/fortune/strfile/strfile.8:
* remove redundant argument to (successive) `.Nm' macros.
src/games/fortune/datfiles/fortunes2:
* remove (the least complete variant of a) double fortune.
Patch submitted by Bug Hunting.
2012-08-04 22:29:58 +00:00
dholland
277bd0756c
WARNS=5, and make WARNS=5 the default for src/games.
2012-06-19 05:46:08 +00:00
dholland
16c47bfce7
Typo. Reported by I-forget-who-but-they'd-probably-rather-not-be-credited,
...
during the -6 freeze, and then forgotten until now.
2012-06-19 04:59:19 +00:00
riastradh
6ebd147b51
Attribute the `Consequences, Schmonsequences...' quote to Daffy Duck.
2012-06-05 19:35:44 +00:00
jakllsch
2ee946b266
Per [1] the speed of light in a vaccum is exactly 299792458 m/s.
...
Per [2] a furlong is 220 yards and a yard is exactly 0.9144 m.
Per [3] a fortnight is 14 days.
As I didn't find a good authority for what definition of a day a fortnight is
measured in, I'll assume here a day is 86400 SI seconds.
Thus, the speed of light in a vaccum is approximately
1.80*10^12 furlongs per fortnight.
1.80*10^12 = 299792458*86400*14/(220*0.9144)
[1] Resolution 1 of the 17th meeting of the CGPM (1983)
http://www.bipm.org/en/CGPM/db/17/1/
[2] Weights and Measures Act 1985
http://www.legislation.gov.uk/ukpga/1985/72
[3] The Concise Oxford Dictionary, 5th Edition, 1964, p. 480
2011-12-06 19:41:03 +00:00
jnemeth
be8bba3314
grammar fix
2011-11-19 20:44:58 +00:00
plunky
9f61b80465
NULL does not need a cast
2011-08-31 16:24:54 +00:00
dholland
788ec3df53
Remove redundant set of prototypes for local functions, exposed by
...
previous.
2011-08-17 18:17:40 +00:00
dholland
ec10c574c2
Move some things around so declarations appear in a reasonable order.
2011-08-17 18:16:51 +00:00
dholland
667d044909
Use __dead instead of __attribute__((__noreturn__)).
2011-08-16 19:53:03 +00:00
christos
695bc7fff6
kill homebrew error functions
2011-08-16 11:06:34 +00:00
dyoung
da1712e7ee
Fix spelling: it's *Jef* Raskin, not Jeff Raskin.
2011-01-24 15:30:54 +00:00
pooka
71604335b9
add one i saw on irc today
2010-11-25 13:51:26 +00:00
dholland
4db9f70f12
Latin police: use proper conjugation.
...
(whether the rest of the affected fortune is valid either is debatable)
2010-02-16 09:53:51 +00:00
wiz
8c6dae0be9
Close two file descriptors after using them. Found by cppcheck.
2010-01-17 22:52:00 +00:00
mbalmer
5214aa9799
The default output file extension is '.dat', not '.out'.
...
From Lars Nooden via OpenBSD.
2010-01-17 13:35:00 +00:00
dholland
f74d700f40
Fix math notation, from PR 41547. While here, fix some potential tab
...
damage in the same fortune.
2010-01-01 00:16:54 +00:00
wiz
9a261cfdbd
was disappointed that someone wrote disappointed with one 'p', so I fixed it.
2009-12-08 10:13:39 +00:00
mbalmer
0a83daaf24
I was disappointed that someone wrote disappointed with two 's', so I fixed it.
2009-12-08 10:04:27 +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
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
6613b31163
sprinkle static
2009-08-12 06:06:28 +00:00
joerg
b0c28ab299
Don't nest displays.
2009-04-12 16:58:57 +00:00
jnemeth
fbf3f5b411
grammar fix
2009-03-15 05:44:57 +00:00
wiz
a3fb1878ab
Fix fiance/fiancee confusion. Fix another typo.
...
Jason McIntyre <jmc@kerhand.co.uk>.
2008-12-02 14:21:26 +00:00
wiz
999da72c23
Fix insure -> ensure confusion. From Jason McIntyre <jmc@kerhand.co.uk>.
2008-12-02 14:21:02 +00:00
apb
e269763779
Use uint32_t and include <stdint.h>, instead of using u_int32_t
...
and including <sys/types.h>.
2008-10-19 07:56:42 +00:00