summaryrefslogtreecommitdiffstats
path: root/fortune
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add regexp support; remove -lcompat, use err*, warn*christos1998-02-042-82/+72
|
* 4.4BSD -> .Bx 4.4perry1998-02-031-2/+3
|
* use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem1997-10-223-7/+9
|
* Use S_IS*(), not S_IF*.mycroft1997-10-191-3/+3
|
* deprecate autolukem1997-10-121-7/+7
|
* WARNSifylukem1997-10-111-24/+32
|
* WARNSify, deprecate registerlukem1997-10-111-50/+60
|
* WARNSifylukem1997-10-105-96/+98
|
* don't xref obsolete regcmp(3)mikel1997-07-161-3/+2
|
* Use proginstall:: to disable installing PROG.mycroft1997-05-071-2/+3
|
* Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.mycroft1997-05-071-3/+2
|
* Allow this to be cross-compiled (in a manner consistent with boggle'sthorpej1997-04-281-1/+10
| | | host-only helper programs).
* Go into the "strfile" subdirectory unconditionally; we let that Makefilethorpej1997-04-281-8/+2
| | | make it's own decisions.
* - Makefile cleanupschristos1997-03-241-7/+4
|
* eliminate mismatched quote charmikel1997-03-141-1/+1
|
* alternate -> alternative, per PR 2643mouse1997-03-081-2/+2
|
* fix typo in Napoleon's namemikel1997-01-232-2/+2
|
* Clean this up, and be more consistent:cgd1996-12-235-20747/+46
| | | | | | | | | | | | * Have 'fake' options for all offensive fortune files (fortunes2-o and limerick moved to fortunes2-o.real and limerick.real via repository copy). * build all offensive fortune data files, etc., in the same way. * Have installation of offensive fortunes controlled by one make variable. To disable build/install of offensive fortunes, set INSTALL_OFFENSIVE_FORTUNES to anything other than "YES" on the make command line, in bsd.own.mk, or in /etc/mk.conf or your ${MAKECONF} file. (If changing the setting, you should 'make clean' here and rebuild the fortunes before installing.) * Don't use variables that bsd.prog.mk thinks have certain meanings.
* Oy Gevalt, incorrect meter!tls1996-11-231-1/+1
|
* Use ${INSTALL}.thorpej1996-10-181-3/+3
|
* <machine/endian.h> -> <sys/types.h>christos1996-10-131-3/+3
|
* Remove duplicate (and inaccurate) citation. Update the remaining one to bepk1996-06-021-10/+5
| | | even more accurate.
* Use tr instead of caesar to generate fortunes-ojtc1996-02-291-2/+2
|
* Parallel make fixeschristos1995-10-221-2/+3
|
* Correct typos noted by Mike Long; PR#1654.pk1995-10-223-6/+6
|
* fix typo: new -> knewjtc1995-07-171-1/+1
|
* Use `install -c'.pk1995-06-261-2/+2
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-2/+3
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean more cruft; fix up to build the way CSRG now intendscgd1995-04-221-6/+3
|
* kill these; no longer necessary or appropriate.cgd1995-04-222-2020/+0
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-2318-152/+223
|
* from Litecgd1995-03-2113-31/+97417
|
* specify man pages the new way.cgd1994-12-222-3/+4
|
* kiil bogus install -d'scgd1994-02-101-2/+1
|
* fix 'make' biff. from Roland McGrathcgd1994-01-241-2/+2
|