summaryrefslogtreecommitdiffstats
path: root/games/fortune/strfile (follow)
Commit message (Expand)AuthorAgeFilesLines
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-141-3/+1
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-3/+3
* Use proper bool types in fortune(6).fcambus2017-06-041-19/+18
* - General changes:mestre2016-03-071-4/+4
* Some basic code maintenance in games/tb2016-01-071-2/+9
* More headers removal and sorted the remaining alphabetically.mestre2016-01-041-9/+9
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+2
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* Cast ctype functions' argument to unsigned char.mmcc2015-10-241-6/+6
* big blocks need braces for supporttedu2015-09-161-9/+8
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-4/+4
* Userland reallocarray() audit.doug2014-10-111-2/+4
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-4/+2
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+2
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* default output file ends in ".dat", not ".out";schwarze2010-01-171-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* Some more simple malloc(n * m) -> calloc(n, m) conversions.hshoexer2007-09-041-3/+3
* Set shortest string count to 0 in strfile(8), if there a no strings foundmoritz2007-06-261-4/+6
* convert to new .Dd format;jmc2007-05-311-2/+2
* indent a display;jmc2004-08-201-2/+2
* ansi; khalek@linuxgamers.netderaadt2004-07-091-18/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-061-3/+3
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-9/+9
* fixes from mpech@prosoft.org.lvpjanzen2001-11-171-4/+4
* reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen2001-06-061-4/+4
* Add prototypes, de-register, do better error checking, -Wall some, fix strcat()pjanzen2001-03-301-85/+85
* Don't change case of commandpjanzen2001-03-221-2/+2
* $OpenBSD$niklas2001-01-283-1/+4
* Remove another useless machine/endian.h includemillert2001-01-231-1/+0
* seperate -> separate, okay aaron@provos2000-11-101-1/+1
* Typo fixes.alex1999-09-231-1/+1
* - remove all trailing whitespaceaaron1999-07-091-1/+1
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-1/+1
* use Bx macro for BSD versionsmickey1998-06-151-1/+2
* tabifykstailey1997-07-231-1/+1
* CC=${HOSTCC} for these; tv@slack.iag.net, PR#86deraadt1997-02-091-1/+2
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* Reorder includes for htons et al.niklas1996-11-251-1/+1
* Store the fortune data files with fixed data types, and document this.tholo1996-10-063-34/+43
* do make rightderaadt1996-04-241-9/+2
* Rudimentary support for compilation in a cross environmentniklas1996-03-091-1/+9
* initial import of NetBSD treederaadt1995-10-184-0/+674