Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-29 | Restore historic behavior: | Todd C. Miller | |
o don't fmt lines that start with '.' to avoid hosing *roff o add -n flag to disable above behavior (undocumented feature in old fmt) Patch from Ruslan Ermilov (FreeBSD) | |||
2001-11-28 | from FreeBSD: | Todd C. Miller | |
Some KNF Call setlocale() Remove some silliness for non-BSD systems | |||
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2000-06-25 | allow 'fmt -w width' and 'fmt -width'. | Paul Janzen | |
ok millert@ | |||
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 ↵ | Theo de Raadt | |
-width; ross | |||
1997-10-01 | Fix bug where fmt allows backslashed whitespace inside words, but it only | Todd C. Miller | |
counts each such as one character long, gjm11@dpmms.cam.ac.uk. | |||
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 | |
I also cleaned it up to pass -Wall and check malloc(). | |||
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 | |