summaryrefslogtreecommitdiff
path: root/usr.bin/fmt
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-03-13Fix some common typos in commentsGordon Bergling
2020-10-29fmt(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2017-12-01fmt(1): Fix usage of Nm macroEitan Adler
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2016-04-13fmt(1): for pointers use NULL instead of 0Pedro F. Giffuni
2016-04-13fmt(1): reformat with indent(1).Pedro F. Giffuni
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2007-10-17Prevent strange crashes in fmt with absurd goal lengths introduced by theJuli Mallett
2005-01-27Remove unnecessary SRCS= where could be guessed directly by ourXin LI
2004-08-02Cross-reference fold(1).Tim J. Robbins
2004-08-02Add support for multibyte characters.Tim J. Robbins
2004-07-17Document incorrect handling of multibyte characters.Tim J. Robbins
2004-07-15Avoid passing negative values to isspace() on systems with signed chars.Tim J. Robbins
2004-07-15Use warn() instead of perror().Tim J. Robbins
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-04-28Very minor whitespace nit.Mark Murray
2002-04-22Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav
2002-04-19Use `The .Nm utility'Philippe Charnier
2002-02-08Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray
2002-01-11Don't format lines that look like troff requests, forRuslan Ermilov
2001-08-15The old fmt(1) always did what the new ``-l 8'' option does.Ruslan Ermilov
2001-08-11Don't call errx() with a variable format stringKris Kennaway
2001-06-22WARNS= -> WARNS?=Dima Dorfman
2001-06-16Cast size_t -> int to satisfy printf %* constraints on the alpha.Jonathan Lemon
2001-06-06fmt(1) rewrite by Gareth McCaughan.Ruslan Ermilov
2000-03-09Mark up the optional -c option with the Op macro.Sheldon Hearn
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1997-09-30Ooops, the Makefile was not supposed to be changed. Unspam this.Joerg Wunsch
1997-09-30Fix a number of fixed-size buffers etc.Joerg Wunsch
1997-08-21Pre-allocate buffer to avoid core dump in corner cases.Jonathan Lemon
1997-07-03Add rcsid, prototypes. Use err(3).Philippe Charnier
1997-04-23Removed inconsistent declaration of malloc(). `make world' with DESTDIRBruce Evans
1997-01-15Sort cross references.Wolfram Schneider