summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut
Commit message (Expand)AuthorAgeFilesLines
* Revert previous delta for cut(1) and calendar(1) as they were not appliedtrhodes2002-07-231-2/+9
* MFC: Fix some grammar, greater reduce diffs to HEADtrhodes2002-07-221-9/+2
* Consistently use FBSDIDobrien2002-06-301-2/+2
* cut(1) appeared at least as early as System III.tjr2002-06-111-0/+7
* Add an examples section. Avoid beginning a sentence with a lowercase letter.tjr2002-06-081-0/+14
* Document cut(1)'s deficiencies in dealing with multibyte characters in thetjr2002-06-081-0/+14
* Don't split multibyte characters when the -n option is specified.tjr2002-06-082-4/+97
* style(9): don't initialise variables in their declaration, remove spacetjr2002-06-071-12/+11
* Move exit status info into Diagnostics section.tjr2002-05-301-4/+2
* mdoc(7) police: use .Fl to represent stdin.ru2002-05-291-1/+1
* Initialise the `positions' array correctly before use.tjr2002-05-271-0/+3
* When a file name of "-" is given, read from standard input (SUSv3)tjr2002-05-242-8/+17
* Allow byte/character positions >_POSIX2_LINE_MAX to be specified bytjr2002-05-241-6/+24
* If processing of one file fails, try to process the remaining files andtjr2002-05-241-4/+8
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* WARNS=2 and -Wall are not both needed. (The second is a subset of themarkm2001-12-031-1/+0
* Remove whitespace at EOL.dd2001-07-151-1/+1
* Silence the remaining warnings and clamp down with WARNS=2.dd2001-06-072-4/+6
* Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3).dd2001-04-251-5/+17
* Remove duplicate FreeBSD Idcharnier2001-02-062-6/+2
* De-__P()-ifywill2001-01-281-6/+6
* BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint.will2001-01-281-10/+13
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-6/+6
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Back out the NetBSD .Nm changes - we don't have the requiredeivind1999-02-121-6/+6
* Merge from NetBSD: cut.1 rev 1.6 to 1.8eivind1999-02-022-21/+28
* Bring in use of strsep() to handle bad input better, and clean upeivind1999-02-022-7/+8
* Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. Thiseivind1999-02-022-7/+26
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-5/+6
* Use err(3) instead of local redefinition. Change argument name in mancharnier1997-06-302-42/+14
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2peter1997-03-111-1/+2
* Fix wrong separator outputache1995-03-211-1/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+411
OpenPOWER on IntegriCloud