aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: typo in .Dd.Ruslan Ermilov2002-05-301-1/+1
* If a file argument cannot be processed, process the remaining onesTim J. Robbins2002-05-241-6/+14
* More consistancy. file system > filesystemTom Rhodes2002-05-161-1/+1
* o Clean up tmp file usage a little by using mkstemp(3) instead ofBrian Feldman2002-05-141-5/+6
* Oops, update usage() to have -i.Juli Mallett2002-05-071-2/+2
* Add handling for any nil-length string passed to -i for the backup extension.Juli Mallett2002-05-072-2/+21
* Un-shadow the `fname' variable.Juli Mallett2002-05-071-9/+9
* Add a -i option to sed(1) to do inplace editing, to give us an alternative toJuli Mallett2002-05-072-3/+77
* Remove duplicated text.Giorgos Keramidas2002-04-211-2/+1
* Fix an ages-old bug in sed(1), which resulted in the absolutely validMaxim Sobolev2002-04-121-1/+1
* Fix sed(1) in the case where a last line is specified and hold space is notJuli Mallett2002-04-071-3/+5
* Fix sed(1) behaviour for 'G' when given null holdspace by making sure itJuli Mallett2002-04-051-0/+2
* remove __PWarner Losh2002-03-224-30/+30
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.Mark Murray2001-12-126-43/+42
* Don't allocate a zero byte segment.Mike Heffner2001-11-081-1/+4
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-12/+4
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsDavid E. O'Brien2001-07-245-59/+56
* Don't leak memory when compiling text following the `a', `c' or `i' command.Ruslan Ermilov2001-05-181-1/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-36/+33
* Small style fix '=' -> ' = 'Nick Sayer2000-05-111-1/+1
* Fix compatibility issue in sed. Do so by explicitely adding aNick Sayer2000-05-111-1/+5
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-3/+3
* Uncorrupt the SCCS id (s/ From: / /).Brian Feldman2000-03-201-2/+2
* Fix a couple hard sentence breaks I inadvertently introduced. Also,Brian Feldman2000-03-201-7/+9
* Add a new flag: -E enables "extended" regular expressions.Brian Feldman2000-03-194-8/+21
* Add $FreeBSD$.Brian Feldman2000-03-191-1/+2
* PR: 10850Bill Swingle2000-02-151-6/+10
* Escape the ':' so that is actually makes it into the double quotes.Steve Price1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Fix a new bug introduced by the previous bug fixArchie Cobbs1998-12-083-10/+23
* Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.Archie Cobbs1998-12-071-3/+6
* Compile -WallArchie Cobbs1998-12-072-2/+3
* Terminate our output string correctly if we've gotBrian Somers1998-09-221-1/+2
* Make 'y' command 8bit cleanAndrey A. Chernov1998-04-291-2/+2
* Remove local redefinition for err(). Add usage().Philippe Charnier1997-08-117-155/+135
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Add a missing '\' to some text.Mike Pritchard1997-03-121-1/+1
* fix C programmer's bug number 12.2Wolfram Schneider1996-11-171-3/+8
* Fix the C programmer's bug #1: EOF is of type `int', not `char'.Joerg Wunsch1996-11-171-6/+2
* Make it at least semi-workedAndrey A. Chernov1996-08-111-2/+2
* Localize itAndrey A. Chernov1996-08-113-5/+7