aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Fixed .Nm element, updated HISTORY section, added AUTHORS section.Diomidis Spinellis2003-07-221-2/+6
* Test 8.16 in sed.test tests the ability of a sed to handle an emptyDiomidis Spinellis2003-07-221-11/+19
* Do not dribble zero bytes into the output, by replacing an obfuscated ifTony Finch2003-06-051-4/+1
* Fix substitution when the regex matches the zero-length string.Tony Finch2003-06-041-5/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-6/+3
* Initialize a variable in order to fix when faced with picky compilers.Eric Melville2002-09-201-0/+2
* Correct boundary condition error in `D' and `P' commands when the lastTim J. Robbins2002-08-111-6/+3
* Fix some bugs in in-place editing:Tony Finch2002-07-301-28/+26
* Ignore leading semicolons on commands; required by SUSv3.Tim J. Robbins2002-07-301-2/+8
* s/inline/__inline/Mark Murray2002-07-191-4/+4
* Make cspace()'s second argument const. Make `escapes' in lputs() const.Tim J. Robbins2002-07-082-3/+4
* Silence WARNS=4 by passing a non-const buffer to regerror(). Since itTim J. Robbins2002-07-081-1/+1
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)Tim J. Robbins2002-07-041-1/+1
* Note that two carriage returns aren't required after entering theTim J. Robbins2002-07-031-2/+3
* Avoid checking whether each line is the last line of the file when we don'tTim J. Robbins2002-07-033-25/+29
* Don't let the pattern space become null if the `x' command is used when theTim J. Robbins2002-07-031-0/+2
* Sort sections, and refer to sed as a utility, not a function.Tim J. Robbins2002-06-251-6/+6
* Fix off by one in `y' (transliterate) command which caused the last characterTim J. Robbins2002-06-241-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'Tim J. Robbins2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,Tim J. Robbins2002-06-222-11/+12
* Kill superfluous blank line.Maxim Sobolev2002-06-171-1/+0
* Correct the handling of (for example) the N command by only zeroing theTim J. Robbins2002-06-161-1/+2
* Exit with non-zero status if an input file can not be opened. This wasTim J. Robbins2002-06-141-0/+1
* Fix one serious bug and one potential problem with in-place editing code:Maxim Sobolev2002-06-141-70/+60
* Refer to environ(7) for description of COLUMNS instead of describing itTim J. Robbins2002-06-101-10/+9
* The 10 occurrence limit for the `s' command documented here has not existedTim J. Robbins2002-06-101-3/+4
* Newlines are not escaped anymore.Tim J. Robbins2002-06-101-2/+0
* Don't write escape newlines with `l' command (SUSv3)Tim J. Robbins2002-06-101-3/+3
* Correctly handle global substitutions where the pattern is only "$", theTim J. Robbins2002-06-101-0/+3
* Wrap lines correctly for the `l' command.Tim J. Robbins2002-06-041-1/+1
* Document the fact that the `l' command uses the COLUMNS environmentTim J. Robbins2002-06-041-0/+13
* Ignore COLUMNS environment variable if it is empty (SUSv3)Tim J. Robbins2002-06-041-1/+1
* Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)Brian Feldman2002-06-011-4/+24
* 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