index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
fmt
/
fmt.c
Age
Commit message (
Expand
)
Author
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2006-11-29
trim usage(); ok millert deraadt
Jason McIntyre
2006-11-29
- sync synopsis and usage()
Jason McIntyre
2005-03-08
weeping the tree for printf(s) where printf("%s",s) should be used.
Chad Loder
2004-06-29
use warn() instead of perror; err*() are used already
Michael Shalayeff
2004-04-01
knf and ansi, mostly from joris vink
Ted Unangst
2003-12-01
Format string fixes from art's amd64 tree.
Alexander Yurchenko
2001-11-29
Restore historic behavior:
Todd C. Miller
2001-11-28
from FreeBSD:
Todd C. Miller
2001-07-12
first pass at a -Wall cleanup
Theo de Raadt
2000-06-25
allow 'fmt -w width' and 'fmt -width'.
Paul Janzen
1999-12-30
dont strip off international characters; fixes pr/1020
Niels Provos
1999-12-15
safe strcpy
Theo de Raadt
1998-12-14
adjust argv and argc correctly when reading max from command line
Todd C. Miller
1998-12-14
pasto that caused goal and max params not to work
Todd C. Miller
1998-04-25
getopt(3) returns -1 on end of args, not EOF.
Todd C. Miller
1998-04-25
fmt(1) rewrite by Gareth McCaughan.
Todd C. Miller
1998-02-16
use abs() on the width for compat with other versions of fmt that accept -wid...
Theo de Raadt
1997-10-01
Fix bug where fmt allows backslashed whitespace inside words, but it only
Todd C. Miller
1997-09-23
avoid crash when dealing with ^M lines; roberte@MEP.Ruhr-Uni-Bochum.de
Theo de Raadt
1997-02-08
inline to avoid warning
Theo de Raadt
1997-01-27
No more static buffers. We can operate on any sized files now.
Todd C. Miller
1997-01-26
Dynamic buffering to handle arbitrary line length and center option from FreeBSD
Todd C. Miller
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt