Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | unsigned char casts for ctype | Theo de Raadt | |
ok krw | |||
2012-01-17 | tweak previous; | Jason McIntyre | |
2012-01-17 | Change the exit value on errors to be more 4.4BSD like. Use the sum of | lum | |
errors up to a maximum of 127, then to do not increment anymore, though programme execution continues. Use 127 as a maximum because error codes above this are: 1. bad because of signed bugs in programs. 2. used as the traditional shell $? representation of "kill by signal" where $? = 128 + signal. (from deraadt@ and guenther@ respectively) | |||
2012-01-15 | Document the EXIT STATUS and remove an outdated related comment. | Ingo Schwarze | |
While here, * as usual, the "first appeared" clause requires fixing, and * mention the date of the original implementation, using information from the CSRG archive CD 1. Triggered by a question asked by lum@, feedback and ok jmc@. | |||
2010-10-28 | more roff adjustments; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2006-11-29 | trim usage(); ok millert deraadt | Jason McIntyre | |
2006-11-29 | - clean up the !}fmt section | Jason McIntyre | |
- better Xr | |||
2006-11-29 | various improvements; | Jason McIntyre | |
2006-11-29 | - sync synopsis and usage() | Jason McIntyre | |
- sort options - avoid line split | |||
2005-03-08 | weeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
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 | |
ok rohee@ espie@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | Some minor format beautification from FreeBSD and add the AUTHORS | Todd C. Miller | |
section back in. | |||
2001-11-28 | from FreeBSD: | Todd C. Miller | |
Some KNF Call setlocale() Remove some silliness for non-BSD systems | |||
2001-09-05 | oops | Jakob Schlyter | |
2001-09-05 | grammar; PR#2048 | Jakob Schlyter | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-06-25 | allow 'fmt -w width' and 'fmt -width'. | Paul Janzen | |
ok millert@ | |||
2000-03-07 | Various cleanup. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-12-30 | dont strip off international characters; fixes pr/1020 | Niels Provos | |
1999-12-15 | safe strcpy | Theo de Raadt | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
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-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-04-25 | We no longer need head.c from ucbMail | 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-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-02-09 | Updates file(1) to version 3.22 by way to NetBSD. | Todd C. Miller | |
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 | |