Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | Describe the algorithm used by the -n option. | tjr | 2004-06-28 | 1 | -0/+3 |
| | |||||
* | Move some variable declarations to the top of the file. | tjr | 2004-06-28 | 1 | -4/+3 |
| | |||||
* | Silence a warning about an unused argument. | tjr | 2004-06-27 | 1 | -1/+1 |
| | |||||
* | Correct the description of the -f option: input and output fields are | tjr | 2004-06-27 | 1 | -2/+6 |
| | | | | | separated by the field delimiter character, which is not necessarily the tab character. | ||||
* | Handle multibyte characters when cutting out fields (-f and -d options.) | tjr | 2004-06-27 | 2 | -28/+47 |
| | |||||
* | Update a comment that compared the parser with an obsolete draft of | tjr | 2004-06-27 | 1 | -4/+2 |
| | | | | | IEEE Std 1003.2-1992. Most of the "extensions" here were actually required by the final version of the standard. | ||||
* | Add cross-reference to colrm(1). | tjr | 2004-06-27 | 1 | -0/+1 |
| | |||||
* | Implement the -c option correctly in locales with multibyte characters | tjr | 2004-06-27 | 2 | -40/+67 |
| | | | | instead of treating it as a synonym for -b. | ||||
* | Make the handling of invalid multibyte sequences more robust by using | tjr | 2004-06-27 | 1 | -1/+5 |
| | | | | mbrlen() instead of mblen(). | ||||
* | Duplicate "from". | keramida | 2003-05-03 | 1 | -1/+1 |
| | | | | | PR: docs/51724 Submitted by: Christopher Nehren <apeiron@comcast.net | ||||
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -3/+3 |
| | | | | Approved by: re | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -15/+6 |
| | | | | | | | | | 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 | ||||
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
| | |||||
* | Revert previous delta for cut(1) and calendar(1) as they were not applied | trhodes | 2002-07-23 | 1 | -2/+9 |
| | | | | correctly. My fault, forgot that -current was checked out. | ||||
* | MFC: Fix some grammar, greater reduce diffs to HEAD | trhodes | 2002-07-22 | 1 | -9/+2 |
| | |||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | cut(1) appeared at least as early as System III. | tjr | 2002-06-11 | 1 | -0/+7 |
| | |||||
* | Add an examples section. Avoid beginning a sentence with a lowercase letter. | tjr | 2002-06-08 | 1 | -0/+14 |
| | |||||
* | Document cut(1)'s deficiencies in dealing with multibyte characters in the | tjr | 2002-06-08 | 1 | -0/+14 |
| | | | | BUGS section. These will be easy to fix when we have wide character stdio. | ||||
* | Don't split multibyte characters when the -n option is specified. | tjr | 2002-06-08 | 2 | -4/+97 |
| | |||||
* | style(9): don't initialise variables in their declaration, remove space | tjr | 2002-06-07 | 1 | -12/+11 |
| | | | | | after function name, use __unused on unused parameters instead of initialising them to bogus values. | ||||
* | Move exit status info into Diagnostics section. | tjr | 2002-05-30 | 1 | -4/+2 |
| | |||||
* | mdoc(7) police: use .Fl to represent stdin. | ru | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | Initialise the `positions' array correctly before use. | tjr | 2002-05-27 | 1 | -0/+3 |
| | |||||
* | When a file name of "-" is given, read from standard input (SUSv3) | tjr | 2002-05-24 | 2 | -8/+17 |
| | |||||
* | Allow byte/character positions >_POSIX2_LINE_MAX to be specified by | tjr | 2002-05-24 | 1 | -6/+24 |
| | | | | dynamically growing the `positions' array. | ||||
* | If processing of one file fails, try to process the remaining files and | tjr | 2002-05-24 | 1 | -4/+8 |
| | | | | | exit non-zero instead of immediately exiting. The traditional BSD behaviour is explicitly forbidden by P1003.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. | ||||
* | WARNS=2 and -Wall are not both needed. (The second is a subset of the | markm | 2001-12-03 | 1 | -1/+0 |
| | | | | first) | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Silence the remaining warnings and clamp down with WARNS=2. | dd | 2001-06-07 | 2 | -4/+6 |
| | | | | Not objected to by: -audit | ||||
* | Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3). | dd | 2001-04-25 | 1 | -5/+17 |
| | | | | | PR: 26810 Reviewed by: dwmalone | ||||
* | Remove duplicate FreeBSD Id | charnier | 2001-02-06 | 2 | -6/+2 |
| | | | | | Remoce unused #include Use imperative mode to start flag description | ||||
* | De-__P()-ify | will | 2001-01-28 | 1 | -6/+6 |
| | | | | Reviewed by: markm | ||||
* | BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint. | will | 2001-01-28 | 1 | -10/+13 |
| | | | | Reviewed by: markm | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -6/+6 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Back out the NetBSD .Nm changes - we don't have the required | eivind | 1999-02-12 | 1 | -6/+6 |
| | | | | infrastructure, and I don't seem to find time to merge it. | ||||
* | Merge from NetBSD: cut.1 rev 1.6 to 1.8 | eivind | 1999-02-02 | 2 | -21/+28 |
| | | | | | | | cut.c rev 1.9 to 1.13 * Man page internal cleanups * 8-bit characters cast to unsigned for is*() * Misc cleanups for egcs -Wall compatibility | ||||
* | Bring in use of strsep() to handle bad input better, and clean up | eivind | 1999-02-02 | 2 | -7/+8 |
| | | | | | | | some text. Obtained from: Merge from OpenBSD (cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6) | ||||
* | Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. This | eivind | 1999-02-02 | 2 | -7/+26 |
| | | | | | | makes us conform to IEEE Std1003.2-1992 (``POSIX.2''). Obtained from: NetBSD (but with slight modifications). | ||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -5/+6 |
| | |||||
* | Use err(3) instead of local redefinition. Change argument name in man | charnier | 1997-06-30 | 2 | -42/+14 |
| | | | | page to sync with usage string. | ||||
* | 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. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -1/+2 |
| | |||||
* | Fix wrong separator output | ache | 1995-03-21 | 1 | -1/+2 |
| | | | | | Submitted by: julian Obtained from: newsgroup? | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+411 |