summaryrefslogtreecommitdiffstats
path: root/games/fortune/strfile
AgeCommit message (Expand)AuthorFilesLines
2020-02-14no need to declare "extern optarg" and "extern optind"schwarze1-3/+1
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,deraadt1-3/+3
2017-06-04Use proper bool types in fortune(6).fcambus1-19/+18
2016-03-07- General changes:mestre1-4/+4
2016-01-07Some basic code maintenance in games/tb1-2/+9
2016-01-04More headers removal and sorted the remaining alphabetically.mestre1-9/+9
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre1-2/+2
2015-12-25Declare usage() functions as __dead void, if they don't return, on games section.mestre1-2/+2
2015-10-24Cast ctype functions' argument to unsigned char.mmcc1-6/+6
2015-09-16big blocks need braces for supporttedu1-9/+8
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther1-4/+4
2014-10-11Userland reallocarray() audit.doug1-2/+4
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy1-4/+2
2013-08-22Correct format string mismatches turned up by -Wformat=2guenther1-2/+2
2013-08-14no longer any need to quote macro lines with >9 args;jmc1-3/+3
2010-01-17default output file ends in ".dat", not ".out";schwarze1-6/+6
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2007-09-04Some more simple malloc(n * m) -> calloc(n, m) conversions.hshoexer1-3/+3
2007-06-26Set shortest string count to 0 in strfile(8), if there a no strings foundmoritz1-4/+6
2007-05-31convert to new .Dd format;jmc1-2/+2
2004-08-20indent a display;jmc1-2/+2
2004-07-09ansi; khalek@linuxgamers.netderaadt1-18/+10
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert3-19/+7
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt1-3/+3
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-02-16Part 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.millert1-9/+9
2001-11-17fixes from mpech@prosoft.org.lvpjanzen1-4/+4
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen1-4/+4
2001-03-30Add prototypes, de-register, do better error checking, -Wall some, fix strcat()pjanzen1-85/+85
2001-03-22Don't change case of commandpjanzen1-2/+2
2001-01-28$OpenBSD$niklas3-1/+4
2001-01-23Remove another useless machine/endian.h includemillert1-1/+0
2000-11-10seperate -> separate, okay aaron@provos1-1/+1
1999-09-23Typo fixes.alex1-1/+1
1999-07-09- remove all trailing whitespaceaaron1-1/+1
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-1/+1
1998-06-15use Bx macro for BSD versionsmickey1-1/+2
1997-07-23tabifykstailey1-1/+1
1997-02-09CC=${HOSTCC} for these; tv@slack.iag.net, PR#86deraadt1-1/+2
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-1/+1
1996-11-25Reorder includes for htons et al.niklas1-1/+1
1996-10-06Store the fortune data files with fixed data types, and document this.tholo3-34/+43
1996-04-24do make rightderaadt1-9/+2
1996-03-09Rudimentary support for compilation in a cross environmentniklas1-1/+9
1995-10-18initial import of NetBSD treederaadt4-0/+674