summaryrefslogtreecommitdiffstats
path: root/fortune/strfile
Commit message (Collapse)AuthorAgeFilesLines
* Fix a gcc -W warning (empty body in an else-statement).jsm1999-12-071-9/+4
|
* Fix -Wsign-compare warnings.jsm1999-09-181-4/+4
|
* 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-091-2/+3
| | | 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-081-6/+6
| | | the games.
* Add use of `const' where appropriate to the games.jsm1999-09-081-5/+5
| | | | | | | | | 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-213-17/+20
| | | | | | | 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.
* 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.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
|
* 4.4BSD -> .Bx 4.4perry1998-02-031-2/+3
|
* WARNSify, deprecate registerlukem1997-10-111-50/+60
|
* WARNSifylukem1997-10-101-3/+3
|
* Use proginstall:: to disable installing PROG.mycroft1997-05-071-2/+3
|
* Allow this to be cross-compiled (in a manner consistent with boggle'sthorpej1997-04-281-1/+10
| | | host-only helper programs).
* <machine/endian.h> -> <sys/types.h>christos1996-10-131-3/+3
|
* 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.
* merge with Lite, new RCS id conventions, etc.cgd1995-03-234-21/+27
|
* specify man pages the new way.cgd1994-12-221-1/+2
|
* Shouldn't use NOMAN here. We have a man page, even if we don't bother tomycroft1993-08-031-2/+1
| | | install the program anyway.
* Add RCS identifiers.mycroft1993-08-012-2/+4
|
* Add RCS indentifiers.mycroft1993-08-011-1/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-214-0/+663