aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fmt/fmt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix some common typos in commentsGordon Bergling2021-03-131-1/+1
* fmt(1): for pointers use NULL instead of 0Pedro F. Giffuni2016-04-131-4/+3
* fmt(1): reformat with indent(1).Pedro F. Giffuni2016-04-131-363/+480
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Prevent strange crashes in fmt with absurd goal lengths introduced by theJuli Mallett2007-10-171-0/+2
* Add support for multibyte characters.Tim J. Robbins2004-08-021-54/+84
* Avoid passing negative values to isspace() on systems with signed chars.Tim J. Robbins2004-07-151-1/+1
* Use warn() instead of perror().Tim J. Robbins2004-07-151-3/+3
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Don't format lines that look like troff requests, forRuslan Ermilov2002-01-111-4/+19
* The old fmt(1) always did what the new ``-l 8'' option does.Ruslan Ermilov2001-08-151-2/+11
* Don't call errx() with a variable format stringKris Kennaway2001-08-111-1/+1
* Cast size_t -> int to satisfy printf %* constraints on the alpha.Jonathan Lemon2001-06-161-1/+1
* fmt(1) rewrite by Gareth McCaughan.Ruslan Ermilov2001-06-061-509/+542
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a number of fixed-size buffers etc.Joerg Wunsch1997-09-301-4/+31
* Pre-allocate buffer to avoid core dump in corner cases.Jonathan Lemon1997-08-211-2/+6
* Add rcsid, prototypes. Use err(3).Philippe Charnier1997-07-031-12/+34
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRBruce Evans1997-04-231-1/+0
* Add -c flag to fmt to center lines.Poul-Henning Kamp1996-09-101-0/+27
* Fix a segfault which occurs when it gets an empty input line.Sujal Patel1996-04-221-1/+8
* Dynamically allocate line buffers, instead of assuming that all theJoerg Wunsch1995-11-151-6/+31
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Make fmt ctype-awareAndrey A. Chernov1995-05-111-6/+6
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+467