summaryrefslogtreecommitdiffstats
path: root/fortune/fortune
Commit message (Collapse)AuthorAgeFilesLines
* Use macro NAMLEN rather than dirent->d_namlen, for easier portability.jsm1999-09-221-4/+8
|
* Fix -Wsign-compare warnings.jsm1999-09-181-6/+6
|
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-2/+3
| | | are used.
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-5/+5
| | | 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-081-30/+34
| | | | | | | | | 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-211-9/+9
| | | | | | | 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.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
|
* 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
|
* use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem1997-10-221-2/+2
|
* Use S_IS*(), not S_IF*.mycroft1997-10-191-3/+3
|
* deprecate autolukem1997-10-121-7/+7
|
* WARNSifylukem1997-10-103-91/+93
|
* don't xref obsolete regcmp(3)mikel1997-07-161-3/+2
|
* alternate -> alternative, per PR 2643mouse1997-03-081-2/+2
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-234-96/+146
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Use <dirent.h> instead of <sys/dir.h>.jtc1993-12-041-9/+3
|
* Link with -lcompat instead of -lgnuregex.jtc1993-11-111-3/+3
| | | | | As soon as POSIX regular expressions are integrated into libc, -lgnuregex will be going away. Fortune use the old re_comp() & re_exec() regex routines that are provided by -lcompat.
* Drip -DNO_REGEX, Link with -lgnuregex.jtc1993-08-051-4/+6
|
* Convert to -mandoc macros.jtc1993-08-051-78/+63
|
* Nuke remaining patchkit headers.mycroft1993-08-021-8/+1
|
* Makefilemycroft1993-08-021-9/+1
|
* Add RCS identifiers.mycroft1993-08-012-2/+4
|
* Add RCS indentifiers.mycroft1993-08-011-1/+2
|
* Fix compilation error I introduced.mycroft1993-04-201-4/+2
|
* Cleanup for GCC 2.mycroft1993-04-181-1/+1
|
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+0
|
* after 0.2.2 "stable" patches appliedcgd1993-03-212-3/+18
|
* initial import of 386bsd-0.1 sourcescgd1993-03-214-0/+1559