History log of /freebsd-9.3-release/games/fortune/strfile/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


203926 15-Feb-2010 uqs

fortune(6) switch to 3-clause BSDL; style(9)

This reduces the diff to other *BSD and makes it possible to actually
see the code differences.

Approved by: ed (Co-mentor)


203923 15-Feb-2010 uqs

games: make WARNS=6 the default, remove overrides

This also bumps factor, fortune, primes, and random to WARNS=6.

Approved by: ed (Co-mentor)


201175 29-Dec-2009 ed

Use ANSI C function declarations.


181396 07-Aug-2008 ache

Use __FreeBSD_version check since it is bootstrap tool


181386 07-Aug-2008 ache

Use arc4random_uniform(3)


176407 19-Feb-2008 ru

getopt(3) returns -1, not EOF.


142327 23-Feb-2005 ru

Bump WARNS to 6.


142022 17-Feb-2005 ru

Make the on-disk format of .dat files produced by strfile(8)
architecture independent. Besides the fixed-width types in
the header, the offsets are now stored as 64-bit off_t (also
in big endian format).

Tested on: i386, amd64, sparc64, ia64


141846 13-Feb-2005 ru

Expand *n't contractions.


141581 09-Feb-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


140408 18-Jan-2005 ru

Sort sections.


132578 23-Jul-2004 le

Make this WARNS=3 clean.

PR: bin/38931
Submitted by: Giorgos Keramidas <keramida@freebsd.org>


131486 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


123243 07-Dec-2003 des

Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall.


118397 03-Aug-2003 ache

Rename collate_range_cmp() to stable_collate_range_cmp() to indicate
that it is not the common variant.
Remove doubtful microoptimization there.


114725 05-May-2003 obrien

Make the __FBSDID usage consistent
and protect copyright[] from Gcc 3.3's whining.


93063 24-Mar-2002 imp

o remove __P


90868 18-Feb-2002 mike

o Move NTOHL() and associated macros into <sys/param.h>. These are
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
complexities associated with having MD (asm and inline) versions, and
having to prevent exposure of these functions in other headers that
happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.

Tested on: alpha, i386
Reviewed by: bde, jake, tmm


81622 14-Aug-2001 ru

mdoc(7) police: s/BSD/.Bx/ where appropriate.


81586 13-Aug-2001 ru

Removed duplicate VCS ID tags, as per style(9).


79754 15-Jul-2001 dd

Remove whitespace at EOL.


79528 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


74814 26-Mar-2001 ru

- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.


72785 21-Feb-2001 bde

Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so was
a bogus no-op in the usual case where fortune/ is a subdir of games/
(since <bsd.prog.mk> does an equivalent include automatically if
possible), but breaks building fortune when fortune/ is outside of the
games/ tree (since the include was unconditional here). This fix
depends on a previous fix for non-recursiveness of ../Makefile.inc
(it didn't exist).

PR: 25232


72089 06-Feb-2001 asmodai

Fix typo: seperate -> separate.

Seperate does not exist in the english language.

Submitted to look at by: kris


68937 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


62671 06-Jul-2000 billf

minor brucification.


62488 03-Jul-2000 billf

"Fix" warnings.


53210 16-Nov-1999 billf

Sync our register usage with NetBSD's (non-)usage.


53209 16-Nov-1999 billf

Add $FreeBSD$


52570 27-Oct-1999 dcs

Realize the changes to usage() and the man page were missing from
the previous commit, and document the -C (comments) flag.


51864 02-Oct-1999 dcs

Add -C flag to indicate the presence of comments. Files thus processed
will be marked as having comments, which are indicated by two delimiter
characters at the beginning of a line.


51287 15-Sep-1999 peter

Fix warning: return type of `main' is not `int'


50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


49463 06-Aug-1999 mpp

strfile(8) incorrectly states that the output files generated
will have the suffix ".out" appended to them. They are acutally
created as outputfile.dat.

PR: docs/12968
Submitted by: Patrick Seal <patseal@hyperhost.net>


48793 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


33633 20-Feb-1998 steve

Be sure to set the value of Tbl.str_numstr before any call to
do_order or randomize so that they actually work.

PR: 5791


29774 24-Sep-1997 ache

Use srandomdev


19291 31-Oct-1996 ache

Uncomment static from collate_range_cmp, no more in locale.h


19288 31-Oct-1996 ache

Replace collate_range_cmp call with its code


17555 12-Aug-1996 ache

Convert to newly aded collate compare function


16262 09-Jun-1996 ache

Handle sorting in better way


16140 05-Jun-1996 ache

Activate collate


15944 27-May-1996 ache

Localize it.
off_t -> long.
Install strfile & unstr
-Wall cleanup
Fix matching bug with offensive database


8856 30-May-1995 rgrimes

Remove trailing whitespace.


2491 04-Sep-1994 jkh

This commit was generated by cvs2svn to compensate for changes in r2490,
which included commits to RCS files with non-trunk default branches.