summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Fix off by one in `y' (transliterate) command which caused the last charactertjr2002-06-241-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'tjr2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,tjr2002-06-222-11/+12
* Kill superfluous blank line.sobomax2002-06-171-1/+0
* Correct the handling of (for example) the N command by only zeroing thetjr2002-06-161-1/+2
* Exit with non-zero status if an input file can not be opened. This wastjr2002-06-141-0/+1
* Fix one serious bug and one potential problem with in-place editing code:sobomax2002-06-141-70/+60
* Refer to environ(7) for description of COLUMNS instead of describing ittjr2002-06-101-10/+9
* The 10 occurrence limit for the `s' command documented here has not existedtjr2002-06-101-3/+4
* Newlines are not escaped anymore.tjr2002-06-101-2/+0
* Don't write escape newlines with `l' command (SUSv3)tjr2002-06-101-3/+3
* Correctly handle global substitutions where the pattern is only "$", thetjr2002-06-101-0/+3
* Wrap lines correctly for the `l' command.tjr2002-06-041-1/+1
* Document the fact that the `l' command uses the COLUMNS environmenttjr2002-06-041-0/+13
* Ignore COLUMNS environment variable if it is empty (SUSv3)tjr2002-06-041-1/+1
* Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)green2002-06-011-4/+24
* mdoc(7) police: typo in .Dd.ru2002-05-301-1/+1
* If a file argument cannot be processed, process the remaining onestjr2002-05-241-6/+14
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
* o Clean up tmp file usage a little by using mkstemp(3) instead ofgreen2002-05-141-5/+6
* Oops, update usage() to have -i.jmallett2002-05-071-2/+2
* Add handling for any nil-length string passed to -i for the backup extension.jmallett2002-05-072-2/+21
* Un-shadow the `fname' variable.jmallett2002-05-071-9/+9
* Add a -i option to sed(1) to do inplace editing, to give us an alternative tojmallett2002-05-072-3/+77
* Remove duplicated text.keramida2002-04-211-2/+1
* Fix an ages-old bug in sed(1), which resulted in the absolutely validsobomax2002-04-121-1/+1
* Fix sed(1) in the case where a last line is specified and hold space is notjmallett2002-04-071-3/+5
* Fix sed(1) behaviour for 'G' when given null holdspace by making sure itjmallett2002-04-051-0/+2
* remove __Pimp2002-03-224-30/+30
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.markm2001-12-126-43/+42
* Don't allocate a zero byte segment.mikeh2001-11-081-1/+4
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* mdoc(7) police:ru2001-08-071-12/+4
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsobrien2001-07-245-59/+56
* Don't leak memory when compiling text following the `a', `c' or `i' command.ru2001-05-181-1/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-2/+2
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Prepare for mdoc(7)NG.ru2000-12-191-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-36/+33
* Small style fix '=' -> ' = 'nsayer2000-05-111-1/+1
* Fix compatibility issue in sed. Do so by explicitely adding ansayer2000-05-111-1/+5
* Add DIAGNOSTICS section namecharnier2000-03-261-3/+3
* Uncorrupt the SCCS id (s/ From: / /).green2000-03-201-2/+2
* Fix a couple hard sentence breaks I inadvertently introduced. Also,green2000-03-201-7/+9
* Add a new flag: -E enables "extended" regular expressions.green2000-03-194-8/+21
* Add $FreeBSD$.green2000-03-191-1/+2
* PR: 10850unfurl2000-02-151-6/+10
* Escape the ':' so that is actually makes it into the double quotes.steve1999-12-291-1/+1
OpenPOWER on IntegriCloud