summaryrefslogtreecommitdiffstats
path: root/games/fortune/strfile
Commit message (Collapse)AuthorAgeFilesLines
* Final step of eliminating the "games" distribution: Merge src/gamescperciva2015-10-025-701/+0
| | | | | | | | | (or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
|/ | | | Requested by: Simon Gerraty <sjg@juniper.net>
* fortune(6) switch to 3-clause BSDL; style(9)uqs2010-02-153-98/+79
| | | | | | | This reduces the diff to other *BSD and makes it possible to actually see the code differences. Approved by: ed (Co-mentor)
* games: make WARNS=6 the default, remove overridesuqs2010-02-151-1/+0
| | | | | | This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor)
* Use ANSI C function declarations.ed2009-12-291-14/+16
|
* Use __FreeBSD_version check since it is bootstrap toolache2008-08-071-0/+8
|
* Use arc4random_uniform(3)ache2008-08-071-3/+1
|
* getopt(3) returns -1, not EOF.ru2008-02-191-1/+1
|
* Bump WARNS to 6.ru2005-02-231-1/+1
|
* Make the on-disk format of .dat files produced by strfile(8)ru2005-02-173-62/+71
| | | | | | | | 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
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-092-2/+2
|
* Sort sections.ru2005-01-181-3/+3
|
* Make this WARNS=3 clean.le2004-07-232-5/+4
| | | | | PR: bin/38931 Submitted by: Giorgos Keramidas <keramida@freebsd.org>
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall.des2003-12-072-22/+22
|
* Rename collate_range_cmp() to stable_collate_range_cmp() to indicateache2003-08-031-11/+7
| | | | | that it is not the common variant. Remove doubtful microoptimization there.
* Make the __FBSDID usage consistentobrien2003-05-051-5/+4
| | | | and protect copyright[] from Gcc 3.3's whining.
* o remove __Pimp2002-03-241-7/+7
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+0
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-1/+1
| | | | - MAN[1-9] -> MAN.
* Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so wasbde2001-02-211-1/+1
| | | | | | | | | | | 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
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | | | Seperate does not exist in the english language. Submitted to look at by: kris
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
|
* minor brucification.billf2000-07-061-2/+2
|
* "Fix" warnings.billf2000-07-031-6/+13
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-14/+14
|
* Add $FreeBSD$billf1999-11-161-0/+2
|
* Realize the changes to usage() and the man page were missing fromdcs1999-10-272-1/+10
| | | | the previous commit, and document the -C (comments) flag.
* Add -C flag to indicate the presence of comments. Files thus processeddcs1999-10-022-1/+11
| | | | | will be marked as having comments, which are indicated by two delimiter characters at the beginning of a line.
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+6
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* strfile(8) incorrectly states that the output files generatedmpp1999-08-061-4/+4
| | | | | | | | 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>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* Be sure to set the value of Tbl.str_numstr before any call tosteve1998-02-201-1/+2
| | | | | | do_order or randomize so that they actually work. PR: 5791
* Use srandomdevache1997-09-241-1/+1
|
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Replace collate_range_cmp call with its codeache1996-10-311-0/+17
|
* Convert to newly aded collate compare functionache1996-08-121-32/+3
|
* Handle sorting in better wayache1996-06-091-16/+34
|
OpenPOWER on IntegriCloud