index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
fmt
/
fmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
Prevent strange crashes in fmt with absurd goal lengths introduced by the
jmallett
2007-10-17
1
-0
/
+2
*
Add support for multibyte characters.
tjr
2004-08-02
1
-54
/
+84
*
Avoid passing negative values to isspace() on systems with signed chars.
tjr
2004-07-15
1
-1
/
+1
*
Use warn() instead of perror().
tjr
2004-07-15
1
-3
/
+3
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Don't format lines that look like troff requests, for
ru
2002-01-11
1
-4
/
+19
*
The old fmt(1) always did what the new ``-l 8'' option does.
ru
2001-08-15
1
-2
/
+11
*
Don't call errx() with a variable format string
kris
2001-08-11
1
-1
/
+1
*
Cast size_t -> int to satisfy printf %* constraints on the alpha.
jlemon
2001-06-16
1
-1
/
+1
*
fmt(1) rewrite by Gareth McCaughan.
ru
2001-06-06
1
-527
/
+560
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a number of fixed-size buffers etc.
joerg
1997-09-30
1
-4
/
+31
*
Pre-allocate buffer to avoid core dump in corner cases.
jlemon
1997-08-21
1
-2
/
+6
*
Add rcsid, prototypes. Use err(3).
charnier
1997-07-03
1
-12
/
+34
*
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
bde
1997-04-23
1
-1
/
+0
*
Add -c flag to fmt to center lines.
phk
1996-09-10
1
-0
/
+27
*
Fix a segfault which occurs when it gets an empty input line.
smpatel
1996-04-22
1
-1
/
+8
*
Dynamically allocate line buffers, instead of assuming that all the
joerg
1995-11-15
1
-6
/
+31
*
Add setlocale LC_CTYPE
ache
1995-10-24
1
-0
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
Make fmt ctype-aware
ache
1995-05-11
1
-6
/
+6
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+467