| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Ignore COLUMNS environment variable if it is empty (SUSv3) | Tim J. Robbins | 2002-06-04 | 1 | -1/+1 |
| * | Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) | Brian Feldman | 2002-06-01 | 1 | -4/+24 |
| * | mdoc(7) police: typo in .Dd. | Ruslan Ermilov | 2002-05-30 | 1 | -1/+1 |
| * | If a file argument cannot be processed, process the remaining ones | Tim J. Robbins | 2002-05-24 | 1 | -6/+14 |
| * | More consistancy. file system > filesystem | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | o Clean up tmp file usage a little by using mkstemp(3) instead of | Brian Feldman | 2002-05-14 | 1 | -5/+6 |
| * | Oops, update usage() to have -i. | Juli Mallett | 2002-05-07 | 1 | -2/+2 |
| * | Add handling for any nil-length string passed to -i for the backup extension. | Juli Mallett | 2002-05-07 | 2 | -2/+21 |
| * | Un-shadow the `fname' variable. | Juli Mallett | 2002-05-07 | 1 | -9/+9 |
| * | Add a -i option to sed(1) to do inplace editing, to give us an alternative to | Juli Mallett | 2002-05-07 | 2 | -3/+77 |
| * | Remove duplicated text. | Giorgos Keramidas | 2002-04-21 | 1 | -2/+1 |
| * | Fix an ages-old bug in sed(1), which resulted in the absolutely valid | Maxim Sobolev | 2002-04-12 | 1 | -1/+1 |
| * | Fix sed(1) in the case where a last line is specified and hold space is not | Juli Mallett | 2002-04-07 | 1 | -3/+5 |
| * | Fix sed(1) behaviour for 'G' when given null holdspace by making sure it | Juli Mallett | 2002-04-05 | 1 | -0/+2 |
| * | remove __P | Warner Losh | 2002-03-22 | 4 | -30/+30 |
| * | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | Mark Murray | 2002-02-08 | 1 | -1/+0 |
| * | WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. | Mark Murray | 2001-12-12 | 6 | -43/+42 |
| * | Don't allocate a zero byte segment. | Mike Heffner | 2001-11-08 | 1 | -1/+4 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -3/+1 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -12/+4 |
| * | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | David E. O'Brien | 2001-07-24 | 5 | -59/+56 |
| * | Don't leak memory when compiling text following the `a', `c' or `i' command. | Ruslan Ermilov | 2001-05-18 | 1 | -1/+1 |
| * | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | Ruslan Ermilov | 2001-02-13 | 1 | -2/+2 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -2/+2 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -4/+4 |
| * | Avoid use of direct troff requests in mdoc(7) manual pages. | Ruslan Ermilov | 2000-11-10 | 1 | -36/+33 |
| * | Small style fix '=' -> ' = ' | Nick Sayer | 2000-05-11 | 1 | -1/+1 |
| * | Fix compatibility issue in sed. Do so by explicitely adding a | Nick Sayer | 2000-05-11 | 1 | -1/+5 |
| * | Add DIAGNOSTICS section name | Philippe Charnier | 2000-03-26 | 1 | -3/+3 |
| * | Uncorrupt the SCCS id (s/ From: / /). | Brian Feldman | 2000-03-20 | 1 | -2/+2 |
| * | Fix a couple hard sentence breaks I inadvertently introduced. Also, | Brian Feldman | 2000-03-20 | 1 | -7/+9 |
| * | Add a new flag: -E enables "extended" regular expressions. | Brian Feldman | 2000-03-19 | 4 | -8/+21 |
| * | Add $FreeBSD$. | Brian Feldman | 2000-03-19 | 1 | -1/+2 |
| * | PR: 10850 | Bill Swingle | 2000-02-15 | 1 | -6/+10 |
| * | Escape the ':' so that is actually makes it into the double quotes. | Steve Price | 1999-12-29 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 5 | -5/+5 |
| * | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
| * | More egcs warning fixes: | Warner Losh | 1999-04-25 | 1 | -2/+3 |
| * | Fix a new bug introduced by the previous bug fix | Archie Cobbs | 1998-12-08 | 3 | -10/+23 |
| * | Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars. | Archie Cobbs | 1998-12-07 | 1 | -3/+6 |
| * | Compile -Wall | Archie Cobbs | 1998-12-07 | 2 | -2/+3 |
| * | Terminate our output string correctly if we've got | Brian Somers | 1998-09-22 | 1 | -1/+2 |
| * | Make 'y' command 8bit clean | Andrey A. Chernov | 1998-04-29 | 1 | -2/+2 |
| * | Remove local redefinition for err(). Add usage(). | Philippe Charnier | 1997-08-11 | 7 | -155/+135 |
| * | Show the real revision date and not the date that this | Steve Price | 1997-06-23 | 1 | -1/+1 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | Add a missing '\' to some text. | Mike Pritchard | 1997-03-12 | 1 | -1/+1 |
| * | fix C programmer's bug number 12.2 | Wolfram Schneider | 1996-11-17 | 1 | -3/+8 |
| * | Fix the C programmer's bug #1: EOF is of type `int', not `char'. | Joerg Wunsch | 1996-11-17 | 1 | -6/+2 |