| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r312523: | Enji Cooper | 2017-02-11 | 2 | -0/+52 |
| * | MFC r289172,r290254: | Enji Cooper | 2017-02-09 | 1 | -6/+3 |
| * | MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788: | Enji Cooper | 2015-01-01 | 2 | -0/+27 |
| * | The is_delim function works on wchar_t characters not ints, update the | Andrew Turner | 2012-11-24 | 1 | -2/+2 |
| * | Add 'w' flag to: | Eitan Adler | 2012-11-20 | 2 | -10/+35 |
| * | Fix typo | Kevin Lo | 2012-06-11 | 1 | -1/+1 |
| * | - Consistenly mention columns and fields | Kevin Lo | 2012-06-11 | 2 | -8/+8 |
| * | Add missing static keywords to cut(1) | Ed Schouten | 2011-11-06 | 1 | -23/+23 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 2 | -8/+0 |
| * | Fix punctuation. | Tom Rhodes | 2009-04-01 | 1 | -1/+1 |
| * | - Adopt the short description from POSIX as it better matches the | Ruslan Ermilov | 2007-02-28 | 1 | -7/+6 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -2/+2 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | When the last line of a file is missing a newline in -f mode, pass a | Tim J. Robbins | 2004-11-05 | 1 | -3/+5 |
| * | mdoc(7) fixes. | Ruslan Ermilov | 2004-07-07 | 1 | -1/+1 |
| * | Describe the algorithm used by the -n option. | Tim J. Robbins | 2004-06-28 | 1 | -0/+3 |
| * | Move some variable declarations to the top of the file. | Tim J. Robbins | 2004-06-28 | 1 | -4/+3 |
| * | Silence a warning about an unused argument. | Tim J. Robbins | 2004-06-27 | 1 | -1/+1 |
| * | Correct the description of the -f option: input and output fields are | Tim J. Robbins | 2004-06-27 | 1 | -2/+6 |
| * | Handle multibyte characters when cutting out fields (-f and -d options.) | Tim J. Robbins | 2004-06-27 | 2 | -28/+47 |
| * | Update a comment that compared the parser with an obsolete draft of | Tim J. Robbins | 2004-06-27 | 1 | -4/+2 |
| * | Add cross-reference to colrm(1). | Tim J. Robbins | 2004-06-27 | 1 | -0/+1 |
| * | Implement the -c option correctly in locales with multibyte characters | Tim J. Robbins | 2004-06-27 | 2 | -40/+67 |
| * | Make the handling of invalid multibyte sequences more robust by using | Tim J. Robbins | 2004-06-27 | 1 | -1/+5 |
| * | Duplicate "from". | Giorgos Keramidas | 2003-05-03 | 1 | -1/+1 |
| * | mdoc(7) police: markup polishing. | Ruslan Ermilov | 2002-11-26 | 1 | -3/+3 |
| * | ANSIify function definitions. | David Malone | 2002-09-04 | 1 | -15/+6 |
| * | Remove local prototypes for main(). | Juli Mallett | 2002-08-19 | 1 | -1/+0 |
| * | Revert previous delta for cut(1) and calendar(1) as they were not applied | Tom Rhodes | 2002-07-23 | 1 | -2/+9 |
| * | MFC: Fix some grammar, greater reduce diffs to HEAD | Tom Rhodes | 2002-07-22 | 1 | -9/+2 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | cut(1) appeared at least as early as System III. | Tim J. Robbins | 2002-06-11 | 1 | -0/+7 |
| * | Add an examples section. Avoid beginning a sentence with a lowercase letter. | Tim J. Robbins | 2002-06-08 | 1 | -0/+14 |
| * | Document cut(1)'s deficiencies in dealing with multibyte characters in the | Tim J. Robbins | 2002-06-08 | 1 | -0/+14 |
| * | Don't split multibyte characters when the -n option is specified. | Tim J. Robbins | 2002-06-08 | 2 | -4/+97 |
| * | style(9): don't initialise variables in their declaration, remove space | Tim J. Robbins | 2002-06-07 | 1 | -12/+11 |
| * | Move exit status info into Diagnostics section. | Tim J. Robbins | 2002-05-30 | 1 | -4/+2 |
| * | mdoc(7) police: use .Fl to represent stdin. | Ruslan Ermilov | 2002-05-29 | 1 | -1/+1 |
| * | Initialise the `positions' array correctly before use. | Tim J. Robbins | 2002-05-27 | 1 | -0/+3 |
| * | When a file name of "-" is given, read from standard input (SUSv3) | Tim J. Robbins | 2002-05-24 | 2 | -8/+17 |
| * | Allow byte/character positions >_POSIX2_LINE_MAX to be specified by | Tim J. Robbins | 2002-05-24 | 1 | -6/+24 |
| * | If processing of one file fails, try to process the remaining files and | Tim J. Robbins | 2002-05-24 | 1 | -4/+8 |
| * | Remove leaf node WARNS?=2 (that mainly I added). This should | Mark Murray | 2002-02-08 | 1 | -1/+0 |
| * | WARNS=2 and -Wall are not both needed. (The second is a subset of the | Mark Murray | 2001-12-03 | 1 | -1/+0 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -1/+1 |
| * | Silence the remaining warnings and clamp down with WARNS=2. | Dima Dorfman | 2001-06-07 | 2 | -4/+6 |
| * | Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3). | Dima Dorfman | 2001-04-25 | 1 | -5/+17 |
| * | Remove duplicate FreeBSD Id | Philippe Charnier | 2001-02-06 | 2 | -6/+2 |
| * | De-__P()-ify | Will Andrews | 2001-01-28 | 1 | -6/+6 |
| * | BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint. | Will Andrews | 2001-01-28 | 1 | -10/+13 |