aboutsummaryrefslogtreecommitdiff
path: root/games/fortune/strfile
Commit message (Expand)AuthorAgeFilesLines
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-025-701/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/
* fortune(6) switch to 3-clause BSDL; style(9)Ulrich Spörlein2010-02-153-98/+79
* games: make WARNS=6 the default, remove overridesUlrich Spörlein2010-02-151-1/+0
* Use ANSI C function declarations.Ed Schouten2009-12-291-14/+16
* Use __FreeBSD_version check since it is bootstrap toolAndrey A. Chernov2008-08-071-0/+8
* Use arc4random_uniform(3)Andrey A. Chernov2008-08-071-3/+1
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-191-1/+1
* Bump WARNS to 6.Ruslan Ermilov2005-02-231-1/+1
* Make the on-disk format of .dat files produced by strfile(8)Ruslan Ermilov2005-02-173-62/+71
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-092-2/+2
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Make this WARNS=3 clean.Lukas Ertl2004-07-232-5/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall.Dag-Erling Smørgrav2003-12-072-22/+22
* Rename collate_range_cmp() to stable_collate_range_cmp() to indicateAndrey A. Chernov2003-08-031-11/+7
* Make the __FBSDID usage consistentDavid E. O'Brien2003-05-051-5/+4
* o remove __PWarner Losh2002-03-241-7/+7
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
* Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so wasBruce Evans2001-02-211-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* minor brucification.Bill Fumerola2000-07-061-2/+2
* "Fix" warnings.Bill Fumerola2000-07-031-6/+13
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-161-14/+14
* Add $FreeBSD$Bill Fumerola1999-11-161-0/+2
* Realize the changes to usage() and the man page were missing fromDaniel C. Sobral1999-10-272-1/+10
* Add -C flag to indicate the presence of comments. Files thus processedDaniel C. Sobral1999-10-022-1/+11
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* strfile(8) incorrectly states that the output files generatedMike Pritchard1999-08-061-4/+4
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Be sure to set the value of Tbl.str_numstr before any call toSteve Price1998-02-201-1/+2
* Use srandomdevAndrey A. Chernov1997-09-241-1/+1
* Uncomment static from collate_range_cmp, no more in locale.hAndrey A. Chernov1996-10-311-1/+1
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-0/+17
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-32/+3
* Handle sorting in better wayAndrey A. Chernov1996-06-091-16/+34