summaryrefslogtreecommitdiffstats
path: root/fortune
Commit message (Collapse)AuthorAgeFilesLines
* After weeding out duplicate, modify entry to be mathematicallymjl2000-07-031-2/+2
| | | | correct at least. (Yes, both were wrong. People can't integrate nowadays anymore :)
* Remove duplicate (and incorrect) entry. From Anton Berezinmjl2000-07-031-12/+0
| | | <tobez@tobez.org> in FreeBSD PR/19670
* Offered horse brutality to a previously incorrect RHPS quote.mason2000-06-301-2/+2
|
* NetBSD: Ports to * boards.scw2000-06-141-0/+3
|
* Remove one of mine that really wasn't very good, and add:jwise2000-06-071-3/+2
| | | NetBSD: abandon all hype, oh ye who enter here.
* NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...!pooka2000-05-021-0/+4
|
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
|
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-141-14/+4
| | | | for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
* Missing word. From Paul Janzen.soren2000-04-111-4/+4
|
* Tyop fix.jwise2000-04-061-1/+1
|
* Fix doubled 'the's.soren2000-03-133-10/+10
|
* fix tyopjwise2000-02-271-2/+2
|
* NetBSD: We come in peace. We offer reliability.pooka2000-02-151-1/+4
| | | + correct a typo
* NetBSD: We don't negotiate with terrorists.pooka2000-02-121-0/+3
|
* Add Chris Baird's email address per his requestpooka2000-02-101-1/+1
|
* Add NetBSD slogans for fortune database.pooka2000-02-062-4/+540
|
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* Get the build ordering right for dependall.mycroft2000-01-231-1/+2
|
* Remove unnecessary casts, and add necessary ones for printf arguments.jsm2000-01-131-6/+6
|
* Change __GCC__ to __GNUC__.jsm2000-01-131-3/+3
|
* Remove obsolete NO_VOID conditional.jsm2000-01-131-6/+2
|
* Don't use any NetBSD specific features (<err.h> and friends mainlysimonb1999-12-301-51/+82
| | | | | | | | | | - replaiced with local die() and dieperror() routines). Use ANSI prototypes (no dependance on the __P() macro). Add new fwrite_be_offt() function which writes out a big-endian 64bit number regards of the size of off_t on the host machine. Remove unused unctrl() function. Now builds correct fortune .dat files on non-NetBSD machines as well - tested on Ultrix and Solaris (but Solaris needs -lsocket to get htonl()).
* No need to include <sys/endian.h> here - <sys/types.h> includessimonb1999-12-301-2/+1
| | | <machine/endian.h> which DTRT.
* Removed someone's personal phone number, including area code, from a "if youmason1999-12-111-2/+0
| | | want a good time, call ###-###-####" fortune entry.
* Fix a gcc -W warning (empty body in an else-statement).jsm1999-12-071-9/+4
|
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-091-5/+5
| | | | fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd.
* Use macro NAMLEN rather than dirent->d_namlen, for easier portability.jsm1999-09-221-4/+8
|
* Remove generated file "limerick-o" in "clean" target.tron1999-09-211-2/+2
|
* Fix -Wsign-compare warnings.jsm1999-09-183-13/+13
|
* Split limericks into "normal" and "offensive" ones.hwr1999-09-124-71/+53
| | | Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>.
* These fortunes conatain offensive language.hwr1999-09-122-0/+387
| | | | These were originally unamerican.{fake,real} Part of the work on PR 6202.
* Moved to unamerican.real-ohwr1999-09-121-385/+0
|
* Moved to unamerican.fake-ohwr1999-09-121-2/+0
|
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-101-2/+5
|
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-092-4/+6
| | | are used.
* Remove extra blank line in copyright.simonb1999-09-091-2/+1
|
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-083-14/+14
| | | the games.
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+7
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-082-35/+39
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* Use new endian-specific conversion macros - 64-bit off_t's are nowsimonb1999-08-215-34/+37
| | | | | | | the stored the same regardess of the byte order of the generating host. Note in the strfile(8) man page that all fields are big-endian, not in network byte order.
* Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb1999-08-161-1/+1
|
* Fortunes from those Unamerican Activities bumper stickers you see onthorpej1999-08-043-3/+395
| | | mountain bikes owned by Gen-X'ers.
* More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled1999-03-221-2/+2
| | | | so we shouldn't override it with versions in the manpages. Many more to come.
* convert from NOxxx= to MKxxx=no.lukem1999-02-132-4/+4
| | | include <bsd.own.mk> if testing a MKxxx variable.
* typo.pk1998-12-051-1/+1
|
* Fix spelling of `Churchill' in 3 placesjwise1998-11-202-3/+3
|
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
|
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-6/+6
|
* Correct attribution as pointed out in pr 6114 by Jim Wise.frueauf1998-09-121-1/+2
|
* Add braces to make the new egcs happy.veego1998-08-301-8/+9
|