Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing static keywords to fold(1) | ed | 2011-11-06 | 1 | -2/+2 |
| | |||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Fix a segmentation fault in argument processing. | dumbbell | 2010-11-06 | 1 | -9/+25 |
| | | | | | | | | | | The crash was caused by a command line such as this one: # foldl -b1 PR: bin/151592 Reported by: Marcus Reid <marcus@blazingdot.com> Tested by: Marcus Reid <marcus@blazingdot.com> MFC after: 3 days | ||||
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Mention what underlining is meant here. | ru | 2006-12-15 | 1 | -3/+7 |
| | |||||
* | Add cross-reference to fmt(1) and a fairly standard ENVIRONMENT section. | tjr | 2004-08-02 | 1 | -2/+12 |
| | |||||
* | Add support for multibyte characters and characters that take up more | tjr | 2004-06-24 | 1 | -24/+27 |
| | | | | than one column position. | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -9/+5 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Only advance the column position for printable characters, update manual | tjr | 2002-06-17 | 2 | -4/+6 |
| | | | | page to emphasise that we count column positions, not characters. | ||||
* | Typo: use plural now that we have more than one option. | tjr | 2002-05-25 | 1 | -1/+1 |
| | |||||
* | If a file cannot be processed, try to process any remaining files | tjr | 2002-05-25 | 1 | -3/+5 |
| | | | | then exit non-zero. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
| | |||||
* | Localize it, LC_CTYPE | ache | 2002-04-19 | 1 | -1/+4 |
| | |||||
* | Add the -b option (break at byte position, not column number) and the -s | tjr | 2002-04-18 | 2 | -29/+97 |
| | | | | | | | | | | | | | | | | option (try to break at word bounaries) for SUSv3 conformance. Partially based on the NetBSD version, with the following changes: - style(9) - break on <blank>s, not spaces, per POSIX (and GNU) - when looking for last space on line, search backwards instead of forwards; less comparisons needed this way. - use LINE_MAX macro instead of a magic number and a comment saying it is LINE_MAX. PR: 36245 Reviewed by: mike Obtained from: NetBSD (partially) | ||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Make clear that -w gets an argument. Add __FBSDID and remove unused | charnier | 2001-12-12 | 2 | -6/+6 |
| | | | | #include | ||||
* | Add a missing word to form a complete sentence. | murray | 2001-11-19 | 1 | -1/+1 |
| | | | | | PR: docs/32084 Submitted by: setantae@submonkey.net | ||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -1/+3 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | The `file' argument is optional. | dd | 2001-06-26 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | optarg and optind are declared in unistd.h. | imp | 2000-09-04 | 1 | -2/+0 |
| | | | | h_error is declared in netdb.h | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Add usage(), use err(3). | charnier | 1997-07-08 | 1 | -11/+24 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+221 |