summaryrefslogtreecommitdiffstats
path: root/fortune/fortune
Commit message (Expand)AuthorAgeFilesLines
* use more standard %ll_ in favour of %q_lukem2001-01-041-3/+4
* fix a bug in the call to srandom(): xor time() with getpid(), don't add them!mrg2000-10-311-3/+3
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-091-5/+5
* 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
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-5/+5
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+7
* Add use of `const' where appropriate to the games.jsm1999-09-081-30/+34
* Use new endian-specific conversion macros - 64-bit off_t's are nowsimonb1999-08-211-9/+9
* 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
* 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